This repository has been archived on 2020-03-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
quay/data/model
Joseph Schorr f6fea27c12 Fix encrypted password generator to use the LDAP username, not the Quay username.
Currently, we use the Quay username via `verify_user` when we go to create the encrypted password. This is only correct if Quay has not generated its own different username for the LDAP user, and fails if it has. We therefore add a new method `confirm_existing_user`, which looks up the federated login for the LDAP user and then runs the auth flow using that username.
2015-05-26 16:05:36 -04:00
..
__init__.py Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
legacy.py Fix encrypted password generator to use the LDAP username, not the Quay username. 2015-05-26 16:05:36 -04:00
oauth.py Merge branch 'koh' 2014-12-01 12:30:09 -08:00
sqlalchemybridge.py Add a RepositoryActionCount table so we can use it (instead of LogEntry) when scoring repo search results 2015-04-13 13:31:07 -04:00