aboutsummaryrefslogtreecommitdiffstats
path: root/routes/uploads.py
Commit message (Expand)AuthorAgeFilesLines
* Database: Significantly speed up queries by using proper relationships with s...Fulgen3012019-09-081-10/+9
* Add file deletionFulgen3012019-09-081-1/+1
* Add comment votingFulgen3012019-09-081-10/+58
* Finally fix CORSFulgen3012019-07-261-16/+15
* Subclass HTTPReponse in order to ensure the presence of CORS headersFulgen3012018-10-161-15/+15
* Upload: Add versionFulgen3012018-10-141-0/+1
* uploads: Fix upload deletion, return entry on POST / PUT, merge upload.files ...Fulgen3012018-09-181-14/+7
* uploads: Fix GET /api/uploads, always return comment and vote on creationv0.1Fulgen3012018-09-161-5/+7
* 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