Commit graph

630 commits

Author SHA1 Message Date
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
741e60d1f9 add MTT_ENABLE_DEBUG to docker files where absent 2022-01-11 23:29:07 +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
3b33781e16 add docker containers with mysql server and PHP 8.0 and 8.1
(cherry picked from commit dd5e4f63ce)
2022-01-11 22:24:32 +03:00
Max Pozdeev
010a863713 add docker container with PHP 8.1
(cherry picked from commit 6d334770c7)
2022-01-11 22:23:32 +03:00
Max Pozdeev
fe9db0b68e add /phpinfo uri to docker container with PHP 8.0 2022-01-11 22:23:11 +03:00
Max Pozdeev
63fca720d2 better handle document title while history navigation 2022-01-11 21:59:18 +03:00
Max Pozdeev
7b98834f14 remove docker files for PHP 5.6 2022-01-11 01:19:09 +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
Max Pozdeev
a437ecd48b refactor db classes 2021-07-24 22:48:30 +03:00
Max Pozdeev
dafd4d81a6 require php 5.6 2021-07-24 18:27:23 +03:00
Max Pozdeev
104f66b099 remove docker files for PHP 5.4 2021-07-24 18:26:23 +03:00
Max Pozdeev
2c422af380 Add dev docker container based on PHP 5.6 2021-07-24 18:25:57 +03:00
Max Pozdeev
edec4e38d6 enable debug mode in docker files 2021-07-24 18:18:37 +03:00
Max Pozdeev
62e1dc0c96 * changes in error logging: show only in debug mode 2021-07-24 18:16:16 +03:00
Max Pozdeev
8fe4cbf882 restructure task row 2021-07-19 21:37:45 +03:00