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
Age
Commit message (
Expand
)
Author
12 days
refactor(system/views): remove dead deprecation-check code
HEAD
main
Claude Sonnet 4.6
13 days
Bugfix: Use correct spec strings.
Frederick Muriuki Muriithi
13 days
fix(auth): check system:user:list against system resource in resource_users
Claude
13 days
refactor(auth): remove deprecated authorised_for and authorised_for2
Claude
13 days
refactor(auth): migrate authorised_for/2 -> authorised_for_spec
Claude
14 days
Use `gn_libs.sqlite3 instead of deprecated `gn_auth.auth.db.sqlite3`.
Frederick Muriuki Muriithi
14 days
refactor(users): move delete_users to admin users blueprint
Claude
14 days
feat(system/roles): add Deprecation header on old path
Claude
14 days
Move create_new_user to gn_auth/auth/system/admin/users.py
Claude Sonnet 4.6
2026-08-28
Add package for administrative endpoints.
Frederick Muriuki Muriithi
2026-08-27
Cleanup deprecation warnings: Switch to gn_libs.sqlite3
Frederick Muriuki Muriithi
2026-08-27
Deprecate endpoint /auth/resources/<uuid:resource_id>/user/unassign.
Frederick Muriuki Muriithi
2026-08-27
feat(users/admin): implement POST /auth/user/<uid>/roles/revoke
Claude Sonnet 4.6
2026-08-27
Deprecate endpoint /auth/resources/<uuid:resource_id>/user/assign.
Frederick Muriuki Muriithi
2026-08-27
feat(users/admin): implement POST /auth/user/<uid>/roles/assign
Claude Sonnet 4.6
2026-08-26
feat(users/admin): implement POST /auth/user/create endpoint
Claude Sonnet 4.6
2026-08-26
feat(admin/users): wire auth guards on POST /auth/user/create
Claude Sonnet 4.6
2026-08-26
tests(admin): HTTP integration tests for POST /auth/user/create
Claude Sonnet 4.6
2026-08-26
feat(admin/users): implement create_verified_user
Claude
2026-08-26
test(admin/users): unit tests for create_verified_user model function
Claude
2026-08-26
Fix type annotations.
Frederick Muriuki Muriithi
2026-08-26
Lint: Remove unused code and import.
Frederick Muriuki Muriithi
2026-08-19
fix: Improve mrna/genotype unlinked data queries to avoid including full data...
zsloan
2026-08-19
Remove `grant_access_to_sysadmins()` function.
Frederick Muriuki Muriithi
2026-08-19
Fetch role by ID rather than by user and ID.
Frederick Muriuki Muriithi
2026-06-15
Deactivate lint check for now.
Frederick Muriuki Muriithi
2026-06-08
Fix: Temp traits were broken by some recent changes that prevents auth from e...
zsloan
2026-06-03
Only grant system-administration role against the system resource.
Frederick Muriuki Muriithi
2026-06-02
users/models: add delete_users_by_id function
Claude Sonnet 4.6
2026-05-21
Remove dead code caught by vulture.
Frederick Muriuki Muriithi
2026-05-21
Move scripts to top-level gn_auth package.
Frederick Muriuki Muriithi
2026-05-21
Deprecate functions which duplicate those in gn-libs.
Frederick Muriuki Muriithi
2026-05-21
Delete unused function.
Frederick Muriuki Muriithi
2026-05-20
Raise a NotFoundError if not a single resource is found.
Frederick Muriuki Muriithi
2026-05-20
Initialise initial value used in reduce.
Frederick Muriuki Muriithi
2026-05-18
Refactor authorisation-by-datasets-and-traits endpoint.
Frederick Muriuki Muriithi
2026-05-18
Fetch genotype resources by dataset.
Frederick Muriuki Muriithi
2026-05-18
Fetch mRNA resources by dataset name.
Frederick Muriuki Muriithi
2026-05-18
Fetch phenotype resources by dataset name and trait name.
Frederick Muriuki Muriithi
2026-05-18
Update call to `can_edit` to separate resource and system privileges
Frederick Muriuki Muriithi
2026-05-01
Use module-level logging rather than the app's logger.
Frederick Muriuki Muriithi
2026-05-01
Ensure ALL users with access to the resource are actually listed.
Frederick Muriuki Muriithi
2026-04-23
Remove debug artifact.
Frederick Muriuki Muriithi
2026-04-23
Improve error messages.
Frederick Muriuki Muriithi
2026-04-23
Fix minor linting bugs.
Frederick Muriuki Muriithi
2026-04-23
Allow anonymous users "public-view" privileges.
Frederick Muriuki Muriithi
2026-04-20
Implement editing resource name.
Frederick Muriuki Muriithi
2026-04-20
Use module-level logger rather than application's logger.
Frederick Muriuki Muriithi
2026-04-15
Do not grant sysadmins direct access at resource creation.
Frederick Muriuki Muriithi
2026-04-08
user resources: Add a text filter for further filtering.
Frederick Muriuki Muriithi
[next]