summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Updates code using class_methods over module ClassMethodsJacopo2018-08-295-5/+5
* Merge branch 'rails5-silence-stream' into 'master'Sean McGivern2018-08-291-1/+12
|\
| * Rails 5: replace removed silence_streamJasper Maes2018-08-281-1/+12
* | Include rich_text in diff cache keysSean McGivern2018-08-281-3/+4
* | Escaped html charactersChantal Rollison2018-08-282-2/+2
* | Resolve "Orphaned upload files are accessible via project exports"Michael Kozono2018-08-281-8/+11
* | Block link-local addresses in URLBlockerStan Hu2018-08-281-0/+8
* | Removes <br> sent from backend on tooltips in jobsFilipa Lacerda2018-08-281-1/+1
* | Merge branch 'fldubois/gitlab-ce-fix-api-group-createdat' into 'master'Rémy Coutable2018-08-282-11/+5
|\ \
| * | Use policies to determine if attributes can be set in the APISean McGivern2018-08-222-9/+3
| * | Allow date parameters on Issues and Notes API for group ownersFlorent Dubois2018-08-222-4/+4
* | | Merge branch 'issue_36138' into 'master'Sean McGivern2018-08-282-3/+14
|\ \ \
| * | | Allow to delete group milestonesissue_36138Felipe Artur2018-08-062-3/+14
* | | | Merge branch 'bvl-add-galician' into 'master'Grzegorz Bizon2018-08-271-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add Galician as an available languagebvl-add-galicianBob Van Landuyt2018-08-141-0/+1
* | | | Merge branch 'sh-insert-git-data-in-separate-transaction' into 'master'Yorick Peterse2018-08-262-8/+50
|\ \ \ \
| * | | | Bitbucket Server importer: Eliminate most idle-in-transaction issuesStan Hu2018-08-262-8/+50
* | | | | API: Protected tagsRobert Schilling2018-08-253-4/+89
* | | | | Merge branch '50345-hashed-storage-feature-flag' into 'master'Nick Thomas2018-08-251-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed `stub_feature_flag behavior` for `disabled?` flags.Gabriel Mazetto2018-08-221-1/+2
* | | | | Merge branch 'sh-simplify-github-importer-refactor' into 'master'Yorick Peterse2018-08-245-91/+118
|\ \ \ \ \
| * | | | | Refactor GitHub Importer database helpers into helper methodsStan Hu2018-08-245-91/+118
* | | | | | Allows author to vote on their own issueChantal Rollison2018-08-241-1/+1
|/ / / / /
* | | | | Merge branch '6965-backport-to-ce' into 'master'Stan Hu2018-08-231-10/+14
|\ \ \ \ \
| * | | | | Backport LDAP changes to CEDouglas Barbosa Alexandre2018-08-231-10/+14
* | | | | | Merge branch '43096-controller-projects-issuescontroller-referenced_merge_req...Nick Thomas2018-08-231-2/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix routes N+1 in Issues::ReferencedMergeRequestsService#executeSean McGivern2018-08-211-2/+3
* | | | | | Merge branch 'ccr/48800/ping_for_boards' into 'master'Sean McGivern2018-08-231-0/+3
|\ \ \ \ \ \
| * | | | | | Added count for label, assignee, and milestone listsccr/48800/ping_for_boardsChantal Rollison2018-08-211-0/+3
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jprovazn-fix-form-uploads' into 'master'Kamil Trzciński2018-08-231-3/+7
|\ \ \ \ \ \
| * | | | | | Add public/uploads/tmp to allowed upload pathsjprovazn-fix-form-uploadsJan Provaznik2018-08-211-3/+7
| |/ / / / /
* | | | | | Fix broken Git over HTTP clones with LDAP usersStan Hu2018-08-221-0/+1
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'api-empty-commit-message' into 'master'Sean McGivern2018-08-221-1/+1
|\ \ \ \ \
| * | | | | Extend to PUT requestRobert Schilling2018-08-211-1/+1
| * | | | | API: Catch empty commit messagesRobert Schilling2018-08-211-1/+1
* | | | | | Merge branch 'api-empty-project-snippets' into 'master'Sean McGivern2018-08-221-2/+2
|\ \ \ \ \ \
| * | | | | | API: Catch empty code content for project snippetsRobert Schilling2018-08-211-2/+2
| |/ / / / /
* | | | | | Merge branch 'api-shared_group_expires-at' into 'master'Sean McGivern2018-08-221-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | API: Add shared project's expiration dateapi-shared_group_expires-atRobert Schilling2018-08-211-0/+1
| |/ / / /
* | | | | Merge branch 'tc-api-fork-owners' into 'master'Grzegorz Bizon2018-08-211-1/+1
|\ \ \ \ \
| * | | | | Allow project owners to set up forking relation through APIToon Claes2018-08-201-1/+1
* | | | | | Merge branch 'ce-6752-jira-branches' into 'master'Sean McGivern2018-08-211-0/+1
|\ \ \ \ \ \
| * | | | | | Backport of gitlab-org/gitlab-ee!6876ce-6752-jira-branchesMario de la Ossa2018-08-201-0/+1
* | | | | | | Resolve "Wiki: links with spaces in the url render incorrectly with CommonMark"Brett Walker2018-08-212-0/+78
* | | | | | | Port of ccr/6274/add_weight_to_payload to CEChantal Rollison2018-08-213-62/+66
* | | | | | | Merge branch 'fix_events_permission_#49255' into 'master'Grzegorz Bizon2018-08-211-0/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add authenticate to events api. fix #49255Warren Parad2018-08-161-0/+5
| | |/ / / / | |/| | | |
* | | | | | Remove Gemnasium serviceGilbert Roulot2018-08-201-15/+0
* | | | | | Merge branch 'master' into 'master'Grzegorz Bizon2018-08-201-0/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of https://gitlab.com/matemaciek/gitlab-ceMaciej Sokolowski2018-08-201-0/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |