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
Daniel 5c21021176
Fix undefined variable for Auth::OmniauthCallbacksController (#16654)
The addition of authentication history broke the omniauth login with
the following error:

  method=GET path=/auth/auth/cas/callback format=html
  controller=Auth::OmniauthCallbacksController action=cas status=500
  error='NameError: undefined local variable or method `user' for
  #<Auth::OmniauthCallbacksController:0x00000000036290>
  Did you mean?  @user' duration=435.93 view=0.00 db=36.19

* app/controllers/auth/omniauth_callbacks_controller.rb: fix variable
  name to `@user`
4 years ago
..
chewy Change `tootctl search deploy` algorithm (#14300) 5 years ago
controllers Fix undefined variable for Auth::OmniauthCallbacksController (#16654) 4 years ago
helpers Change number_to_human calls to always use 3-digits precision (#16469) 4 years ago
javascript Fix crash if a notification contains an unprocessed media attachment (#16573) 4 years ago
lib Fix invalid blurhash handling in Create activity (#16583) 4 years ago
mailers Prepare Mastodon for Rails 6 (#15911) 4 years ago
models Fix followers synchronization mechanism not working when URI has empty path (#16510) 4 years ago
policies Add ability to skip sign-in token authentication for specific users (#16427) 4 years ago
presenters Add server rules (#15769) 4 years ago
serializers Add `configuration` attribute to `GET /api/v1/instance` (#16485) 4 years ago
services Fix remotely-suspended accounts' toots being merged back into timelines (#16628) 4 years ago
validators Add `configuration` attribute to `GET /api/v1/instance` (#16485) 4 years ago
views Fix “discoverable” account setting being tied to profile directory (#16637) 4 years ago
workers Fix followers synchronization mechanism not working when URI has empty path (#16510) 4 years ago