Commit graph

72 commits

Author SHA1 Message Date
maxpozdeev
42baf175aa fix: extensions were not loaded due to non-list storage 2025-04-04 01:26:38 +03:00
maxpozdeev
c11b7f5b34 + Can show a counter of new tasks as a favicon (GH-5, GH-25) 2025-02-15 21:50:09 +03:00
maxpozdeev
80de4b7a9b + add setting for counter of new tasks (disabled by default) (2 strings added for translation) 2024-01-23 13:35:19 +03:00
maxpozdeev
30ec81e95d * add setting to show date inline (closes GH-56) 2023-09-12 09:43:38 +03:00
maxpozdeev
288db261a9 + add setting to show exact due date (instead of relative) in tasklist (GH-19) 2023-09-11 09:48:39 +03:00
maxpozdeev
68bd687069 + added support duedate in smart syntax using format @duedate in the end of task (GH-26) 2023-09-09 21:02:12 +03:00
maxpozdeev
9fb376d8b2 + add setting for compulsory dark theme (closes GH-70) 2023-09-06 14:35:03 +03:00
maxpozdeev
2cf207fba2 * use static date in date format settings 2023-09-06 09:42:14 +03:00
maxpozdeev
d2c54f671f remove slash in self-closing tags 2023-08-19 21:33:03 +03:00
maxpozdeev
a81e069f77 * ext settings page can have no bottom buttons (added method to MTTExtensionSettingsInterface) 2023-04-06 13:47:30 +03:00
maxpozdeev
6e41e5865e small ui fixes in settings (extensions lists line-height, back button padding for better touch) 2023-04-06 13:00:29 +03:00
maxpozdeev
4c01eca4ad add spaces for radio options in settings 2023-03-31 14:20:32 +03:00
maxpozdeev
03a7765f9f - fix warning in settings about uninitialized var 2022-10-31 11:02:56 +03:00
maxpozdeev
767c669435 extension can have version 2022-09-19 15:51:23 +03:00
maxpozdeev
81d32e0a1b extensions can have own translations 2022-09-16 12:08:55 +03:00
maxpozdeev
8fcab7b89b store extension meta in extension.json 2022-09-15 21:39:50 +03:00
maxpozdeev
87beb74321 * can enable/disable showing a time of task date in tasklist (disabled by default) 2022-09-15 16:03:47 +03:00
maxpozdeev
439316a8e6 rename some const and var (extensions are enabled by default) 2022-09-13 18:21:53 +03:00
maxpozdeev
b6990f2917 replace span with div in settings (finalyze 9752d2a) 2022-09-08 23:22:19 +03:00
maxpozdeev
167fc489d1 * can deactivate missing extension 2022-09-08 23:12:32 +03:00
maxpozdeev
456d34d30d + extension can have own settings page 2022-09-08 11:55:05 +03:00
maxpozdeev
c54c9ab774 + add basic support of extensions (can activate/deactivate in settings and load it) (experimental yet) 2022-09-06 23:28:24 +03:00
maxpozdeev
faf2003c14 simply and refactor form bottom buttons 2022-08-16 18:35:33 +03:00
maxpozdeev
b9f720c9b3 add autocomplete=new-password to new pasword field in settings 2022-08-12 15:03:30 +03:00
maxpozdeev
b65eb49c20 sort translations in settings by title in English 2022-08-11 20:37:40 +03:00
maxpozdeev
522010e34e add appearance to settings 2022-07-11 00:52:50 +03:00
maxpozdeev
6f60e75c45 replace tabs with spaces in php files 2022-07-10 15:35:19 +03:00
Max Pozdeev
82318c6df0 prevent possible errors if language files are broken 2022-04-15 21:29:59 +03:00
Max Pozdeev
acfb316e9a convert indention to spaces in php files 2022-02-06 23:37:02 +03:00
Max Pozdeev
553a66651c + Password is stored as hash 2022-02-06 14:08:15 +03:00
Max Pozdeev
4988741e62 + ability to see config params as json with #settings.json or ctrl+click on settings 2022-02-01 16:40:56 +03:00
Max Pozdeev
1c0e07a156 * add Markdown checkbox to settings 2022-02-01 16:35:07 +03:00
Max Pozdeev
7f4d48b8a1 remove converter of old lang files 2022-02-01 00:06:33 +03:00
Max Pozdeev
341eeac12a maintain license headers 2022-01-14 22:45:30 +03:00
Max Pozdeev
f23ca43eea * use simple token in settings
(cherry picked from commit 866c34e2e0)
2022-01-12 01:31:18 +03:00
Max Pozdeev
9c891da92c * make settings safer
(cherry picked from commit 7f2ac0c0c2)
2022-01-12 01:27:44 +03:00
Max Pozdeev
5248a9bc33 * fix incorrect title in browser history in some cases 2022-01-12 00:37:55 +03:00
Max Pozdeev
73ab4ac10f * use database table for session handling 2021-07-29 16:52:44 +03:00
Max Pozdeev
476abbd08b make settings UI more mobile friendly 2021-07-25 16:46:52 +03:00
Max Pozdeev
2c2255d73b updated translation of smart syntax description 2021-07-25 15:25:11 +03:00
Max Pozdeev
8ad3362693 polish css structures 2021-04-20 17:37:17 +03:00
Max Pozdeev
924a2147ff * do not use stop_gpc() for compatibility with PHP 8 2021-04-19 20:12:24 +03:00
Max Pozdeev
78b02537f8 apply editorconfig (line endings and final empty line) 2020-10-14 21:20:44 +03:00
Max Pozdeev
15fb7f86b0 dont die if language file not found 2020-09-24 19:21:13 +03:00
Max Pozdeev
83ac15e582 Move langs to /content/lang/ folder 2020-09-18 23:02:45 +03:00
Max Pozdeev
734c407917 little more security for config values 2020-09-12 17:02:15 +03:00
Max Pozdeev
4929663437 remove unnecessary need_auth() 2020-09-08 14:50:06 +03:00
Max Pozdeev
bd698949a5 replace global var $needAuth with function need_auth() 2020-09-08 14:37:29 +03:00
Max Pozdeev
756e4839db suppress warning if /lang/ folder does not exists 2020-09-04 14:50:09 +03:00
Max Pozdeev
827fc92609 * Use language files in json format, in new folder 2020-09-04 14:26:28 +03:00