Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | start on webface oauth2/oidc web auth | Bryan Newbold | 2019-01-02 | 3 | -1/+51 |
| | |||||
* | remove unused postgres-backed stats stuff | Bryan Newbold | 2018-12-24 | 2 | -112/+0 |
| | | | | Will replace with elasticsearch-based dash in webface | ||||
* | implement release_year (and rustfmt) | Bryan Newbold | 2018-12-24 | 4 | -6/+13 |
| | |||||
* | start handling redirects and deletions in webface | Bryan Newbold | 2018-12-21 | 2 | -0/+63 |
| | |||||
* | SHA1 no longer required on file entities | Bryan Newbold | 2018-12-21 | 1 | -1/+1 |
| | |||||
* | multiple lookup extids (web view, no tests yet) | Bryan Newbold | 2018-12-14 | 1 | -12/+25 |
| | |||||
* | remove textIcuSearch elastic filter | Bryan Newbold | 2018-12-03 | 1 | -1/+0 |
| | | | | | | | This was breaking, eg, DOI search with non-trivial characters. Because we set the tokenizer on individual fields, shouldn't be necessary on the whole query. | ||||
* | fix empty ISSN bug (container view) | Bryan Newbold | 2018-12-03 | 1 | -2/+2 |
| | |||||
* | pass-through more API errors | Bryan Newbold | 2018-11-26 | 1 | -4/+13 |
| | |||||
* | enable sentry exceptions for fatcat-web | Bryan Newbold | 2018-11-21 | 1 | -0/+4 |
| | |||||
* | ELASTICSEARCH not ELASTIC | Bryan Newbold | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | bunch of pylint cleanup | Bryan Newbold | 2018-11-15 | 1 | -3/+7 |
| | |||||
* | large refactor of python names/paths | Bryan Newbold | 2018-11-15 | 1 | -0/+4 |
| | | | | | | | - Add __init__.py files for fatcat_tools submodules, and use them in imports - Add a bunch of comments to files. - rename a number of classes and functions to be less verbose | ||||
* | webface: defer all javascript to end of body | Bryan Newbold | 2018-11-13 | 1 | -5/+5 |
| | |||||
* | webface: add input form labels | Bryan Newbold | 2018-11-13 | 3 | -6/+6 |
| | |||||
* | get webface working again | Bryan Newbold | 2018-11-12 | 3 | -5/+5 |
| | |||||
* | remove sqlite cruft | Bryan Newbold | 2018-11-12 | 1 | -1/+1 |
| | |||||
* | refactor python modules | Bryan Newbold | 2018-11-12 | 26 | -0/+2207 |