Commit graph

602 commits

Author SHA1 Message Date
Chris
adea13e85d
Add blue to low priority tasks (#563) 2025-11-17 23:01:54 +02:00
Chris
cadb3fc6ee
Set priority to low when creating task from inbox (#562) 2025-11-17 22:46:33 +02:00
Chris
d5605d7739
Remove dot from upcoming tasks (#561) 2025-11-17 22:38:45 +02:00
Chris
01ba863372
Prevent duplicate generation (#560) 2025-11-17 22:22:59 +02:00
Chris
e5bd2fac95
Fix completed in upcoming filter (#559) 2025-11-17 19:33:51 +02:00
Chris
fdc01b6901
Wrap long subtask text (#558) 2025-11-17 19:16:24 +02:00
Chris
2a1769bd72
Fix smart view pagination (#557)
* Add pagination to smart views

* fixup! Add pagination to smart views

* fixup! fixup! Add pagination to smart views

* fixup! fixup! fixup! Add pagination to smart views
2025-11-17 18:39:14 +02:00
Chris
9e3b389d42
Fix cyrillic search (#556)
* Fix cyrillic alphabet search case sensitive

* fixup! Fix cyrillic alphabet search case sensitive
2025-11-17 17:32:41 +02:00
Chris
76cba7d8b7
Fix debounce task creation (#555)
* Debounce task save button

* fixup! Debounce task save button
2025-11-17 15:49:14 +02:00
Chris Veleris
1848abd113 Add tests for subtask handling 2025-11-17 13:11:28 +02:00
Chris Veleris
c90be27b4a Add tests for subtask handling 2025-11-17 13:09:56 +02:00
Chris
61ef6d7ac0
Add migration to fix subtasκ  ordering (#554)
* Add migration to fix subtasκ  ordering

* Fix test issues
2025-11-17 12:09:31 +02:00
Chris
1008130e2c
Fix markdown (#553) 2025-11-17 01:27:57 +02:00
Chris
e47e2f5ffa
Fix today task name change (#552)
* Update tasks in today page on task modal edit

* fixup! Update tasks in today page on task modal edit
2025-11-16 23:29:01 +02:00
Chris
ff304f53d5
Use commonJS version of nanoid (#551) 2025-11-16 23:03:30 +02:00
Chris
d7360cfa6a
Fix todays page test (#550) 2025-11-16 22:49:11 +02:00
Chris
673a6a56ee
Fix static base path (#549) 2025-11-16 22:43:06 +02:00
Chris
b0041bafe1
Fix today recurring missing (#548)
* Expose today task from a recurring series

* fixup! Expose today task from a recurring series

* fixup! fixup! Expose today task from a recurring series
2025-11-16 18:00:39 +02:00
Chris
b6748aa0d7
Fix subtasks copy (#546) 2025-11-15 22:00:18 +02:00
Chris
6fb87ac80a
Feat refactor tasks pt1 (#536)
* Refactor swagger docs

* Scaffold refactor

* Refactor crud tasks

* fixup! Refactor crud tasks

* Break down task layout

* fixup! Break down task layout

* fixup! fixup! Break down task layout

* Cleanup comments

* fixup! Cleanup comments

* Cleanup obsolete code

* Remove helpers
2025-11-15 14:02:06 +02:00
Chris Veleris
55c22aab16 release: v0.86.1 2025-11-14 06:49:48 +02:00
Chris
ce14fbb517
Fix migrations listTables failing (#537) 2025-11-14 06:49:16 +02:00
Chris Veleris
cfe25201ac release: v0.86 2025-11-10 22:50:13 +02:00
Jean Bispo
c08ed6e88c
fix: null project id on edit task (#511) 2025-11-10 13:43:10 +02:00
Jean Bispo
a02ae8f850
Docs/api swagger (#505)
* fix: error in script beacause env absence

* feat: add swagger json and api docs

* feat: add BearerAuth in Swagger
2025-11-08 21:41:28 +02:00
Chris Veleris
25785ce640 release: v0.86-rc.3 2025-11-08 09:28:03 +02:00
Chris
286ca4299d
[TC] tasks cleanup (#503)
* Refactor: break down tasks routes into modular structure

* fixup! Refactor: break down tasks routes into modular structure

* Fix an issue with looping auth
2025-11-08 09:27:50 +02:00
Chris Veleris
0b31e02405 release: v0.86-rc.2 2025-11-07 20:36:57 +02:00
Chris
f2bee4627a
Fix api issues (#499)
* Fix slow requests

* Enable API docs by default

* Add ipv6 to rate limiter
2025-11-07 20:33:31 +02:00
Chris Veleris
d5ec841c58 release: v0.86-rc.1 2025-11-07 15:20:28 +02:00
Chris
bdc6e1e71f
API Access (#495)
* Scaffold API docs

* fixup! Scaffold API docs

* Add versioning

* Scaffold API Access

* fixup! Scaffold API Access

* fixup! fixup! Scaffold API Access

* Remove DEBUG logs, add tests

* fixup! Remove DEBUG logs, add tests

* Add rate limiter

* Only enable swagger in development

* Update docs

* fixup! Update docs

* fixup! fixup! Update docs

* Fix issue with markdown table headers
2025-11-07 15:19:30 +02:00
Chris Veleris
cea7bc4e06 Add back checkbox selection 2025-11-07 00:39:56 +02:00
Chris Veleris
b12cd676a9 Add back checkbox selection 2025-11-07 00:39:39 +02:00
Chris Veleris
b2fe9a8860 Fix flickering note 2025-11-06 23:47:51 +02:00
Chris Veleris
a284f03123 release: v0.86-beta.4 2025-11-06 23:44:58 +02:00
Chris Veleris
90be128fdf Fix an issue with editing notes 2025-11-06 23:44:41 +02:00
Chris Veleris
f5820f3440 Fix an issue with editing notes 2025-11-06 23:43:20 +02:00
Chris Veleris
909c14f3f8 release: v0.86-beta.3 2025-11-06 18:03:53 +02:00
Chris
72d0baeb75
Notes page revamp! (#487)
* Setup wide layout

* fixup! Setup wide layout

* Setup new layout
2025-11-06 17:59:30 +02:00
Chris Veleris
92f12aad77 release: v0.86-beta.2 2025-11-05 16:28:46 +02:00
Chris
c753331874
Fix/note checkboxes (#486)
* Add checkboxes and make them clickable

* fixup! Add checkboxes and make them clickable
2025-11-05 16:09:51 +02:00
Chris
010bfb0efd
Conditionally render (#485) 2025-11-04 18:04:22 +02:00
Chris
3e58377ec9
Install package (#484) 2025-11-04 17:48:46 +02:00
Chris
8bc951b0ff
Replace ?uid with /:uid (#482)
* Replace ?uid with /:uid

* fixup! Replace ?uid with /:uid
2025-11-04 14:29:31 +02:00
Chris
eef7b98708
Fix sharing links in tag details page (#480) 2025-11-04 13:29:03 +02:00
Chris
f5c3bf7e69
Prevent admin from seeing all tasks (#477)
* Prevent admin from seeing all tasks

* fixup! Prevent admin from seeing all tasks
2025-11-04 09:40:33 +02:00
Chris
b8c46e1d0d
Set verification modal on escape (#470) (#473)
* fixup! Fix priority auto (#470)

* Add translations
2025-11-03 16:27:13 +02:00
Chris
1e0d35a8c9
Fix/inconsistent tags (#471)
* Highlight project with keyboard keys

* fixup! Highlight project with keyboard keys

* fixup! fixup! Highlight project with keyboard keys

* Fix login issue
2025-11-03 12:24:16 +02:00
Chris
9807a4eea2
Fix priority auto (#470)
* Make none as default priority for tasks and projects

* fixup! Make none as default priority for tasks and projects
2025-11-02 16:51:11 +02:00
Chris
00eda4b936
Fix/descriptive ai feat (#464)
* fix AI feature not working

* fixup! fix AI feature not working
2025-11-02 14:14:55 +02:00