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
/
wqflask
/
utility
/
authentication_tools.py
Age
Commit message (
Expand
)
Author
2023-06-20
Add `create_app()` application factory
Frederick Muriuki Muriithi
2023-06-20
Configs: Introduce Blueprints. Refactor configs in webqtlConfig.
Frederick Muriuki Muriithi
2022-10-28
Refactor: Pass user id to `check_resource_availability`
Frederick Muriuki Muriithi
2022-09-08
Replace g.db with database_connection() context manager
Munyoki Kilyungi
2022-09-08
Replace g.db with database_connection() context manager
Munyoki Kilyungi
2021-10-28
Remove the use of '@deprecated'
BonfaceKilz
2021-10-25
authentication_tools: Mark `check_owner_or_admin` as deprecated
BonfaceKilz
2021-10-22
Replace hardcoded GN proxy URLs with one pulled from settings
zsloan
2021-07-12
Encode user_id as bytestring if not already bytestring to account for some us...
zsloan
2021-04-30
autopep8: Fix E301,E302,E303,E304,E305,E306
BonfaceKilz
2021-03-16
Removed unnecessary encoding of user_id from authentication_tools.py
zsloan
2021-02-18
Changed authentication_tools.py to account for encoding str as bytes and deal...
zsloan
2020-09-17
Apply pep8
BonfaceKilz
2020-09-17
Merge branch 'testing' into build/python3-migration
BonfaceKilz
2020-09-16
Apply pep8
BonfaceKilz
2020-09-16
Remove unnecessary if branch
BonfaceKilz
2020-08-31
Remove typo at beginning of line
BonfaceKilz
2020-08-31
Merge branch 'testing' into build/python3-migration
BonfaceKilz
2020-08-29
Fixed issue where exporting traits would throw an error if a dataset's
zsloan
2020-08-27
Add check for empty group_code when adding a new resource
BonfaceKilz
2020-08-26
Remove "from __future__ import new_feature" statements
BonfaceKilz
2020-08-19
Make Python more idiomatic
BonfaceKilz
2020-07-29
Fixed error that occured for new resources in check_admin
zsloan
2020-07-25
The variable is never defined, so let's default to "none"
Pjotr Prins
2020-07-22
It should add new resources to Redis automatically now
zsloan
2020-06-24
Temporary partial fix to issue of resources without info; need to add somethi...
zsloan
2020-06-20
Fixed ports for proxy (though I need to add the port to global variables) and...
zsloan
2020-06-20
Added some admin functionality and fixed issue with temp traits
zsloan
2020-06-17
A user's id is now set as a parameter if it doesn't already exist
authentication_test
zsloan
2020-06-17
Adding all the authentication stuff
zsloan
2020-06-05
Commiting other current group/resource management code, plus the new files
zsloan