aboutsummaryrefslogtreecommitdiffstats
path: root/routes
Commit message (Collapse)AuthorAgeFilesLines
* Add comment votingFulgen3012019-09-081-10/+58
|
* Finally fix CORSFulgen3012019-07-263-23/+22
|
* Subclass HTTPReponse in order to ensure the presence of CORS headersFulgen3012018-10-163-26/+22
|
* 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
* media: Remove debug printFulgen3012018-09-181-1/+0
|
* auth: Fix registration processFulgen3012018-09-161-0/+1
|
* uploads: Fix GET /api/uploads, always return comment and vote on creationv0.1Fulgen3012018-09-161-5/+7
|
* auth: Use request_data(), fix wrong status codeFulgen3012018-09-161-4/+3
|
* Use sqlalchemy as backend, implement JWT authentication, add uploading, ↵Fulgen3012018-09-163-113/+210
| | | | commenting and voting
* uploads: Fix wrong attribute nameFulgen3012018-08-261-2/+2
|
* Rewrite database system with sqlalchemy, add /api/auth, add ↵Fulgen3012018-08-268-36/+178
| | | | /api/uploads/<id>comments
* Initial commitFulgen3012018-08-224-0/+134