| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prevent performance issuescommit-limits | Jacob Vosmaer | 2016-03-09 | 2 | -2/+2 |
| | | |||||
| * | Change "some commits hidden" message | Jacob Vosmaer | 2016-03-07 | 2 | -2/+2 |
| | | |||||
| * | Finish refactor | Jacob Vosmaer | 2016-03-07 | 1 | -1/+1 |
| | | |||||
| * | Put 'hidden commits' logic in CommitsHelper | Jacob Vosmaer | 2016-03-04 | 2 | -12/+11 |
| | | |||||
| * | Limit the number of commits shown in MRs | Jacob Vosmaer | 2016-03-04 | 1 | -1/+11 |
| | | | | | This prevents timeouts when creating a MR with 1000s of commits. | ||||
| * | Improve consistency of SSH Keys title in administration areassh-key-settings | Robert Speicher | 2016-03-03 | 1 | -1/+1 |
| | | |||||
| * | Restructure SSH key table partial rendering | Robert Speicher | 2016-03-03 | 2 | -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` action | Robert Speicher | 2016-03-03 | 2 | -7/+1 |
| | | |||||
| * | Move SSH key JS to Profile CS class | Robert Speicher | 2016-03-03 | 1 | -11/+0 |
| | | |||||
| * | SSH key ellipsis on mobile | Phil Hughes | 2016-03-03 | 1 | -2/+2 |
| | | |||||
| * | Content link colour in profile settings | Phil Hughes | 2016-03-03 | 1 | -1/+1 |
| | | |||||
| * | SSH keys settings | Phil Hughes | 2016-03-03 | 5 | -48/+50 |
| | | | | | Closes #13860 | ||||
| * | Merge branch 'password-settings' into 'master' | Jacob Schatz | 2016-03-03 | 1 | -28/+23 |
| |\ | | | | | | | | | | | | | | | | | Password settings page Closes #13858  See merge request !3033 | ||||
| | * | Heading spacingpassword-settings | Phil Hughes | 2016-03-02 | 1 | -1/+1 |
| | | | |||||
| | * | Fixed failing password tests | Phil Hughes | 2016-03-02 | 1 | -1/+1 |
| | | | |||||
| | * | Password settings page | Phil Hughes | 2016-03-02 | 1 | -28/+23 |
| | | | | | | | | | Closes #13858 | ||||
| * | | Merge branch 'lazy-diffs' into 'master' | Jacob Vosmaer | 2016-03-03 | 8 | -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::DiffCollections | Jacob Vosmaer | 2016-03-03 | 8 | -38/+22 |
| | | | | |||||
| * | | | Merge branch 'email-settings' into 'master' | Jacob Schatz | 2016-03-03 | 1 | -46/+45 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Emails settings Closes #13857  See merge request !3032 | ||||
| | * | | | Heading spacing | Phil Hughes | 2016-03-03 | 1 | -2/+3 |
| | | | | | |||||
| | * | | | Emails settings | Phil Hughes | 2016-03-03 | 1 | -46/+44 |
| | | | | | | | | | | | | | | | | | Closes #13857 | ||||
| * | | | | Merge branch 'issue_13933' into 'master' | Jacob Schatz | 2016-03-03 | 1 | -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_13933 | Alfredo Sumaran | 2016-03-02 | 1 | -1/+3 |
| | | | | | |||||
| | * | | | Include pagination for other than projects search | Alfredo Sumaran | 2016-03-01 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Use helper for font-awesome iconsfix-explore-projects | Dmitriy Zaporozhets | 2016-03-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | | | Improve UI for explore projects page | Dmitriy Zaporozhets | 2016-03-03 | 2 | -39/+38 |
| | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | | | Remove unnecessary project limit argument from group projects pagerefactor-projects-list | Dmitriy Zaporozhets | 2016-03-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | | | Refactor projects list | Dmitriy Zaporozhets | 2016-03-03 | 6 | -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 Schatz | 2016-03-03 | 3 | -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 element | Alfredo Sumaran | 2016-03-02 | 1 | -96/+97 |
| | | | | | |||||
| | * | | | Message for when no groups found | Alfredo Sumaran | 2016-03-01 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | Add required classname for spec | Alfredo Sumaran | 2016-03-01 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Merge branch 'master' into improve-user-tabs | Alfredo Sumaran | 2016-03-01 | 10 | -24/+21 |
| | |\ \ \ | |||||
| | * | | | | Remove unneded call to missing libray | Alfredo Sumaran | 2016-03-01 | 1 | -3/+0 |
| | | | | | | |||||
| | * | | | | Rename attribute from url to href for consistency | Alfredo Sumaran | 2016-03-01 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Specify path to be used for @Page to load user activity | Alfredo Sumaran | 2016-03-01 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | Make url and actions to be the same name | Alfredo Sumaran | 2016-03-01 | 1 | -3/+3 |
| | | | | | | |||||
| | * | | | | Activate tab according URL | Alfredo Sumaran | 2016-03-01 | 1 | -7/+7 |
| | | | | | | |||||
| | * | | | | Initialize User class on the view | Alfredo Sumaran | 2016-03-01 | 1 | -0/+7 |
| | | | | | | |||||
| | * | | | | Let User class handle resource loading | Alfredo Sumaran | 2016-02-29 | 1 | -4/+1 |
| | | | | | | |||||
| | * | | | | Tidy html | Alfredo Sumaran | 2016-02-29 | 1 | -30/+18 |
| | | | | | | |||||
| | * | | | | Add ul to wrap project list | Alfredo Sumaran | 2016-02-29 | 1 | -2/+3 |
| | | | | | | |||||
| | * | | | | Add routes and actions for dynamic tab loading | Josh Frye | 2016-02-29 | 4 | -33/+40 |
| | | | | | | |||||
| * | | | | | Change `js-quick-submit` behavior to expect the class on the form | Robert Speicher | 2016-03-02 | 20 | -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 Schatz | 2016-03-02 | 2 | -62/+62 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notifications settings UI Closes #13859  See merge request !3035 | ||||
| | * | | | | | Notifications settings UI | Phil Hughes | 2016-03-02 | 2 | -62/+62 |
| | | |_|_|/ | |/| | | | | | | | | | | | | | Closes #13859 | ||||
| * | | | | | Merge branch 'preferences-view' into 'master' | Jacob Schatz | 2016-03-02 | 1 | -49/+49 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preferences view Closes #13861  See merge request !3036 | ||||
| | * | | | | | Preferences view | Phil Hughes | 2016-03-02 | 1 | -49/+49 |
| | |/ / / / | | | | | | | | | | | | | | | | Closes #13861 | ||||
| * | | | | | Merge branch 'audit-log-ui' into 'master' | Jacob Schatz | 2016-03-02 | 2 | -20/+21 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Audit log UI Closes #13862  See merge request !3037 | ||||
| | * | | | | | audit log UI update | Phil Hughes | 2016-03-02 | 2 | -20/+21 |
| | |/ / / / | | | | | | | | | | | | | | | | Closes #13862 | ||||
