Commit Graph

481 Commits (0d1cdfd70c25a36cee17fa304e95c4e09c0276e3)

Author SHA1 Message Date
Hagen Schink 6c4e37e7db Split fractional hours in hours and minutes 10 years ago
Hagen Schink 0fb2ccfa2a Respond with a nice 400 if we cannot parse the JSON request 10 years ago
Hagen Schink 6fae710043 Implement render plain endpoint for API V3 10 years ago
Hagen Schink c463c52ab7 Textile endpoint renders 400 on invalid content type 10 years ago
Alex Coles 93924e13e7 Remove required keyword args to support Ruby 2.0.x 10 years ago
Hagen Schink 8618b4202c Use more Ruby-ish value assignment 10 years ago
Hagen Schink d14256a8b0 Use path helper for templated paths too 10 years ago
Hagen Schink 03a5d19d5f Preserve allowed statuses after status change 10 years ago
Hagen Schink edfd8d355e Map 'property_id' errors to 'property' errors 10 years ago
Hagen Schink 5b5f442351 Validate WP even if contract validation failed 10 years ago
Hagen Schink 04fb162927 Fix error message format 10 years ago
Hagen Schink e27c24ff59 Do not access status object that might not exist 10 years ago
Hagen Schink cfd6452110 Do not render readonly attributes in WP form 10 years ago
Hagen Schink 9441739d63 Remove obsolete link to available statuses 10 years ago
Hagen Schink 746f7cce74 Use API V3's path helper 10 years ago
Hagen Schink 086c3efb9d Add path helper for API V3 10 years ago
Hagen Schink 05ac818885 Remove superfluous API V3 models 10 years ago
Hagen Schink 56f475a229 Throw 422 if invalid resource link is passed 10 years ago
Hagen Schink 100a9eb3ad Always render the WP status 10 years ago
Hagen Schink 78725460ae Implement API V3 WP PATCH assignee/responsible update 10 years ago
Hagen Schink 966967e06f Fix WP validation 10 years ago
Hagen Schink 9d2fa97a2a Remove superfluous methods 10 years ago
Hagen Schink 8f02c62006 Add assignee/responsible to WP form payload 10 years ago
Hagen Schink d174206f5a Add responsible/assignee to WP form schema 10 years ago
Hagen Schink 481d9f49e5 Move available assignees/responsibles to project endpoint 10 years ago
Hagen Schink fed0417ba8 Remove obsolete available statuses endpoint 10 years ago
Hagen Schink 10ea44dad3 Implement collections specification 10 years ago
Jens Ulferts 0256592805 hide spent_time if user lacks view_time_entries_permission 10 years ago
Jens Ulferts a4217635df adds html link to time_entries if user has the permission 10 years ago
Jens Ulferts aaf92ed396 specify charset on api response 10 years ago
Hagen Schink b4173e76e3 Implement API V3 statuses/:id endpoint 10 years ago
Hagen Schink 7d119c4e0f Add further status properties to representer 10 years ago
Hagen Schink 3064a3d824 Return ISO8601 duration strings 10 years ago
Hagen Schink 4ac7d6ebf8 Estimated time isn't writeable over the API V3 10 years ago
Hagen Schink 9451353063 Move estimated time to representer 10 years ago
Hagen Schink c1003d662f Add WP spent time property 10 years ago
Jens Ulferts 81e280c78f encodes body in provided charset 10 years ago
Hagen Schink 6e372e4848 Implement WP update links according to the specification 10 years ago
Hagen Schink de86867331 Render commit link for users with permissions only 10 years ago
Hagen Schink e60d25548e Add the correct context to the preview link 10 years ago
Hagen Schink 6b739ea634 Remove empty 'else' block 10 years ago
Hagen Schink 17fe7fe9c0 Make error handling more readable 10 years ago
Hagen Schink b390937568 Disable lock version validation by default 10 years ago
Hagen Schink d03791e0a0 Move lock version validation enforcement to representer 10 years ago
Hagen Schink 82f8b9336c Move link extraction to WP payload representer 10 years ago
Hagen Schink af63407439 Fix resource link parsing 10 years ago
Hagen Schink 1dd819e2a3 Remove redundant begin block 10 years ago
Hagen Schink 2eb38a1fe1 Rename WP form payload representer 10 years ago
Hagen Schink a58eef064d Take first matching route 10 years ago
Hagen Schink 16bd488e1e Make helper classes modules 10 years ago