Commit Graph

265 Commits (34586373ce6836d9b78a1101a2ae682fa45fbb84)

Author SHA1 Message Date
Oliver Günther acb4431d8a Implement UserPreferences endpoint 9 years ago
Jens Ulferts 0b2f482797 move :preference to principal 9 years ago
Markus Kahl ac8a096488 polish considering remarks through review and houndci 9 years ago
Markus Kahl 8882a0a2cc the session is optional 9 years ago
Markus Kahl 43e18dd00c switch to user invitation by default 9 years ago
Markus Kahl 98ba7ce333 basic user invitation prototype 9 years ago
Oliver Günther 15273724c3 Homescreen functionality 9 years ago
Jan Sandbrink 85afbf9f82 remove unused find_all_by overload 9 years ago
Jens Ulferts a5e625cb4a fix wrong method name broken when fixing merge conflict 9 years ago
Tim Habermaas 0ea1c9e8ff [Refactor] Simplify User.register_allowance_evaluator. 9 years ago
Tim Habermaas 69ca057fa9 [Refactor] Use method memoization instead of explicitly setting ivar. 9 years ago
Jan Sandbrink 6c1e4dbf4f send aggregated notifications 9 years ago
Alex Coles b2790b8db1 Migrate deprecated .update_all with conditions 9 years ago
Alex Coles 355e7e0ff4 Replace deprecated calls to Model#connection 9 years ago
Alex Coles 67c84961a0 Migrate model has_many conditions to lambda 9 years ago
Alex Coles ecfa05fad9 Rename Project.public scope to public_projects 9 years ago
Alex Coles 5557f58e80 Migrate model scopes to use lambda/block 9 years ago
Alex Coles 064d66449a Migrate AR finder/query methods in models 9 years ago
Alex Coles df51b6ed99 Fix syntax (w/Rubocop) in (Rails) models 9 years ago
Alex Coles 16720d2d7c Rework DeletedUser.first to avoid stack overflow 9 years ago
Alex Coles 57618b25ec Replace dynamic finder usages with #find_by, etc. 9 years ago
Alex Coles 8edff9831c Pull up constants, associations into Principal 10 years ago
Oliver Günther cb123c83be Fix and specs for missing plus in login attribute 10 years ago
Alex Coles 55a2207631 Replace GroupUser join model w/ habtm association 10 years ago
Markus Kahl 6cb6953a07 basic auth for api v3 (WIP) 10 years ago
Azure7111 f493fbb036 Workaround for the new ``.all`` 10 years ago
Jan Sandbrink f1a93e1cf3 this is why I hate comments 10 years ago
Jan Sandbrink c075a7b401 only allow simple space in login 10 years ago
TribesTom 2910137c03 Added user changement 10 years ago
Jens Ulferts a70bbd7045 improve performance of watcher determination 10 years ago
Alex Coles e3913ac8f5 Change {Chili => Open}Project::PrincipalAllowanceEvaluator usage 10 years ago
Alex Coles 45b75558bb Change {Chili => Open}Project::Database usages 10 years ago
Markus Kahl a6d80496db allow + in user logins 10 years ago
Oliver Günther 9e6da91798 Updated API for user (un-)locking 10 years ago
Alex Coles e0191e759c Update year in copyright header to 2015 10 years ago
Alex Coles eac2a8b182 Remove readonly option on User#passwords relation 10 years ago
Alex Coles 1d1ec0ef37 Prefer #map over #collect in (Rails) models 10 years ago
Alex Coles 6fe9535b1f Fix syntax (w/Rubocop) in (Rails) models 10 years ago
Alex Coles 721101ed25 Use 1.9+ Hash syntax in (Rails) models 10 years ago
Markus Kahl c9a3dd87bd put #disable_password_login? into OP Configuration 10 years ago
Markus Kahl 51ef41ba27 deny password change if password login disabled 10 years ago
Markus Kahl a572c6af7f properly qualify OmniauthLogin everywhere 10 years ago
Markus Kahl 02b28ee01e disable password-based login in user model 10 years ago
Markus Kahl c714ac7102 added #reported_work_package_count to user [DRYing] 11 years ago
Markus Kahl 21dd6ecf7e log_successful_login call goes to user instance 11 years ago
Markus Kahl 8c94da8d89 log last login for omniauth too 11 years ago
Michael Frister 183fb9f408 User edit: Show external authentication provider 11 years ago
Michael Frister 4b868d7062 Use User#uses_external_authentication? for checking that 11 years ago
Michael Frister 50b4942377 User: Move auth_source_id filtering to PermittedParams 11 years ago
Michael Frister 475d0b33c5 Omniauth: Allow correcting validation errors via registration form 11 years ago