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
AgeCommit message (Collapse)Author
2015-01-30Version 7.7.2v7.7.2Dmitriy Zaporozhets
2015-01-30Bump gitlab-shell versionDmitriy Zaporozhets
2015-01-30Improvements to LDAP::User modelDmitriy Zaporozhets
* method #changed? also tracks changes of identites (fixes issue with email mapping) * find ldap identity before initialize one
2015-01-30Be more careful with parsing changes from gitlab-shellDmitriy Zaporozhets
2015-01-27Merge pull request #8658 from volker-fr/7-7-stableDmitriy Zaporozhets
installation documentation: fixed to be installed versions
2015-01-26installation documentation: install gitlab-shell 2.4.1 (as it is found in ↵Volker
the update documentation)
2015-01-26installation documentation: updated to use latest stable 7.7 branchVolker
2015-01-23Version 7.7.1v7.7.1Dmitriy Zaporozhets
2015-01-23Faster autocomplete for users/issues/emojiisDmitriy Zaporozhets
Instead of loading all issues and merge requests we load only open one. This will reduce time load for autocomplete resources significantly
2015-01-23allow to use http in redirect urlValery Sizov
2015-01-23Show modal window with instructions if GH OAuth is not enablesDmitriy Zaporozhets
2015-01-21Version 7.7.0v7.7.0Dmitriy Zaporozhets
2015-01-18Merge pull request #8605 from Razer6/fix_gitlab_shell_doc_stableJeroen van Baarsen
Update gitlab-shell in docs to 2.4.1 (stable)
2015-01-18Update gitlab-shell in docs to 2.4.1Robert Schilling
2015-01-18Version 7.7.0.rc4v7.7.0.rc4Dmitriy Zaporozhets
2015-01-18Expand sidebar only for large devicesDmitriy Zaporozhets
2015-01-18Merge branch '7-7-rc4' into '7-7-stable'Dmitriy Zaporozhets
Changes for 7.7.0.rc4 See merge request !1409
2015-01-18Small improvements to CIDmitriy Zaporozhets
2015-01-18Application admin scaffoldValery Sizov
2015-01-18Fix commits paginationDmitriy Zaporozhets
Conflicts: CHANGELOG
2015-01-17Version 7.7.0.rc3v7.7.0.rc3Dmitriy Zaporozhets
2015-01-17Merge branch '7-7-stable' of dev.gitlab.org:gitlab/gitlabhq into 7-7-stableDmitriy Zaporozhets
2015-01-17Fix passign args to original authenticate_user!Dmitriy Zaporozhets
2015-01-17Validate application settings only if column existsDmitriy Zaporozhets
2015-01-17Add tests to home page url redirectDmitriy Zaporozhets
2015-01-17Allow to specify home page for non logged-in usersDmitriy Zaporozhets
2015-01-17Fix broadcast message overflowDmitriy Zaporozhets
2015-01-17Fix signup settingsDmitriy Zaporozhets
2015-01-16Version 7.7.0.rc2v7.7.0.rc2Dmitriy Zaporozhets
2015-01-16Merge branch 'master' into '7-7-stable'Dmitriy Zaporozhets
Changes from master into 7.7 There are list of changes it will be good to have in 7.7 release like comment improvements and fixes to CI on tags See merge request !1402
2015-01-15Merge branch 'send_checkout_sha_to_services' into 'master'Dmitriy Zaporozhets
Send checkout sha to services In case of tags it may be useful to have sha of commit this tag points to. So now web hooks and services get additional parameter `checkout_sha` See merge request !1400
2015-01-15Merge branch 'remove-password-strength-indicator' into 'master'Dmitriy Zaporozhets
Remove password strength indicator We were having the following issues: - the indicator would sometimes stay red even if the password that was entered was long enough; - the indicator had a middle yellow signal: what does that mean? - the red/green backgrounds were not color-blind-friendly. See merge request !1399
2015-01-15Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets
2015-01-15Merge branch 'fix-tab-index' into 'master'Dmitriy Zaporozhets
Fix tab index Fixes #1892 See merge request !1401
2015-01-15Test git builder over annotated tagDmitriy Zaporozhets
2015-01-15Fix tabindex for comment formDmitriy Zaporozhets
2015-01-15Merge pull request #8576 from kfei/docker/update-omnibus-packageSytse Sijbrandij
Update the Omnibus package in Dockerfile
2015-01-15Send checkout sha for web hooks and servicesDmitriy Zaporozhets
2015-01-15Remove password strength indicatorJacob Vosmaer
We were having the following issues: - the indicator would sometimes stay red even if the password that was entered was long enough; - the indicator had a middle yellow signal: what does that mean? - the red/green backgrounds were not color-blind-friendly.
2015-01-15Merge branch 'fix-comments' into 'master'Dmitriy Zaporozhets
Fix comments Fixes: * drag-n-drop works for diff comments * selecting images works for diff comments * preview works for edit comments * drag-n-drop works for edit comments * selecting images works for edit comments * if comment presented on 'Discussion' and 'Changes' tabs - after edit it updates on both tabs. * Correctly hide form when edit comment on diff * fix full-screen for diff comments See merge request !1398
2015-01-15Comment broken test because I dont have time to improve itDmitriy Zaporozhets
2015-01-15Fix specsDmitriy Zaporozhets
2015-01-15Refactor zen mode. Make it works in diffsDmitriy Zaporozhets
2015-01-15Explicitly enable drag-n-drop for issue/mr/wiki markdown formsDmitriy Zaporozhets
2015-01-15Clone comment form on edit. Fixes bug with disappearing textarea or cancel ↵Dmitriy Zaporozhets
of edit
2015-01-15Merge branch 'view-link-first' into 'master'Dmitriy Zaporozhets
View link first See merge request !1397
2015-01-15Merge branch 'fix-scroll-issue' into 'master'Dmitriy Zaporozhets
Fix scroll issue Fixes #1886 See merge request !1396
2015-01-15Huge set of fixes for comments logicDmitriy Zaporozhets
2015-01-15Fix image drag-n-drop to diff commentsDmitriy Zaporozhets
2015-01-15Make view link come first so I don't have to mouse to the end of the email line.Sytse Sijbrandij