aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Finally fix CORSFulgen3012019-07-265-37/+40
|
* Subclass HTTPReponse in order to ensure the presence of CORS headersFulgen3012018-10-166-40/+59
|
* Remove default route in its entirety as it breaks more than it's usefulFulgen3012018-10-161-4/+0
|
* Fix default routeFulgen3012018-10-142-6/+3
|
* Upload: Add versionFulgen3012018-10-142-2/+3
|
* 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
|
* database: Don't return a dummy username if there's no authorFulgen3012018-09-181-1/+1
|
* auth: Fix registration processFulgen3012018-09-161-0/+1
|
* Mark read-only entries read-onlyFulgen3012018-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-168-207/+427
| | | | commenting and voting
* uploads: Fix wrong attribute nameFulgen3012018-08-261-2/+2
|
* Rewrite database system with sqlalchemy, add /api/auth, add ↵Fulgen3012018-08-2611-123/+392
| | | | /api/uploads/<id>comments
* Initial commitFulgen3012018-08-2210-0/+370