summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated help documentation to properly reference EmojiOne. [ci skip]Cameron Banga2015-03-122-10/+11
|
* Merge branch 'ami-to-update-guides' into 'master'Sytse Sijbrandij2015-03-123-0/+6
|\ | | | | | | | | | | add AMI update step See merge request !1677
| * Add a note about building AMI to security docMarin Jankovski2015-03-111-0/+1
| |
| * add AMI update stepJob van der Voort2015-03-112-0/+5
| |
* | Merge branch 'reduce-notice-count' into 'master'Dmitriy Zaporozhets2015-03-121-6/+2
|\ \ | | | | | | | | | | | | | | | Remove annoying notice messages when create/update merge request See merge request !1681
| * | Remove annoying notice messages when create/update merge requestDmitriy Zaporozhets2015-03-111-6/+2
| | |
* | | Merge branch 'bump_gitlab_git' into 'master'Dmitriy Zaporozhets2015-03-122-4/+4
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | Bump gitlab_git to v7.1.0. It should fix a lot of encoding issues For gitlab/gitlab_git!24 See merge request !1679
| * | Bump gitlab_git to v7.1.0. It should fix a lot of encoding issuesDmitriy Zaporozhets2015-03-112-4/+4
|/ /
* | Update changelog for 7.8.4.Marin Jankovski2015-03-111-0/+6
| |
* | Merge branch 'fix-code-preview' into 'master'Marin Jankovski2015-03-1110-4/+40
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix code preview theme setting for comments, issues, merge requests, and snippets User color scheme was not being used: default white color scheme was always chosen. Also, default background for code in notes was always overriding the user color scheme. Closes #1139 See merge request !357
| * | Fix code preview theme setting for comments, issues, merge requests, and ↵Stan Hu2015-03-1010-4/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | snippets. Also preserve code preview color scheme in events dashboard. Assign default colors to all code blocks shown as <pre class="code highlight [color_scheme]"> Closes #1139
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-03-117-3/+10
|\ \ \
| * \ \ Merge branch 'generate-valid-json' into 'master'Hannes Rosenögger2015-03-113-1/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generate valid json This patch helps to be compatible to other programing languages as it improves the validation of hook data. It seems only ruby can handle 'nil' as value while other json decode function will fatal. See merge request !182
| | * | | Generate valid json for hooksNicole Cordes2015-03-103-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | It seems that ruby can handle 'nil' value but other json processors (like PHP) throw an error. This is always generated for empty arrays.
| * | | | Merge branch 'master' into 'master'Hannes Rosenögger2015-03-115-2/+7
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make email display name configurable #216 See merge request !80
| | * | | | Make email display name configurableVyacheslav Slinko2015-03-115-3/+7
| | | | | |
* | | | | | Merge branch 'ldap-filter-eq' into 'master'Dmitriy Zaporozhets2015-03-113-1/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Escape wildcards when searching LDAP by username. Addresses https://dev.gitlab.org/gitlab/gitlabhq/issues/2086. Also see https://dev.gitlab.org/gitlab/gitlab-ee/merge_requests/344 and https://dev.gitlab.org/gitlab/omniauth-ldap/merge_requests/2. See merge request !1644
| * | | | | | Escape wildcards when searching LDAP by username.Douwe Maan2015-03-063-1/+4
| | | | | | |
* | | | | | | Merge branch 'issues_url' into 'master'Dmitriy Zaporozhets2015-03-111-12/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove placeholder methods to prevent calling methods rather than attributes. Since we have https://dev.gitlab.org/gitlab/gitlabhq/blob/7-8-stable/app/models/service.rb#L79 makes no sense to have methods as a placeholder. See merge request !1676
| * | | | | | | Remove placeholder methods to prevent calling methods rather than attributes.Marin Jankovski2015-03-101-12/+0
| | | | | | | |
* | | | | | | | Merge branch 'dashboard-restyle' into 'master'Dmitriy Zaporozhets2015-03-1128-384/+126
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dashboard restyle For #2069 See merge request !1675
| * | | | | | | Remove tests for un-existing pageDmitriy Zaporozhets2015-03-101-9/+0
| | | | | | | |
| * | | | | | | Fix tests for project removingDmitriy Zaporozhets2015-03-102-6/+1
| | | | | | | |
| * | | | | | | Rename dashboard landing page to Your projectsDmitriy Zaporozhets2015-03-103-4/+4
| | | | | | | |
| * | | | | | | Remove projects page from dashboardDmitriy Zaporozhets2015-03-106-108/+0
| | | | | | | |
| * | | | | | | Add project filter by visibility and tag to explore pageDmitriy Zaporozhets2015-03-108-144/+88
| | | | | | | |
| * | | | | | | Fix test for creating group from dashboardDmitriy Zaporozhets2015-03-104-27/+27
| | | | | | | |
| * | | | | | | Cleanup after removing group tab from dashboard asideDmitriy Zaporozhets2015-03-102-40/+0
| | | | | | | |
| * | | | | | | Remove group rendering from dashboard pageDmitriy Zaporozhets2015-03-106-46/+6
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'fix-forms' into 'master'Dmitriy Zaporozhets2015-03-111-16/+24
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix features checkboxes at admin settings page For !1615 See merge request !1674
| * | | | | | Fix features checkboxes at admin settings pageDmitriy Zaporozhets2015-03-101-16/+24
| |/ / / / /
* | | | | | Merge branch 'active-users-check' into 'master'Dmitriy Zaporozhets2015-03-102-0/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Active users check For gitlab/gitlab-ee#248 See merge request !1673
| * | | | | Update CHANGELOGDmitriy Zaporozhets2015-03-101-0/+1
| | | | | |
| * | | | | Add active users to gitlab:checkDmitriy Zaporozhets2015-03-101-0/+5
| | | | | |
* | | | | | Add CHANGELOG item about db migrationDmitriy Zaporozhets2015-03-101-0/+1
| | | | | |
* | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-03-106-4/+47
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'upgrade-dockerfile' into 'master'Robert Schilling2015-03-101-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade Docker build to GitLab v7.8.3 Upgrading from GitLab v7.8.1. Pretty simple change, tested with a quick Docker build. See merge request !380
| | * | | | | | Upgrade Docker image to GitLab v7.8.3Stan Hu2015-03-101-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'master' into 'master'Hannes Rosenögger2015-03-101-1/+1
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added link generation for LinkedIn on user's Profile page This is a very very minor change. Added a generated link to the LinkedIn portion of the user's profile. See merge request !377
| | * | | | | | Added a link_to for the LinkedIn portion of the user's profile. It felt odd ↵Ben Carson2015-03-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to me, having this section not being an active link like the rest of the entries on the page.
| * | | | | | | Merge branch 'fix-import-redirect' into 'master'Hannes Rosenögger2015-03-101-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing import redirect loop While importing, don't redirect import actions to the project page, even if the repository exists Fixes #1191 See merge request !379
| | * | | | | | | Fixing import redirect loopDJ Mountney2015-03-091-1/+1
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | While importing, don't redirect import actions to the project page, even if the repository exists
| * | | | | | | Merge branch 'fix-commit-calendar-emails' into 'master'Douwe Maan2015-03-103-1/+44
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix commit calendar to use all user emails This MR improves upon Hannes Rosenögger's changes: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/364 See merge request !378
| | * | | | | | This MR extends the commit calendar so it searches for commits made with ↵Stan Hu2015-03-093-1/+44
| | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | every email address the user has associated with his account. This fixes one of the problems mentioned in gitlab-org/gitlab-ce#1162 and makes the behavior of the commit calendar as described in the profile. "All email addresses will be used to identify your commits."
* | | | | | | Merge branch 'fix_importers' into 'master'Dmitriy Zaporozhets2015-03-104-14/+42
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix importers with OCC Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/1180 Using validates_uniqueness_of does not guarantee the absence of duplicate record insertions. When users click button "import all" it will create duplicating group in database and data integrity will be broken. http://api.rubyonrails.org/classes/ActiveRecord/Validations/ClassMethods.html#method-i-validates_uniqueness_of I use optimistic concurrency control for handling this situation. See merge request !1647
| * | | | | | | remove duplicationValery Sizov2015-03-102-2/+23
| | | | | | | |
| * | | | | | | Fix importers with OCCValery Sizov2015-03-103-14/+21
| |/ / / / / /
* | | | | | | Merge branch 'uploads-authorization' into 'master'Dmitriy Zaporozhets2015-03-103-16/+329
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reject access to group/project avatar if the user doesn't have access. Closes #2050. I'll add tests for EE logos once this is merged here and merged into EE. See merge request !1671
| * | | | | | | Reject access to group/project avatar if the user doesn't have access.Douwe Maan2015-03-103-16/+329
| |/ / / / / /
* | | | | | | Merge branch 'fix-line-highlight' into 'master'Dmitriy Zaporozhets2015-03-107-9/+10
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix highlight of selected lines * show color for highlighted line * fix overflow by header See merge request !1672