Commit graph

1073 commits

Author SHA1 Message Date
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