Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | skip pylint on 'assigning-non-slot' warnings in Flask 2.0 | Bryan Newbold | 2021-05-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | The 'permanent' field is still valid to set to a boolean in Flask 2.0; not sure why pylint is unhappy in CI (causing test failures). Don't see any problem running test suite locally. Flask API docs: https://flask.palletsprojects.com/en/2.0.x/api/?highlight=permanent#flask.session.permanent And code (recent master branch): https://github.com/pallets/flask/blob/4240ace59710d86c478111affd4ad6fb4c8cad9e/src/flask/sessions.py#L20 | ||||
* | small python lint fixes (no behavior change) | Bryan Newbold | 2021-05-25 | 1 | -1/+1 |
| | |||||
* | web: reduce flash() usage; have logins redirect | Bryan Newbold | 2021-02-26 | 1 | -9/+10 |
| | |||||
* | get mediawiki username creation working with spaces | Bryan Newbold | 2020-07-09 | 1 | -1/+2 |
| | |||||
* | lint (flake8) web interface python files | Bryan Newbold | 2020-07-01 | 1 | -2/+1 |
| | |||||
* | web: catch MacaroonInitException | Bryan Newbold | 2019-11-12 | 1 | -0/+4 |
| | | | | | Caught one of these in sentry. Probably due to a crawler? Or typing gibberish in the token form. | ||||
* | add guide editing links to edit forms and signup message | Bryan Newbold | 2019-09-18 | 1 | -1/+2 |
| | |||||
* | remove '@' from archive.org ident | Bryan Newbold | 2019-09-17 | 1 | -1/+1 |
| | |||||
* | IA auth: use itemname not screenname for username | Bryan Newbold | 2019-09-17 | 1 | -1/+1 |
| | | | | | | | Have run in to several issues with IA screenname being invalid fatcat usernames (eg, containing whitespace). This probably won't catch all such issues, but hopefully most of them. | ||||
* | refactor all python source for client lib name | Bryan Newbold | 2019-09-05 | 1 | -2/+2 |
| | |||||
* | Revert "remove periods from oauth usernames" | Bryan Newbold | 2019-06-07 | 1 | -1/+0 |
| | | | | This reverts commit 04fb2c1d0683662161f1ba481d2c33e59242aade. | ||||
* | remove periods from oauth usernames | Bryan Newbold | 2019-06-07 | 1 | -0/+1 |
| | |||||
* | bugfix and special case for orcid logins | Bryan Newbold | 2019-04-10 | 1 | -1/+6 |
| | |||||
* | crude mostly-working wikipedia (mediawiki) login | Bryan Newbold | 2019-04-09 | 1 | -0/+11 |
| | |||||
* | warn() -> warning() (deprecated) | Bryan Newbold | 2019-04-04 | 1 | -5/+5 |
| | |||||
* | create app.log explicitly | Bryan Newbold | 2019-04-03 | 1 | -6/+6 |
| | |||||
* | editgroup submit/merge | Bryan Newbold | 2019-04-03 | 1 | -0/+1 |
| | |||||
* | better warn/error logging | Bryan Newbold | 2019-04-03 | 1 | -5/+5 |
| | |||||
* | bunch of lint/whitespace cleanups | Bryan Newbold | 2019-02-22 | 1 | -2/+1 |
| | |||||
* | more robust IA Xauth logging | Bryan Newbold | 2019-01-16 | 1 | -1/+4 |
| | |||||
* | basic/crude IA login | Bryan Newbold | 2019-01-07 | 1 | -4/+53 |
| | |||||
* | one-month default session; lock down cookies | Bryan Newbold | 2019-01-04 | 1 | -0/+2 |
| | |||||
* | basic OIDC auth working | Bryan Newbold | 2019-01-03 | 1 | -25/+32 |
| | |||||
* | account page and renaming | Bryan Newbold | 2019-01-03 | 1 | -3/+11 |
| | |||||
* | several auth improvements | Bryan Newbold | 2019-01-03 | 1 | -6/+54 |
| | |||||
* | start on webface oauth2/oidc web auth | Bryan Newbold | 2019-01-02 | 1 | -0/+27 |