Commit graph

199 commits

Author SHA1 Message Date
KuJoe
b660382bbe Fixed CSRF check and error messages for MFA
Added CSRF check for MFA page and error checking/reporting.
2025-01-15 19:47:35 -05: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
danpros
973a2c5a05 Add new vars for easy theming 2024-11-19 12:33:54 +07:00
danpros
1471fe7ccc Clean up 2024-11-18 15:35:29 +07:00
danpros
f29f95ee20 Update htmly.php 2024-11-18 12:50:18 +07: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
Joduai
60f45d5e5c
move hardcoded error messages to translation file 2024-09-11 22:40:06 +00:00
danpros
c87e249836 Update htmly.php 2024-09-10 09:14:10 +07:00
danpros
a473482da8 Allow to change the post permalink prefix
Example: /blog/post-slug
2024-09-06 14:19:25 +07:00
danpros
435f871162 Update htmly.php 2024-09-05 10:22:32 +07:00
danpros
6bc0f8880a Custom /blog URL
Allow to change the /blog url eg, /news
2024-09-05 09:22:56 +07:00
danpros
bdc2787579 Update htmly.php
Add Canonical Page Number. Credit: @Joduai
2024-09-05 05:03:11 +07:00
danpros
ce60dfdae1 New security config tab 2024-06-03 08:46:15 +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
danpros
505975e565 Improve MFA integration
Cleanup the code. Add password validation and error messages.
2024-05-24 10:12:33 +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
KuJoe
96d5145395 Improved autosaving feature
Autosaving now can be disabled in the config menu and only saves when the content field is not empty.
2024-05-18 12:58:25 -04:00
KuJoe
05ddfa9114 Added MFA support
Added the option to enable/disable TOTP MFA per user using QR code or manually entering a key.
2024-05-17 11:56:45 -04:00
danpros
e734bd7eff Update htmly.php 2024-05-03 07:19:51 +07:00
danpros
32659cd9e9 Allow avatar for users 2024-04-28 11:11:50 +07:00
danpros
794dadc8cc Update htmly.php 2024-03-31 16:29:28 +07:00
danpros
92a13ece06 Change password page 2024-03-31 15:41:09 +07:00
danpros
cb39378b5a Meta description for profile page 2024-03-31 14:32:30 +07:00
danpros
841698a7cd User managements
Add, edit, delete users. Available role: admin, editor, author.
2024-03-31 11:38:45 +07:00
danpros
c8e8bee51b Improve user role 2024-03-30 11:49:22 +07:00
danpros
9c5b7a757a Add Open Graph and Twitter card
Add Open Graph and Twitter card. Prepare to allow changing the Title using shortcode
2024-03-13 19:03:38 +07:00
danpros
675cf51259 Add pager in gallery
Load 40 images for each pager.
2024-03-03 17:26:08 +07:00
danpros
04d306acb0 Add social logos
Add social logos and new social links.
2024-02-26 15:33:20 +07:00
danpros
dc742ea2a1 Change views ID to slug
Blog post: post_slug
Page: page_slug
Subpage: subpage_parentSlug.slug
2024-02-02 15:48:36 +07:00
danpros
54823b1003 Update htmly.php 2024-01-27 07:54:03 +07:00
danpros
125f1a0499 Update htmly.php 2024-01-26 17:15:20 +07:00
danpros
0d0195c247 Fix parent link 2024-01-26 10:46:17 +07:00
danpros
8d142b7f37 Improve pages/subpages
Allow to reorder the pages and subpages position. Added doks theme
2024-01-26 08:06:12 +07:00
danpros
29c65d9659 Fix username posts count
If username has underscore
2024-01-09 23:51:44 +07:00
danpros
80b2eefba1 Cleanup 2024-01-09 13:39:12 +07:00
danpros
28519f15a1 Multi URLs session 2024-01-06 19:09:01 +07:00
danpros
53dde169d8 Compatibility with old theme
Reverting it for compatibility with old theme.
2024-01-06 11:13:27 +07:00
danpros
b9b8a4e114 Fix problems with offline writing 2024-01-05 18:07:31 +07:00
danpros
41d4617847 Improve offline writing 2024-01-05 12:41:56 +07:00
danpros
afcddb2979 Improve offline writing
The username.ini and category files not mandatory anymore.
2024-01-05 08:27:18 +07:00
danpros
2a6d94fc5e Improvements 2024-01-03 23:51:59 +07:00
danpros
f6fe970ef4 Add feed link 2024-01-03 19:07:57 +07:00
danpros
b0960c6871 Cleanup themes 2024-01-03 12:09:03 +07:00
danpros
66efbf54cf Improve page draft 2024-01-02 22:20:49 +07:00
danpros
304f6e67f0 Add feed to category, tag page etc.
Add new feed URL, adding /feed to category, tag, type, search, author. Eg. /category/htmly/feed
2024-01-02 16:50:15 +07:00
danpros
c6e2aaa209 Fix draft listing 2024-01-01 19:49:11 +07:00
danpros
d8d114f9de Rename function
Far more easier to remember
2024-01-01 18:39:11 +07:00