This website requires JavaScript.
Explore
Help
Register
Sign In
Dockery
/
Homarr
Watch
1
Star
0
Fork
0
You've already forked Homarr
mirror of
https://github.com/ajnart/homarr.git
synced
2026-01-31 19:59:26 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
72bcbe8effe47fdfb6a94de8defc0d3c12e7c754
Homarr
/
packages
/
auth
/
permissions
/
index.ts
3 lines
80 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: implement board access control (#349) * feat: implement board access control * fix: deepsource issues * wip: address pull request feedback * chore: address pull request feedback * fix: format issue * test: improve tests * fix: type and lint issue * chore: address pull request feedback * refactor: rename board procedures
2024-04-30 21:32:55 +02:00
export
*
from
"./board-permissions"
;
feat: add integration access settings (#725) * feat: add integration access settings * fix: typecheck and test issues * fix: test timeout * chore: address pull request feedback * chore: add throw if action forbidden for integration permissions * fix: unable to create new migrations because of duplicate prevId in sqlite snapshots * chore: add sqlite migration for integration permissions * test: add unit tests for integration access * test: add permission checks to integration router tests * test: add unit test for integration permissions * chore: add mysql migration * fix: format issues
2024-07-08 00:00:37 +02:00
export
*
from
"./integration-permissions"
;
Reference in New Issue
Copy Permalink