You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/models/concerns
chandrn7 a6ed6845c9
Allow login through OpenID Connect (#16221)
* added OpenID Connect as an SSO option

* minor fixes

* added comments, removed an option that shouldn't be set

* fixed Gemfile.lock

* added newline to end of Gemfile.lock

* removed tab from Gemfile.lock

* remove chomp

* codeclimate changes and small name change to make function's purpose clearer

* codeclimate fix

* added SSO buttons to /about page

* minor refactor

* minor style change

* removed spurious change

* removed unecessary conditional from ensure_valid_username and added support for auth.info.name in user_params_from_auth

* minor changes
3 years ago
..
account_associations.rb Add notifications for statuses deleted by moderators (#17204) 3 years ago
account_avatar.rb Fix to be able to redownload avatar and header (#16190) 4 years ago
account_counters.rb Fix account deletion sometimes failing because of optimistic locks (#16317) 4 years ago
account_finder_concern.rb
account_header.rb Fix to be able to redownload avatar and header (#16190) 4 years ago
account_interactions.rb Add remove from followers api (#16864) 3 years ago
account_merging.rb Remove Keybase integration (#17045) 3 years ago
attachmentable.rb Switch from unmaintained paperclip to kt-paperclip (#16724) 3 years ago
cacheable.rb
domain_materializable.rb
domain_normalizable.rb
expireable.rb
follow_limitable.rb
ldap_authenticable.rb Add authentication history (#16408) 4 years ago
omniauthable.rb Allow login through OpenID Connect (#16221) 3 years ago
paginable.rb
pam_authenticable.rb
rate_limitable.rb
redisable.rb
relationship_cacheable.rb
remotable.rb Fix to be able to redownload avatar and header (#16190) 4 years ago
status_threading_concern.rb
user_roles.rb