Commit Graph

343 Commits (2c3bf7dd9d45fede582e1280edafb7c21fbb53f9)

Author SHA1 Message Date
jwollert 7c2836dd7e authorize before copy actions 11 years ago
jwollert 72af565342 split post and get sides of project controllers copy action and reuse it across admin/settings 11 years ago
Jens Ulferts 05f4351a59 moves remaining paginations under api/v2/pagination scope 11 years ago
Hagen Schink ffb5a2591b Fixes bug 11 years ago
Hagen Schink ba8ae5484f Fixes postgres issue 11 years ago
Hagen Schink 9c769f9c67 Handles unselect of types still referenced 11 years ago
Hagen Schink e14e8ef646 Sets standard type if no type is selected 11 years ago
Hagen Schink 1cb831877b Renames issue category to category 11 years ago
Nils Kenneweg 825f42c3b9 add new types tab in project settings. 11 years ago
Hagen Schink 2f5e9ad3d6 Renames IssueStatus to Status 11 years ago
Hagen Schink 6537d8aaaa Renames settings 11 years ago
Philipp Tessenow a1e67dd460 new copyright header #1903 11 years ago
Martin Czuchra b8115af7cf Removes issues and most references to the constant. 11 years ago
Martin Czuchra 847a3029a9 Renames Tracker into Type. 11 years ago
Hagen Schink a6f83f1d3c Adapt references to work package 12 years ago
Hagen Schink 82d2400cf0 Let issues work via STI 12 years ago
Martin Czuchra 46ffcfc195 Refactors current timelines API into api/v2. 12 years ago
Martin Czuchra 1db1c1fcce Refactors current REST API into api/v1 12 years ago
Martin Czuchra c1bfd5202a Open-sources timelines. 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
Gregor Schmidt c94c0789bb Async loading of project list in project jump box 12 years ago
Jens Ulferts b04147a11a defines routes for projects and cleans up project route usage 12 years ago
Martin Linkhorst 37f3d6c124 finalize the mailer, remove the older mailer 12 years ago
Martin Linkhorst f75b531f1f fix Role can't be blank error message on member_roles 12 years ago
Jean-Philippe Lang ff5472e6f7 Use safe_attributes= just like in #create. (#922) 13 years ago
Jens Ulferts 76568cc999 active and registered users can be selected as project members 13 years ago
Jens Ulferts 8046e8e15c refactored finding possible project members so that autocompleter and project_controller settings uses same method 13 years ago
Holger Just 91070236db Set source encoding to UTF-8 13 years ago
Holger Just c57c598204 Fix trailing whitespace 13 years ago
Eric Davis 477a5f3702 Refactor: replace comment with extracted utility method 13 years ago
Eric Davis c62e16b6cc Refactor: replace comment with utility method 13 years ago
Eric Davis a2eeb4ae20 Refactor: extract setup to before_filter 13 years ago
Eric Davis 9771e20462 Refactor: use the new utility method to load ivars for settings 13 years ago
Eric Davis 1d3d7ff10c Refactor: extract method to prepare to reuse 13 years ago
Eric Davis db7bc2bb82 Refactor: extract method with before_filter 13 years ago
Eric Davis 075f4e49df Refactor: remove unused instance variable 13 years ago
Eric Davis e04928c5b1 Refactor: change large :except before_filter to :only 13 years ago
Eric Davis 2918437f34 Refactor: audit and remove unknown actions 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 1cab1bd51e Skip a count(*) SQL query. 14 years ago
Jean-Philippe Lang 3c19cacf97 Replaces TimeEntry.visible_by with a visible scope. 14 years ago
Jean-Philippe Lang 9222cf91ea Changes ProjectsController#modules param name and add tests. 14 years ago
Jean-Philippe Lang 072c4ad14c Verify HTTP method on ProjectsController#create. 14 years ago
Jean-Philippe Lang 9fb770ba50 Moves enabled_module_names param to project attribute so that it can be set through the Project API. 14 years ago
Jean-Philippe Lang 2d9b9362a9 Fixed: should redirect to the new project when copying a project. 14 years ago
Jean-Philippe Lang 283d25d823 Makes /projects API accept same pagination parameters as other API collection resources. 14 years ago