summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix/security-group-user-removal' into 'master'Yorick Peterse2019-01-251-1/+27
|\
| * Add subresources removal to member destroy serviceJames Lopez2019-01-251-1/+27
* | Merge branch 'security-import-path-logging' into 'master'Yorick Peterse2019-01-252-2/+24
|\ \
| * | Fix path disclosure on Project ImportJames Lopez2019-01-072-2/+24
* | | [master] Check access rights when creating/updating ProtectedRefsFrancisco Javier López2019-01-251-8/+0
| |/ |/|
* | Merge branch 'security-project-move-users' into 'master'Yorick Peterse2019-01-241-1/+2
|\ \
| * | Sent notification only to authorized usersJan Provaznik2019-01-231-1/+2
* | | Merge branch 'extract-pages-with-rubyzip' into 'master'Yorick Peterse2019-01-241-16/+25
|\ \ \
| * | | Extract GitLab Pages using RubyZipKamil Trzciński2019-01-221-16/+25
* | | | Merge branch 'security-fix-lfs-import-project-ssrf-forgery' into 'master'Yorick Peterse2019-01-243-45/+85
|\ \ \ \
| * | | | Added validations to prevent LFS object forgeryFrancisco Javier López2019-01-213-45/+85
* | | | | Merge branch 'security-2779-fix-email-comment-permissions-check' into 'master'Yorick Peterse2019-01-241-13/+2
|\ \ \ \ \
| * | | | | Prevent comments by email when issue is lockedHeinrich Lee Yu2019-01-221-13/+2
| | |/ / / | |/| | |
* | | | | Merge branch '25569-changing-wording-to-delete-when-referring-to-removing-a-b...Filipa Lacerda2019-01-231-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Use 'delete' instead of 'remove' for source branch25569-changing-wording-to-delete-when-referring-to-removing-a-branchSam Bigelow2019-01-221-1/+1
* | | | | Refactored AfterRenameService to reduce couplingGabriel Mazetto2019-01-222-13/+21
* | | | | Fixed legacy storage renaming codeGabriel Mazetto2019-01-212-2/+6
| |/ / / |/| | |
* | | | Merge branch 'raise-on-unfiltered-params' into 'master'Rémy Coutable2019-01-211-1/+1
|\ \ \ \
| * | | | Actually set raise_on_unfiltered_parameters to trueJasper Maes2019-01-161-1/+1
* | | | | Merge branch 'osw-enforces-project-removal-with-past-failed-attempts' into 'm...Nick Thomas2019-01-181-5/+19
|\ \ \ \ \
| * | | | | Cleanup stale +deleted repo paths on project removalOswaldo Ferreira2019-01-181-5/+19
| | |/ / / | |/| | |
* | | | | Merge branch '55544-port-upgrade-command' into 'master'Kamil Trzciński2019-01-181-0/+4
|\ \ \ \ \
| * | | | | Port generic upgrade functionality to CE55544-port-upgrade-commandThong Kuah2019-01-151-0/+4
* | | | | | Merge branch '47988-improve-milestone-queries-with-subq' into 'master'Andreas Brandl2019-01-173-6/+4
|\ \ \ \ \ \
| * | | | | | Fix MilestonesFinder to pass relations to scopeHeinrich Lee Yu2019-01-123-6/+4
* | | | | | | API for importing external reposBen2019-01-172-0/+83
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'refactor-after-create-default-branch' into 'master'Nick Thomas2019-01-161-0/+67
|\ \ \ \ \ \
| * | | | | | Refactor code for protecting default branchesYorick Peterse2019-01-161-0/+67
* | | | | | | Merge branch 'osw-fix-quick-suggestion-application-being-reverted' into 'master'Douwe Maan2019-01-141-8/+26
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Adjust applied suggestion reverting previous changesOswaldo Ferreira2019-01-111-8/+26
| | |_|/ / / | |/| | | |
* | | | | | Fix several ActionController::Parameters deprecationsJasper Maes2019-01-114-4/+4
| |/ / / / |/| | | |
* | | | | Disable audit event logging for pipeline destructionStan Hu2019-01-101-2/+0
| |/ / / |/| | |
* | | | Service for calling Sentry issues apiReuben Pereira2019-01-091-0/+49
|/ / /
* | | Merge branch '53966-hashed-storage-read-only' into 'master'Douglas Barbosa Alexandre2019-01-081-0/+14
|\ \ \
| * | | Only set as `read_only` when starting the per-project migration53966-hashed-storage-read-onlyGabriel Mazetto2019-01-071-0/+14
* | | | Merge branch '49231-import-issues-csv' into 'master'Douwe Maan2019-01-072-1/+54
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove caching of CSV file49231-import-issues-csvHeinrich Lee Yu2019-01-071-18/+6
| * | | Improve email messagesHeinrich Lee Yu2019-01-071-3/+3
| * | | Refactor upload service to return uploaderHeinrich Lee Yu2019-01-071-5/+3
| * | | Import CSV BackendHeinrich Lee Yu2019-01-072-3/+70
| | |/ | |/|
* | | Merge branch 'ce-7407-label-quick-epics' into 'master'Lin Jen-Shin2019-01-072-15/+28
|\ \ \
| * | | Use parent instead of projectJarka Košanová2019-01-082-15/+28
* | | | Implement error tracking configurationPeter Leitzen2019-01-071-1/+1
|/ / /
* | | Merge branch 'user-update-head-pipeline-worker-2' into 'master'Grzegorz Bizon2019-01-071-15/+1
|\ \ \ | |/ / |/| |
| * | Refactor the logic of updating head pipelinesShinya Maeda2019-01-041-15/+1
* | | Move settings operations controller from EE to CEmove-settings-oprations-to-cePeter Leitzen2019-01-061-0/+19
* | | Add config_options|variables to BuildMetadatakamil-refactor-ci-builds-v5Kamil Trzciński2019-01-041-1/+1
| |/ |/|
* | Add unique constraint to release and urlShinya Maeda2019-01-041-1/+1
* | Add spec for duplicate link name creationShinya Maeda2019-01-041-1/+1
* | Support CURD operation for release asset linksShinya Maeda2019-01-041-1/+2
|/