Commit Graph

2664 Commits (c13394637d296dd8fb7845754775f3e07526f2c3)

Author SHA1 Message Date
Alex Coles 12d891ceb8 Fix missing space around blocks in MailHandler 9 years ago
Alex Coles c967e61097 Revert "Work-around Project nested set errors on PG" 9 years ago
Alex Coles 5a25c32b2f Revert "Work-around WorkPackage nested set errors on PG" 9 years ago
Alexander Bach c42dad3270 Correct comment 9 years ago
Alexander Bach 2f9c9178df Fix regex properly 9 years ago
Alexander Bach 248f11fba8 Correct style 9 years ago
Alex Coles 7cb1e43d53 Restore CustomField.for_all include option 9 years ago
Alex Coles c02804b0eb Teach acts_as_searchable a references option 9 years ago
Alex Coles 8afb27578f Add missing explicit join reference in Version 9 years ago
Alex Coles fb8dfed1a4 Minor indent fix in Version for Rubocop 9 years ago
Alex Coles 91ee3dee20 Replace deprec. with_scope in Project.find_visible 9 years ago
Alex Coles ae59a6985a Teach User.authorize_within ActiveRecord::Relation 9 years ago
Alex Coles 787a35c9db Add explicit join references in models 9 years ago
Alex Coles 624b50d5bb Remove deprecated Relation#all in models 9 years ago
Alexander Bach 1a52cc1292 Suppress the hound 9 years ago
Alex Coles 0a44da8251 Teach Project#allowed_permissions how to pluck 9 years ago
Alex Coles b2790b8db1 Migrate deprecated .update_all with conditions 9 years ago
Alex Coles 6d93fa3d76 Add Query#connection to avoid deprecation warnings 9 years ago
Alex Coles 355e7e0ff4 Replace deprecated calls to Model#connection 9 years ago
Alex Coles 0c729dae54 Replace deprecated calls to Model.scoped 9 years ago
Alex Coles 2ea2c776e3 Work-around WorkPackage nested set errors on PG 9 years ago
Alexander Bach 851f8bf3d1 Make validation regex comply with hint 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 2c741c4b7f Prune dead scope from Project 9 years ago
Alex Coles 5557f58e80 Migrate model scopes to use lambda/block 9 years ago
Alex Coles 0f9240037a Fix TimeEntry cleanup on work package bulk delete 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
Jan Sandbrink 9f4ebc04a5 fix moving of WPs without specifying a status 9 years ago
Jan Sandbrink 96d0cf9462 fix moving of WPs without specifying a status 9 years ago
Alex Coles 8edff9831c Pull up constants, associations into Principal 10 years ago
Alex Coles 7ae6499d79 Remove unloadable from ReportedProjectStatus 10 years ago
Alex Coles c80a792496 Use 1.9+ Hash syntax in Principal 10 years ago
Alex Coles 507bfc12bc Prune unnecessary option on CustomField translates 10 years ago
Alex Coles dbb751f96a Remove commented Type.all override 10 years ago
Oliver Günther cb123c83be Fix and specs for missing plus in login attribute 10 years ago
Alex Coles 40ae6c6524 [wip] Disable ProjectType has_many validation 10 years ago
Jan Sandbrink 9a9d6aca2c ensure correct file size errors are displayed 10 years ago
Jan Sandbrink 4a69d2505a replace ternaries returning booleans 10 years ago
Alex Coles 0c56b72d2a Work-around Project nested set errors on PG 10 years ago
Toshi MARUYAMA 1b3628b60c remove unneeded to_a 10 years ago
Alex Coles 55a2207631 Replace GroupUser join model w/ habtm association 10 years ago
Alex Coles e7e4914d22 Simplify Array find in Project::Copy 10 years ago
Alex Coles abf4a011f0 Fix copying of versions on Project copy 10 years ago
Markus Kahl 8f7d8ef573 avoid unnecessary work 10 years ago
Markus Kahl 2b8848dc8b don't use deprecated finder 10 years ago
Markus Kahl 6cb6953a07 basic auth for api v3 (WIP) 10 years ago