Commit graph

1,389 commits

Author SHA1 Message Date
danpros
33a29d1b2c Update readme
Also fix for static frontpage edit.
2024-06-02 13:38:20 +07:00
danpros
966a7f3c2d Toggle Preview
Revert the autosize and add toggle preview instead.
2024-06-01 22:59:12 +07:00
danpros
0369d4eea8 Improve autosize 2024-06-01 08:30:50 +07:00
danpros
9a64456d2a Update layout.html.php 2024-05-31 10:46:18 +07:00
Dan
a1d62bf013
Merge pull request #775 from eagleman/patch-12
Update it_IT.ini by @eagleman
2024-05-30 22:20:35 +07:00
eagleman
cd86e522aa
Update it_IT.ini
Added the new string
2024-05-30 16:43:56 +02:00
danpros
4d5d45346f Update edit-page.html.php 2024-05-30 20:19:09 +07:00
danpros
aa5d1f4ade Autosize editor textarea 2024-05-30 20:07:24 +07:00
danpros
05433c9829 Toggle Focus UX 2024-05-30 17:12:56 +07:00
danpros
668168c3fe Fix autosave 2024-05-30 17:02:08 +07:00
danpros
3fc2b04edf Move hide button 2024-05-30 14:36:59 +07:00
danpros
e3e8ecba72 Update functions.php 2024-05-30 11:52:46 +07:00
danpros
46f9cdab1d Update lang 2024-05-30 11:31:29 +07:00
danpros
4ced874ba3 Add Ukrainian language
Co-Authored-By: mrRomanko <78282413+mrromanko@users.noreply.github.com>
2024-05-30 08:52:41 +07:00
danpros
f70a9f6584 Add missing lang key 2024-05-30 08:50:25 +07:00
danpros
2ee255ade5 Update config.ini.example 2024-05-29 14:12:35 +07:00
danpros
30cfb03097 Update functions.php 2024-05-29 07:46:13 +07:00
danpros
b361d7de2e Improve sitemap performance
Remove the archive per day in sitemap.archive.xml. With AI, blog with 10K posts is not rare in the near future.
2024-05-28 11:48:03 +07:00
danpros
25266da435 Update edit-mfa.html.php
Disable MFA QR-Code if the PHP version is less than 8.1 and use the manual setup key.
2024-05-28 11:25:04 +07:00
danpros
0fd990a2b5 Change PHP version 2024-05-28 10:48:31 +07:00
Dan
dfee56837f
Merge pull request #773 from KuJoe/master
Added a focus mode to the Add/Edit for Posts/Pages by @KuJoe
2024-05-28 08:23:06 +07:00
KuJoe
f7c8fede7a Added a focus mode to the Add/Edit for Posts/Pages
Added a focus mode that hides all extra information using CSS/Javascript to hide DIVs. This works for both new and draft pages/posts.
2024-05-27 18:19:38 -04:00
danpros
4a78e486f2 Sitemap performance for lot of posts.
sitemap.post.xml become sitemap index. Contains sitemap.post.1.xml  etc. (per sitemap 500 URLs). To disable specific sitemap use -1 as value.
2024-05-27 20:54:14 +07:00
danpros
9de1b3f09a Update htmly.php 2024-05-27 09:36:13 +07:00
danpros
a813ed3b38 Improve Autosave 2024-05-27 07:37:53 +07:00
Dan
017291d83d
Merge pull request #771 from eagleman/patch-11
Update it_IT.ini by @eagleman
2024-05-26 22:10:49 +07:00
eagleman
1908fe822e
Update it_IT.ini
Added the new strings
2024-05-26 16:22:34 +02:00
danpros
505975e565 Improve MFA integration
Cleanup the code. Add password validation and error messages.
2024-05-24 10:12:33 +07:00
Dan
6d92d7044b
Merge pull request #767 from KuJoe/master
Added option to hide HTMLy version publicly and added version to admin layout by @KuJoe
2024-05-22 22:39:51 +07:00
KuJoe
4bdc39f503 Fixed wording for set_version_visibility
Fixed wording for HTMLy version visiblity text
2024-05-22 10:18:56 -04:00
KuJoe
a35e503fbf Added option to hide HTMLy version publicly and added version to admin layout
A configuration setting has been added to allow users to hide the version of HTMLy from the source code publicly as a security precaution. The version has been added to the admin layout for easier visibility for admins.
2024-05-22 10:16:25 -04:00
Dan
b16423fbc1
Merge pull request #765 from KuJoe/master
Created Bug Report and Feature Request templates for GitHub Issues by @KuJoe
2024-05-21 16:40:54 +07:00
KuJoe
bd229f8b46
Update issue templates to include labels. 2024-05-21 05:26:31 -04:00
KuJoe
c7c1b7dcc3
Create "Feature request" template. 2024-05-21 05:21:42 -04:00
KuJoe
c4c6d2690c
Update issue templates 2024-05-21 05:18:49 -04:00
Dan
129478a40d
Merge pull request #764 from KuJoe/master
Added config option to disable MFA globally by @KuJoe
2024-05-21 09:48:52 +07:00
KuJoe
efaba3f941 Fixed formatting again.
I'm too used to tabbing. :)
2024-05-20 22:29:47 -04:00
KuJoe
455c9627f4 Fixed formatting
Used tabs instead of spaces.
2024-05-20 22:28:55 -04:00
KuJoe
26d31f25da Added config option to disable MFA globally
Added an option to disable MFA for all users and hide it from the login page and admin menu.
2024-05-20 22:27:08 -04:00
Dan
9d57e7849a
Merge pull request #763 from KuJoe/master
Added Cloudflare Turnstile as alternative to Google reCAPTCHA by @KuJoe
2024-05-21 08:45:24 +07:00
KuJoe
46be29978d Added Cloudflare Turnstile as alternative to Google reCAPTCHA
Added the option to select Cloudflare's Turnstile instead of Google's reCAPTCHA for the login page due to it's less intrusive usage and better accessibility options.
2024-05-20 20:19:32 -04:00
Dan
3276b928b3
Merge pull request #762 from eagleman/patch-10
Update it_IT.ini by @eagleman
2024-05-20 20:33:45 +07:00
eagleman
030ac218ec
Update it_IT.ini
Updated italian file with the new strings
2024-05-20 14:44:35 +02:00
Dan
699e701252
Merge pull request #759 from FLOSSBoxIN/master
Translation & language corrections by @vdbhb59
2024-05-20 18:03:16 +07:00
vdbhb59
3172b17328
Update config-custom.html.php 2024-05-20 09:17:03 +00:00
vdbhb59
cac7a7a0a2
Update config-widget.html.php 2024-05-20 09:15:56 +00:00
vdbhb59
055cd20eef
Update htmly.php 2024-05-20 09:12:16 +00:00
vdbhb59
495bff7a4f
Update zh_TW.ini 2024-05-20 09:10:17 +00:00
vdbhb59
67dc8aa5e1
Update zh_CN.ini 2024-05-20 09:09:44 +00:00
vdbhb59
f345480313
Update tr_TR.ini 2024-05-20 09:09:10 +00:00