summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* nfsw/io.py: Update preprocess.rsiddharth2019-09-281-4/+4
| | | | | nfsw/io.py (setup): Move function.. (proprocess): ...inside this function.
* Add nfsw/util.pyrsiddharth2019-09-281-0/+9
|
* nfsw/static/io.js: Add handling barf intro.rsiddharth2019-09-281-1/+60
|
* nfsw/static/io.js: Add back ';'. Make it pass jshint.rsiddharth2019-09-281-56/+56
| | | | Fuck it.
* nfsw/static/io.js: Remove ';'rsiddharth2019-09-281-9/+9
|
* nfsw/io.py: Update query.rsiddharth2019-09-211-2/+19
| | | | * nfsw/io.py (query): Flesh out initial structure to process a query.
* nfsw: Add scenes.py.rsiddharth2019-09-211-0/+18
|
* nfsw/io.py: query: Add 'prepcess' decorator.rsiddharth2019-09-211-0/+1
|
* nfsw/io.py: Add preprocess.rsiddharth2019-09-211-0/+11
|
* nfsw/io.py: Add setup.rsiddharth2019-09-211-0/+6
|
* nfsw: Add io.pyrsiddharth2019-09-211-0/+18
|
* requirements.txt: Add redis.rsiddharth2019-09-211-0/+1
|
* 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
| | | | It's a bp.before_app_request function.
* 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
|