Commit Graph

1233 Commits

Author SHA1 Message Date
rr-
36ffa5b4e7 front/general: replace manual DI with require(...) 2016-04-01 00:20:34 +02:00
rr-
7e26fc87ce docs: formalize README 2016-03-31 23:44:53 +02:00
rr-
da3faa556f front/home: add version and build time 2016-03-31 23:18:08 +02:00
rr-
82e7c6ebe9 front: add basic home placeholder 2016-03-31 22:33:49 +02:00
rr-
cb980ddc45 front/nav: add access keys 2016-03-31 21:15:05 +02:00
rr-
a7bc3c3d99 front/general: fix stripping too much whitespace 2016-03-30 23:41:32 +02:00
rr-
81a51abbeb docs+scripts: use virtualenv for Python deps 2016-03-30 23:23:03 +02:00
rr-
d8f11d87e5 front/auth: implement privileges + top nav auth 2016-03-30 23:23:03 +02:00
rr-
28c90a25f3 back/auth: fix access rank, add config validation 2016-03-30 21:23:19 +02:00
rr-
bb474e4cf5 front/auth: implement cookie support 2016-03-30 21:04:00 +02:00
rr-
e95ed4cc0b front/auth: move auth state to API 2016-03-30 20:45:37 +02:00
rr-
851bbc4b60 front/general: tweak global style 2016-03-30 16:07:11 +02:00
rr-
7a07cc7bf7 front/general: add favicon 2016-03-30 16:06:51 +02:00
rr-
55c5363edc front/help: implement help views 2016-03-29 12:34:10 +02:00
rr-
4a13933590 front/users: fix user routing 2016-03-29 12:33:37 +02:00
rr-
8f375a4163 front/general: resolve handlebars with browserify 2016-03-29 12:32:51 +02:00
rr-
4eac02e938 front/general: change CSS for headers and links 2016-03-29 12:31:59 +02:00
rr-
509fd0620d back/middleware: change context to dotdict 2016-03-28 22:54:09 +02:00
rr-
5a0ce0b49d front/auth+users: implement talking to backend 2016-03-28 22:33:20 +02:00
rr-
2e4e77791d back/auth: refactor authentication
- Removed transaction manager
- Each request gets its own session via DbSession middleware
- Moved authentication details to Authenticator middleware
- Fixed cyclic dependency between AuthService and UserService
2016-03-28 22:31:08 +02:00
rr-
8cf9b1dae4 back/users: add user retrieval 2016-03-28 14:27:46 +02:00
rr-
ff0fe077d4 back/auth: fix access rank lookups 2016-03-28 14:27:46 +02:00
rr-
3fd7f64fa3 back/users: implement user registration 2016-03-28 14:27:46 +02:00
rr-
c9a243cae8 back/users: change access rank to string 2016-03-28 10:41:43 +02:00
rr-
44c34e5785 back/users: make user names unique 2016-03-28 10:41:43 +02:00
rr-
888f095ef0 docs/install: update instructions 2016-03-28 01:20:32 +02:00
rr-
8b5ebebd01 front/login: add view 2016-03-28 00:19:44 +02:00
rr-
06ede91d31 front/general: use CSS3 variables 2016-03-28 00:19:06 +02:00
rr-
85949bba04 front/registration: visual tweaks 2016-03-27 23:05:10 +02:00
rr-
6a194b1d54 front/build: change CSS minifier to csso 2016-03-27 23:05:10 +02:00
rr-
5774e5e9ef front/build: split HTML into templates 2016-03-27 23:05:10 +02:00
rr-
1846a1fa2c front/build: replace npm scripts with 1 script 2016-03-27 23:05:10 +02:00
rr-
797ace982f start
Done so far

Basic backend skeleton

- technology choices
- database migration outline
- basic self hosting facade
- basic REST outline
- proof of concept for auth and privileges

Basic frontend skeleton

- technology choices
- pretty robust frontend compilation
- top navigation
- proof of concept for registration form
2016-03-27 23:05:10 +02:00