summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Add Application Setting to configure Container Registry token expire delay (d...Kamil Trzcinski2016-05-311-0/+1
* Merge branch 'style/enable-rubocop-indent-assignment-cop' into 'master' Robert Speicher2016-05-301-7/+7
|\
| * Enable Style/IndentAssignment Rubocop style copstyle/enable-rubocop-indent-assignment-copGrzegorz Bizon2016-05-301-7/+7
* | Enable Style/RedundantParentheses rubocop coprubocop/enable-redundant-parentheses-copGrzegorz Bizon2016-05-301-1/+1
|/
* Fix groups API to list only user's accessible projectsStan Hu2016-05-241-2/+1
* Enable Style/DefWithParentheses cop and fix single offenseRobert Speicher2016-05-231-1/+1
* Dropdown implementationzj-gitignore-dropdownAlfredo Sumaran2016-05-201-5/+5
* Backend for a gitignores dropdownZeger-Jan van de Weg2016-05-203-0/+38
* Extend runner options that are configurable via APIGrzegorz Bizon2016-05-192-1/+2
* Merge branch 'issue_17302' into 'master' Rémy Coutable2016-05-181-18/+29
|\
| * Move note helper method to notes entity fileissue_17302Felipe Artur2016-05-172-6/+8
| * Fix single note api requestFelipe Artur2016-05-162-5/+9
| * Fix notes API calls symbol convertionsFelipe Artur2016-05-101-3/+3
| * Fix api leaking notes when user is not authorized to read noteableFelipe Artur2016-05-091-13/+18
* | Merge branch 'docker-registry' into 'master' Douwe Maan2016-05-162-1/+7
|\ \
| * \ Merge remote-tracking branch 'origin/master' into docker-registryKamil Trzcinski2016-05-1310-250/+256
| |\ \
| * | | Remove unused partsKamil Trzcinski2016-05-092-188/+0
| * | | Rename `images` to `container_registry`Kamil Trzcinski2016-05-092-6/+6
| * | | Revert "Eager load `lib/api`"Kamil Trzcinski2016-05-092-138/+138
| * | | Merge remote-tracking branch 'origin/master' into docker-registryKamil Trzcinski2016-05-094-7/+42
| |\ \ \
| * | | | Eager load `lib/api`Timothy Andrew2016-04-292-138/+138
| * | | | Missing parameters of docker payloadKamil Trzcinski2016-04-291-2/+21
| * | | | AudienceKamil Trzcinski2016-04-291-0/+1
| * | | | Auth tokenKamil Trzcinski2016-04-291-1/+2
| * | | | Try to fix auth serviceKamil Trzcinski2016-04-291-17/+17
| * | | | Make images_enabled configurableKamil Trzcinski2016-04-292-1/+7
| * | | | Added authentication service for docker registryKamil Trzcinski2016-04-292-0/+167
* | | | | Clean up LegacyDiffNote somewhatDouwe Maan2016-05-131-1/+1
* | | | | Extract LegacyDiffNote out of NoteDouwe Maan2016-05-132-3/+5
| |_|/ / |/| | |
* | | | Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-131-1/+1
* | | | Add API endpoints for un/subscribing from/to a labelAhmad Sherif2016-05-127-77/+80
* | | | Merge branch '17249-starred' into 'master' Robert Speicher2016-05-111-1/+1
|\ \ \ \
| * | | | Restrict starred projects to viewable onesSean McGivern2016-05-101-1/+1
| | |_|/ | |/| |
* | | | Fix a few places where autoloading would failRémy Coutable2016-05-103-169/+172
|/ / /
* | | Expose MergeRequest#user_notes_count in the API and use the method in issues ...Rémy Coutable2016-05-091-1/+1
* | | API: Expose Issue#user_notes_countcnam-dep2016-05-091-1/+1
| |/ |/|
* | Merge branch 'pacoguzman/gitlab-ce-15001-since-and-until-operators-api-commits'Douwe Maan2016-05-042-1/+23
|\ \
| * | API support for the 'since' and 'until' operators on commit requestsPaco Guzman2016-04-292-1/+23
* | | Merge remote-tracking branch 'dev/master' into 'master'Robert Speicher2016-05-022-6/+19
|\ \ \ | |_|/ |/| |
| * | Merge branch '15579-filter-milestone-confidential-issues-api' into 'master' Robert Speicher2016-04-261-1/+9
| |\ \
| | * | Filter confidential issues from milestones API if user does not have accessStan Hu2016-04-251-1/+9
| | |/
| * | Prevent private snippets in public/internal projects from being leaked via APIStan Hu2016-04-251-5/+10
| |/
* | Use ActionDispatch Remote IP for Akismet checkingStan Hu2016-04-271-2/+2
|/
* Prevent users from deleting Webhooks via API they do not ownStan Hu2016-04-241-2/+2
* Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński2016-04-211-4/+17
|\
| * Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-193-5/+13
| |\
| * | Write specs for this featureKamil Trzcinski2016-04-161-6/+13
| * | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-165-2/+120
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-139-15/+104
| |\ \ \
| * | | | Fix specsKamil Trzcinski2016-04-111-4/+10