Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2016-03-01Refactor UI header for logged out usersDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-01Enable search for logged-out usersDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-01Merge branch 'mr-prefix-activity-view' into 'master' Jacob Schatz
Changed # to ! on merge requests on activity view Closes #9082 ![Screen_Shot_2016-02-23_at_11.59.55](/uploads/87b859ae63282ae24025168404beb158/Screen_Shot_2016-02-23_at_11.59.55.png) See merge request !2938
2016-03-01Merge branch 'safe-content-type' into 'master' Douwe Maan
Explain why we mangle blob content types Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/9079 See merge request !2956
2016-03-01Changed page titlePhil Hughes
2016-03-01Fixed issue based on feedback with link text outputPhil Hughes
2016-03-01Removed un-used variablesPhil Hughes
2016-03-01Replaced prefix with to_reference method callsPhil Hughes
2016-03-01Changed # to ! on merge requests on activity viewPhil Hughes
Closes #9082
2016-03-01Merge branch 'issue_13851' into 'master' Rémy Coutable
Brings back missing "Gitlab" text on the logo Closes #13851 See merge request !2989
2016-03-01Merge branch 'fix/contributions-forked-projects' into 'master' Douwe Maan
include contributions from forked projects on profile calendar Shows contributions from forked projects in the calendar Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/3612 See merge request !2918
2016-02-29Merge branch 'master' into issue_13212Alfredo Sumaran
2016-02-29Merge branch 'issue_13648' into 'master' Dmitriy Zaporozhets
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
2016-02-29Comment icon vertically alignedAlfredo Sumaran
2016-02-29Wrap icon with edited timeAlfredo Sumaran
2016-02-29Increase paddingAlfredo Sumaran
2016-02-29Keep edited time on the same line as wellAlfredo Sumaran
2016-02-29Apply nice date when diff page loadsAlfredo Sumaran
2016-02-29Keep date in the same lineAlfredo Sumaran
2016-02-29Prevent content misalignmentAlfredo Sumaran
2016-02-29Bring back Gitlab textAlfredo Sumaran
2016-02-29Merge branch 'removed-ngprogress' into 'master' Jacob Schatz
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
2016-02-29Merge branch 'too-many-changes-btns' into 'master' Jacob Schatz
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
2016-02-29Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez
fix/contributions-forked-projects
2016-02-29Merge branch 'improve-todos-css' into 'master' Dmitriy Zaporozhets
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
2016-02-29Merge branch '11489-branded-appearance-to-ce' into 'master' Douwe Maan
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 :wink: /cc @DouweM See merge request !2927
2016-02-29Merge branch 'issue_13621' into 'master' Douwe Maan
Don't repeat labels listed on Labels tab. Fixes #13622 See merge request !2924
2016-02-29Removed NGProgressPhil Hughes
In an effort to get the JS file size down, i've removed NGProgress and replaced with TurboLinks own loading indicator Ref #13820
2016-02-29Changed too many changes buttons to whitePhil Hughes
Closes #13751
2016-02-27Logged in user should be able to read internal forks.Rubén Dávila
2016-02-27Small css cleanup for todos featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-27Improve implementation to check read access to forks and add pagination.Rubén Dávila
2016-02-27Merge branch 'evuez/gitlab-ce-webhook-url-spaces' into 'master' Robert Speicher
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
2016-02-27Merge branch 'repository-caching-refactor' into 'master' Robert Speicher
Refactor Repository Caching Related issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/13515 See merge request !2936
2016-02-26Allow webhooks URL to have leading and trailing spacesevuez
2016-02-26Merge branch 'avatar-cropping' into 'master' Jacob Schatz
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
2016-02-26Merge branch 'sidebar-hide-class' into 'master' Rémy Coutable
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
2016-02-26Merge branch 'refactor-lists' into 'master' Dmitriy Zaporozhets
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
2016-02-26Branded login page also in CEZeger-Jan van de Weg
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
2016-02-26Merge branch 'master' into avatar-croppingAlfredo Sumaran
2016-02-26Improve help UI pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-26Fix description margin for groups listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-26Refactor styles for merge requests listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-26Refactor styles for issues listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-26Refactor css for groups listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-26Refactor css for snippets listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-26Cleanup css for projects listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-26Fix syntax error in autosave coffeescript.Marin Jankovski
2016-02-26Merge branch 'rs-crowd-form-view-spec' into 'master' Rémy Coutable
Move "I should see Crowd login form" feature to a view spec We were doing all kinds of code gymnastics to "enable" Crowd in the feature spec and this would sometimes cause a transient failure. Really what it's testing is if the Crowd login form shows when Crowd's enabled, so this is much better suited to a view spec. See merge request !2963
2016-02-25Merge branch 'fix-todos' into 'master' Robert Speicher
Does not create a Todo when commenting on commit or project snippet Closes #13733 See merge request !2964