aboutsummaryrefslogtreecommitdiff
path: root/app/views/welcome/dashboard.html.erb
Commit message (Collapse)AuthorAgeFilesLines
* [FIX] Honor current Agent selectionIN COMMON Collective2021-03-221-1/+1
|
* Enable switching Agenthellekin2020-10-091-1/+7
| | | | | | | 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/+12
| | | | | | | Since an Agent is required for all records, we scope the routes and get it present for free ;) This commit also adds resource views.
* Add Authentication logichellekin2020-10-051-0/+5
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.