summaryrefslogtreecommitdiff
path: root/lib/api/helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* fix specs. Stage 3Valery Sizov2015-09-151-0/+38
* fix specs. Stage 2Valery Sizov2015-09-141-3/+2
* Drone CI serviceKirilll Zaitsev2015-09-021-0/+26
* Allow to configure gitlab_shell_secret locationJakub Jirutka2015-05-161-1/+1
* Query issues, merge requests and milestones with their IID through APIjubianchi2015-05-021-0/+4
* Enable more rubocop style checksDmitriy Zaporozhets2015-03-241-2/+2
* Merge branch 'master' into fix-restricted-visibilityVinnie Okada2015-03-141-1/+4
|\
| * use constant-time string compare for internal api authenticationJörg Thalheim2015-03-061-1/+4
* | Allow admins to override restricted visibilityVinnie Okada2015-03-081-1/+1
|/
* Improve broadcast message APIDmitriy Zaporozhets2015-02-181-2/+2
* Edit group members via APIVinnie Okada2015-02-111-0/+5
* Refactor and improve sorting objects in API for projects, issues and merge re...Dmitriy Zaporozhets2015-02-051-0/+16
* Merge pull request #8723 from jubianchi/api-groups-pathDmitriy Zaporozhets2015-02-031-2/+23
|\
| * Acces groups with their path in APIjubianchi2015-02-031-2/+23
* | Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets2015-02-021-1/+1
|/
* Update branch api not found messages to 'Branch not found'.Marin Jankovski2014-12-301-1/+1
* Doorkeeper integrationValery Sizov2014-12-241-1/+1
* add gitlab-shell identificationValery Sizov2014-10-151-0/+8
* Add parenthesis to function def with arguments.Ciro Santilli2014-10-031-1/+1
* Improve error reporting on users APIjubianchi2014-09-161-1/+11
* Improve labels validation and expose error messagesjubianchi2014-08-201-2/+6
* Do label validation for issues/merge requests APIRobert Schilling2014-08-141-0/+15
* Add an option to GET /projects in the GitLab API to exclude archived projectsSasha Joseph2014-07-281-0/+4
* Make app works with strong paramsDmitriy Zaporozhets2014-06-261-2/+6
* Remove set of thread variablesDmitriy Zaporozhets2014-06-101-10/+0
* Check user access status in API for current_userJacob Vosmaer2014-05-151-0/+5
* Create branch via APIDmitriy Zaporozhets2014-04-011-0/+4
* Merge pull request #5469 from NARKOZ/api-pagination-headersDmitriy Zaporozhets2014-03-311-2/+18
|\
| * add 'Link' header for API responseNihad Abbasov2013-10-291-2/+18
* | Change project lookup order for apiDmitriy Zaporozhets2014-03-141-1/+1
* | Remove deprecated findersskv2014-01-191-2/+2
* | Make sure private_token for API is a stringDmitriy Zaporozhets2013-11-081-1/+6
|/
* Merge pull request #5344 from amacarthur/thread-variable-fixDmitriy Zaporozhets2013-10-161-0/+9
|\
| * Fixing unsafe use of Thread.current variable :current_userAngus MacArthur2013-10-161-0/+9
* | refactor by_username_or_idNihad Abbasov2013-10-161-5/+1
* | fix variable nameNihad Abbasov2013-10-161-1/+1
|/
* Merge pull request #5213 from bladealslayer/feature/user_api_extendedDmitriy Zaporozhets2013-09-291-1/+1
|\
| * Extended User API to expose admin and can_create_group for user creation/upda...Boyan Tabakov2013-09-291-1/+1
* | Respect authorization in Repository APIDmitriy Zaporozhets2013-09-291-0/+4
|/
* Some of the requested updates, rebase on masterIzaak Alpert2013-09-091-15/+8
* API: admin users can sudo commands as other usersIzaak Alpert2013-09-091-5/+39
* Additon of apis for fork administration.Angus MacArthur2013-07-081-3/+3
* Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-1/+1
* API: extracted helper method to validate required parameters, code clean upSebastian Ziebell2013-02-271-0/+11
* API: extracted helper method to provide 400 bad request error with descriptionSebastian Ziebell2013-02-131-0/+6
* Fix namespace api autocompleteDmitriy Zaporozhets2012-12-121-5/+14
* Deprecate code for Project. Use title and pathDmitriy Zaporozhets2012-11-231-1/+1
* API: private token via headerValeriy Sizov2012-10-021-1/+1
* #1606 FixesValeriy Sizov2012-10-021-1/+1
* #1606 API private token via the headerValeriy Sizov2012-10-021-1/+1