- 21 May, 2015 8 commits
-
-
Job van der Voort authored
-
Job van der Voort authored
-
Douwe Maan authored
Cherrypicks for 7.11 See merge request !1826
-
Douwe Maan authored
Fix Atom feeds. Fixes #1643 and #1644. See merge request !688
-
Douwe Maan authored
Updated the gitlab_git gem
-
Douwe Maan authored
Work around a Chrome 43 bug preventing note editing Fixes #1568 - and I mean "fixes" I have no idea what causes this or why this fixes it and can't dig into it further right now, but the bug seems like a blocker so this needs to be fixed for 7.11. See merge request !684
-
Dmitriy Zaporozhets authored
Don't send notifications to mentioned users that don't have access to the project in question. Fixes internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2325. See merge request !664
-
Robert Speicher authored
Fixes #1651
-
- 20 May, 2015 2 commits
-
-
Douwe Maan authored
workaround for buggy lexers It seems that some lexers can be buggy when used together with git blame. This results in a 500 error when a user tries to open the blame page in some cases. The workaround is pretty simple. Not only fall back to plaintext when the file content can't be guessed, but also when the lexer fails. This closes #1521 and #1646 /cc @DouweM @JobV It would be awesome to have this in a patch release for 7.11 or even in the release. But that's probably to late. See merge request !683
-
Dmitriy Zaporozhets authored
Add explanation about WIP status to MR form. ![Screen_Shot_2015-05-15_at_13.48.49](https://gitlab.com/gitlab-org/gitlab-ce/uploads/b3f70585255a043f07c61570549a90ba/Screen_Shot_2015-05-15_at_13.48.49.png) ![Screen_Shot_2015-05-15_at_13.49.01](https://gitlab.com/gitlab-org/gitlab-ce/uploads/c9992708c8ef5ef4fa2bcc2c3173b8e3/Screen_Shot_2015-05-15_at_13.49.01.png) See merge request !666
-
- 15 May, 2015 13 commits
-
-
Job van der Voort authored
-
Dmitriy Zaporozhets authored
Don't require DB connection in AttrEncrypted. See merge request !667
-
Job van der Voort authored
-
Job van der Voort authored
Update installation/update guides for 7.11. See merge request !665
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
Fix push event. Fixes issue with !653. See merge request !663
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Fix reference links in dashboard activity and ATOM feeds. References like `@user` were not linked on the dashboard activity feed and in Atom feeds, because the reference parser depends on `@project` which isn't set in those situations. This MR passes the project in question to the reference parsers in an option. cc @rspeicher See merge request !653
-
Dmitriy Zaporozhets authored
Spin icon next to "Checking for CI status..." Stationary spinners make me sad. See merge request !655
-
Dmitriy Zaporozhets authored
Use count badges with number_with_delimiter helper for issue, commit count See merge request !658
-
Jeroen van Baarsen authored
Fix bug with default timezone en RSS gitlab events
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 14 May, 2015 17 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Add order option for projects API https://dev.gitlab.org/gitlab/gitlab-ci/issues/222 See merge request !656
-
Dmitriy Zaporozhets authored
Refactor SessionsController to use a controller concern See merge request !659
-
Jorge Vasquez authored
-
Robert Speicher authored
-
Douwe Maan authored
Fix broken view when viewing history of a file that includes a path that used to be another file Requires gitlab_git to v7.1.12 to be tagged and released. Closes #1598 See merge request !651
-
Jeroen van Baarsen authored
Add style for <kbd> element in markdown
-
afc163 authored
Fixes #5825
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Use slightly fewer icons in project sidebar. ![Screen_Shot_2015-05-14_at_17.01.37](https://gitlab.com/gitlab-org/gitlab-ce/uploads/57928b7a0beb556f1e779d340b5e124f/Screen_Shot_2015-05-14_at_17.01.37.png) See merge request !657
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
Minor RelativeLinkFilter cleanup See merge request !649
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Protect OmniAuth request phase against CSRF. Addresses #2268. See merge request !1793
-
Dmitriy Zaporozhets authored
Fix mentioning of private groups. `issue.participants` would mistakenly not send the `current_user` to `mentioned_users`, which means it would search for referenced groups and users as if the user was signed out. Since signed out users don't have access to private groups (groups without public projects) and since you can't reference a group you don't have access to (since this would leak its existence), the group reference wasn't found and the group members weren't notified. Addresses internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2326. See merge request !654
-