Commit graph

25 commits

Author SHA1 Message Date
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
23ddd8cbe2 use random_bytes to generate UUID v4 2022-01-31 23:01:59 +03:00
Max Pozdeev
341eeac12a maintain license headers 2022-01-14 22:45:30 +03:00
Max Pozdeev
5248a9bc33 * fix incorrect title in browser history in some cases 2022-01-12 00:37:55 +03:00
Max Pozdeev
0a5fdbbffa move DBConnection class to separate file 2021-07-26 22:04:12 +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
648364aa23 * add support of PDO mysql extension (try it by default while setup) 2021-07-25 00:10:27 +03:00
Max Pozdeev
c4873ff3d3 remove unused code 2021-07-15 21:03:26 +03:00
Max Pozdeev
59fe50b31d * add support of markdown in notes (using Parsedown library) 2021-07-13 12:49:07 +03:00
Max Pozdeev
b158e769cc
Merge branch 'master' into v1.6.x 2021-06-27 16:03:53 +03:00
Max Pozdeev
6983fa1b72 * invalidate opcache while saving config file 2021-06-27 15:28:28 +03:00
Max Pozdeev
ae8cc12e2f
Merge branch 'master' into v1.6.x 2021-04-19 20:55:01 +03:00
Max Pozdeev
924a2147ff * do not use stop_gpc() for compatibility with PHP 8 2021-04-19 20:12:24 +03:00
Max Pozdeev
f035fa3464 * do not allow urls and any html elements in task title (escape all); format the note in php (not js) using mttMarkup_v1 2020-10-21 23:47:32 +03:00
Max Pozdeev
b76b370d1c remove auto-detect of mobile theme 2020-10-19 22:58:37 +03:00
Max Pozdeev
78b02537f8 apply editorconfig (line endings and final empty line) 2020-10-14 21:20:44 +03:00
Max Pozdeev
b39782a246 - fix urls for rss and export in ie8 theme 2020-10-05 18:16:20 +03:00
Max Pozdeev
85fb8dea69 * auto-switch to mobile version is enabled by default 2020-09-26 23:57:10 +03:00
Max Pozdeev
734c407917 little more security for config values 2020-09-12 17:02:15 +03:00
Max Pozdeev
dbfa448576 * add basic auto-detection of mobile devices (disabled yet) 2020-09-12 16:17:43 +03:00
Max Pozdeev
47758f08c2 move common.php to includes folder 2020-09-04 14:45:24 +03:00
Renamed from src/common.php (Browse further)