Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First pass at something visible | hellekin | 2020-10-06 | 5 | -0/+241 |
| | | | | This is a first version of the application, to go beyond simple authentication. | ||||
* | Add Authentication logic | hellekin | 2020-10-05 | 1 | -0/+3 |
| | | | | | | | | | | | The ApplicationController provides a `current_user` method (and helper) to access the authenticated user (if any). The WelcomeController provides minimal logic to authenticate against DiscourseSSO. Current state is that one can login and logout. Views need a lot of work. | ||||
* | rails new incommon-map -d postgresql -C -T | hellekin | 2020-10-05 | 1 | -0/+15 |