Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Filter group milestones based on user membership | Chantal Rollison | 2018-09-13 | 1 | -3/+5 |
| | |||||
* | Add group milestones to dashboard milestone page | Chantal Rollison | 2018-08-03 | 1 | -1/+18 |
| | |||||
* | Resolve "Rename the `Master` role to `Maintainer`" Backend | Mark Chao | 2018-07-11 | 2 | -3/+3 |
| | |||||
* | Fix filter on `dashboard/groups` & `explore/groups | Bob Van Landuyt | 2018-01-22 | 1 | -0/+20 |
| | | | | | | When searching we would limit the scope of ancestors to load because the filter would be applied to the ancestors. Instead, we need to load _all_ ancestors for matching projects. | ||||
* | Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specs | blackst0ne | 2017-12-22 | 2 | -2/+2 |
| | |||||
* | Fix access to the final page of todos | Sean McGivern | 2017-11-09 | 1 | -2/+2 |
| | | | | | | | | | The todos page limit is 20, and both that and a user's pending todo count are integers. Using integer division means that the result's floor will be taken, defeating the point of the later call to `#ceil`. So we need to convert one side of the division to a float first, otherwise the last page won't be treated as available. | ||||
* | Refactor `have_http_status` into `have_gitlab_http_status` in the specs | Jacopo | 2017-10-20 | 2 | -8/+8 |
| | |||||
* | Merge branch 'master' into bvl-group-trees | Bob Van Landuyt | 2017-10-10 | 1 | -1/+25 |
|\ | |||||
| * | Save a query on the todos index pagesave-a-query-on-todos-with-no-filters | Sean McGivern | 2017-10-04 | 1 | -1/+25 |
| | | | | | | | | | | | | When there are no filters, we can get the total todos count from the cached count on the user object, instead of performing a DB query. This query takes about 80ms for me on GitLab.com. | ||||
* | | Reuse the groups tree for explore and dashboard. | Bob Van Landuyt | 2017-10-04 | 1 | -15/+9 |
| | | |||||
* | | Use same response-body in groups-dashboard as we do for group-home | Bob Van Landuyt | 2017-10-04 | 1 | -0/+29 |
|/ | |||||
* | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 3 | -6/+6 |
| | |||||
* | Merge branch '33303-404-for-unauthorized-project' into 'security-9-3' | Sean McGivern | 2017-07-19 | 1 | -0/+30 |
| | | | | | [9.3 security fix] Renders 404 if given project is not readable by the user on Todos dashboard See merge request !2118 | ||||
* | Fix dashboard labels dropdown | Nick Thomas | 2017-07-07 | 1 | -0/+25 |
| | |||||
* | Fixed dashboard milestone tabs not loadingdashboard-milestone-tabs-loading-async | Phil Hughes | 2017-06-09 | 1 | -0/+38 |
| | | | | Closes #33477 | ||||
* | Backport of multiple_assignees_feature [ci skip] | Valery Sizov | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | Unnecessary "include WaitForAjax" and "include ApiHelpers" | Jacopo | 2017-04-21 | 1 | -2/+0 |
| | | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true` | ||||
* | Merge branch 'open-redirect-host-fix' into 'security' | Sean McGivern | 2017-04-05 | 1 | -0/+7 |
| | | | | | Fix for three open redirect vulns using redirect_to url_for(params.merge))) See merge request !2082 | ||||
* | Add 'Undo mark all as done' to Todos | Jacopo | 2017-03-16 | 1 | -0/+14 |
| | | | | | | Added the ability to 'Undo mark all as done' todos marked as complete with 'Mark all as done' in the 'Todo' tab of the Todo dashboard. The operation undos only the todo previously marked as done with the 'Mark al as done' button. | ||||
* | fix rspec issue after delimiter fix | Nur Rony | 2017-02-22 | 1 | -1/+1 |
| | |||||
* | Todo done clicking is kind of unusable. | Jacopo | 2017-02-17 | 1 | -5/+20 |
| | | | | | | The Done button will change to an Undo button and the line item will be greyed out. Bold links will be unbolded. The user can undo the task by clicking the Undo button. | ||||
* | Use `empty_project` where possible in controller specsrs-empty_project-controllers | Robert Speicher | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | fixes the issue | Tiago Botelho | 2017-01-12 | 1 | -1/+1 |
| | |||||
* | applies url_for so that we dont lose filters when redirecting19988-prevent-empty-pagination-when-list-not-empty | Tiago Botelho | 2016-12-23 | 1 | -1/+2 |
| | |||||
* | adds specs for respective behaviour | Tiago Botelho | 2016-12-21 | 1 | -0/+36 |