summaryrefslogtreecommitdiffstats
path: root/nfsw
Commit message (Expand)AuthorAgeFilesLines
* nfsw/static: Add io.js.rsiddharth2019-09-211-0/+146
* nfsw/static: Add io.css.rsiddharth2019-09-211-0/+62
* nfsw/templates/io.html: Add css and js template blocks.rsiddharth2019-09-211-0/+8
* nfsw/templates/io.html: Flesh out io-block.rsiddharth2019-09-211-1/+8
* nfsw/templates/base.html: Remove css from header. Add css template block.rsiddharth2019-09-211-1/+3
* nfsw/templates/base.html: Add meta tags to header.rsiddharth2019-09-211-0/+2
* nfsw/io.py: Import request from flask.rsiddharth2019-09-211-1/+1
* nfsw/io.py: Import login_required_ajax.rsiddharth2019-09-211-1/+1
* nfsw/templates/nfsw.html: Rename title to '/'.rsiddharth2019-09-211-1/+1
* nfsw/io.py: Add query.rsiddharth2019-09-211-0/+10
* nfsw/io.py: Rename console -> io.rsiddharth2019-09-211-1/+1
* nfsw/auth.py: Add login_required_ajax.rsiddharth2019-09-211-0/+13
* nfsw/__init__.py: Add / route.rsiddharth2019-09-131-1/+7
* nfsw/__init__.py: Register io blueprint.rsiddharth2019-09-131-0/+7
* Add nfsw/io.py.rsiddharth2019-09-131-0/+12
* Add nfsw/templates/io.htmlrsiddharth2019-09-131-0/+9
* Add nfsw/templates/exit.html.rsiddharth2019-09-131-0/+30
* Add nfsw/templates/terms.html.rsiddharth2019-09-131-0/+30
* Add nfsw/templates/nfsw.htmlrsiddharth2019-09-131-0/+16
* Add nfsw/templates/sorry.htmlrsiddharth2019-09-131-0/+11
* Add nfsw/templates/register.htmlrsiddharth2019-09-131-0/+30
* Add nfsw/templates/login.html.rsiddharth2019-09-131-0/+29
* 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