aboutsummaryrefslogtreecommitdiffstats
path: root/routes/media.py
Commit message (Collapse)AuthorAgeFilesLines
* Add file deletionFulgen3012019-09-081-0/+15
|
* Finally fix CORSFulgen3012019-07-261-4/+4
|
* Subclass HTTPReponse in order to ensure the presence of CORS headersFulgen3012018-10-161-8/+4
|
* media: Remove debug printFulgen3012018-09-181-1/+0
|
* Use sqlalchemy as backend, implement JWT authentication, add uploading, ↵Fulgen3012018-09-161-3/+34
| | | | commenting and voting
* Rewrite database system with sqlalchemy, add /api/auth, add ↵Fulgen3012018-08-261-23/+16
| | | | /api/uploads/<id>comments
* Initial commitFulgen3012018-08-221-0/+49