summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-404-empty-repo' into 'master'Stan Hu2015-07-221-1/+3
|\
| * Fix 404 error in files view after deleting the last file in a repositoryStan Hu2015-07-211-1/+3
* | Fix full screen mode for snippet commentsDaniel Gerhardt2015-07-211-1/+4
|/
* Merge branch 'fix-disabled-feature-access' into 'master'Stan Hu2015-07-201-23/+31
|\
| * Fix access to disabled features for unauthenticated usersDaniel Gerhardt2015-07-201-23/+31
* | Merge branch 'mr-fetch-command' into 'master'Stan Hu2015-07-201-0/+10
|\ \
| * | merge_requests: add fetch command to the MR pageBen Boeckel2015-07-201-0/+10
* | | Merge branch 'fix-slow-repository-cache-update' into 'master'Valery Sizov2015-07-201-19/+1
|\ \ \
| * | | Remove repository graph log to fix slow cache updates after push eventStan Hu2015-07-191-19/+1
| |/ /
* | | Merge branch 'remove-redundant-last-push' into 'master'Valery Sizov2015-07-201-1/+3
|\ \ \
| * | | Remove redundant last push event if activity feed is set to main pageStan Hu2015-07-181-1/+3
* | | | Merge branch 'activity_publicly_accessible' into 'master' Valery Sizov2015-07-201-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Public project activity page asks for sign-inactivity_publicly_accessibleValery Sizov2015-07-201-1/+1
* | | | Merge branch 'fix-unauthenticated-label-access' into 'master'Stan Hu2015-07-202-1/+6
|\ \ \ \
| * | | | Fix label read access for unauthenticated usersDaniel Gerhardt2015-07-192-1/+6
| | |_|/ | |/| |
* | | | Dynamically check `:admin_*` ability in issuable contextRobert Speicher2015-07-191-2/+2
|/ / /
* | | Merge branch 'fix-mixed-color-preview' into 'master'Valery Sizov2015-07-191-1/+1
|\ \ \ | |/ / |/| |
| * | Fix bug where notes were being rendered with wrong color preferences due to c...Stan Hu2015-07-181-1/+1
| |/
* | Show the first tab automatically on MergeRequests#newrs-issue-2013Robert Speicher2015-07-181-3/+9
|/
* Merge branch 'fix-note-edit-upload-link' into 'master'Stan Hu2015-07-181-1/+1
|\
| * Fix file upload dialog for comment editingDaniel Gerhardt2015-07-171-1/+1
* | Merge branch 'fix-line-highlighter-link-click' into 'master'Robert Speicher2015-07-181-1/+1
|\ \ | |/ |/|
| * Fix bug where clicking on the link icon on a file would result in "L#undefine...Stan Hu2015-07-171-1/+1
* | Merge branch 'add-support-remove-milestone' into 'master'Stan Hu2015-07-173-1/+13
|\ \
| * | Add support for destroying project milestonesStan Hu2015-07-173-1/+13
| |/
* | Merge branch 'validate_token_and_url_format_for_gitlab_ci' into 'master' Dmitriy Zaporozhets2015-07-171-2/+6
|\ \
| * | Validate format of project_url and token for GitLab CI service.Marin Jankovski2015-07-171-2/+6
| |/
* | Merge branch 'even-faster-search' into 'master' Dmitriy Zaporozhets2015-07-171-6/+5
|\ \
| * | Avoid copy of strings in memory for parsing git grep resulteven-faster-searchDmitriy Zaporozhets2015-07-131-6/+5
* | | Avoid cache building for super-weird case when repository root_ref is nilDmitriy Zaporozhets2015-07-171-1/+4
* | | Store commit count in project tableadvanced-cacheDmitriy Zaporozhets2015-07-178-17/+25
* | | Build missing cache items in background job after each pushDmitriy Zaporozhets2015-07-174-5/+34
| |/ |/|
* | Time ago fix for compare pageValery Sizov2015-07-152-0/+2
* | Merge branch 'nice-scroll-sidebar' into 'master'Dmitriy Zaporozhets2015-07-143-2/+4
|\ \
| * | Add nice scroll for sidebarDmitriy Zaporozhets2015-07-143-2/+4
* | | Hide scrollbar from sidebar when external mouse is connected to OSXKamil Trzcinski2015-07-141-1/+2
|/ /
* | Merge branch 'rs-issue-1773' into 'master'Dmitriy Zaporozhets2015-07-144-17/+31
|\ \
| * | Rename `notice_added_references` to `create_new_cross_references!`rs-issue-1773Robert Speicher2015-07-134-6/+6
| * | Refactor Mentionable#notice_added_referencesRobert Speicher2015-07-131-11/+25
* | | Merge branch 'project-default-view' into 'master'Dmitriy Zaporozhets2015-07-1410-38/+69
|\ \ \
| * | | Allow user to specify content he wants to see on project pageproject-default-viewDmitriy Zaporozhets2015-07-1310-38/+69
* | | | Improve project new item dropdownproject-plus-iconDmitriy Zaporozhets2015-07-132-3/+2
| |/ / |/| |
* | | Merge branch 'use_password_field_defaults_for_services' into 'master'Dmitriy Zaporozhets2015-07-132-12/+2
|\ \ \
| * | | Use password field default password masking.use_password_field_defaults_for_servicesMarin Jankovski2015-07-132-12/+2
| |/ /
* | | Merge branch 'project-dropdown' into 'master'Dmitriy Zaporozhets2015-07-132-0/+34
|\ \ \
| * | | Better wording for project dropdownDmitriy Zaporozhets2015-07-131-3/+2
| * | | Add dropdown to quickly create issue or branch from project pageDmitriy Zaporozhets2015-07-132-0/+35
| |/ /
* | | Increase padding between menu items a bitDmitriy Zaporozhets2015-07-131-1/+1
* | | Make sidebar scrollable. It prevents content overflow for small screensDmitriy Zaporozhets2015-07-132-8/+6
|/ /
* | Hide icon for bact-to-location menu in sidebarDmitriy Zaporozhets2015-07-136-6/+12