Commit Graph

154 Commits (a2e5c6abbad6e575566829b88832e0aefe33221e)

Author SHA1 Message Date
Jens Ulferts 21459a384f provide every possible file with a short copyright notice 12 years ago
Christian Ratz 045ae8c9dc fix user create with empty pwd 12 years ago
Philipp Tessenow 15df2ecdcc be careful with nested namespace'd controllers in our models 12 years ago
Philipp Tessenow ddc7cf70b4 fix bug: User#allowed_to? couldn't handle Symbols in action[:controller] 12 years ago
Philipp Tessenow 7e5cc3816f enables menus when beeing inside a namespaced controller 12 years ago
jwollert 487802dee7 migrate longer logins plugin to core 12 years ago
Martin Linkhorst a188dfd713 Project.all_public can also be written as Project.public.all or just Project.public 12 years ago
Gregor Schmidt c94c0789bb Async loading of project list in project jump box 12 years ago
Gregor Schmidt ab968a52fc Micro-optimization - no initialization when admin 12 years ago
Martin Linkhorst b30fac4a59 refactor the welcome controller 12 years ago
Martin Linkhorst 05efc55174 mark user's login attribute as unsafe (like the test likes it) 12 years ago
Philipp Tessenow 84e2729b98 REVIEW: another batch of the renaming effort from Journals#changes to changed_data 12 years ago
Martin Linkhorst 5a93169800 ActiveSupport::SecureRandom was deprecated in favor of SecureRandom from the standard lib 12 years ago
Martin Linkhorst 6d1354dbd0 ActiveSupport::SecureRandom was deprecated in favor of SecureRandom from the standard lib 12 years ago
Martin Linkhorst 21fa39c25a fix the user tests by storing user and his preferences in two steps 12 years ago
Martin Linkhorst e6e421297e yay, and active record bug, woohoo :) TODO: fix me on rails 3.2 12 years ago
Martin Linkhorst d616d0574e DEPRECATION FIX: use errors.add(:base, msg) instead of errors.add_to_base(:msg) 12 years ago
Martin Linkhorst 6c5239c4e2 DEPRECATION FIX: make a badly named GroupUser model to acts as the join model for a has_many :through between groups and users. 12 years ago
Martin Linkhorst 71fe49e862 DEPRECATION FIX: use validate :method_name instead of overwriting the validate method 12 years ago
Martin Linkhorst b5a902c795 re-add the missing return values since they do matter 12 years ago
Martin Linkhorst d05ec3be8f DEPRECATION FIX: use validate :on => :create instead of overwriting the validate_on_create method 12 years ago
Martin Linkhorst fe372af131 DEPRECATION FIX: use before_create :method_name instead of overwriting the before_create method 12 years ago
Martin Linkhorst 2ed585a297 converted account activation requested email 12 years ago
Romano Licker e316e6df85 separate sequence-information of user formats 12 years ago
Martin Linkhorst f75b531f1f fix Role can't be blank error message on member_roles 12 years ago
Martin Linkhorst ea0954bfa6 fixed a user test 12 years ago
Martin Linkhorst b6aac286d4 take the root Query class rather than active records. also re-allow passing an order to acts_as_nested_set. all to make the tests happy 12 years ago
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