-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arxiv-auth with python 3.10 #78
Commits on Aug 9, 2022
-
Removes use indirect imports from Auth
users.init_app and legacy.init_app were pointing to the same function. users.create_all and legacy.create_all were pointing to the same function.
Configuration menu - View commit details
-
Copy full SHA for db21ce4 - Browse repository at this point
Copy the full SHA db21ce4View commit details -
Removes
accounts.services.users
This was just redirection to packages in `arxiv.users`
Configuration menu - View commit details
-
Copy full SHA for 394d51f - Browse repository at this point
Copy the full SHA 394d51fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39c5fb8 - Browse repository at this point
Copy the full SHA 39c5fb8View commit details
Commits on Aug 10, 2022
-
Removes
accounts.services.sessions
It was just importing things from `arxiv.users`
Configuration menu - View commit details
-
Copy full SHA for f6384f6 - Browse repository at this point
Copy the full SHA f6384f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22bc152 - Browse repository at this point
Copy the full SHA 22bc152View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d5e7c2 - Browse repository at this point
Copy the full SHA 2d5e7c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7ecb77 - Browse repository at this point
Copy the full SHA a7ecb77View commit details
Commits on Aug 16, 2022
-
WIP Moving ./users to ./arxiv-auth
Tests under ./arxiv-auth pass The intent is to better show the relation between the directory and the package. Fixes tests in arxiv-auth/arxiv_auth/auth/tests/test_extension.py
Configuration menu - View commit details
-
Copy full SHA for 6068c7a - Browse repository at this point
Copy the full SHA 6068c7aView commit details
Commits on Aug 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 19df852 - Browse repository at this point
Copy the full SHA 19df852View commit details -
Changes to lint.sh and style.sh Doc style fixes.
Configuration menu - View commit details
-
Copy full SHA for 03f1319 - Browse repository at this point
Copy the full SHA 03f1319View commit details -
Configuration menu - View commit details
-
Copy full SHA for 072f248 - Browse repository at this point
Copy the full SHA 072f248View commit details -
Configuration menu - View commit details
-
Copy full SHA for 250c872 - Browse repository at this point
Copy the full SHA 250c872View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51af351 - Browse repository at this point
Copy the full SHA 51af351View commit details
Commits on Aug 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 90d82b4 - Browse repository at this point
Copy the full SHA 90d82b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7c189e - Browse repository at this point
Copy the full SHA f7c189eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f49a72 - Browse repository at this point
Copy the full SHA 5f49a72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ac390d - Browse repository at this point
Copy the full SHA 4ac390dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78378c9 - Browse repository at this point
Copy the full SHA 78378c9View commit details
Commits on Oct 4, 2022
-
Fixes bug in getting legacy sessions.
This fixes a bug where the query to get a session from the db was not limiting to the session id from the cookie.
Configuration menu - View commit details
-
Copy full SHA for b306229 - Browse repository at this point
Copy the full SHA b306229View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25cdee4 - Browse repository at this point
Copy the full SHA 25cdee4View commit details
Commits on Apr 24, 2023
-
Adds ARXIV_AUTH_DEBUG env var or config to turn on debugging
Setting either `Flask.config['ARXIV_AUTH_DEBUG']` or env var ARXIV_AUTH_DEBUG will turn on logging debugging messages for several auth packages.
Configuration menu - View commit details
-
Copy full SHA for 6ee2f7b - Browse repository at this point
Copy the full SHA 6ee2f7bView commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 98111a5 - Browse repository at this point
Copy the full SHA 98111a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab71745 - Browse repository at this point
Copy the full SHA ab71745View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f5b3e7 - Browse repository at this point
Copy the full SHA 6f5b3e7View commit details
Commits on Apr 26, 2023
-
Removes AUTH_UPDATED_SESSION_REF config.
It is no longer needed and and causes unnecessary configuration complexity and problems. The AUTH_UPDATED_SESSION_REF was only in place to ease the transition from placing the auth object on `request.session` to `request.auth`. Placing in at `request.session` was a mistake during the NG because it interfered with flask sessions. Also bumps version from 1.0 to 1.1.
Configuration menu - View commit details
-
Copy full SHA for 86be43e - Browse repository at this point
Copy the full SHA 86be43eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 349a799 - Browse repository at this point
Copy the full SHA 349a799View commit details -
Configuration menu - View commit details
-
Copy full SHA for 596bd4d - Browse repository at this point
Copy the full SHA 596bd4dView commit details -
Reorg of accounts/accounts/config.py but no semantic changes
Just reorganizing config.py to make it more clear.
Configuration menu - View commit details
-
Copy full SHA for 94751fc - Browse repository at this point
Copy the full SHA 94751fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2fe1c8 - Browse repository at this point
Copy the full SHA c2fe1c8View commit details -
Sets the default secrets for accounts to be random
To reduce the chance of problems in the case of a misconfigure
Configuration menu - View commit details
-
Copy full SHA for 2e47363 - Browse repository at this point
Copy the full SHA 2e47363View commit details -
Clarifyiing the arxiv-auth/README.md a little.
Still need to add the required config for auth.
Configuration menu - View commit details
-
Copy full SHA for a3f169c - Browse repository at this point
Copy the full SHA a3f169cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4f9b00 - Browse repository at this point
Copy the full SHA e4f9b00View commit details
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ede03fd - Browse repository at this point
Copy the full SHA ede03fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f51557 - Browse repository at this point
Copy the full SHA 3f51557View commit details -
Configuration menu - View commit details
-
Copy full SHA for c85cf20 - Browse repository at this point
Copy the full SHA c85cf20View commit details -
Configuration menu - View commit details
-
Copy full SHA for b928fe9 - Browse repository at this point
Copy the full SHA b928fe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42d6549 - Browse repository at this point
Copy the full SHA 42d6549View commit details -
Configuration menu - View commit details
-
Copy full SHA for c18d102 - Browse repository at this point
Copy the full SHA c18d102View commit details
Commits on Apr 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8bdfcc3 - Browse repository at this point
Copy the full SHA 8bdfcc3View commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f0994e3 - Browse repository at this point
Copy the full SHA f0994e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc3becf - Browse repository at this point
Copy the full SHA dc3becfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d8c339 - Browse repository at this point
Copy the full SHA 2d8c339View commit details -
Fixes error about already setting up SQLAlchemy
The call to legacy init_app is also made in arxiv_auth.auth.Auth() so it is redundant.
Configuration menu - View commit details
-
Copy full SHA for 32a00f0 - Browse repository at this point
Copy the full SHA 32a00f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37475fe - Browse repository at this point
Copy the full SHA 37475feView commit details
Commits on Sep 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e751b98 - Browse repository at this point
Copy the full SHA e751b98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 105a620 - Browse repository at this point
Copy the full SHA 105a620View commit details
Commits on Sep 22, 2023
-
Merge branch 'master' into ARXIVNG-5128-fix-deps
Merges to python 3.10 code
Configuration menu - View commit details
-
Copy full SHA for 0ef8c46 - Browse repository at this point
Copy the full SHA 0ef8c46View commit details