Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/api
AgeCommit message (Collapse)Author
2019-03-11Merge branch 'sh-fix-issue-58103' into 'master'Grzegorz Bizon
Properly handle multiple X-Forwarded-For addresses in runner IP Closes #58103 See merge request gitlab-org/gitlab-ce!25511 (cherry picked from commit dbf0a92292dd054843d28ec27d52222418400ca5) d03b7bb1 Properly handle multiple X-Forwarded-For addresses in runner IP
2019-02-27Merge branch 'security-id-restricted-access-to-private-repo-11-8' into ↵Yorick Peterse
'11-8-stable' Forbid creating discussions for users with restricted access See merge request gitlab/gitlabhq!2890
2019-02-27Merge branch 'security-tags-oracle-11-8' into '11-8-stable'Yorick Peterse
Prevent Releases links API to leak tag existence See merge request gitlab/gitlabhq!2908
2019-02-27Merge branch 'security-commit-private-related-mr-11-8' into '11-8-stable'Yorick Peterse
Don't allow non-members to see private related MRs See merge request gitlab/gitlabhq!2930
2019-02-27Merge branch 'security-protect-private-repo-information-11-8' into '11-8-stable'Yorick Peterse
Fix leaking private repository information in API See merge request gitlab/gitlabhq!2948
2019-02-20Change policy regarding group visibilityMałgorzata Ksionek
2019-02-20Prevent leaking of private repo data through APILuke Duncalfe
default_branch, statistics and config_ci_path are now only exposed if the user has permissions to the repository.
2019-02-15Don't allow non-members to see private related MRsPatrick Bajao
2019-02-13Prevent Releases links API to leak tag existanceAlessio Caiazza
2019-02-07Forbid creating discussions for users with restricted accessIgor Drozdov
2019-02-07Merge branch 'local-markdown-version' into 'master'Douglas Barbosa Alexandre
Add local markdown version Closes #32789 See merge request gitlab-org/gitlab-ce!24822
2019-02-07Merge branch '56014-api-merge-request-squash-commit-messages' into 'master'Nick Thomas
API support for setting squash commit message during squash Closes #56014 See merge request gitlab-org/gitlab-ce!24784
2019-02-07Merge branch 'api-group-labels' into 'master'Sean McGivern
API group labels Closes #44901 See merge request gitlab-org/gitlab-ce!21368
2019-02-07API support for squash commit message during mergeLuke Duncalfe
Issues https://gitlab.com/gitlab-org/gitlab-ce/issues/47149 https://gitlab.com/gitlab-org/gitlab-ce/issues/56014
2019-02-06Add local markdown versionJan Provaznik
Cached markdown version is composed both from global and local markdown version. This allows admins to bump version locally when needed (e.g. when external URL is changed).
2019-02-06Add documentationRobert Schilling
2019-02-06Merge branch 'security-makrdown-release-description-vulnerability' into 'master'Yorick Peterse
[master] Markdown of release notes leaks confidential issue titles and MR titles to any users See merge request gitlab/gitlabhq!2869
2019-02-05Merge branch 'sh-encode-content-disposition' into 'master'Sean McGivern
Encode Content-Disposition filenames Closes #47673 See merge request gitlab-org/gitlab-ce!24919
2019-02-05Merge branch 'search-title' into 'master'Sean McGivern
Add 'in' filter that modifies scope of 'search' filter to issues and merge requests API See merge request gitlab-org/gitlab-ce!24350
2019-02-05Fix grammar and spellingHiroyuki Sato
2019-02-05Encode Content-Disposition filenamesStan Hu
Users downloading non-ASCII attachments would see garbled characters. When used with object storage, AWS S3 would return an InvalidArgument error: Header value cannot be represented using ISO-8859-1. Per RFC 5987 and RFC 6266, Content-Disposition should be encoded properly. This commit takes the Rails 6 implementation of ActiveSuppport::Http::ContentDisposition (https://github.com/rails/rails/pull/33829) and ports it here. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/47673
2019-02-04Add programming language filtering to `/projects`Dylan MacKenzie
2019-02-01Merge branch '51913-api-getting-projects-for-users-with-dot-gets-404' into ↵Rémy Coutable
'master' API: Support username with dots Closes #51913 See merge request gitlab-org/gitlab-ce!24395
2019-01-31[master] Pipelines section is available to unauthorized usersKamil Trzciński
2019-01-31Present all pipeline triggers using trigger presenterGrzegorz Bizon
2019-01-31Do not expose trigger token when user should not see itGrzegorz Bizon
2019-01-31Simplify label helper and correct versionRobert Schilling
2019-01-31Factor out common label APIRobert Schilling
2019-01-31Incorporate feedback from RobertRobert Schilling
2019-01-31Correctly search for labels in parent groupsRobert Schilling
2019-01-31Factor out group labels entityRobert Schilling
2019-01-31Use proper finder helper to get existing labelsRobert Schilling
2019-01-31fix rebasingRobert Schilling
2019-01-31Replace findersRobert Schilling
2019-01-31Incorporate feedback from NickRobert Schilling
2019-01-31Add changelog, version information, frozen string literalsRobert Schilling
2019-01-31Add subscription API for the group label APIRobert Schilling
2019-01-31Add specsRobert Schilling
2019-01-31Inital API implementation for group labelsRobert Schilling
2019-01-31Unify user requirements for API slugsRobert Schilling
2019-01-30Fix Markdown of release notesShinya Maeda
It was leaings confidential issue titles and MR titles to any users Fix spec Fix spec Fix tests
2019-01-28[master] Pipelines section is available to unauthorized usersKamil Trzciński
2019-01-25Merge branch 'container-repository-cleanup-api' into 'master'Grzegorz Bizon
Container repository cleanup API Closes #55978 See merge request gitlab-org/gitlab-ce!24303
2019-01-25Add Container Registry APIKamil Trzciński
This includes a set of APIs to manipulate container registry. This includes also an ability to delete tags based on requested criteria, like keep-last-n, matching-name, older-than.
2019-01-24Merge branch '56392-enable-the-layout-extraspacing-cop' into 'master'Lin Jen-Shin
Enable the Layout/ExtraSpacing cop Closes #56392 See merge request gitlab-org/gitlab-ce!24423
2019-01-24Merge branch 'security-pipeline-trigger-tokens-exposure' into 'master'Yorick Peterse
[master] Do not expose trigger token when user should not see it See merge request gitlab/gitlabhq!2735
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-24Get remote address for runnerSteve Azzopardi
Check if `X-Forwarded-For` is set before getting the IP of the request, with this the real IP address of the runner is shown if it's behind a proxy. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53676
2019-01-23Merge branch ↵Nick Thomas
'52674-api-v4-projects-project_id-jobs-endpoint-hits-statement-timeout' into 'master' [API] Omit `X-Total` and `X-Total-Pages` headers when items count is more than 10,000 Closes #42194 and #52674 See merge request gitlab-org/gitlab-ce!23931
2019-01-23Merge branch ↵Filipa Lacerda
'25569-changing-wording-to-delete-when-referring-to-removing-a-branch' into 'master' Resolve "Changing wording to "Delete" when referring to removing a branch" Closes #25569 See merge request gitlab-org/gitlab-ce!23966