Commit Graph

423 Commits (80bd20547ac0b304a366064768d7aa05188236f8)

Author SHA1 Message Date
Oliver Günther 1f75bd22b0 Use XML parser middleware 9 years ago
Oliver Günther 3cbc4e71b8 Disable CSRF for add-in 9 years ago
Oliver Günther 32da16e979 Avoid internal error when project not found 9 years ago
Alex Coles db078e0964 Fix for ActiveRecord::Base.reflections API change 9 years ago
Alex Coles 07551ae585 Switch to new AR API for boolean typecasting 9 years ago
Jens Ulferts d3bc58b955 force id value in experimental API 9 years ago
Jan Sandbrink 2a65240e52 always include relevant columns 9 years ago
Jan Sandbrink 1c2aabbc45 allow sorting of WP lists 9 years ago
Jan Sandbrink bc36704611 allow to get queries via APIv3 9 years ago
Oliver Günther 21d3af35b1 Set allowed mime types to respond_to 9 years ago
Oliver Günther 5129f05678 Fix NameError for Pagination 9 years ago
Jan Sandbrink e8836d844e hide global queries from project-scoped WP lists 9 years ago
Alex Coles f320305531 Revert "Temp. comment includes in API v2 ProjectController" 9 years ago
Alex Coles 347f363026 Remove unloadable from controllers 9 years ago
peter 6a7ab0edb8 fix invalid response for /api/v2/authentication.json 9 years ago
Alex Coles 0ad3cfb4b2 Prefer do…end for controller respond_to blocks 9 years ago
Alex Coles 75cecdb21a Omit extraneous [] in APIv2 CustomFieldsController 9 years ago
Alex Coles 8798fe68ad Teach Experimental API UsersController to pluck 9 years ago
Alex Coles 0942d7335b Add explicit join references in controllers 9 years ago
Alex Coles 2d9cfd97f4 Remove deprecated Relation#all in controllers 9 years ago
Alex Coles 51512f1522 Temp. comment includes in API v2 ProjectController 9 years ago
Alex Coles e02eb0181d Migrate AR finder/query methods in controllers 9 years ago
Alex Coles ec1bb39f9b Fix syntax (w/Rubocop) in (Rails) controllers 9 years ago
Alex Coles 57618b25ec Replace dynamic finder usages with #find_by, etc. 9 years ago
Alex Coles a464c01203 Force bool coercion in API v2 WorkflowsController 10 years ago
Alexander Bach 8bbc880e6c Actually include columns 10 years ago
Jan Sandbrink 9f9dc16ed5 make dynamic ID column behave like hardcoded one 10 years ago
Alexander Bach d23ede7afd Fix custom field group sums 10 years ago
Jens Ulferts e844362a8e no longer use sort criteria of session for wp index 10 years ago
Alex Coles e0191e759c Update year in copyright header to 2015 10 years ago
Jens Ulferts fe6f30ab32 add sort criteria to columns joined to query 10 years ago
Jens Ulferts f45b420702 ensure loading of associated tables when column is only grouped by 10 years ago
Jens Ulferts 3bfc6a0df8 ensure loading of associated tables when column is only grouped by 10 years ago
Jens Ulferts fa1d595d96 links user and version cf on wp table 10 years ago
Jens Ulferts f648b4329b fix custom field column name validity evaluation 10 years ago
Hagen Schink 0d2a2c1cb0 Add a TODO for removing plug-in specific code 10 years ago
Hagen Schink 560b24c178 Fix locale label 10 years ago
Jens Ulferts 482c47f69b improve handling of desired columns 10 years ago
Jens Ulferts bb96e430b6 code harmonization 10 years ago
Jens Ulferts af61e00a78 moves methods into module 10 years ago
Jens Ulferts 3ead11f6b0 refactor column handling into own method 10 years ago
Jens Ulferts ebff32c9e4 moves custom field detection to own method 10 years ago
Jens Ulferts 27874eb5b1 shortens sorting 10 years ago
Jens Ulferts 35dfd82d85 remove unnecessary block 10 years ago
Jens Ulferts 96ec53907c only load required columns 10 years ago
Jens Ulferts 745acd932a eager loading of required columns - too many for now 10 years ago
Jens Ulferts f52bbf40ec move some controller logic into a decorator 10 years ago
Jens Ulferts 4c2fd2a87d removes n+1 query for custom_values on wp#index 10 years ago
Hagen Schink 922c10e4bf Update query only if query string is available 10 years ago
Alex Coles 3629ded2ae Handle ActionController::ParameterMissing globally 10 years ago