Commit Graph

155 Commits (108006221636d9132676e5722469b1c1a581390e)

Author SHA1 Message Date
Oliver Günther fe0e8dd919
Rename before_filter to before_action 8 years ago
Oliver Günther e8497bd2fa Pass the user's locale to the translation 8 years ago
Oliver Günther caa07c5dd4 Initiate omniauth request with relative root url awereness 9 years ago
Markus Kahl 5324b2cc07 drop my first_login; redirect to work packages if possible 9 years ago
Mohamed Wael Khobalatte 8ec4b40b11 Restore own User#find_by_mail impl, as it was doing more than just find 9 years ago
Mohamed Wael Khobalatte 972b04d86e Refactor to allow for strong params 9 years ago
Alexander Bach 2cff5e9864 Show user name when forcing password change 9 years ago
Markus Kahl 9af0e26623 make user creation/invitation work with plugins ... 9 years ago
Jan Sandbrink 2fb41301de Fix activation in case a non-existing token is passed 9 years ago
Markus Kahl 871375bbc0 register: clear placeholder name(s); refactoring 9 years ago
Markus Kahl 47479ba28b refactoring 9 years ago
Markus Kahl ac8a096488 polish considering remarks through review and houndci 9 years ago
Markus Kahl 06f20c94b2 fixed self registration; manual activation of invited users 9 years ago
Markus Kahl f37520ad19 feature spec for user creation and activation 9 years ago
Markus Kahl b3176866f2 removed signup screen; show OmniAuth opts in register view 9 years ago
Markus Kahl 43e18dd00c switch to user invitation by default 9 years ago
Markus Kahl 98ba7ce333 basic user invitation prototype 9 years ago
Stefan Botzenhart 868d764a97 Use activejob deliver_now method (removes deprecation warning) 9 years ago
Alex Coles ec1bb39f9b Fix syntax (w/Rubocop) in (Rails) controllers 9 years ago
Alex Coles 57618b25ec Replace dynamic finder usages with #find_by, etc. 9 years ago
Alex Coles e0191e759c Update year in copyright header to 2015 10 years ago
Alex Coles 0532e87a40 Minor spacing fixes in AccountController 10 years ago
Alex Coles bb0e6e6aa5 Fix syntax (w/Rubocop) in (Rails) controllers 10 years ago
Alex Coles 336446c59d Use 1.9+ Hash syntax in (Rails) controllers 10 years ago
Markus Kahl 2ed52b163d only use exit screen if login is required to view anything at all 10 years ago
Markus Kahl d6401e79f5 polish 10 years ago
Markus Kahl 89731db2d1 some refactoring; test display of instructions 10 years ago
Markus Kahl bbd4cad404 fix: #14385 (direct login infinite redirect loop) 10 years ago
Markus Kahl c25f92576c only append origin if back_url is given 10 years ago
Markus Kahl 9dc9d69000 redirect to last URL after direct omniauth login 10 years ago
Michael Frister ee31c8de7d Omniauth: Add after_login, remove on_success 10 years ago
Markus Kahl 41603b0f43 on_success callback for Authorization 10 years ago
Markus Kahl c9a3dd87bd put #disable_password_login? into OP Configuration 10 years ago
Till Breuer 2c4483544c Merge branch 'dev' into feature/adding-and-removing-watchers 10 years ago
Markus Kahl a572c6af7f properly qualify OmniauthLogin everywhere 10 years ago
Markus Kahl 1e1ac3a742 fixed allow_registration? 10 years ago
Markus Kahl f8770d5e93 block password-related functionality (e.g. lost) 10 years ago
Jens Ulferts 9a2268cc7a fixes references to OmniauthLogin 10 years ago
Markus Kahl 100f3d00c6 also disable login per post 10 years ago
Markus Kahl 902654a91d omniauth direct login 10 years ago
Michael Frister 98f81665db CSRF Protection: Prevent login CSRF 11 years ago
Markus Kahl e624f84c87 log login directly during omniauth procedure 11 years ago
Markus Kahl 8c94da8d89 log last login for omniauth too 11 years ago
Michael Frister d02fde7c40 Fix flash message shown when an account is inactive 11 years ago
Michael Frister d29f5b8421 Fix flash message shown when an account is inactive 11 years ago
Michael Frister c91d04981e Show error on attempt to register with disabled self registration 11 years ago
Philipp Tessenow 281b8d8e5b extract omniauth logic from AccountController into separate omniauth concern 11 years ago
Philipp Tessenow 49c8bec8ec extract methods from omniauth_login 11 years ago
Philipp Tessenow 759775b37a small refactorings in ApplicationController#omniauth_login 11 years ago
kgalli a0af103553 Removal of unnecessary CGI.unescape for back url 11 years ago