Age | Commit message (Expand) | Author |
2017-04-04 | [bug] enable '/blobs/{uuid}' for GET on url_mapper | Victor Shyba |
2017-04-04 | [style] fix wrong identation | Victor Shyba |
2017-04-04 | [docs] improve docstrings and comments from review | Victor Shyba |
2017-04-04 | [feature] add blobs listing | Victor Shyba |
2017-04-04 | [feature] use 409 status code for existing blob id | Victor Shyba |
2017-04-04 | [test] upload/download integration test | Victor Shyba |
2017-04-04 | [bug] create dirs before checking disk usage | Victor Shyba |
2017-04-04 | [refactor] quota and size configurable on constructor | Victor Shyba |
2017-04-04 | [refactor] pass configured blobs resource to server auth class | drebs |
2017-04-04 | [bug] use postpath to get blobs user and id in server | drebs |
2017-04-04 | [feat] allow blobs urls in server | drebs |
2017-04-04 | [refactor] create blobs directory on server resource initialization | drebs |
2017-04-04 | [doc] remove excessive signal doc from client api | drebs |
2017-04-04 | [bug] return 0 quota if user's blob dir doesn't exist | drebs |
2017-04-04 | [feat] make blobs server path configurable | drebs |
2017-04-04 | [feat] add log to blobs server | drebs |
2017-04-04 | [feat] improve blobs standalone testing options | drebs |
2017-04-04 | [feature] send tag header from server | Victor Shyba |
2017-04-04 | [bug] fix path and config on blobs | Victor Shyba |
2017-04-04 | [bug] fix resource parameter | Victor Shyba |
2017-04-04 | [style] pep8 fixes | Victor Shyba |
2017-04-04 | [bug] fix blobs put | drebs |
2017-04-04 | [feature] implement basic fs quota per user | Kali Kaneko |
2017-04-04 | [feature] close mvp loop with client | Kali Kaneko |
2017-04-04 | [feature] working naive implementation of the backend | Kali Kaneko |
2017-03-17 | [docs] add efkin to authors, changelog entry for py3 tests | Kali Kaneko |
2017-03-17 | [refactor] Improve python3 compatibility | efkin |
2017-03-17 | [test] Prepare new tox environment | efkin |
2017-02-27 | [style] move path config closer to blobs resource instantiation | drebs |
2017-02-27 | [feat] add configurable blobs path in server | drebs |
2017-02-17 | [bug] reuse wsgi threadpool | Kali Kaneko |
2017-02-17 | [refactor] create resources only once | Kali Kaneko |
2017-02-15 | [style] pep8 | Victor Shyba |
2017-02-15 | [tests] fix tests | Kali Kaneko |
2017-02-15 | [docs] add a to-do about perf | Kali Kaneko |
2017-02-15 | [feature] add robots.txt | Kali Kaneko |
2017-02-15 | [feature] authenticate as anonymous if no token in header | Kali Kaneko |
2017-02-15 | [feature] add version to the banner | Kali Kaneko |
2017-02-15 | [bug] add expected attribute to authentication wrapper in entrypoint | Kali Kaneko |
2017-02-13 | [pkg] add script for deploying from git | Kali Kaneko |
2017-02-13 | [bug] fix typo, again | Kali Kaneko |
2017-02-13 | [bug] fix import typo on create-user-db | Kali Kaneko |
2017-02-13 | [bug] get a new server instance on each request to the tokens db | Kali Kaneko |
2017-02-12 | [refactor] update create-user-db script to use config refactor | Kali Kaneko |
2017-02-10 | [bug] fix config handling after refactor | Kali Kaneko |
2017-02-10 | [bug] revert loading from the wsgi entrypoint | Kali Kaneko |
2017-02-10 | [pkg] use the entrypoint from the systemd script too | Kali Kaneko |
2017-02-10 | [bug] effectively load the configuration for the app | Kali Kaneko |
2017-02-10 | [bug] fix import for the session module | Kali Kaneko |
2017-02-10 | [bug] fix typo in the resource path | Kali Kaneko |