index
:
genenetwork2
acenteno
authentication_test
blatseq_fix
chores/code-refactoring
chores/lmdb-integration
chores/replace-cdns
chores/script-textfile-generator
correlations-return-fewer-results
debug-too-many-connections-error
decouple_tools_and_wqflask_app
development
epysode
feature/search-history
feature/textfile-generator
gn-master
guix-shell
hook-up-auth-to-traits-page
itp_covariate_testing
jupyter_notebooks_ui
lmdb-code/refactoring
master
notebooks_api
oauth2-migrate-user-details-and-data
partial-correlations
partial_corr_ui_rework
pcorrs_targets
penguin2
phewas
production
proxy-integration
refactor-configurations
refactor-data_set_py-20220920
revert-366-360_update_htmlgen
rework-genotype-linking
run-corrs-in-external-process
stable
testing
GeneNetwork (2nd generation)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gn2
/
wqflask
/
oauth2
Age
Commit message (
Expand
)
Author
2024-11-04
Add debug logging: Figure out how keys are loaded on production.
Frederick Muriuki Muriithi
2024-10-09
Update application's allowed scopes
Frederick Muriuki Muriithi
2024-10-09
Pass the scope from the token, not application
Frederick Muriuki Muriithi
2024-09-23
Add method to clear redirect url from session.
Alexander_Kabui
2024-09-18
Refactor: drop __clear_session__ function.
Alexander_Kabui
2024-09-18
Refactor: try to build endpoint with get request.
Alexander_Kabui
2024-09-18
fix minor issue for setting redirect url.
Alexander_Kabui
2024-09-18
feat(auth): implement redirect to login page and save current endpoint to ses...
Alexander_Kabui
2024-09-18
After login redirect users to the next request endpoint.
Alexander_Kabui
2024-09-18
Add new optional parameter to session object: redirect_url.
Alexander_Kabui
2024-09-17
Redirect users to login page if they attempt to access a service that require...
Alexander_Kabui
2024-09-17
fix: dynamically get the keys that may contain error messages
John Nduli
2024-09-06
Fail noisily to help with troubleshooting issues.
Frederick Muriuki Muriithi
2024-08-07
Merge pull request #855 from jnduli/gn2_profiles_pages
Muriithi Frederick Muriuki
2024-08-07
chore: remove passing bearer token to end user
John Nduli
2024-08-06
fix: use bearer token to query auth server
John Nduli
2024-08-06
fix: pass in proper list of priviledge_ids
John Nduli
2024-08-05
minor code formatting.
Frederick Muriuki Muriithi
2024-08-05
Update JWKs endpoint documentation.
Frederick Muriuki Muriithi
2024-08-05
Fix URL
Frederick Muriuki Muriithi
2024-08-05
Override 'client_secret_post' auth with a JSON equivalent
Frederick Muriuki Muriithi
2024-08-02
Consistently use JSON for all endpoints.
Frederick Muriuki Muriithi
2024-08-01
bug: add missing `count_per_page` variable.
Frederick Muriuki Muriithi
2024-08-01
Use auto-created and auto-rotated JSON Web Keys
Frederick Muriuki Muriithi
2024-08-01
Use JWKs from auth server public endpoint
Frederick Muriuki Muriithi
2024-08-01
Add module to help with rotation of JSON Web Keys.
Frederick Muriuki Muriithi
2024-07-31
Synchronise token refreshes
Frederick Muriuki Muriithi
2024-07-26
Use JSON rather than X-Form-URL-encoded data with auth server.
Frederick Muriuki Muriithi
2024-07-22
Provide PoC public-jwks endpoint.
Frederick Muriuki Muriithi
2024-07-17
Fix premature session expiration
Frederick Muriuki Muriithi
2024-07-17
Remove redundant import.
Frederick Muriuki Muriithi
2024-07-17
Remove token and user detail handling from @app.before_request
Frederick Muriuki Muriithi
2024-06-25
Remove flawed "group role" idea: use just "role".
Frederick Muriuki Muriithi
2024-06-17
Remove deprecated endpoints/views and templates
Frederick Muriuki Muriithi
2024-06-17
Fix error display logic
Frederick Muriuki Muriithi
2024-06-17
Fetch the active user's roles on a particular resource.
Frederick Muriuki Muriithi
2024-06-17
Use privilege objects rather than IDS.
Frederick Muriuki Muriithi
2024-06-17
Delete request to obsoleted endpoint.
Frederick Muriuki Muriithi
2024-06-17
Create a new resource role.
Frederick Muriuki Muriithi
2024-06-17
Update URI forms
Frederick Muriuki Muriithi
2024-06-17
Use json for communication with gn-auth
Frederick Muriuki Muriithi
2024-06-11
List user assigned role of interest.
Frederick Muriuki Muriithi
2024-06-10
Unassign privilege from resource role.
Frederick Muriuki Muriithi
2024-06-10
Import the UUID class directly.
Frederick Muriuki Muriithi
2024-06-10
Implement "Resource Role Page"
Frederick Muriuki Muriithi
2024-06-10
Generalise `render_ur` for the resources pages
Frederick Muriuki Muriithi
2024-06-10
Set default headers for OAuth2Client requests.
Frederick Muriuki Muriithi
2024-06-07
Update UI: Use resource roles rather than obsolete group roles
Frederick Muriuki Muriithi
2024-06-06
Fix displayed error message
Frederick Muriuki Muriithi
2024-06-06
Remove the "Roles" page.
Frederick Muriuki Muriithi
[next]