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
2015-02-12Merge branch 'mobile-maximum-scale-1' into 'master'Dmitriy Zaporozhets
Don't allow page to be scaled on mobile and add horizontal scrolling to code blocks Closes #1974. Previously, scaling (both automatically and manually) was enabled on mobile, which caused the top and sidebar to move over content. Scaling is now disabled. Also previously, code in issues or comments too wide to fit inside the width of the window would "flow out" on the right, causing the whole page to become very wide and causing scrolling to scroll the entire page instead of just the code. Code blocks now scroll themselves. See merge request !1501
2015-02-12Merge branch 'fix-command-enter' into 'master'Dmitriy Zaporozhets
Actually submit comment on command-enter. Resolves #1869. Because !1474 didn't actually work. cc @sytse See merge request !1499
2015-02-11Add horizontal scrolling to code blocks.Douwe Maan
2015-02-11Actually submit comment on command-enter.Douwe Maan
Resolves #1869.
2015-02-11Merge branch 'add_label_notes' into 'master'Dmitriy Zaporozhets
Add label notes It creates system note, when someone changed labels of issue/MR. Just look at the screenshot: ![labels](https://gitlab.com/uploads/vernik91/gitlab-ce/ebbdba6bdc/labels.png) Solves this [request] (http://feedback.gitlab.com/forums/176466-general/suggestions/6623258-create-a-note-when-issue-labels-change). *P.S. Thanks this [PR](https://github.com/gitlabhq/gitlabhq/pull/8237) for idea :wink:. But I need this feature as soon as possible.* See merge request !331
2015-02-10Remove settings from gitlab.yml.example which we already have in UIDmitriy Zaporozhets
2015-02-10Default issue tracker fix for creating default issue service.Marin Jankovski
2015-02-09Don't allow page to be scaled on mobile.Douwe Maan
2015-02-09Merge branch 'improve-oauth-ux' into 'master'Dmitriy Zaporozhets
Improve OAuth UX See merge request !1489
2015-02-08Add labels notesNikita Verkhovin
2015-02-08Merge pull request #8580 from j0k3r/asanaDmitriy Zaporozhets
Add Asana service
2015-02-08Merge pull request #8740 from cinderblock/masterDmitriy Zaporozhets
Be less restrictive on key comment extraction
2015-02-08Merge pull request #8749 from sashkab/b8748-emailheaderDmitriy Zaporozhets
Addex X-GitLab-Project header to GitLab emails.
2015-02-08When add new social account - redirect to accounts page and show notice messageDmitriy Zaporozhets
2015-02-08Merge branch 'duduribeiro-fix_showing_overflow' into 'master'Dmitriy Zaporozhets
Fix project sidebar overflow small screens See merge request !1488
2015-02-08Merge branch 'autosave' into 'master'Dmitriy Zaporozhets
Autosave and autorestore unsaved comments. Closes #1738. See merge request !1480
2015-02-08Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqDmitriy Zaporozhets
2015-02-08Merge branch 'notification_email'Dmitriy Zaporozhets
Conflicts: db/schema.rb
2015-02-08Merge branch 'import-all-projects' into 'master'Dmitriy Zaporozhets
Add "Import all projects" button to GitHub and GitLab import pages. Closes #1963. See merge request !1482
2015-02-08Merge branch 'fix_showing_overflow' of ↵Dmitriy Zaporozhets
https://github.com/duduribeiro/gitlabhq into duduribeiro-fix_showing_overflow
2015-02-08Fix showing overflow when have several items at sidebarCarlos Ribeiro
2015-02-08Allow notification email to be set separately from primary email.Douwe Maan
Closes #1932.
2015-02-08Add "Import all projects" button to GitHub and GitLab import pages.Douwe Maan
Closes #1963.
2015-02-08Merge branch 'refactor-avatars' into 'master'Dmitriy Zaporozhets
Refactor avatars css See merge request !1487
2015-02-07Autosave and autorestore unsaved comments.Douwe Maan
Closes #1738.
2015-02-07Merge branch 'clean-up-devise-views' into 'master'Dmitriy Zaporozhets
Clean up devise views See merge request !1472
2015-02-07Add project-avatar and group-avatar css classesDmitriy Zaporozhets
2015-02-07Addex X-GitLab-Project header to GitLab emails.Aleks Bunin
Fixes #8748.
2015-02-07Fix tests for semaphoreDmitriy Zaporozhets
2015-02-07Merge branch 'mention-groups'Dmitriy Zaporozhets
Conflicts: CHANGELOG
2015-02-06Add index on order columnsDmitriy Zaporozhets
2015-02-06Merge branch 'api-default-order' into 'master'Dmitriy Zaporozhets
Sorting refactoring * refactor sorting logic for web UI * refactor and document ordering for API: project, issues, merge requests * explicitly define ordering in models using default_scope See merge request !1476
2015-02-06Merge branch 'markdown-preview-via-post' into 'master'Dmitriy Zaporozhets
Don't have Markdown preview fail for long comments/wiki pages. See https://github.com/gitlabhq/gitlabhq/issues/8611. See merge request !1479
2015-02-06Don't have Markdown preview fail for long content by using POST rather than GET.Douwe Maan
See https://github.com/gitlabhq/gitlabhq/issues/8611.
2015-02-06GitHub importer refactoringValery Sizov
2015-02-06Apply default scope to labels and remove one for notesDmitriy Zaporozhets
2015-02-06Refactor issuable sorting a bitDmitriy Zaporozhets
2015-02-06Merge branch 'submit-comment-on-command-enter' into 'master'Dmitriy Zaporozhets
Submit comment on command enter Fixes #1869. See merge request !1474
2015-02-06Merge branch 'remove-group-milestone-participants-duplicates' into 'master'Dmitriy Zaporozhets
Remove duplicates from group milestone participants list. See merge request !1473
2015-02-06Refactor sorting in projectDmitriy Zaporozhets
2015-02-06gitlab.com importer: refactorigValery Sizov
2015-02-06Fix method overlap for issue sortingDmitriy Zaporozhets
2015-02-06Be less restrictive on key comment extractionCameron Tacklind
2015-02-06Explicitly define ordering in models using default_scopeDmitriy Zaporozhets
2015-02-05Submit comment on command-enter.Douwe Maan
Fixes #1869.
2015-02-05Gitlab.com integration: code foldingValery Sizov
2015-02-05GitLab.com integration: refactoringValery Sizov
2015-02-05GitLab.com integration: small view fixValery Sizov
2015-02-05GitLab.com integration: refactoringValery Sizov
2015-02-05GitLab integration. ImporterValery Sizov