mytinytodo/src
2022-11-05 20:06:39 +03:00
..
content * do not remember last used list for readonly users (GH-47) 2022-11-05 20:06:39 +03:00
db * do not include empty sqlite file in release archive; todolist.db will be created by sqlite driver while setup, just need 'db' dir to be writable 2022-07-15 11:30:43 +03:00
ext/notifications set version of notifications extension to 1.0 2022-10-03 15:59:18 +03:00
includes * workaround in api if PATH_INFO is not set by webserver 2022-11-04 16:48:37 +03:00
.htaccess * change HTTP API 2022-07-10 15:23:53 +03:00
api.php store extension meta in extension.json 2022-09-15 21:39:50 +03:00
config-sample.php * Authenticated session becomes invalid if password or salt are changed 2022-02-06 14:52:39 +03:00
COPYRIGHT add copyright and license for Parsedown 2022-02-07 00:16:15 +03:00
docker-config.php rename MTT_DB environment variable to MTT_DB_NAME for docker configs 2022-07-17 18:05:40 +03:00
export.php fix issue with null coalescing priority 2022-08-12 12:10:55 +03:00
feed.php fix issue with null coalescing priority 2022-08-12 12:10:55 +03:00
index.php * use anti-csrf token header for ajax requests on passwordless installations 2022-10-28 21:29:21 +03:00
init.php add samesite=lax and httpOnly to anti-csrf cookies 2022-11-03 00:20:32 +03:00
LICENSE Code license changed to GNU GPL v2+. Version changed to 1.4.3 2014-01-28 16:38:06 +04:00
mtt-edit-settings.php add utility to edit settings from command line (not bundled in release archive) 2022-02-08 12:57:59 +03:00
settings.php - fix warning in settings about uninitialized var 2022-10-31 11:02:56 +03:00
setup.php - bugfix: unable to update database v1.4 while setup in v1.7.1 (closes GH-44) 2022-11-03 15:40:14 +03:00