summaryrefslogtreecommitdiff
path: root/fbin/__init__.py
AgeCommit message (Collapse)AuthorFilesLines
2021-08-17Add ProxyFix middlewareJon Bergli Heier1-2/+3
This is needed for the proper request URLs to be detected during login.
2021-06-09Fix linting errorsJon Bergli Heier1-3/+7
Style, unused imports, unused variables, etc. as reported by flake8. Configuration for flake8 has been added to setup.cfg.
2020-10-28Use flask-sqlalchemy instead of using sqlalchemy directlyJon Bergli Heier1-1/+2
This makes database access a bit easier and also greatly simplifies some upcoming changes.
2017-04-22Added upload API.Jon Bergli Heier1-3/+2
Also updated the API (previously help) page.
2017-04-09Major rewrite to use jab/oauth.Jon Bergli Heier1-0/+39
Highlights: - Uses the oauth branch of jab. - Changed design to use bootstrap. - Some minor changes to functionality in file uploading and listing. - API is currently disabled and incomplete.