aboutsummaryrefslogtreecommitdiffstats
path: root/routes
Commit message (Expand)AuthorAgeFilesLines
* Database: Significantly speed up queries by using proper relationships with s...Fulgen3012019-09-081-10/+9
* Add file deletionFulgen3012019-09-082-1/+16
* 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
* 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, comme...Fulgen3012018-09-163-113/+210
* uploads: Fix wrong attribute nameFulgen3012018-08-261-2/+2
* Rewrite database system with sqlalchemy, add /api/auth, add /api/uploads/<id>...Fulgen3012018-08-268-36/+178
* Initial commitFulgen3012018-08-224-0/+134