Commit Graph

180 Commits (8f1b73b4734249a394111102ff96fe42e32ec771)

Author SHA1 Message Date
Jens Ulferts 3e633fc27e renames all named_scopes to scopes 12 years ago
Martin Czuchra 27fa5c09b3 Externalizes user deletion limit on journals. 12 years ago
Jens Ulferts 7a95576591 dont't laod all journals at once upon user deletion 12 years ago
Jens Ulferts e65401764e refactoring user #destroy 12 years ago
Jens Ulferts a05734c7d8 moving user destroy towards generic form 12 years ago
Jens Ulferts 2d7313abde adding assigned_issues association to user so that assigned_issues are nullified on destroy 12 years ago
Jens Ulferts 325714de87 have assigned issues assigned to nobody instead of assigning it to the deleted user 12 years ago
Jens Ulferts 06898d0e74 having a builtin status which replaces the anonymous status 12 years ago
Jens Ulferts a02c3e5f32 i18n for deleted user 12 years ago
Jens Ulferts 5d6c5da9e7 removing User status ANONYMOUS 12 years ago
Jens Ulferts fa8261f2ba added DeletedUser, models associated to a user get assigned to DeletedUser instance upon deletion 12 years ago
Jens Ulferts db32a45d54 Adding before destroy filter to user model that assigns associated objects to the anonymous user or deletes them 12 years ago
Martin Linkhorst 34dbfb2c83 don't use mass assignment for login field, somebody added it to attr_protected 13 years ago
Martin Linkhorst 235fe06944 use safe attributes rather than mass assignment directly 13 years ago
jwollert e0a2b9e768 fixes creation of anonymous user. shouldn't mass assign protected attributes (i.e. login) 13 years ago
Jens Ulferts 1c1a7c9d84 refactored allowed_to to be more extensible 13 years ago
jwollert 4fb1888965 fixes creation of anonymous user. shouldn't mass assign protected attributes (i.e. login) 13 years ago
Martin Linkhorst a11ff6abdc made emails to use the correct language 13 years ago
Gregor Schmidt 88ab906fab Anonymous users are always considered impaired 13 years ago
Gregor Schmidt bf054c4f9c Adding field to store user preference for impaired view 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 95603ff053 adding active_or_registered named scope on user 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
Holger Just d90102420d [#112] Adapt database switches to use ChiliProject::Database 14 years ago
Jean-Philippe Lang 61d4a623a8 Fixed: list of users for adding to a group may be empty if 100 first users have been added (#8029). 14 years ago
Jean-Philippe Lang 4f8e8df6e0 Adds a Group filter on the admin users list (#7893). 14 years ago
Jean-Philippe Lang a1ffabb490 Changed the way the visibility SQL statement is built. 14 years ago
Jean-Philippe Lang 9964c43b3b Adds random salt to user passwords (#7410). 14 years ago
Gregor Schmidt 49b789e105 making comparison case-insensitive 14 years ago
Gregor Schmidt 63c92189a8 relaxing the test for mysql to make it work for mysql2 adapter 14 years ago
Jean-Philippe Lang 710edf6c79 Fixed: no email sent with 'Notifiy for any event on the selected projects only' (#7421). 14 years ago
Jean-Philippe Lang 8933482c37 Do not show "for only project I select" notification option on application settings form (#7294). 14 years ago
Jean-Philippe Lang 16fdf5fe66 Fixed: "Notifiy for only project I select" is randomly displayed (#7294). 14 years ago
Jean-Philippe Lang 44ffc5a336 Remove the limitation on characters that can be used in custom_field, issue_status, role, tracker, user names (#5152). 14 years ago
Jean-Philippe Lang 0a2ec6ef04 Extracts user groups assignment from controller. 14 years ago
Jean-Philippe Lang e4f319fe61 Validates user's mail_notification and turn options into strings (the attribute type). 14 years ago
Jean-Philippe Lang a4d7a99c22 Declare safe attributes for User and Projects models. 14 years ago
Jean-Baptiste Barth c43ef6e769 Code cleanup: renamed variables in User#allowed_to? with explicit names 14 years ago
Jean-Baptiste Barth e59c927ee5 Fixed: User#allowed_to? returning true in any case if array of projects had only one item (#5332) 14 years ago
Jean-Baptiste Barth e8f3dd07dd Added ability to specify multiple projects in User#allowed_to? (#5332) 14 years ago
Eric Davis 747b9ec568 Refactor: move method to model 14 years ago
Eric Davis 437690119b Allow admins to edit user's email notifications and preferences. #3503 14 years ago
Eric Davis 582ed86d82 Add a default mail notification setting for new users 14 years ago
Eric Davis c059300d99 Added User#notify_about? to check when a user should be notified about an event 14 years ago
Eric Davis 0316af7f6b Converted User#mail_notification from a boolean to a string. 14 years ago
Eric Davis 6a76aef375 Add User#allowed_to_globally? which wraps User#allowed_to? 14 years ago