Dan
e9589b1dc2
Add clear index button
2025-02-15 06:17:05 +07:00
Dan
3d17ca5254
Update search-reindex.html.php
2025-02-14 12:28:26 +07:00
Dan
e4dfc429d7
Fulltext search index
2025-02-14 10:21:17 +07:00
Dan
5d873dceec
Change version
2025-01-27 08:09:27 +07:00
Dan
5804cbcdd7
Cleaning up
2025-01-27 07:58:10 +07:00
Dan
6747b0e3c5
Improve MFA
...
Temporarily save username and password during MFA login to session file and not into hidden input
2025-01-24 23:28:06 +07:00
Dan
3397d76b01
Improve insert image. See: #851
...
Minus search image.
2025-01-23 20:33:12 +07:00
Dan
c0bcb5c5cc
MFA domain
...
Remove http/https
2025-01-23 07:31:31 +07:00
KuJoe
c46fa1985c
Clean up MFA display
...
Added a new page so users are only prompted for MFA if it's enabled for their account.
Also displays the blog domain properly in MFA applications.
2025-01-15 19:40:38 -05:00
danpros
d2fe54d166
Prepare release
2024-11-21 05:44:18 +07:00
danpros
4abd8b29f4
Add new theme
...
Based on Tailwind Starter Blog theme, see https://github.com/timlrx/tailwind-nextjs-starter-blog
2024-11-20 13:01:17 +07:00
Robert Pfotenhauer
56f5460839
Added Bluesky to social accounts
...
As Twitter is becoming more and more of a muckraker, the alternative should be shown here as well.
2024-11-19 11:02:33 +01:00
danpros
1471fe7ccc
Clean up
2024-11-18 15:35:29 +07:00
danpros
00f38107d1
Update layout.html.php
2024-11-11 13:05:31 +07:00
danpros
10bc30112f
Sidebar always dark + add missing lang string
2024-11-11 13:04:17 +07:00
Joduai
7ad1f1f305
Add files via upload
2024-10-16 19:43:06 +00:00
Joduai
62a77dc037
Add files via upload
2024-10-15 22:01:08 +00:00
Joduai
0f3a90ee1d
Add files via upload
2024-10-15 21:57:07 +00:00
Joduai
382932708a
Add files via upload
2024-10-15 21:46:17 +00:00
danpros
9beafa63bb
Fix autosave #789
...
Track last saved draft than compare the new filename against the old filename when saving.
2024-10-10 12:09:36 +07:00
danpros
e106a971df
Bug fix #821
...
Fix category link on admin page if the category slug contains `category` string
2024-10-08 23:50:28 +07:00
Daniel Ethan
ca55ea5881
Update Font Awesome version in Admin panel
...
The current Font Awesome version in the admin panel is 4.4.0.
I updated this to the latest free version 6.6.0 here https://github.com/FortAwesome/Font-Awesome
I checked and all icons look to be loading properly in the admin panel. I also checked each of the built-in themes to make sure nothing was conflicting, and I didn't notice any missing icons in the themes.
2024-09-26 21:27:33 +01:00
KuJoe
32388b2a37
RSS Description config option added
...
Gives the admin the config option to choose to replace the RSS description value with Meta Description instead of Body (default is the current setting of body, if nothing is selected defaults to body).
2024-09-12 22:56:11 -04:00
danpros
a473482da8
Allow to change the post permalink prefix
...
Example: /blog/post-slug
2024-09-06 14:19:25 +07:00
danpros
6bc0f8880a
Custom /blog URL
...
Allow to change the /blog url eg, /news
2024-09-05 09:22:56 +07:00
danpros
c33f462c06
Check GD
2024-07-15 18:23:17 +07:00
danpros
852ba14d02
Thumbnail
2024-06-28 14:31:22 +07:00
danpros
ce60dfdae1
New security config tab
2024-06-03 08:46:15 +07:00
danpros
5226e9c01c
Update version + cleaning up
2024-06-02 19:08:31 +07:00
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
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
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
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
a813ed3b38
Improve Autosave
2024-05-27 07:37:53 +07:00
danpros
505975e565
Improve MFA integration
...
Cleanup the code. Add password validation and error messages.
2024-05-24 10:12:33 +07: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
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
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
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
f3ac5f6caf
Corrected sentence construction
2024-05-19 15:05:52 +00:00