aboutsummaryrefslogtreecommitdiffstats
path: root/helpers.py
Commit message (Collapse)AuthorAgeFilesLines
* Subclass HTTPReponse in order to ensure the presence of CORS headersFulgen3012018-10-161-11/+2
|
* Remove default route in its entirety as it breaks more than it's usefulFulgen3012018-10-161-4/+0
|
* Fix default routeFulgen3012018-10-141-2/+3
|
* Use sqlalchemy as backend, implement JWT authentication, add uploading, ↵Fulgen3012018-09-161-44/+27
| | | | commenting and voting
* Rewrite database system with sqlalchemy, add /api/auth, add ↵Fulgen3012018-08-261-23/+59
| | | | /api/uploads/<id>comments
* Initial commitFulgen3012018-08-221-0/+57