aboutsummaryrefslogtreecommitdiffstats
path: root/routes/uploads.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | and upload.pictures
* 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, ↵Fulgen3012018-09-161-108/+168
| | | | commenting and voting
* uploads: Fix wrong attribute nameFulgen3012018-08-261-2/+2
|
* Rewrite database system with sqlalchemy, add /api/auth, add ↵Fulgen3012018-08-261-9/+144
| | | | /api/uploads/<id>comments
* Initial commitFulgen3012018-08-221-0/+49