aboutsummaryrefslogtreecommitdiffstats
path: root/routes/media.py
Commit message (Expand)AuthorAgeFilesLines
* 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, comme...Fulgen3012018-09-161-3/+34
* Rewrite database system with sqlalchemy, add /api/auth, add /api/uploads/<id>...Fulgen3012018-08-261-23/+16
* Initial commitFulgen3012018-08-221-0/+49