Commit Graph

160 Commits (83fcd1286ab2508f19b0fe6e1e22f343ef697324)

Author SHA1 Message Date
ulferts daa1a4d4b7 fixes filtering members by group (#5800) 7 years ago
ulferts c0b709530c Fix/replace deprecations (#5533) 7 years ago
Markus Kahl c45a7cf00e allow changing user's authentication method 8 years ago
Henriette Dinger 7e1c46a6f7 Hide breadcrub per default and show in admin, my, wikHide breadcrub per default and show in admin, my, wiki 8 years ago
Henriette Dinger dd4d709b38 Add links to beadcrumb 8 years ago
Oliver Günther 7cf11bb689 Update copyright notice 8 years ago
Oliver Günther fe0e8dd919
Rename before_filter to before_action 8 years ago
Jens Ulferts 28fc8d37b2
split memberships concerns from users controller 8 years ago
Jens Ulferts 3246747ae0
adapt to newly introduced query 8 years ago
Markus Kahl d9101386f6 final rubocop remarks 8 years ago
Markus Kahl b55b682805 enhanced member screen; members and user table refactoring using cells 8 years ago
Markus Kahl b83d76fe35 show proper error on failure instead of 500 9 years ago
Markus Kahl a9382e8802 resend invitation feature 9 years ago
Stefan Botzenhart 1f53f5472e Code style enhancements to fight against bad scoring 9 years ago
Markus Kahl 1fbdec561e allow new users independently from password config 9 years ago
Mohamed Wael Khobalatte a1bf92212d Fix legacy and cucumber specs failing because of strong params 9 years ago
Mohamed Wael Khobalatte 972b04d86e Refactor to allow for strong params 9 years ago
Jens Ulferts 7eb8bdad53 invert setting for self notification 9 years ago
Jens Ulferts 2eac75634d reuse service 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 43e18dd00c switch to user invitation by default 9 years ago
Stefan Botzenhart 868d764a97 Use activejob deliver_now method (removes deprecation warning) 9 years ago
Alex Coles 62fd6b1d02 Fix UsersController mass-assignment ArgumentError 9 years ago
Alex Coles 0ad3cfb4b2 Prefer do…end for controller respond_to blocks 9 years ago
Alex Coles e02eb0181d Migrate AR finder/query methods in controllers 9 years ago
Alex Coles ec1bb39f9b Fix syntax (w/Rubocop) in (Rails) controllers 9 years ago
Markus Kahl c3fa89e5db disable password choice config 10 years ago
Alex Coles e0191e759c Update year in copyright header to 2015 10 years ago
Markus Kahl a33c8fa312 API v3 delete user 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 09e8a972f2 disable password choice config 10 years ago
Mihail Maxacov 080f2cb44f fix personal activity broken 10 years ago
Markus Kahl 1eaea06360 forbid user creation if password login is disabled 10 years ago
Markus Kahl c714ac7102 added #reported_work_package_count to user [DRYing] 11 years ago
Jonas Heinrich 162480c6e0 limits reported count to the visible scope of the current user 11 years ago
Jonas Heinrich 9a9fd9f235 shows work packages with the correct author 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 530facf740 Refactor UsersController#update a little 11 years ago
Michael Frister dd738fb5cf Omniauth: Hide authentication fields for users with external source 11 years ago
Martin Linkhorst 34a4653c28 manipulating asynchronicity with Delayed::Worker.delay_jobs should work by now 11 years ago
Martin Linkhorst 99427f281c re-render everything so there won't be multiple error flash messages on the page 11 years ago
Michael Frister 3c324bdc42 Use strong_parameters for User, remove safe_attribtues 11 years ago
Johannes Wollert c8d4e449cc unifies creation/deletion/error notices in user's membership tab 11 years ago
Jonas Heinrich 4ca218a221 refactores displayed number of reported work packages 11 years ago
Johannes Wollert 8b096975fe updates copyright headers 11 years ago
Martin Linkhorst 5b5693af10 refactor the user destroy method. make the case where the user deletes him/herself more clear with a separate variable. 11 years ago
Martin Linkhorst 44ff1264d2 move flash message after logged_user because it resets the session 11 years ago