summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* nfsw/templates: Update base.htmlrsiddharth2019-09-131-2/+1
| | | | | * nfsw/templates/base.html: Remove JS declarations. Add 'js' template block.
* 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
|
* Makefile: Add dunno.rsiddharth2019-09-131-0/+2
|
* Makefile: Change VENV_DIR.rsiddharth2019-09-131-1/+1
|
* .gitignore: Add instance.rsiddharth2019-09-131-0/+1
|
* Add setup.py, setup.cfg.rsiddharth2019-09-122-0/+0
|
* Add some auth flask snafu.rsiddharth2019-09-1214-0/+448
|
* Initial commit.rsiddharth2019-08-123-0/+33