index
:
gn-auth
this commit
enable-key-rotation
enable-sending-emails
handle-role-privilege-escalation
main
GN authentication and authorization service
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gn_auth
/
auth
/
authorisation
/
resources
/
groups
/
models.py
Age
Commit message (
Expand
)
Author
2025-07-31
Revoke roles a user has on group when they are removed as a member.
Frederick Muriuki Muriithi
2025-07-31
Check for data inconsistency.
Frederick Muriuki Muriithi
2025-07-31
Grant sysadmins access to user group when its created.
Frederick Muriuki Muriithi
2025-07-31
Delete a group.
Frederick Muriuki Muriithi
2025-07-31
Fix query to remove user from group.
Frederick Muriuki Muriithi
2025-07-30
Fix linting errors and typos.
Frederick Muriuki Muriithi
2025-07-30
Call the correct function.
Frederick Muriuki Muriithi
2025-07-30
Remove a user from a group as a member.
Frederick Muriuki Muriithi
2025-07-30
Fetch resource object that wraps the group for authorisations
Frederick Muriuki Muriithi
2025-07-30
Don't allow user to create a group when they are a member of another
Frederick Muriuki Muriithi
2025-07-16
Implement initial views into the groups endpoints.
Frederick Muriuki Muriithi
2025-07-09
Fix some linting issues.
Frederick Muriuki Muriithi
2025-07-08
Enable filtering of groups list and length limiting.
Frederick Muriuki Muriithi
2025-06-11
Fix code issue caught by type-checker.
Frederick Muriuki Muriithi
2025-06-11
Fix code issues caught by the linter.
Frederick Muriuki Muriithi
2025-06-09
Add function to fetch the wrapper resource for a specific group.
Frederick Muriuki Muriithi
2025-02-17
Provide a way to fetch a system-administrator's group.
Frederick Muriuki Muriithi
2024-07-17
Add non-interactive script to assign make data public by default.
Frederick Muriuki Muriithi
2024-06-20
Reorganise test fixtures. Fix tests and issues caught.
Frederick Muriuki Muriithi
2024-06-03
Move user creation from db resultset into static method
Frederick Muriuki Muriithi
2024-04-24
Move the errors module up one level to break circular dependencies.
Frederick Muriuki Muriithi
2024-03-13
Remove unused imports.
Munyoki Kilyungi
2024-03-13
Auto-pep8 this file.
Munyoki Kilyungi
2024-03-13
Define GroupRole using frozen dataclass.
Munyoki Kilyungi
2024-03-13
Define Group using a frozen dataclass.
Munyoki Kilyungi
2023-11-23
Scripts: Update script for newer db schema
Frederick Muriuki Muriithi
2023-09-26
Move `groups` package under `resources` package
Frederick Muriuki Muriithi