- 29 Feb, 2016 20 commits
-
-
Robert Speicher authored
Fix for project paths ending in .wiki This prevents `Git operation was rejected by pre-receive hook` when an actual project ending with .wiki is thought to be a wiki by the `Internal` API. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13742 See merge request !2960
-
Dmitriy Zaporozhets authored
Add commit message to JIRA's notification payload. Closes #5854 See merge request !2992
-
Dmitriy Zaporozhets authored
Improve implementation to check read access to forks and add pagination. Fixes #13648 The following optimizations where made: - Pagination was added. - Code to check for read permissions to forks was optimized, in the past we were doing too many queries for each project. See merge request !2991
-
Dmitriy Zaporozhets authored
Fix broken migration Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> For !2927 See merge request !3011
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Jacob Schatz authored
Removed NGProgress In an effort to get the JS file size down, i've removed NGProgress and replaced with TurboLinks own loading indicator Ref #13820 ![loading](/uploads/8b6ed8982e86e4b94803b56b8cd97737/loading.gif) See merge request !3004
-
Jacob Schatz authored
Changed too many changes buttons to white Closes #13751 ![Screen_Shot_2016-02-29_at_09.18.41](/uploads/30f5d11d1a4e1785561597feeeb40f09/Screen_Shot_2016-02-29_at_09.18.41.png) See merge request !3002
-
Dmitriy Zaporozhets authored
Small css cleanup for todos feature Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Cleanup for !2817 Fixes #13816 cc @jschatz1 @skyruler @dbalexandre See merge request !2996
-
Douwe Maan authored
Sanitize `data` and `vbscript` links Closes #13625 Closes https://dev.gitlab.org/gitlab/gitlabhq/issues/2660 See merge request !2905
-
Douwe Maan authored
Branded appearance to CE Closes #11489 The difference with the EE version is only that there is no distinction between light and dark logos, though this wasn't used anyway. If this is fine, I'll create a MR on EE too. TODO: - [x] Copy docs - [x] Make new screenshots - [ ] Remove Custom Welcome message feature? @rymai: I was unsure what labels to add to ping you, so I just ping you like this
😉 /cc @DouweM See merge request !2927 -
Douwe Maan authored
Don't repeat labels listed on Labels tab. Fixes #13622 See merge request !2924
-
Achilleas Pipinellis authored
Improve discoverability for CI examples Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/13410 See merge request !3008
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Douwe Maan authored
Add "Gotchas" to development docs Also: - Alphabetizes the "Developer" index page - Fixes the broken `db_dump.md` link See merge request !2846
-
James Lopez authored
-
Phil Hughes authored
In an effort to get the JS file size down, i've removed NGProgress and replaced with TurboLinks own loading indicator Ref #13820
-
James Lopez authored
-
Phil Hughes authored
Closes #13751
-
- 28 Feb, 2016 1 commit
-
-
Robert Speicher authored
[ci skip]
-
- 27 Feb, 2016 7 commits
-
-
Achilleas Pipinellis authored
Adjust documentation of permissions ## What does this MR do? This MR improves the documentation of the permissions by mentioning that internal projects do not enforce the Guest role. ## Are there points in the code the reviewer needs to double check? No code was touched - only the documentation was adjusted. ## Why was this MR needed? Without this adjustment it might not be clear how you can set up an internal project to be pullable by everyone whilst having the issue tracker and labels managed by permitted people only. ## What are the relevant issue numbers? #13679 See merge request !2925
-
Thomas Schmidt authored
[ci skip]
-
Robert Speicher authored
Fix issue milestone filter spec See merge request !2990
-
Rubén Dávila authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Rubén Dávila authored
-
Rubén Dávila authored
-
- 26 Feb, 2016 12 commits
-
-
Robert Speicher authored
Strip leading and trailing spaces in URL validator _Originally opened at !2914 by @evuez._ It makes URLs in webhooks valid even if they contain leading and/or trailing spaces. Spaces are hard to notice in input fields, this helps users by accepting leading and trailing spaces in webhooks URLs. Fixes #13652 See merge request !2939
-
Robert Speicher authored
-
Robert Speicher authored
Refactor Repository Caching Related issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/13515 See merge request !2936
-
Achilleas Pipinellis authored
-
evuez authored
-
Jacob Schatz authored
Fix avatar stretching by providing a cropping feature Originally by @nesk at https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2773 Fixes #7959 See merge request !2951
-
Alfredo Sumaran authored
-
Rémy Coutable authored
Created helper class to hide content in issue sidebar when collapsed ![Screen_Shot_2016-02-25_at_10.38.39](/uploads/ca49cc230edf7e71b7726e905f523092/Screen_Shot_2016-02-25_at_10.38.39.png) Closes #13764 See merge request !2968
-
Kamil Trzciński authored
Add builds URL to gitlab-ci script Add builds URL to gitlab-ci script Related to: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2681 See merge request !2962
-
Dmitriy Zaporozhets authored
Refactor html/css for lists and improve help UI page * dry lists html/css removing a lot of style duplicates * fix snippets list to match common style * fix extra bottom margin for groups list * improve help page ui so it looks clean Fixes #11873 See merge request !2977
-
Zeger-Jan van de Weg authored
The only major difference with the EE version is the change from a light and dark logo to only a header logo The dark logo wasn't used anyway, so it seemed to make sense to me to rename the field to the actual function of it
-
Alfredo Sumaran authored
-