Commit graph

326 commits

Author SHA1 Message Date
BibaBot
82a50af016 Add issue: Docker-Installation prüfen und ggf. vorbereiten
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-18 11:06:39 +00:00
BibaBot
3e1089ae11 test: add role-based access control tests
Some checks are pending
Docker Test / test (push) Waiting to run
This commit adds integration tests for the role-based access control middleware to ensure proper permission checks for different user roles.
2026-03-18 10:07:55 +00:00
BibaBot
78480b31dc feat: Add new issue for implementing RBAC in API endpoints
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-18 09:06:39 +00:00
BibaBot
1f01ecd3e5 test: add role-based access control tests
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-18 07:07:10 +00:00
BibaBot
a0f1b0445b test: add role-based access control tests
Some checks are pending
Docker Test / test (push) Waiting to run
This commit adds integration tests for the role-based access control middleware to ensure proper authorization checks for different user roles.
2026-03-18 06:06:42 +00:00
BibaBot
d55672539f feat: Add role-based access control tests and template
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-18 05:10:10 +00:00
BibaBot
6f047d44d3 test: add role-based access control tests
Some checks are pending
Docker Test / test (push) Waiting to run
This commit adds integration tests for the role-based access control middleware to ensure that only users with the correct roles can access protected routes.
2026-03-18 04:06:41 +00:00
BibaBot
94a411d2f4 feat: Add role-based access control tests
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-18 03:07:41 +00:00
BibaBot
c88aceb02b feat: Add role-based access control tests and issue template
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-18 02:07:31 +00:00
BibaBot
9f4fe6c624 docs: Add comprehensive unit test issue template and create new issue #5
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-18 00:07:31 +00:00
BibaBot
28a0fc45a5 feat: Add unit tests for role-based access control and update test script
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-18 00:07:07 +00:00
BibaBot
e64716e0b8 test: add role-based access control tests
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 23:07:11 +00:00
BibaBot
eb45e4474d feat: Add role-based access control middleware and tests
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 22:08:53 +00:00
BibaBot
901bcf454c feat: Add role-based access control tests and fix middleware export
Some checks are pending
Docker Test / test (push) Waiting to run
This commit adds comprehensive unit tests for the role-based access control middleware and fixes the ES module export issue. The tests verify that users with correct roles can access protected routes, while users with incorrect roles or no authentication are properly denied access.
2026-03-17 19:07:03 +00:00
BibaBot
c6dc2e98d7 feat: Add unit tests for role-based access control
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 18:07:07 +00:00
BibaBot
16c8d32246 test: add role-based access control tests
Some checks are pending
Docker Test / test (push) Waiting to run
Added integration tests for the role-based access control middleware to ensure proper permission checks for different user roles.
2026-03-17 17:06:42 +00:00
BibaBot
3af13d1c05 test: add integration tests for role-based access control
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 15:07:24 +00:00
BibaBot
0c81468fb6 test: add integration tests for role-based access control
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 13:07:40 +00:00
BibaBot
10c8b5439e feat: Add unit tests for role-based access control
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 12:07:19 +00:00
BibaBot
f0a9084d59 Add unit tests for role-based access control
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 11:07:20 +00:00
BibaBot
963d8c3aa5 feat: Implement role-based access control middleware and tests
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 10:09:15 +00:00
BibaBot
95a2d85aa3 chore: Update jest configuration for role middleware tests
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 09:07:48 +00:00
BibaBot
387aec880f feat: Add integration tests for role middleware
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 09:07:38 +00:00
BibaBot
6e973936a7 feat: add unit tests for role middleware
Some checks are pending
Docker Test / test (push) Waiting to run
This commit adds comprehensive unit tests for the requireRole middleware to ensure proper role-based access control.
2026-03-17 08:06:50 +00:00
BibaBot
c294e2e9ae Add unit tests for role middleware
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 07:07:36 +00:00
BibaBot
7a9bf3199a test: add role-based access control tests
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 06:07:09 +00:00
BibaBot
cab7146445 feat: Add role-based access control tests and middleware integration
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 04:07:27 +00:00
BibaBot
002bea51c3 feat: add role-based access control implementation
Some checks are pending
Docker Test / test (push) Waiting to run
This commit implements the role-based access control system as described in the documentation. It includes the middleware, tests, and updates to existing routes. Closes #42.
2026-03-17 02:06:44 +00:00
BibaBot
29fe82ec96 docs: add issue template for role implementation
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-16 23:06:42 +00:00
BibaBot
76fcfa6e15 feat: Add role middleware tests and update docs
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-16 22:06:48 +00:00
BibaBot
342342423c feat: Add role-based access control tests and update server
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-16 21:07:16 +00:00
BibaBot
bfd432d094 Add comprehensive tests for role middleware and fix package dependencies
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-16 20:07:22 +00:00
BibaBot
64aa924270 cleanup: remove temporary files
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-16 19:09:01 +00:00
BibaBot
7ceb505d76 docs: update RBAC documentation and add integration tests
Some checks are pending
Docker Test / test (push) Waiting to run
This commit updates the RBAC documentation to include information about integration tests and adds comprehensive tests for the role middleware.
2026-03-16 19:08:37 +00:00
BibaBot
cce7385274 docs: add issue tracking for RBAC documentation and tests
This commit adds a new issue to track the implementation of comprehensive RBAC documentation and tests.
2026-03-16 19:07:00 +00:00
BibaBot
7b8c4fa09f test: add tests for role middleware
This commit adds comprehensive tests for the requireRole middleware to ensure proper role-based access control implementation.
2026-03-16 19:06:47 +00:00
BibaBot Jarvis
51d19e4e92 feat: implement role-based access control for API endpoints 2026-03-16 17:06:38 +00:00
BibaBot Jarvis
08f3afd062 feat: implement role-based access control (RBAC) for API endpoints 2026-03-16 16:06:37 +00:00
BibaBot Jarvis
f147f9c037 test: add tests for role middleware
This commit adds comprehensive tests for the requireRole middleware to ensure proper role-based access control implementation.
2026-03-16 15:06:48 +00:00
BibaBot Jarvis
f86631de1b feat: implement role-based access control middleware and update routes 2026-03-16 14:10:27 +00:00
BibaBot Jarvis
b4990297ce feat: implement role-based access control middleware and update routes
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-16 14:10:16 +00:00
BibaBot Jarvis
cb0e31b668 Add unit tests for role middleware and package.json
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-16 13:10:19 +00:00
BibaBot Jarvis
73a2dc22f9 feat: Add role middleware template and issue #12
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-16 12:06:33 +00:00
BibaBot Jarvis
54cc7bf58f test: add unit tests for role middleware
Some checks are pending
Docker Test / test (push) Waiting to run
This commit adds comprehensive unit tests for the requireRole middleware to ensure proper role-based access control implementation.
2026-03-16 11:07:06 +00:00
BibaBot Jarvis
507b2772d3 feat: add issue #124 for RBAC implementation
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-16 10:06:38 +00:00
BibaBot Jarvis
ba32d67023 docs: update roles and permissions documentation
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-16 09:06:46 +00:00
BibaBot Jarvis
097d1af837 feat: create issue #5 for RBAC implementation
Some checks are pending
Docker Test / test (push) Waiting to run
Created issue #5 to track the implementation of role-based access control for API endpoints as per the documented roles and permissions.
2026-03-16 08:06:33 +00:00
BibaBot Jarvis
3efc1e493f feat: Add role middleware and update permissions documentation
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-16 07:06:43 +00:00
BibaBot Jarvis
c24af12dd1 feat: create issue #5 for RBAC implementation
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-16 06:06:30 +00:00
BibaBot Jarvis
fddbb167c2 feat: Implement role management API endpoints
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-16 05:07:56 +00:00