Max Pozdeev
|
70918b453d
|
refresh COPYRIGHT files
|
2022-01-13 15:18:52 +03:00 |
|
Max Pozdeev
|
dbb697b82a
|
simplify sqlite settings for docker tests
|
2022-01-13 00:20:47 +03:00 |
|
Max Pozdeev
|
63645a279a
|
simplify mysql settings for docker tests
|
2022-01-13 00:08:26 +03:00 |
|
Max Pozdeev
|
a5b839d142
|
remove unused code
|
2022-01-12 21:26:50 +03:00 |
|
Max Pozdeev
|
35e249c7aa
|
* add task id to edit task page
|
2022-01-12 17:33:39 +03:00 |
|
Max Pozdeev
|
1a82d708bb
|
add phpdoc hints to Config class
|
2022-01-12 16:02:54 +03:00 |
|
Max Pozdeev
|
0bd56d7fd8
|
apply editorconfig to theme index
|
2022-01-12 14:59:10 +03:00 |
|
Max Pozdeev
|
1b3d232dbe
|
* add samesite=lax flag for session cookie
(cherry picked from commit ea2ace9066)
|
2022-01-12 02:16:19 +03:00 |
|
Max Pozdeev
|
deb25cbaa1
|
- fix js error when no lists to display
(cherry picked from commit 8b4960206d)
|
2022-01-12 02:05:38 +03:00 |
|
Max Pozdeev
|
2052ad337f
|
* check table prefix while setup
(cherry picked from commit 5edaf9816b)
|
2022-01-12 02:03:47 +03:00 |
|
Max Pozdeev
|
37f83a9ce7
|
* rename die2() to logAndDie()
(cherry picked from commit 61bdead019)
|
2022-01-12 01:44:22 +03:00 |
|
Max Pozdeev
|
d67571fcb3
|
- use token header from $_SERVER; fixed errors with auth token headers occured on some software configurations
(cherry picked from commit 5b3dd0d0fc)
|
2022-01-12 01:31:18 +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
|
9f78149fe1
|
* use simple token header for ajax request for safety
|
2022-01-12 01:30:33 +03:00 |
|
Max Pozdeev
|
9c891da92c
|
* make settings safer
(cherry picked from commit 7f2ac0c0c2)
|
2022-01-12 01:27:44 +03:00 |
|
Max Pozdeev
|
4e79da6caf
|
* increase session cookie lifetime
|
2022-01-12 00:49:16 +03:00 |
|
Max Pozdeev
|
5248a9bc33
|
* fix incorrect title in browser history in some cases
|
2022-01-12 00:37:55 +03:00 |
|
Max Pozdeev
|
21f5ba615d
|
fix deprecation notice of null parameter in noteMarkup() in PHP 8.1
|
2022-01-11 23:35:36 +03:00 |
|
Max Pozdeev
|
01c02ba4f6
|
use ReturnTypeWillChange attributes to avoid PHP 8.1 deprecation notices in MTTSessionHandler (until PHP 9)
|
2022-01-11 23:10:10 +03:00 |
|
Max Pozdeev
|
63fca720d2
|
better handle document title while history navigation
|
2022-01-11 21:59:18 +03:00 |
|
Max Pozdeev
|
104174a9b3
|
* add logo and change animation of page loading
|
2022-01-11 01:17:25 +03:00 |
|
Max Pozdeev
|
c12b9c386b
|
no need to check if error constant is defined (E_DEPRECATED and E_USER_DEPRECATED available since PHP 5.3)
|
2022-01-11 00:43:14 +03:00 |
|
Max Pozdeev
|
d847a2eb07
|
* handle history navigation with settings page
|
2022-01-11 00:26:07 +03:00 |
|
Max Pozdeev
|
14c83fda94
|
reduce number of time() calls in session handler class
|
2021-08-02 17:12:06 +03:00 |
|
Max Pozdeev
|
e897ce13b2
|
remove :hover on task row
|
2021-07-30 21:30:42 +03:00 |
|
Max Pozdeev
|
96d63686ab
|
little facelifting in mobile style
|
2021-07-29 21:58:05 +03:00 |
|
Max Pozdeev
|
f5dcbaf6d7
|
fix for prev commit
|
2021-07-29 16:55:04 +03:00 |
|
Max Pozdeev
|
73ab4ac10f
|
* use database table for session handling
|
2021-07-29 16:52:44 +03:00 |
|
Max Pozdeev
|
b657cc490f
|
* save sort order of all tasks list in settings
|
2021-07-28 23:05:46 +03:00 |
|
Max Pozdeev
|
c9282c71df
|
* hidden state of all tasks list is saved in settings now
|
2021-07-28 22:56:55 +03:00 |
|
Max Pozdeev
|
bf7402794c
|
refactor Config class (domain request)
|
2021-07-28 21:33:20 +03:00 |
|
Max Pozdeev
|
160886a0ec
|
refactor get_ver() in setup
|
2021-07-28 21:11:52 +03:00 |
|
Max Pozdeev
|
39c9d1608d
|
* use utf8mb4 charset in mysql database
|
2021-07-28 18:50:23 +03:00 |
|
Max Pozdeev
|
9dd8071bc6
|
specify collate for mysql settings table
|
2021-07-28 18:15:29 +03:00 |
|
Max Pozdeev
|
8e33015f68
|
dropped the ability to upgrade database from old versions 1.3.0 and 1.3.1
|
2021-07-28 18:07:40 +03:00 |
|
Max Pozdeev
|
34f837d8d2
|
* general settings are stored in database
|
2021-07-28 18:05:14 +03:00 |
|
Max Pozdeev
|
f0c8fa4d22
|
* dropped the ability to upgrade database from old versions 1.1 and 1.2
|
2021-07-27 13:10:17 +03:00 |
|
Max Pozdeev
|
0a5fdbbffa
|
move DBConnection class to separate file
|
2021-07-26 22:04:12 +03:00 |
|
Max Pozdeev
|
145b58f7cf
|
require PHP 7.0+
|
2021-07-26 21:57:30 +03:00 |
|
Max Pozdeev
|
b9fd47b182
|
continue refactor db classes
|
2021-07-26 19:18:09 +03:00 |
|
Max Pozdeev
|
e1c5540c13
|
continue refactor db classes
|
2021-07-26 19:13:57 +03:00 |
|
Max Pozdeev
|
651f9687f9
|
implement DBConnection::setPrefix()
|
2021-07-26 17:34:48 +03:00 |
|
Max Pozdeev
|
938a72e7ed
|
move Config class to separate file
|
2021-07-25 19:20:24 +03:00 |
|
Max Pozdeev
|
809e811447
|
fix tasklist hover in mobile style
|
2021-07-25 17:21:52 +03:00 |
|
Max Pozdeev
|
c597b07559
|
fix urls in task title were unclickable
|
2021-07-25 17:17:27 +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
|
648364aa23
|
* add support of PDO mysql extension (try it by default while setup)
|
2021-07-25 00:10:27 +03:00 |
|
Max Pozdeev
|
3c769c6d31
|
rename mysql class to class.db.mysqli.php
|
2021-07-24 23:17:19 +03:00 |
|
Max Pozdeev
|
ae88f3b75b
|
fix for prev commit
|
2021-07-24 23:14:30 +03:00 |
|