Commit Graph

123 Commits (27874eb5b119f958b3a66f5376be53e51904d614)

Author SHA1 Message Date
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
Martin Linkhorst a54ddaa99e correctly call the method instead of the local variable 11 years ago
Martin Linkhorst ee2e3cfe4e Revert "fixed a small typo" 11 years ago
Martin Linkhorst 5b96305cb3 fixed a small typo 11 years ago
Hagen Schink 5857f0f6ef Adapts acts as event modifications 11 years ago
jwollert 643bd70d42 fix readding a users membership to a project in admin panel 11 years ago
Philipp Tessenow a1e67dd460 new copyright header #1903 11 years ago
Hagen Schink 1d5819ba1c Adapts user mailer to event fetcher interface 11 years ago
Michael Frister 607b4dd61e UsersController: improve random password control flow; cleanup 11 years ago
Michael Frister 7cc19bb969 Improve form and process random password assignment 11 years ago
jwollert 2e0224fd00 adjust users_controller to use random_password facilities, migrated from strong_passwords 11 years ago
Michael Frister 3a685dca38 Remove pry 11 years ago
Michael Frister 7712287666 Fix updating group_ids for User, fix admin test 11 years ago
Michael Frister 05c85dcb90 User update: Use strong_parameters, disallow status change 11 years ago
Michael Frister 536cbc5cc1 Prevent users from changing their own status 11 years ago
Michael Frister 6e5f250e22 User index: add links for changing user status 11 years ago
Michael Frister 44e021a072 User index: show blocked and locked users under "permenently locked" 11 years ago
Michael Frister 9a5cefaf11 User index: show status and allow filtering by status 11 years ago
Michael Frister 40e4e9a9c7 User/edit: Add buttons for changing user status incl. unblocking 11 years ago
Michael Frister 430e6cbde7 Refactor user statuses, add status_name method 11 years ago
Jens Ulferts 6c720a8d5d changes the last controllers to will_paginate 12 years ago
Jens Ulferts aabab3e33e uses will_paginate for users pagination 12 years ago
Martin Czuchra 1db1c1fcce Refactors current REST API into api/v1 12 years ago
Jens Ulferts 21459a384f provide every possible file with a short copyright notice 12 years ago
Philipp Tessenow ec3829e11b be careful with nested namespace'd controllers in our controllers 12 years ago
Martin Linkhorst 21fa39c25a fix the user tests by storing user and his preferences in two steps 12 years ago
Martin Linkhorst 1775f004b9 DEPRECATION FIX: remove deprecated constant RAILS_ENV 12 years ago
Martin Linkhorst 53762ad8fe account information mail on rails 3 12 years ago
Martin Linkhorst 90789f2567 added account activation mail 12 years ago
Jens Ulferts b747fea29e uses named routes in users_controller#create 12 years ago
Jens Ulferts ff94754926 makes User#destroy part of the api 12 years ago
Jens Ulferts f0ebe9f0b9 adding settings to control user deletion 12 years ago
Jens Ulferts 58735b8f4b enable admins to delete other users 12 years ago
Jens Ulferts 87f666cb79 no longer using deprecated send_* method of delayed_job 12 years ago