Commit Graph

4 Commits (216298a40002a2bf54cc0a318c45a1a2b9f180cf)

Author SHA1 Message Date
Claire a5b52eb618 Change Identity to not destroy associated User on destroy () 2023-05-23 15:00:36 +02:00
Nick Schonning e6312104c7 Autofix Rubocop remaining Layout rules () 2023-02-20 06:58:28 +01:00
Eugen Rochko 9606e4dabf Change identities id column to a bigint ()
* fix: change Identity's id column to a bigint

This appears to be the last model created using a 5.0 migration,
where column types defaulted to `integer` rather than `bigint`.

This migration changes the column type to match that of all of the
other ID columns.

* Change user_id column in identities to bigint and fix down-migration
2018-11-27 13:56:25 +01:00
Eugen Rochko 5322013f25 CAS + SAML authentication feature ()
* Cas authentication feature

* Config

* Remove class_eval + Omniauth initializer

* Codeclimate review

* Codeclimate review 2

* Codeclimate review 3

* Remove uid/email reconciliation

* SAML authentication

* Clean up code

* Improve login form

* Fix code style issues

* Add locales
2018-02-04 05:42:13 +01:00