aboutsummaryrefslogtreecommitdiff
path: root/app/helpers/agents_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Introduce an Anonymous Agenthellekin2021-02-021-0/+20
| | | | | | | | | | | | | Since we moved away from Roles it's important to maintain a default Agent that is distinct from the previous default IN COMMON Agent. Previously, a user without a proper group would be granted the `observer` role in the default Agent, enough to create new resources. Now, we consider anonymous users to be part of the Anonymous Agent, which also brings the possibility for them to edit yet to be accepted Resources.
* Merged masterhellekin2020-11-121-0/+4
|\
| * REUSE: Add AGPL-3.0-or-later to app/*hellekin2020-10-291-0/+4
| |
* | Remove bork agent_selector_form helperhellekin2020-10-091-7/+0
|/
* Enable switching Agenthellekin2020-10-091-0/+9
Switching current Agent can help with roles and resource access. Go to your dashboard by clicking the avatar. Select agent and hit "Select"