Commit Graph

14167 Commits (55f294c01b00aa6fd844253a0372291f78155baa)
 

Author SHA1 Message Date
Michael Frister 40982532b0 Omniauth: Fix user redirect after pending account and login 11 years ago
Michael Frister cd6fb1dcd4 Redirect user back to original page when logging in via omniauth 11 years ago
Michael Frister d0999dd457 Add omniauth login link to hover login form; fix link on main login 11 years ago
Michael Frister 4b868d7062 Use User#uses_external_authentication? for checking that 11 years ago
Michael Frister 2245c7a7b2 Remove identity_url from various views 11 years ago
Michael Frister e00d26d604 AccountController: Remove unused open_id_authenticate 11 years ago
kgalli 2dbff1fbb2 Log warning if omniauth error occurs but show generic message to user 11 years ago
Michael Frister c5d1d58fad AccountController: Refactor registration via AuthSource into own method 11 years ago
Michael Frister 09cbe712b2 Login: Fix log warning being shown on not allowed password change 11 years ago
Michael Frister 66d0324060 Fix AccountController spec 11 years ago
Michael Frister 0978e24dc0 AccountController#register: Refactor omniauth part into own method 11 years ago
Michael Frister 9be446b086 UsersController: Add test for force_password_change update 11 years ago
kgalli 9e4f84844b Removal of trailing white spaces 11 years ago
Michael Frister 43c21cf09a User: Make sure force_password_change can only be activated if allowed 11 years ago
Michael Frister 50b4942377 User: Move auth_source_id filtering to PermittedParams 11 years ago
Michael Frister 637301bde7 User Create: Fix permitted params 11 years ago
Michael Frister 8de067c15b User update: Add missing admin and login fields to permitted params 11 years ago
Michael Frister 40b5246298 Fix PermittedParams#user_register_via_omniauth 11 years ago
Michael Frister e286e0699d Fix permitted_params_spec expecting identity_url to be assignable 11 years ago
Michael Frister 7cd1726a82 PermittedParams: Fix comment about group_ids 11 years ago
kgalli 0e0fcd3958 Small refactoring of omniauth specs 11 years ago
kgalli a4b155eef2 Removal of unnecessary auth_hash method 11 years ago
kgalli 8f0c7cbfcd bugfix for register method and refactoring of specs 11 years ago
kgalli 5cb176124a add omniauth failure callback and specs for omniauth login/registration 11 years ago
Michael Frister 068c04b1d1 AccountController: Rename method 11 years ago
kgalli decc834ea6 Replace of flash notice for registration scenarios with automatic login 11 years ago
kgalli 35c334c6c5 redirect to first_login page for all new users to set accessibility mode 11 years ago
Michael Frister d16e062b41 Omniauth: Fix lost_password deciding whether to allow reset 11 years ago
Michael Frister 530facf740 Refactor UsersController#update a little 11 years ago
Michael Frister dd738fb5cf Omniauth: Hide authentication fields for users with external source 11 years ago
Michael Frister 475d0b33c5 Omniauth: Allow correcting validation errors via registration form 11 years ago
Michael Frister 673c620306 Begin to replace OpenID with omniauth 11 years ago
Alex Coles c9b9599a4f Merge pull request #1131 from opf/bug-6361-timelines-initial-display 11 years ago
Alex Coles 4033960c85 Merge pull request #1133 from opf/feature/sync_delayed_jobs_in_test_env 11 years ago
Martin Linkhorst 6f21c5f659 little comment improvement 11 years ago
Martin Linkhorst 34a4653c28 manipulating asynchronicity with Delayed::Worker.delay_jobs should work by now 11 years ago
Martin Linkhorst d92a32be6f remove superfluous disabling of async jobs 11 years ago
Martin Linkhorst 982d164316 disable async jobs in test env by default 11 years ago
ulferts 061721175d Merge pull request #1124 from opf/feature/remove_api_v1 11 years ago
Jens Ulferts d567bf9895 updates changelog 11 years ago
Jens Ulferts b96b8ce897 adds routing spec for api/v2 level_list 11 years ago
Michael Frister 093f24e98a Fix copyright year in single file 11 years ago
Richard 769a6f65ac Checking for filters with nil values. 11 years ago
Martin Linkhorst 17f7c16b30 Merge pull request #1127 from opf/fix/3775_fix_group_success_messages 11 years ago
Alex Coles ddd3d49b25 Bring in select2 styles with CSS @import rule 11 years ago
Martin Linkhorst 45ec8c9af9 config can contain an empty string. use presence to convert that to nil. pass it directly to :path. rails handles the nil case with its default like before. 11 years ago
Alex Coles f3ebf6be8f Cleanup whitespace in ng directives 11 years ago
Alex Coles bcac7fe7fc Cleanup whitespace in ng templates 11 years ago
Alex Coles 75f6a79bb0 Cleanup whitespace in Karma tests 11 years ago
Martin Linkhorst 55e5a3d1f4 set the path attribute of the session cookie when a relative url root is set 11 years ago