Commit graph

721 commits

Author SHA1 Message Date
maxpozdeev
6aa68d63b0 rename some classes in mtt-tabs 2022-07-12 21:36:39 +03:00
maxpozdeev
0db32542b7 add linux support in buildtar 2022-07-12 16:23:52 +03:00
maxpozdeev
ddca233771 use tar.gz to archive releases 2022-07-12 16:19:24 +03:00
maxpozdeev
929b506789 check db exists in homepage 2022-07-12 11:26:12 +03:00
maxpozdeev
522010e34e add appearance to settings 2022-07-11 00:52:50 +03:00
maxpozdeev
d6eabc8e94 little fix of colors in dark mode 2022-07-11 00:09:58 +03:00
maxpozdeev
307386554f * only doubleclick on task title will open task editor, not on notes 2022-07-11 00:09:01 +03:00
maxpozdeev
dc155f000e set favicon (GH-10) 2022-07-10 19:21:36 +03:00
maxpozdeev
07e41b7da3 add dev docker with nginx for php 7.4 and 8.1 2022-07-10 18:18:19 +03:00
maxpozdeev
42f9bf622e remove unused config var (fix for ffa6bc0) 2022-07-10 18:11:37 +03:00
maxpozdeev
520b0b7326 move js files from includes to content 2022-07-10 18:07:54 +03:00
maxpozdeev
a96fa6405e fix path in .editorconfig and remove unused constants (fix for ffa6bc0) 2022-07-10 18:01:50 +03:00
maxpozdeev
153536d6d4 move lang directory from content to includes 2022-07-10 17:57:36 +03:00
maxpozdeev
ed31e2eaff update dev docker files; use mariadb 10.8 with php 8.1 2022-07-10 17:04:36 +03:00
maxpozdeev
ffa6bc0740 move theme files to content/theme/ and includes/theme.php 2022-07-10 16:08:07 +03:00
maxpozdeev
000b9f6eac use spaces for indentation in js files 2022-07-10 15:50:05 +03:00
maxpozdeev
6f60e75c45 replace tabs with spaces in php files 2022-07-10 15:35:19 +03:00
maxpozdeev
490b64c2b3 * change HTTP API 2022-07-10 15:23:53 +03:00
Max Pozdeev
90278d0f63 remove unused docker containers for php 7.0 and 7.1 2022-05-25 23:26:27 +03:00
Max Pozdeev
c46f01bcdc always display task action button in mobile style 2022-05-03 23:42:07 +03:00
Max Pozdeev
c298ab101f Update jQuery UI Touch Punch to v1.0.8 by RWAP (with delay implemented in 1e62548 v1.6.10) 2022-05-03 21:09:34 +03:00
Max Pozdeev
95ce873f73 Update jQuery UI to v1.13.1 2022-05-02 23:04:48 +03:00
Max Pozdeev
a269392d48 PHP 7.2 - minimal required version 2022-04-15 21:31:47 +03:00
Max Pozdeev
82318c6df0 prevent possible errors if language files are broken 2022-04-15 21:29:59 +03:00
Max Pozdeev
2dc8a2213f prevent possible errors if settings are saved as invalid JSON 2022-04-15 20:13:29 +03:00
Max Pozdeev
c45e6c6bef - fix possible error if failed to create json object with init options 2022-04-15 20:03:15 +03:00
Max Pozdeev
a51d0af843 little refactoring of menu bar 2022-02-23 01:37:26 +03:00
Max Pozdeev
811b2a0062 fix for prev commit 2022-02-23 01:05:00 +03:00
Max Pozdeev
422d3b82e6 remove useless 'wrapper' and 'container' divs from html 2022-02-22 23:53:50 +03:00
Max Pozdeev
ff10c473e0 * authentication form in not popup anymore 2022-02-22 23:38:32 +03:00
Max Pozdeev
fcf28501e7 fix incorrect tab html of newly created list (broken in 57bd711) 2022-02-21 18:37:32 +03:00
Max Pozdeev
8552f1740b dont wrap page header on mobiles 2022-02-19 23:04:56 +03:00
Max Pozdeev
389c3fcc47 better vertical alignment of .task-left block 2022-02-19 18:34:09 +03:00
Max Pozdeev
5b4253d6f0 * dont restrict some chracters in tag names (/\<'>&") 2022-02-17 20:13:41 +03:00
Max Pozdeev
291708692b add ajax action to get csrf token (for external authentication) 2022-02-16 23:10:43 +03:00
Max Pozdeev
4a41ad0467 + add dark mode css, enabled if system appearance is dark 2022-02-16 23:04:02 +03:00
Max Pozdeev
1c2cac9676 * use css variables for colors 2022-02-16 22:56:49 +03:00
Max Pozdeev
3ba1f583e1 editorconfig for svg 2022-02-15 21:15:57 +03:00
Max Pozdeev
57bd7116c1 * use SVG icons as CSS masks to draw action buttons 2022-02-12 23:09:27 +03:00
Max Pozdeev
ce01ca5bea more fixes for csrf token checking 2022-02-10 00:41:28 +03:00
Max Pozdeev
28439ec79c generate csrf token before login (fix for 454ed89) 2022-02-09 22:38:13 +03:00
Max Pozdeev
b9dcd9071c edit style: fonts 2022-02-09 17:39:56 +03:00
Max Pozdeev
5f8564cbe7 edit style: mostly text colours 2022-02-09 13:09:19 +03:00
Max Pozdeev
454ed8940f * check csrf token on login; regenerate session id on logout instead of login 2022-02-09 12:17:46 +03:00
Max Pozdeev
b7e220415d * do not trim note while create or edit task 2022-02-09 12:04:54 +03:00
Max Pozdeev
2eb929840b edit style 2022-02-08 23:53:41 +03:00
Max Pozdeev
8a442d1187 improve style of note textarea in editor mode 2022-02-08 23:51:27 +03:00
Max Pozdeev
263e65ae53 rename mysqli api class 2022-02-08 21:06:50 +03:00
Max Pozdeev
a5bf61e176 add utility to edit settings from command line (not bundled in release archive) 2022-02-08 12:57:59 +03:00
Max Pozdeev
876b8297e7 * add extra field into lists table (for next features to be implemented) 2022-02-08 00:04:55 +03:00