Commit graph

691 commits

Author SHA1 Message Date
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
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
734881d098 add copyright and license for Parsedown 2022-02-07 00:16:15 +03:00
Max Pozdeev
acfb316e9a convert indention to spaces in php files 2022-02-06 23:37:02 +03:00
Max Pozdeev
69f3702a2e cleanup release builder 2022-02-06 18:54:57 +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
fe6164bf7d fix session handling broken in 1b3d232 2022-02-06 14:24:02 +03:00
Max Pozdeev
c4cab440ac edit final link to homepage while setup 2022-02-06 14:15:21 +03:00
Max Pozdeev
0b9f90630b translate 2 strings in ru.json introduced in d6ca663d4e 2022-02-06 14:11:37 +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
7f4d48b8a1 remove converter of old lang files 2022-02-01 00:06:33 +03:00
Max Pozdeev
029e2621df add docker files for php 7.1 2022-01-31 23:03:24 +03:00
Max Pozdeev
23ddd8cbe2 use random_bytes to generate UUID v4 2022-01-31 23:01:59 +03:00
Max Pozdeev
a2f8c843cd update docker files to support new db config 2022-01-31 22:04:20 +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
c50b039cb2 - show alltasks lists only for authorized user 2022-01-15 15:15:59 +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
e69efe6f62 little updates in .editorconfig 2022-01-14 22:43:37 +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
70918b453d refresh COPYRIGHT files 2022-01-13 15:18:52 +03:00