summaryrefslogtreecommitdiff
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
* Prevent performance issuescommit-limitsJacob Vosmaer2016-03-092-2/+2
|
* Change "some commits hidden" messageJacob Vosmaer2016-03-072-2/+2
|
* Finish refactorJacob Vosmaer2016-03-071-1/+1
|
* Put 'hidden commits' logic in CommitsHelperJacob Vosmaer2016-03-042-12/+11
|
* Limit the number of commits shown in MRsJacob Vosmaer2016-03-041-1/+11
| | | | This prevents timeouts when creating a MR with 1000s of commits.
* Improve consistency of SSH Keys title in administration areassh-key-settingsRobert Speicher2016-03-031-1/+1
|
* Restructure SSH key table partial renderingRobert Speicher2016-03-032-12/+10
| | | | | Prior, we were double-checking `@keys.any?`, and unnecessarily assigning `is_admin` in a view where it wasn't needed.
* Remove `Profile::KeysController#new` actionRobert Speicher2016-03-032-7/+1
|
* Move SSH key JS to Profile CS classRobert Speicher2016-03-031-11/+0
|
* SSH key ellipsis on mobilePhil Hughes2016-03-031-2/+2
|
* Content link colour in profile settingsPhil Hughes2016-03-031-1/+1
|
* SSH keys settingsPhil Hughes2016-03-035-48/+50
| | | | Closes #13860
* Merge branch 'password-settings' into 'master' Jacob Schatz2016-03-031-28/+23
|\ | | | | | | | | | | | | | | | | Password settings page Closes #13858 ![](https://gitlab.com/gitlab-org/gitlab-ce/uploads/ebb9b67d69daa8872d79626b85f99b52/password-settings.png) See merge request !3033
| * Heading spacingpassword-settingsPhil Hughes2016-03-021-1/+1
| |
| * Fixed failing password testsPhil Hughes2016-03-021-1/+1
| |
| * Password settings pagePhil Hughes2016-03-021-28/+23
| | | | | | | | Closes #13858
* | Merge branch 'lazy-diffs' into 'master' Jacob Vosmaer2016-03-038-38/+22
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lazy diffs Needs https://gitlab.com/gitlab-org/gitlab_git/merge_requests/65 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/10785 - Use Gitlab::Git::DiffCollection which limits the result set size. This avoids loading unnecessary data from Git/SQL into memory. - Remove left-over Grit timeout handling code. - Use Gitlab::Git::Count.lines to count lines in strings. - Use more iterators. See merge request !2705
| * | Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-038-38/+22
| | |
* | | Merge branch 'email-settings' into 'master' Jacob Schatz2016-03-031-46/+45
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Emails settings Closes #13857 ![](https://gitlab.com/gitlab-org/gitlab-ce/uploads/4a87ee4b0abf970c1fbb5e8a8c02740c/email-settings.png) See merge request !3032
| * | | Heading spacingPhil Hughes2016-03-031-2/+3
| | | |
| * | | Emails settingsPhil Hughes2016-03-031-46/+44
| | | | | | | | | | | | | | | | Closes #13857
* | | | Merge branch 'issue_13933' into 'master' Jacob Schatz2016-03-031-1/+3
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Include pagination for other than projects search Pagination for projects results is already added on views/shared/projects/_list.html.haml Fixes #13933 See merge request !3056
| * | | Place pagination outside .search-resultsissue_13933Alfredo Sumaran2016-03-021-1/+3
| | | |
| * | | Include pagination for other than projects searchAlfredo Sumaran2016-03-011-1/+1
| | | |
* | | | Use helper for font-awesome iconsfix-explore-projectsDmitriy Zaporozhets2016-03-031-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Improve UI for explore projects pageDmitriy Zaporozhets2016-03-032-39/+38
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Remove unnecessary project limit argument from group projects pagerefactor-projects-listDmitriy Zaporozhets2016-03-031-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Refactor projects listDmitriy Zaporozhets2016-03-036-45/+22
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Fix double bottom border if pagination 2. Fix broken search on forks page 4. Remove duplicate js logic 4. Remove unused show all link 5. Remove duplicate “no project” message in different views After this merge request you can easily render shared projects template with all necessary html/js included to make searchable list with pagination. All you need to provide is controller that returns projects list with seach nad pagination and render html form with project-filter-form id and text field with filter_projects name. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'improve-user-tabs' into 'master' Jacob Schatz2016-03-033-105/+105
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add routes and actions for dynamic tab loading. Closes #13588 and #13584 See merge request !2961
| * | | Provide defaults and make sure we everything is container into a parent elementAlfredo Sumaran2016-03-021-96/+97
| | | |
| * | | Message for when no groups foundAlfredo Sumaran2016-03-011-0/+2
| | | |
| * | | Add required classname for specAlfredo Sumaran2016-03-011-1/+1
| | | |
| * | | Merge branch 'master' into improve-user-tabsAlfredo Sumaran2016-03-0110-24/+21
| |\ \ \
| * | | | Remove unneded call to missing librayAlfredo Sumaran2016-03-011-3/+0
| | | | |
| * | | | Rename attribute from url to href for consistencyAlfredo Sumaran2016-03-011-1/+1
| | | | |
| * | | | Specify path to be used for @Page to load user activityAlfredo Sumaran2016-03-011-2/+2
| | | | |
| * | | | Make url and actions to be the same nameAlfredo Sumaran2016-03-011-3/+3
| | | | |
| * | | | Activate tab according URLAlfredo Sumaran2016-03-011-7/+7
| | | | |
| * | | | Initialize User class on the viewAlfredo Sumaran2016-03-011-0/+7
| | | | |
| * | | | Let User class handle resource loadingAlfredo Sumaran2016-02-291-4/+1
| | | | |
| * | | | Tidy htmlAlfredo Sumaran2016-02-291-30/+18
| | | | |
| * | | | Add ul to wrap project listAlfredo Sumaran2016-02-291-2/+3
| | | | |
| * | | | Add routes and actions for dynamic tab loadingJosh Frye2016-02-294-33/+40
| | | | |
* | | | | Change `js-quick-submit` behavior to expect the class on the formRobert Speicher2016-03-0220-33/+33
| | | | | | | | | | | | | | | | | | | | | | | | | Now it will work on any field inside that form, and it's easier to scope new behavior, which is what we're adding next!
* | | | | Merge branch 'notification-settings' into 'master' Jacob Schatz2016-03-022-62/+62
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notifications settings UI Closes #13859 ![](https://gitlab.com/gitlab-org/gitlab-ce/uploads/125e8e3b14319b6cf95e9aa31659681a/notification-settings.png) See merge request !3035
| * | | | | Notifications settings UIPhil Hughes2016-03-022-62/+62
| | |_|_|/ | |/| | | | | | | | | | | | | Closes #13859
* | | | | Merge branch 'preferences-view' into 'master' Jacob Schatz2016-03-021-49/+49
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preferences view Closes #13861 ![](https://gitlab.com/gitlab-org/gitlab-ce/uploads/133ae7a1b4a0e931d5a6b19922eb2703/preferences-settings.png) See merge request !3036
| * | | | | Preferences viewPhil Hughes2016-03-021-49/+49
| |/ / / / | | | | | | | | | | | | | | | Closes #13861
* | | | | Merge branch 'audit-log-ui' into 'master' Jacob Schatz2016-03-022-20/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Audit log UI Closes #13862 ![](https://gitlab.com/gitlab-org/gitlab-ce/uploads/a6d6d1c3661173b95df9ec95f8e2f644/audit-log-settings.png) See merge request !3037
| * | | | | audit log UI updatePhil Hughes2016-03-022-20/+21
| |/ / / / | | | | | | | | | | | | | | | Closes #13862