This website requires JavaScript.
Explore
Help
Sign in
vbatts
/
quay
Archived
Watch
1
Star
0
Fork
You've already forked quay
0
Code
Issues
Pull requests
Releases
Wiki
Activity
This repository has been archived on
2020-03-24
. You can view files and clone it, but cannot push or open issues or pull requests.
f4daa5e97b
quay
/
auth
History
Jake Moshenko
03190efde3
Phase 2 of migrating repo namespaces to referencing user objects, backfilling the rows without a value for namespace_user, and changing all accesses to go through the namespace_user object. All tests are passing, manual testing still required.
2014-09-24 18:01:35 -04:00
..
__init__.py
Refactor the code into modules, it was getting unweildy.
2013-09-25 12:45:12 -04:00
auth.py
Initial changes to move repositories from using a namespace string to referencing a user object. Also stores the user id in the cookie rather than the username, to allow users to be renamed. This commit must not be used unmodified because the database migration is too aggressive for live migration.
2014-09-19 10:17:23 -04:00
auth_context.py
Initial changes to move repositories from using a namespace string to referencing a user object. Also stores the user id in the cookie rather than the username, to allow users to be renamed. This commit must not be used unmodified because the database migration is too aggressive for live migration.
2014-09-19 10:17:23 -04:00
permissions.py
Phase 2 of migrating repo namespaces to referencing user objects, backfilling the rows without a value for namespace_user, and changing all accesses to go through the namespace_user object. All tests are passing, manual testing still required.
2014-09-24 18:01:35 -04:00
scopes.py
Handle UI for dangerous scopes
2014-08-05 21:21:22 -04:00