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
Age
Commit message (
Expand
)
Author
41 hours
users/models: add delete_users_by_id function
HEAD
main
Claude Sonnet 4.6
41 hours
wsgi: add create-users CLI command
Claude Sonnet 4.6
13 days
Fix test invocation command in build arguments.
Frederick Muriuki Muriithi
14 days
Override all settings with the startup settings before doing checks.
Frederick Muriuki Muriithi
14 days
Remove dead code caught by vulture.
Frederick Muriuki Muriithi
14 days
Use pyproject.toml in place of setup.py and friends.
Frederick Muriuki Muriithi
14 days
Move scripts to top-level gn_auth package.
Frederick Muriuki Muriithi
14 days
Move migrations to top-level gn_auth package.
Frederick Muriuki Muriithi
14 days
Deprecate functions which duplicate those in gn-libs.
Frederick Muriuki Muriithi
14 days
Delete unused function.
Frederick Muriuki Muriithi
14 days
Remove unused argument/parameter from 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-18
Replace objects with gn_libs alternatives and deprecate the module.
Frederick Muriuki Muriithi
2026-05-01
Use module-level logging rather than the app's logger.
Frederick Muriuki Muriithi
2026-05-01
Enable turning logging on/off by module.
Frederick Muriuki Muriithi
2026-05-01
Ensure ALL users with access to the resource are actually listed.
Frederick Muriuki Muriithi
2026-04-28
Add new privileges to the 'batch-editors' role.
Frederick Muriuki Muriithi
2026-04-28
Add a 'system:system-wide:data:view' privilege.
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
AuthorisationError is HTTP status code 401.
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
2026-04-08
user resources: Enable filtering using only the limit and offset.
Frederick Muriuki Muriithi
2026-04-08
Use module-level logger.
Frederick Muriuki Muriithi
2026-04-08
user resources: return total with filtered records.
Frederick Muriuki Muriithi
2026-04-07
Handle minor bug.
Frederick Muriuki Muriithi
2026-04-07
Update code to handle resource creators and creation times.
Frederick Muriuki Muriithi
2026-04-07
Add creator and creation time tracking to Resources.
Frederick Muriuki Muriithi
2026-04-07
Handle edge case where no admins exist: e.g. database is empty.
Frederick Muriuki Muriithi
2026-04-02
Update resource creation: Add tracking information
Frederick Muriuki Muriithi
2026-04-02
Migration to add creator and time tracking info to resources table.
Frederick Muriuki Muriithi
2026-03-31
Add more privileges to "systemwide-data-curator" role.
Frederick Muriuki Muriithi
2026-03-26
Update edit access: use more flexible 'can_edit(...)' function.
Frederick Muriuki Muriithi
2026-03-11
Resources: make-public: Assign new privilege to data curator role.
Frederick Muriuki Muriithi
2026-03-11
Resources: make-public: Create new privilege.
Frederick Muriuki Muriithi
2026-03-11
Assign 'systemwide-docs-editor' role to sysadmins.
Frederick Muriuki Muriithi
2026-03-11
Assign 'system:documentation:edit' privilege to 'systemwide-docs-editor' role.
Frederick Muriuki Muriithi
2026-03-11
Create the 'systemwide-docs-editor' role.
Frederick Muriuki Muriithi
2026-03-11
Documention Edit: Add new privilege.
Frederick Muriuki Muriithi
[next]