Commit Graph

160 Commits (83fcd1286ab2508f19b0fe6e1e22f343ef697324)

Author SHA1 Message Date
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
Jens Ulferts 5e13836c17 have destroying user executed as a background task 12 years ago
Jens Ulferts db5a758b6d adding a delete account link to the "my account" menu 12 years ago
Martin Linkhorst fa26c9ceee remove login explicitly from attributes hash since it is protected 13 years ago
Gregor Schmidt d78294434a Revert set_impaired_flag functionality 13 years ago
jwollert f790754487 sets an impaired flag on first login of a user 13 years ago
Jens Ulferts 6cadb9b736 allowing the users_controller show method for registered users 13 years ago
Holger Just 91070236db Set source encoding to UTF-8 13 years ago
Holger Just 07185fb169 [#436] Remove trailing whitespace 14 years ago
Eric Davis 99507a0391 [#197] Upgrade the copyright in the code files 14 years ago
Eric Davis e131c3b531 [#197] Remove old copyrights 14 years ago
Eric Davis 1eee7312f6 [#289] Remove single helpers in favor of :all in ApplicationController 14 years ago
Jean-Philippe Lang a59bd805d3 Indentation. 14 years ago
Jean-Philippe Lang 4f8e8df6e0 Adds a Group filter on the admin users list (#7893). 14 years ago
Stephan Eckardt 2c67f6103b replaced auth_source_id.nil? with change_password_allowed? in users controller 14 years ago
Jean-Philippe Lang 599bc45073 Adds support for requesting information about current user using /users/current (#7141). 14 years ago
Jean-Philippe Lang a49c7f95e2 Fixes password sending when creating user. 14 years ago
Jean-Philippe Lang 0a2ec6ef04 Extracts user groups assignment from controller. 14 years ago