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
|
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
|
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 Veleris
|
bbc4615ee3
|
Fix an issue with sharing permissions
|
2025-10-22 13:29:37 +03:00 |
|
Chris Veleris
|
dde704d764
|
Fix an issue with tasks permissions on shared project
|
2025-10-22 12:10:50 +03:00 |
|
antanst
|
5894c27f7b
|
Allow admin to see all projects
|
2025-10-03 14:43:41 +03:00 |
|
antanst
|
b8611d9338
|
chore(lint): remove unnecessary try/catch and tighten error handling
- Projects: remove superfluous try/catch around toast; keep explicit error path
- AdminUsers/Sidebar/ShareService: keep minimal catch blocks only to ignore non-JSON parse failures, without swallowing errors
- Lint/format pass remains green
|
2025-09-22 15:20:46 +03:00 |
|
antanst
|
e58ea08b7b
|
Introduce RBAC scaffolding (roles, permissions, actions) and admin/shares endpoints.
Adds initial models, migrations, and services to support role-based access and sharing; wires routes to prepare for permission-driven features.
|
2025-09-22 15:20:46 +03:00 |
|