Commit graph

150 commits

Author SHA1 Message Date
maxpozdeev
2f2c6f2b79 Update translation: French (fr) by plabuse (closes GH-23) 2022-07-27 13:26:16 +03:00
maxpozdeev
7bb60e2dc9 Update translation: German (de) by Franky (closes GH-11) 2022-07-27 13:22:39 +03:00
maxpozdeev
3658a62db7 Update translation Chinese Simplified (cns) by wangyouworld (closes GH-6) 2022-07-27 13:17:20 +03:00
maxpozdeev
7d12b4a21f * turn off menu action for inline note editor 2022-07-24 23:15:16 +03:00
maxpozdeev
14e4fe66c9 add wrapper for CommonMark (php 7.4 is required) 2022-07-24 13:10:23 +03:00
maxpozdeev
9b56deb459 * use composer for Parsedown (run <composer or ./composer.sh> install --no-dev in the repo root) 2022-07-24 12:42:47 +03:00
maxpozdeev
b3c101cd10 use markdown class and interface for easy connection of other md libs 2022-07-24 12:08:31 +03:00
maxpozdeev
6aa68d63b0 rename some classes in mtt-tabs 2022-07-12 21:36:39 +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
dc155f000e set favicon (GH-10) 2022-07-10 19:21:36 +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
153536d6d4 move lang directory from content to includes 2022-07-10 17:57: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
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
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
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
5b4253d6f0 * dont restrict some chracters in tag names (/\<'>&") 2022-02-17 20:13:41 +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
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
263e65ae53 rename mysqli api class 2022-02-08 21:06:50 +03:00
Max Pozdeev
8eba530687 call setTaskPriority with POST method 2022-02-07 23:51:38 +03:00
Max Pozdeev
17921defa9 update ajax response caching 2022-02-07 23:41:01 +03:00
Max Pozdeev
c937596d43 remove trailing ?> in the end of php files 2022-02-07 19:16:07 +03:00
Max Pozdeev
05b49d30d8 do not use version.txt and @VERSION 2022-02-07 19:08:41 +03:00
Max Pozdeev
c325eea23a make $db->prefix readonly 2022-02-07 18:22:59 +03:00
Max Pozdeev
7a5fab82ca rename 2 functions 2022-02-07 09:57:03 +03:00
Max Pozdeev
acfb316e9a convert indention to spaces in php files 2022-02-06 23:37:02 +03:00
Max Pozdeev
c209486c5a * Authenticated session becomes invalid if password or salt are changed 2022-02-06 14:52:39 +03:00
Max Pozdeev
c4cab440ac edit final link to homepage while setup 2022-02-06 14:15:21 +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
d913efb309 rename settings link id to settings_btn 2022-02-01 15:49:47 +03:00
Max Pozdeev
23ddd8cbe2 use random_bytes to generate UUID v4 2022-01-31 23:01:59 +03:00
Max Pozdeev
efedefdae5 use new config file for database connection, setup is updated to support it 2022-01-31 21:49:26 +03:00
Max Pozdeev
d6ca663d4e * friendy messages if no lists to show 2022-01-15 21:00:51 +03:00
Max Pozdeev
26567ee59b reset location hash on logout to avoid reloading possible unaccessible list 2022-01-15 15:27:35 +03:00
Max Pozdeev
f5fd1f74bb support markdown in rss feed 2022-01-15 00:07:03 +03:00
Max Pozdeev
341eeac12a maintain license headers 2022-01-14 22:45:30 +03:00
Max Pozdeev
33810e79f7 * can use #NUMBER to make a link to the task by id in markdown note; opens this link as a search (experimental) 2022-01-14 22:13:04 +03:00
Max Pozdeev
a5b839d142 remove unused code 2022-01-12 21:26:50 +03:00