Commit graph

14 commits

Author SHA1 Message Date
maxpozdeev
8815569861 ** remove "tags" and "tags_ids" fields from tasks table (used for better performance) 2023-03-24 18:19:21 +03:00
maxpozdeev
0990900da2 liitle optiomization of sql to get tasks 2022-12-14 00:29:57 +03:00
maxpozdeev
86c02990c1 experimental sort by title (disabled yet) 2022-11-12 15:22:59 +03:00
maxpozdeev
40f9d33a93 + now search is case-insensitive for non-latin characters in sqlite database 2022-11-10 21:24:41 +03:00
maxpozdeev
87beb74321 * can enable/disable showing a time of task date in tasklist (disabled by default) 2022-09-15 16:03:47 +03:00
maxpozdeev
7a442c5359 fix for bb23883: task was created twice if full form was used 2022-09-09 19:41:53 +03:00
maxpozdeev
bb23883e5b implement ApiResponse class and change http api internals 2022-09-05 17:13:46 +03:00
maxpozdeev
f31c173db4 add internal notifications for taskCreated and listCreated (experimental) 2022-08-29 23:26:05 +03:00
maxpozdeev
2980fcb949 declare strict types in db wrappers 2022-08-27 21:07:31 +03:00
maxpozdeev
f7d590383f * can save setting of alltasks list to show or not completed tasks 2022-08-01 22:16:01 +03:00
maxpozdeev
9f918c0663 * change of list sorting is produced on backend with tasklist reload 2022-08-01 21:57:10 +03:00
maxpozdeev
8e90422ac8 * show 'date edited' inline in tasklist instead of 'date created' if sorting is selected 'by date modified' (and in task edit form if not completed) 2022-08-01 18:22:30 +03:00
maxpozdeev
6f60e75c45 replace tabs with spaces in php files 2022-07-10 15:35:19 +03:00
maxpozdeev
490b64c2b3 * change HTTP API 2022-07-10 15:23:53 +03:00