summaryrefslogtreecommitdiff
path: root/lib/api/helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* use the policy stack to protect loginshttp://jneen.net/2017-03-091-1/+1
* use a magic default :global symbol instead of nilhttp://jneen.net/2017-03-091-2/+2
* API routes referencing a specific merge request should use the MR `iid`Timothy Andrew2017-03-071-4/+4
* API routes referencing a specific issue should use the issue `iid`Timothy Andrew2017-03-071-2/+2
* Test various login scenarios if the limit gets enforcedPawel Chojnacki2017-03-061-7/+8
* Remove "subscribed" field from API responses returning list of issues or merg...api-drop-subscribedAdam Niedzielski2017-03-061-8/+0
* Rename query parameter to `membership`28865-filter-by-authorized-projects-in-v4Toon Claes2017-03-031-1/+1
* Add filter param for authorized projects for current_user for V4Oswaldo Ferreira2017-03-031-0/+4
* Enable filtering milestones by search criteria in the APIMark Fletcher2017-03-021-0/+4
* Return 202 with JSON body on async removals on V4 API3874-correctly-return-json-on-delete-responsesOswaldo2017-02-231-0/+4
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* Merge branch '28093-snippet-and-issue-spam-check-on-edit' into 'master'Sean McGivern2017-02-221-0/+4
|\
| * Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-0/+4
* | No more and/orDouwe Maan2017-02-211-1/+1
|/
* Use grape validation for datesapi-grape-datetimeRobert Schilling2017-02-201-16/+0
* API: Consolidate /projects endpointToon Claes2017-02-141-0/+8
* API: Fix file downloadingRobert Schilling2017-02-031-1/+1
* replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-1/+1
* Merge branch 'fix-api-mr-permissions' into 'security'Robert Speicher2017-01-231-0/+6
* Fix specsKamil Trzcinski2017-01-191-1/+1
* Fix specsKamil Trzcinski2017-01-191-1/+1
* Merge remote-tracking branch 'origin/master' into 21698-redis-runner-last-buildKamil Trzcinski2017-01-191-51/+9
|\
| * Merge branch 'time-tracking-api' into 'master' Sean McGivern2017-01-181-0/+4
| |\
| | * Add some API endpoints for time tracking.Ruben Davila2017-01-181-0/+4
| * | Fix a API deprecation warningfix-deprecation-warningRobert Schilling2017-01-161-1/+1
| |/
| * fix pipelines/index.html.haml merge conflictRegis2017-01-021-2/+2
| |\
| | * Merge branch 'fix-api-deprecation' into 'master' Robert Schilling2016-12-281-1/+1
| | |\
| | | * Fix a Grape deprecation, use `#request_method` instead of `#route_method`fix-api-deprecationRémy Coutable2016-12-231-1/+1
| | * | Add more storage statisticsMarkus Koller2016-12-211-1/+1
| | |/
| * | Remove redundant pagination helpers after a bad mergeGrzegorz Bizon2016-12-211-32/+0
| * | Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-211-12/+3
| |\ \ | | |/
| | * Calls to the API are checked for scope.Timothy Andrew2016-12-161-12/+3
| * | merge masterRegis2016-12-131-62/+106
| |\ \ | | |/
| * | Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-091-20/+11
| |\ \
| * | | Extract API pagination code to a separete moduleGrzegorz Bizon2016-12-071-38/+1
* | | | WIP: Add tests and make sure that headers are set21698-redis-runner-last-buildLin Jen-Shin2017-01-041-1/+1
| |_|/ |/| |
* | | Merge branch '25482-fix-api-sudo' into 'master' Sean McGivern2016-12-131-53/+76
|\ \ \
| * | | Be smarter when finding a sudoed user in API::Helpers25482-fix-api-sudoRémy Coutable2016-12-131-13/+11
| * | | API: Memoize the current_user so that the sudo can work properlyRémy Coutable2016-12-121-53/+78
| | |/ | |/|
* | | Merge branch 'grapify-service-api' into 'master' Rémy Coutable2016-12-121-11/+0
|\ \ \ | |/ / |/| |
| * | Grapify the service APIRobert Schilling2016-12-091-11/+0
| |/
* | Merge branch 'dz-nested-groups' into 'master' Douwe Maan2016-12-091-1/+1
|\ \
| * | Add nested groups support on data leveldz-nested-groupsDmitriy Zaporozhets2016-12-081-1/+1
| |/
* | Merge branch '24537-reenable-private-token-with-sudo' into 'master' Douwe Maan2016-12-081-3/+10
|\ \
| * | adds impersonator variable and makes sudo usage overall more clear24537-reenable-private-token-with-sudotiagonbotelho2016-12-071-3/+10
| |/
* | Grapify the issues APIgrapify-issues-apiRobert Schilling2016-12-071-16/+0
|/
* Allow public access to some Project API endpoints4269-public-apiRémy Coutable2016-12-011-0/+5
* Merge branch 'grapify-projects-api' into 'master' Rémy Coutable2016-11-301-24/+2
|\
| * Grapify the projects APIgrapify-projects-apiRobert Schilling2016-11-281-24/+2
* | Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' Douwe Maan2016-11-281-3/+1