Age | Commit message (Expand) | Author |
2017-05-23 | [refactor] improve backend naming and error handling | Victor Shyba |
2017-05-12 | [refactor] make blobs resource backend configurable | Victor Shyba |
2017-05-09 | [refactor] move interfaces out | Kali Kaneko |
2017-05-04 | [doc] cleanup old documentation | drebs |
2017-05-02 | [feature] add and integrate DELETE to blobs server | Victor Shyba |
2017-05-01 | [refactor] unify path validation | Victor Shyba |
2017-05-01 | [feature] blobs path validation | Victor Shyba |
2017-04-26 | [bug] proper logging of _blobs resource errors | Victor Shyba |
2017-04-26 | [feature] sanitize resource arguments | Victor Shyba |
2017-04-26 | [feature] use Twisted getProcessOutput on backend | Victor Shyba |
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 | [refactor] Improve python3 compatibility | 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 | [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 |