Commit graph

722 commits

Author SHA1 Message Date
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
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
055cd20eef
Update htmly.php 2024-05-20 09:12:16 +00:00
vdbhb59
f3ac5f6caf
Corrected sentence construction 2024-05-19 15:05:52 +00:00
vdbhb59
a8403aed3b
Corrected sentence construction 2024-05-19 15:04:36 +00:00
vdbhb59
0048915220
Corrected sentence construction as previous one 2024-05-19 15:02:51 +00:00
vdbhb59
8ed97e1a4f
Corrected sentence construction for "empty" details
Self explanatory.
2024-05-19 15:01:19 +00:00
vdbhb59
ba0bf6c223
Corrected importer agrrement clause details
Instead of by_using_this_importer_you_are_agree_if_the_feed_is_yours_or_at_least_you_have_the_authority_to_publish_it
the correct sentence construction is
by_using_this_importer_you_confirm_that_the_feed_is_yours_or_that_at_least_you_have_the_authority_to_publish_it
2024-05-19 14:56:42 +00:00
vdbhb59
294bab39bc
Corrected tag name
all_tagged_posts instead of all_posts_tagged
Rest all language sections being corrected at end after rest of the changes.
2024-05-19 14:49:12 +00:00
KuJoe
f86c8340d5 Revert "Added feature to automatically convert URLs into clickable links in posts"
This reverts commit de209fcb69.
2024-05-18 15:12:25 -04:00
KuJoe
de209fcb69 Added feature to automatically convert URLs into clickable links in posts 2024-05-18 15:02:11 -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
912418984b Merge branch 'master' of https://github.com/KuJoe/htmly 2024-05-18 03:22:41 -04:00
KuJoe
25fee781cf Added autosave feature to posts/pages
Added a feature to automatically save posts/pages every 60 seconds as a draft to avoid lost work. Includes a notification in the bottom right of the screen. Still needs a bit more work to avoid saving multiple drafts under different file names. Only auto saves for new posts/pages, not edits.
2024-05-18 03:22:31 -04:00
danpros
06a6013b50 Update MarkdownExtra.php 2024-05-18 14:17:49 +07:00
danpros
6163b18bf5 Composer Update 2024-05-18 14:08:18 +07:00
KuJoe
f139bd33bd
Merge branch 'danpros:master' into master 2024-05-17 12:00:00 -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
5f501bf572 Create htmly-small.png 2024-05-17 20:22:08 +07:00
danpros
c9a8d3b3fb Upload logo 2024-05-17 19:58:07 +07:00
danpros
e734bd7eff Update htmly.php 2024-05-03 07:19:51 +07:00
danpros
3be878126f Fix delete post/page/category
See: #737
2024-05-03 06:13:39 +07:00
danpros
295ea2dcea Update layout.html.php 2024-04-29 11:18:45 +07:00
danpros
6d6a735bc1 Update functions.php
Bootstrap menu class for auto generated menu
2024-04-29 08:17:41 +07:00
danpros
378c419426 Update functions.php 2024-04-28 23:30:54 +07:00
danpros
df26a55cac Mac inverted question mark fix
See #715 Thanks to @splifingate and @taufik-nurrohman
2024-04-28 22:52:00 +07:00
danpros
32659cd9e9 Allow avatar for users 2024-04-28 11:11:50 +07:00
kali
0f0c1bbd45 addressed path traversal vulnerability 2024-04-27 10:43:40 -04:00
danpros
c67b859dae Allow webp image
See #726 and markdown like link/image see #725
2024-04-27 15:56:26 +07:00
danpros
8f5a3a3799 Security fix
See: https://chmod744.super.site/htmly-cve for more details
2024-04-27 15:40:57 +07:00
danpros
1decf30830 Update config-metatags.html.php 2024-03-31 18:25:59 +07:00
danpros
794dadc8cc Update htmly.php 2024-03-31 16:29:28 +07:00
danpros
7f713d32c7 Update functions.php 2024-03-31 15:58:16 +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
3411d55a42 Update layout.html.php 2024-03-31 13:02:20 +07:00
danpros
0167cdf4b5 Update functions.php 2024-03-31 12:16:56 +07:00
danpros
7ff6152ab5 Fix lang 2024-03-31 12:03:47 +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
337b45acbb Update functions.php 2024-03-14 22:30:23 +07:00
danpros
8d905c82ca Update toc.css 2024-03-14 14:57:51 +07:00
danpros
73eca4eed6 Replace favicon 2024-03-14 12:27:14 +07:00
danpros
ed0c0ba2f1 Update configList.json 2024-03-14 06:39:10 +07:00
danpros
bb5916e9bc Favicon image setting 2024-03-14 06:38:15 +07:00
danpros
c445c6c162 Update functions.php 2024-03-14 01:23:26 +07:00