Commit Graph

121 Commits (bac105375dbcede707679cea52845fd601d0c030)

Author SHA1 Message Date
Hagen Schink ef52b1b559 Fixes custom field assignment 11 years ago
Hagen Schink 0750133318 Removes references to 'deleted_at' column 11 years ago
Michael Frister b9a0cbac9d API v2: Improve status index performance 11 years ago
Martin Czuchra c65cc858d7 Removes before filters for :require_login. 11 years ago
Markus Kahl fea257ddf2 only change API ProjectController's accept_key_auth_actions 11 years ago
Markus Kahl 486452e05a enabled key auth for custom_field actions 11 years ago
Markus Kahl a0ea35992b no longer necessary to include custom values in index 11 years ago
Markus Kahl 26b8c50835 render custom_fields in rabl views 11 years ago
Markus Kahl 38f954e323 eager load custom_values in projects/index 11 years ago
Markus Kahl 307cfdb9eb list custom fields grouped by type 11 years ago
Markus Kahl 50ff5f6ecb eager load all the things in projects/planning_element_custom_fields 11 years ago
Markus Kahl 0ba8bf5e39 list projects' planning element custom fields 11 years ago
Markus Kahl 9f56816a3e eagerly load custom_fields; require :edit_project permission to view /custom_fields 11 years ago
Markus Kahl f7d8efe40a render custom_fields views using rabl 11 years ago
Markus Kahl 2a448e0bee output extra fields for WorkPackageCustomField 11 years ago
Markus Kahl 96559983df inserted copyright notice into custom_fields files 11 years ago
Markus Kahl 642e9c16c6 query custom_fields and output them for planning_elements and projects 11 years ago
Nils Kenneweg fcbb74b60a fix loading of multiple vertical pes. 11 years ago
jwollert e9d6ad02ab scope users by their visibility so that admin rights are not required 11 years ago
Philipp Tessenow 444546e2e8 use \A and \z instead of ^ and $ in ruby regexes 11 years ago
Nils Kenneweg 7e11d0c764 validate access. specs. 11 years ago
Jens Ulferts b346e6a242 moves find_issue into v1/issues_controller - only used there 11 years ago
Nils Kenneweg 9a108e8222 remove pe_status. 11 years ago
Stefan Frank 92e879a1e0 Introducing a very rudimentary api for looking up users. 11 years ago
Stefan Frank 3c0d20de8f speed-improvements for the project-association-lookup. 11 years ago
Nils Kenneweg 2893a05920 remove pe_status. 11 years ago
Nils Kenneweg 1b87a7437a allow loading of pes by id. 11 years ago
Stefan Frank 9f87b75265 renamed children-ids to child-ids 11 years ago
Stefan Frank 33dc00cc98 fixing the filter-features, added missing fields to the index-view 11 years ago
Stefan Frank dbd3985040 removed dependent objects and using pure structs in the view 11 years ago
Stefan Frank f22e80479a removed the obsolete planning_element_status, migrated the status-views. 11 years ago
Stefan Frank 163e170e4a migrated the planning_element_types to rabl 11 years ago
Jens Ulferts 05f4351a59 moves remaining paginations under api/v2/pagination scope 11 years ago
Jens Ulferts 43aceb7c91 streamlines pagination specs, enables using index action 11 years ago
Jens Ulferts 9001259662 moves pagination to api::v2 11 years ago
Stefan Frank a6e8040912 replace the rendering of planning elements with rabl 11 years ago
Jens Ulferts 9634189c44 removes timelines_journals_helper - used nowhere any more 11 years ago
Philipp Tessenow 87d9f6134d there is no planning_element_type anymore when creating work_packages in v2 11 years ago
Stefan Frank d0b39c72e0 some optimisations to get around unnecessary db-calls. 11 years ago
Stefan Frank 74956737a8 now accepting only timestamps/seconds from epoch 11 years ago
Stefan Frank 0bd5701c18 using DateTime instead of date to parse the give at_time 11 years ago
Stefan Frank f89b3baa04 Added a cuke for the due_date-comparison; made the api more robust against missing filters. 11 years ago
Stefan Frank bc25c450f9 Now searching in multiple projects for historical data is possible 11 years ago
Stefan Frank 0051114699 fixing the current-workpackages: Historical workpackages can stil only be obtained for only one project 11 years ago
Stefan Frank 4eb8402594 replaced compare_date with at_time 11 years ago
Stefan Frank aee88da594 added the compare_date to the planning_elements_controller 11 years ago
Hagen Schink 2f5e9ad3d6 Renames IssueStatus to Status 11 years ago
Nils Kenneweg b8c76a552f refactoring api::v2::pe_controller. 11 years ago
Nils Kenneweg c7b4054c5f paginate statuses in api/v2. 11 years ago
Stefan Frank 04b7311f10 Mapped ActiveRecord::NotFound-errors to 404s, adjusted specs. 11 years ago