summaryrefslogtreecommitdiff
path: root/lib/api/helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Do not validate CSRF token in API unless neededdm-api-current-userDouwe Maan2017-08-021-0/+2
* Rescue only from ActionController::InvalidAuthenticityTokenDouwe Maan2017-07-261-2/+2
* Add `rescue false`.blackst0ne2017-07-261-1/+1
* Refactor CSRF protectionblackst0ne2017-07-261-30/+2
* Add CSRF token verification to APIblackst0ne2017-07-261-4/+34
* Add group milestones API endpointissue_34622Felipe Artur2017-07-211-0/+4
* Add user projects APIvanadium232017-07-061-1/+2
* Implement review comments from @dbalexandre for !12300.Timothy Andrew2017-06-281-2/+2
* When verifying scopes, manually include scopes from `API::API`.Timothy Andrew2017-06-281-4/+19
* Allow API scope declarations to be applied conditionally.Timothy Andrew2017-06-281-1/+1
* Initial attempt at refactoring API scope declarations.Timothy Andrew2017-06-281-2/+4
* Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-copRémy Coutable2017-06-021-1/+1
* Add missing specsKamil Trzcinski2017-06-011-0/+10
* Add :owned param to ProjectFinderToon Claes2017-05-301-5/+2
* Use helper to construct Finder paramsToon Claes2017-05-301-0/+10
* Use ProjectFinder to filter the projectsToon Claes2017-05-301-13/+0
* Handle `membership` in ProjectFinderToon Claes2017-05-301-4/+0
* Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into 'mas...Robert Speicher2017-05-101-1/+1
|\
| * Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
* | Use new SnippetsFinder signature in APIbvl-security-patchesBob Van Landuyt2017-05-101-2/+2
|/
* Allow admins to sudo to blocked users.29505-allow-admins-sudo-to-blocked-usersTimothy Andrew2017-04-261-1/+1
* Remove the User#is_admin? methodblackst0ne2017-04-091-2/+2
* API: Make the /notes endpoint work with noteable iid instead of idToon Claes2017-03-271-0/+5
* 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
| | |\