Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce an Anonymous Agent | hellekin | 2021-02-02 | 1 | -60/+0 |
| | | | | | | | | | | | | | 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 master | hellekin | 2020-11-12 | 2 | -0/+8 |
|\ | |||||
| * | REUSE: Add AGPL-3.0-or-later to app/* | hellekin | 2020-10-29 | 2 | -0/+8 |
| | | |||||
* | | Grant maintainer to group owner | hellekin | 2020-10-09 | 1 | -0/+2 |
|/ | |||||
* | Extract Role check to a background job | hellekin | 2020-10-06 | 1 | -0/+54 |
| | | | | | | | When using SSO, the Discourse sends a list of the user groups. We take the opportunity to update Agency information for the user. This is performed as a background job, as it involves networked requests to the Discourse, e.g., to verify group ownership... | ||||
* | rails new incommon-map -d postgresql -C -T | hellekin | 2020-10-05 | 1 | -0/+7 |