summaryrefslogtreecommitdiffstats
path: root/routes/uploads.py
Commit message (Expand)AuthorAgeFilesLines
* Use sqlalchemy as backend, implement JWT authentication, add uploading, comme...Fulgen3012018-09-161-108/+168
* uploads: Fix wrong attribute nameFulgen3012018-08-261-2/+2
* Rewrite database system with sqlalchemy, add /api/auth, add /api/uploads/<id>...Fulgen3012018-08-261-9/+144
* Initial commitFulgen3012018-08-221-0/+49