Dan
f5c1a4812a
Update htmly.php
2025-07-04 19:19:57 +07:00
Dan
8cfbbb0090
Update htmly.php
2025-07-04 19:04:03 +07:00
Dan
f6accb8c6c
Update htmly.php
2025-07-04 18:45:35 +07:00
Dan
9bf6179890
Update htmly.php
2025-07-04 18:35:08 +07:00
andrigamerita
60858703c0
Handle server-side session error for /admin/autosave
2025-06-07 16:38:31 +02:00
Dan
f59febfa29
Improve performance
...
Previously, to count the number of posts, you needed a separate function. Now, that's no longer the case.
2025-03-28 08:01:39 +07:00
Dan
e2ba3fb06b
Handle null value
2025-03-27 09:21:25 +07:00
Dan
0c300b5077
Split the recent_type()
...
The recent_type() only return post type. Add recent_category(), and recent_profile_posts()
2025-03-26 18:36:15 +07:00
Dan
bbecb8e242
Update htmly.php
...
Allows custom template files for subpages: layout--[subpage-slug].html.php, layout--substatic.html.php, substatic--[subpage-slug].html.php, substatic.html.php
2025-03-25 23:17:13 +07:00
Dan
22b6210caf
Update htmly.php
2025-03-17 20:17:54 +07:00
Dan
3ca9ed1922
Simple custom fields
...
Currently only supports text, textarea, checkbox and select types.
Can add custom fields to posts, pages/subpages, profile.
2025-03-17 16:02:16 +07:00
Dan
d92cef494a
Update htmly.php
...
See: #876
2025-03-02 21:39:08 +07:00
Dan
0eeeec058c
Add lang key
2025-02-15 10:28:38 +07:00
Dan
e9589b1dc2
Add clear index button
2025-02-15 06:17:05 +07:00
Dan
e4dfc429d7
Fulltext search index
2025-02-14 10:21:17 +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
eb4330abc8
Autosave message
...
Added a message why the draft was not saved
2025-01-24 09:09:31 +07:00
Dan
015e631e27
Update htmly.php
2025-01-23 08:17:44 +07:00
Dan
39a8c50cfd
Fix autosave bugs. See: #858
2025-01-22 11:36:00 +07:00
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