aboutsummaryrefslogtreecommitdiff
path: root/config/initializers
Commit message (Collapse)AuthorAgeFilesLines
* [DEV] WIP: explore sso login alternativeIN COMMON Collective2021-03-261-5/+2
|
* Add UUIDResolverhellekin2021-03-221-0/+1
| | | | | | | | | | | | | | | | | The UUIDResolver adds a route at `/by-uuid/:uuid` that enables applications to request information about a given UUID. The UUID must be a Random UUID (version 4, see RFC 4122). If an invalid UUID is given, the controller will return 422 Unprocessable Entity. If a valid UUID is given: - 404 indicates that the UUID is not assigned to anything known to the system. - 302 indicates that the UUID was assigned to a record, and the User-Agent will be redirected to that record's Location as indicated in the response header. - 200 indicates that the UUID was assigned to more than one record (which is unlikely) and will list those records.
* [FIX] Restore REUSE 3.0 compliancehellekin2021-02-021-0/+4
|
* Upgrade Rails and add StimulusJS supporthellekin2021-01-226-4/+63
|
* Allow using INCOMMON as a module namehellekin2020-10-291-0/+1
|
* REUSE: Add MIT to original Rails fileshellekin2020-10-291-0/+4
|
* REUSE: Add AGPL-3.0-or-later on remaining IN COMMON codehellekin2020-10-292-0/+8
|
* User Kaminari gem for paginationhellekin2020-10-061-0/+14
| | | | | | | | | Since we're dealing with lots of resources, we need a way to handle pagination. This gem seems to be the new kid on the block and doing things right, including pagination by default an I18n support. Let's see. Kaminari: https://github.com/kaminari/kaminari
* Ensure SSO return host is correct in productionhellekin2020-10-061-1/+1
|
* Configure Discourse SSOhellekin2020-10-053-0/+14
| | | | | | | | We're creating a minimal User model that will be filled from SSO. We also configure Inflections so we can use SSO instead of Sso which looks weird for a module named after an acronym. Use Discourse as SSO: https://meta.discourse.org/t/using-discourse-as-a-sso-provider/32974
* Add Discourse SSO codehellekin2020-10-051-0/+16
|
* rails new incommon-map -d postgresql -C -Thellekin2020-10-059-0/+102