maxpozdeev
|
3acf78b77e
|
* Remove restriction on having some characters (<, >, &, ', ") in list names (closes GH-108)
|
2025-05-12 15:52:24 +03:00 |
|
maxpozdeev
|
591f1ca11c
|
fix prev commit
|
2025-03-03 20:38:51 +03:00 |
|
maxpozdeev
|
a4635a1933
|
more checks of arrays
|
2025-03-03 15:09:14 +03:00 |
|
maxpozdeev
|
691a99cb28
|
+ can use manual sorting in reverse order (i.e. new tasks are on top)
|
2023-11-23 23:16:40 +03:00 |
|
maxpozdeev
|
edfe391e41
|
* add more compatibility for http api (able to use GET and POST requests only)
|
2023-11-04 14:58:24 +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
|
d4cabb61b6
|
changes in internal api
|
2023-09-05 21:41:28 +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
|
86c02990c1
|
experimental sort by title (disabled yet)
|
2022-11-12 15:22:59 +03:00 |
|
maxpozdeev
|
8e61b1c681
|
- fix "show completed tasks" checkbox was working incorrectly (thanks to Brad Nathan)
|
2022-09-15 16:37:19 +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
|
d721feb1e4
|
fix issue with null coalescing priority
|
2022-08-12 12:10:55 +03:00 |
|
maxpozdeev
|
6824a784d0
|
- fix: dateCreated was updated on publishList instead of dateEdited
|
2022-08-11 18:03:42 +03:00 |
|
maxpozdeev
|
46de0c09de
|
* implement feed key to allow to get an export or rss of password-protected lists (just add &key=YOUR_KEY to the url)
|
2022-08-11 17:59:57 +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
|
490b64c2b3
|
* change HTTP API
|
2022-07-10 15:23:53 +03:00 |
|