summaryrefslogtreecommitdiffstats
path: root/routes
Commit message (Expand)AuthorAgeFilesLines
* 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