Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use patched loginpass (temporarily) | Bryan Newbold | 2019-04-10 | 2 | -47/+7 |
| | |||||
* | github login via OAuth, not OIDC | Bryan Newbold | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | add CHANGELOG entry about api_key issue | Bryan Newbold | 2019-04-09 | 2 | -0/+10 |
| | |||||
* | rustfmt | Bryan Newbold | 2019-04-09 | 2 | -2/+7 |
| | |||||
* | don't require auth for editgroup annotations | Bryan Newbold | 2019-04-09 | 6 | -10/+2 |
| | | | | | | | | | | Amazing that this bug found it's way through... because most testing is from Python, and was having serious auth config leakage with python_client. We're still in 0.x, and this is such a small/eggregious bug that i'm not going to tag as a backwards-incompatible schema update (but will note in CHANGELOG). | ||||
* | IA login button as actual form input/submit | Bryan Newbold | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | add work-around for weird TypeWithDefault config class | Bryan Newbold | 2019-04-09 | 2 | -1/+18 |
| | | | | | Expect this to fix a serious bug with configuration "contamination" between priv_api and regular api. :codinghorror: | ||||
* | fix google typo (freudian) | Bryan Newbold | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | fix typo in gitlab-ci.yml | Bryan Newbold | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | fix login display (google logo and disable orcid) | Bryan Newbold | 2019-04-09 | 1 | -5/+8 |
| | |||||
* | try to fix tagged release gitlab CI builds | Bryan Newbold | 2019-04-09 | 1 | -0/+3 |
| | |||||
* | wikipedia OAUth in changelogv0.2.1 | Bryan Newbold | 2019-04-09 | 1 | -0/+1 |
| | |||||
* | more MWOAuth hackery | Bryan Newbold | 2019-04-09 | 1 | -7/+9 |
| | |||||
* | crude mostly-working wikipedia (mediawiki) login | Bryan Newbold | 2019-04-09 | 5 | -10/+82 |
| | |||||
* | flask-mwoauth for Wikipedia OAuth logins | Bryan Newbold | 2019-04-09 | 2 | -29/+72 |
| | |||||
* | resyle login views | Bryan Newbold | 2019-04-09 | 6 | -34/+112 |
| | |||||
* | update CHANGELOG and TODO for v0.2.1 | Bryan Newbold | 2019-04-09 | 2 | -18/+49 |
| | | | | | Don't intend to increment API version (because it hasn't changed); git revs in workers should be good enough. | ||||
* | Merge branch 'bnewbold-review-bots' | Bryan Newbold | 2019-04-09 | 12 | -4/+327 |
|\ | |||||
| * | diplay extra metadata, disposition in annotations | Bryan Newbold | 2019-04-06 | 1 | -3/+21 |
| | | |||||
| * | remove title from metadata macro | Bryan Newbold | 2019-04-06 | 8 | -1/+7 |
| | | |||||
| * | fix reviewer bugs (thanks pylint) | Bryan Newbold | 2019-04-06 | 1 | -3/+3 |
| | | |||||
| * | fix bad review import | Bryan Newbold | 2019-04-06 | 1 | -1/+1 |
| | | |||||
| * | basic dummy review bot | Bryan Newbold | 2019-04-06 | 3 | -0/+299 |
| | | |||||
* | | tweak schema example wayback URLs | Bryan Newbold | 2019-04-09 | 1 | -2/+2 |
| | | |||||
* | | have webcapture wayback links go right to capture (not calendar) | Bryan Newbold | 2019-04-09 | 5 | -21/+40 |
| | | |||||
* | | squelch authlib.specs deprecation warning | Bryan Newbold | 2019-04-09 | 1 | -0/+1 |
| | | |||||
* | | temporary hack to remove ext-link XML in refs | Bryan Newbold | 2019-04-09 | 2 | -0/+25 |
| | | |||||
* | | propagate editgroup_id errors correctly | Bryan Newbold | 2019-04-09 | 1 | -0/+12 |
| | | |||||
* | | partial checking of editgroup_id checking when editing | Bryan Newbold | 2019-04-09 | 2 | -1/+6 |
| | | |||||
* | | rust: fix macaroon expiry check | Bryan Newbold | 2019-04-09 | 2 | -10/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | There were two bugs with this code: the expiry timestamps were getting enclosed in double-quotes (which caused parse bugs), and the actual caveat check itself was backwards (expires < now instead of expires > now). An underlying issue was that these caveats weren't actually getting checked in the tests. Should fix a bug where users don't get auth'd correctly when logging in via mechanisms other than tokens. | ||||
* | | test for macaroon regression | Bryan Newbold | 2019-04-09 | 1 | -0/+6 |
| | | |||||
* | | verify auth on account page (via auth_check()) | Bryan Newbold | 2019-04-09 | 1 | -1/+5 |
|/ | |||||
* | add CI/coverage badges to README.md | Bryan Newbold | 2019-04-05 | 1 | -0/+2 |
| | |||||
* | fix container url form width | Bryan Newbold | 2019-04-04 | 1 | -1/+1 |
| | |||||
* | work around pylint/responses error | Bryan Newbold | 2019-04-04 | 1 | -0/+3 |
| | | | | | Known problem with reponses and dynamic functions. See also: https://github.com/getsentry/responses/issues/74 | ||||
* | add error displays in release and file list forms | Bryan Newbold | 2019-04-04 | 2 | -1/+3 |
| | |||||
* | web editing of container urls | Bryan Newbold | 2019-04-04 | 3 | -5/+119 |
| | |||||
* | better error responses for username change form | Bryan Newbold | 2019-04-04 | 1 | -3/+7 |
| | |||||
* | improve test coverage | Bryan Newbold | 2019-04-04 | 8 | -11/+128 |
| | |||||
* | revert back to earlier stats datetime | Bryan Newbold | 2019-04-04 | 1 | -1/+1 |
| | | | | Caught in testing | ||||
* | TODO: handle 'already merged' in edit forms better | Bryan Newbold | 2019-04-04 | 1 | -1/+4 |
| | |||||
* | test api helpers (found bug) | Bryan Newbold | 2019-04-04 | 2 | -5/+25 |
| | | | | | | It seems that public_api() doesn't get isolated from authenticated_api(), even in different tests. I suspect this is due to using DefaultAPI to create client. | ||||
* | test already-merged editgroup_id (via web form) | Bryan Newbold | 2019-04-04 | 1 | -2/+14 |
| | |||||
* | add basic tests for a bunch of form handling code | Bryan Newbold | 2019-04-04 | 1 | -17/+137 |
| | |||||
* | disable CSRF in unit tests | Bryan Newbold | 2019-04-04 | 1 | -0/+1 |
| | |||||
* | default to showing INFO log lines for failed tests | Bryan Newbold | 2019-04-04 | 1 | -0/+2 |
| | |||||
* | correct a number of response codes | Bryan Newbold | 2019-04-04 | 1 | -9/+31 |
| | |||||
* | many web test improvements | Bryan Newbold | 2019-04-04 | 8 | -36/+165 |
| | |||||
* | fix edit forms requiring logins | Bryan Newbold | 2019-04-04 | 1 | -3/+4 |
| | |||||
* | warn() -> warning() (deprecated) | Bryan Newbold | 2019-04-04 | 2 | -13/+13 |
| |