summaryrefslogtreecommitdiffstats
path: root/nfsw
Commit message (Expand)AuthorAgeFilesLines
* nfsw/__init__.py: Remove 'hello' route.rsiddharth2019-09-131-5/+0
* nfsw/auth.py: Add load_logged_in_userrsiddharth2019-09-131-0/+14
* nfsw/auth.py: Add 'logout' route.rsiddharth2019-09-131-0/+7
* nfsw/auth.py: Add 'sorry' route.rsiddharth2019-09-131-0/+8
* nfsw/auth.py: Add terms route.rsiddharth2019-09-131-0/+20
* nfsw/auth.py: Add register route.rsiddharth2019-09-131-0/+45
* nfsw/auth.py: Add login route.rsiddharth2019-09-131-0/+36
* nfsw/auth.py: Add not_agreed decorator.rsiddharth2019-09-131-0/+11
* nfsw/auth.py: Add anon_only decorator.rsiddharth2019-09-131-0/+11
* nfsw/auth.py: Add login_required decorator.rsiddharth2019-09-131-0/+11
* nfsw/auth.py: Remove register.rsiddharth2019-09-131-27/+0
* nfsw/auth.py: Remove login.rsiddharth2019-09-131-29/+0
* nfsw/auth.py: Remove auth.rsiddharth2019-09-131-24/+0
* nfsw/auth.py: Remove 'auth' prefix for this blueprint.rsiddharth2019-09-131-1/+1
* nfsw/static/style.css: Remove all styling.rsiddharth2019-09-131-7/+0
* Remove nfsw/templates/auth/index.html.rsiddharth2019-09-131-27/+0
* nfsw/templates: Update base.htmlrsiddharth2019-09-131-2/+1
* Remove nfsw/static/nfsw.js.rsiddharth2019-09-131-87/+0
* Remove nfsw/static/jquery.jsrsiddharth2019-09-131-2/+0
* Remove nfsw/cache.py.rsiddharth2019-09-131-0/+0
* Add some auth flask snafu.rsiddharth2019-09-1212-0/+433