Commit graph

26 commits

Author SHA1 Message Date
maxpozdeev
1efbe606fd - fix: new tasks counter failed for newly created lists 2023-09-17 16:15:23 +03:00
maxpozdeev
ab9f398d7b - fix tab counter failed if only one tab open 2023-09-15 23:58:50 +03:00
maxpozdeev
288db261a9 + add setting to show exact due date (instead of relative) in tasklist (GH-19) 2023-09-11 09:48:39 +03:00
maxpozdeev
0a52e3a5f7 * counter of new tasks shows only open tasks (excluding completed) 2023-09-10 18:57:29 +03:00
maxpozdeev
28bd570436 * can use weekday for duedate in smart syntax; can use ! and @ for duedate prefix (GH-26) 2023-09-10 11:54:22 +03:00
maxpozdeev
68bd687069 + added support duedate in smart syntax using format @duedate in the end of task (GH-26) 2023-09-09 21:02:12 +03:00
maxpozdeev
a3113ed195 * add filter action for smart syntax parser 2023-09-09 17:31:26 +03:00
maxpozdeev
42e265d802 + add badge to tabs with counter of newly created tasks (GH-5, GH-25) 2023-09-08 08:09:00 +03:00
maxpozdeev
05e4ed3bfb * find tasks filtered by tag using its normalized name (useful in sqlite) 2023-09-05 21:44:17 +03:00
maxpozdeev
aeb732b446 + new notifications for tasks (edited, completed, deleted) and lists (deleted, deleted complted tasks) 2023-08-19 18:24:40 +03:00
maxpozdeev
173a1b387d * adopt sql to support postgresql 2023-08-03 23:13:55 +03:00
maxpozdeev
a41eae1ea7 rename DBCore::defaultInstance() 2023-03-24 18:23:06 +03:00
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