aboutsummaryrefslogtreecommitdiff
path: root/config/routes.rb
Commit message (Collapse)AuthorAgeFilesLines
* REUSE: Add AGPL-3.0-or-later to routeshellekin2020-10-291-0/+3
|
* Enable switching Agenthellekin2020-10-091-2/+1
| | | | | | | Switching current Agent can help with roles and resource access. Go to your dashboard by clicking the avatar. Select agent and hit "Select"
* Scope routes to Agenthellekin2020-10-091-2/+13
| | | | | | | Since an Agent is required for all records, we scope the routes and get it present for free ;) This commit also adds resource views.
* First pass at something visiblehellekin2020-10-061-0/+8
| | | | This is a first version of the application, to go beyond simple authentication.
* Add Authentication logichellekin2020-10-051-1/+6
| | | | | | | | | | | 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.
* Add Discourse SSO codehellekin2020-10-051-0/+3
|
* rails new incommon-map -d postgresql -C -Thellekin2020-10-051-0/+3