summaryrefslogtreecommitdiff
path: root/spec/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into lazy-diffsJacob Vosmaer2016-03-031-0/+53
|\
| * Merge branch 'fix/deprecated-ci-badge-permissions' into 'master' Douwe Maan2016-03-021-0/+53
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Fix permissions for deprecated CI build status badge This fixes permissions for deprecated status badge, being unavailable even if project is public. Closes #13324 See merge request !3030
| | * Do not require authentication for CI status badgefix/deprecated-ci-badge-permissionsGrzegorz Bizon2016-03-011-12/+11
| | | | | | | | | | | | | | | This changes only deprecated CI badge that we keep for backwards compatibility. See !3030#note_4041498.
| | * Fix specs for deprecated CI build status badgeGrzegorz Bizon2016-03-011-1/+2
| | |
| | * Fix deprecated CI build status badge permissionsGrzegorz Bizon2016-03-011-0/+53
| | |
* | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into lazy-diffsJacob Vosmaer2016-03-014-3/+21
|\ \ \ | |/ /
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-02-294-4/+4
| |\ \ | | |/ | | | | | | fix/contributions-forked-projects
| | * Add `:with_avatar` trait to User factoryRobert Speicher2016-02-243-3/+3
| | |
| * | include contributions from forked projects on profile calendarJames Lopez2016-02-221-0/+18
| | |
* | | Fixes caught by failing testsJacob Vosmaer2016-02-261-1/+1
| | |
* | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into lazy-diffsJacob Vosmaer2016-02-2512-10/+171
|\ \ \ | | |/ | |/|
| * | Merge branch 'fix-autocomplete-spec' into 'master'Robert Speicher2016-02-231-1/+1
| |/ | | | | | | | | | | | | | | Fix volatile spec. Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/312. See merge request !206
| * Merge branch 'rs-move-controller-specs' into 'master' Douwe Maan2016-02-205-0/+0
| |\ | | | | | | | | | | | | | | | | | | Move a few controller specs to their correct locations See merge request !2889
| | * Move a few controller specs to their correct locationsrs-move-controller-specsRobert Speicher2016-02-185-0/+0
| | |
| * | Fix build and add specsRubén Dávila2016-02-191-0/+49
| |/
| * Reopened MRs should also be considered as open.issue_13539Rubén Dávila2016-02-171-0/+34
| |
| * Merge branch 'git-archive-refactor' into 'master' Douwe Maan2016-02-171-8/+3
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Refactor 'git archive' hand-off to gitlab-workhorse We have a nicer way now to hand off HTTP responses to gitlab-workhorse. Companion MR: https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/36 See merge request !2675
| | * Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Jacob Vosmaer2016-02-174-1/+109
| | |\ | | | | | | | | | | | | git-archive-refactor
| | * | First version of "git archive" headersJacob Vosmaer2016-02-021-8/+3
| | | |
| * | | Redirect /import to project page if no importing at all and repo existsfix/13367-redirect-to-project-page-if-no-importRémy Coutable2016-02-171-0/+12
| | |/ | |/| | | | | | | Fixes #13367.
| * | Ensure Commit#show responds 404 instead of 500 when given an invalid IDrs-issue-13467Robert Speicher2016-02-151-0/+37
| | | | | | | | | | | | Closes #13467
| * | Add spec for assigning view param from cookiekkm/gitlab-ce-user-diff-view-pref-cookieRobert Speicher2016-02-051-5/+19
| | |
| * | Add a controller test for the new 'diff_view' cookieRémy Coutable2016-02-051-1/+13
| | |
| * | Merge branch 'fix/atom-url-issue' into 'master' Douwe Maan2016-02-041-0/+8
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix atom url issue on projects This MR adds prevents a project to have a path ending in .atom that conflicts with the feed and Adds a migration to migrate old .atom projects to a different path Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/3699 See merge request !2651
| | * | refactored migration and spec based on feedbackJames Lopez2016-02-041-2/+2
| | | |
| | * | refactor previous test and add validation to project modelJames Lopez2016-01-291-6/+3
| | | |
| | * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/atom-url-issueJames Lopez2016-01-293-14/+132
| | |\ \ | | | |/
| | * | WIP - spec failure on .atom project URLJames Lopez2016-01-221-0/+11
| | | |
* | | | Fix some specsJacob Vosmaer2016-02-042-4/+4
|/ / /
* | | Fix rubocop offensesDouglas Barbosa Alexandre2016-02-021-4/+1
| | |
* | | Refactor Admin::SpamLogsController to block user before destroyingDouglas Barbosa Alexandre2016-02-021-21/+14
| | |
* | | Support Akismet spam checking for creation of issues via APIStan Hu2016-02-021-0/+47
| |/ |/| | | | | | | | | | | Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
* | Move blame group logic to dedicated classDouwe Maan2016-01-281-14/+0
| |
* | Merge branch 'rs-groups-index' into 'master' Douwe Maan2016-01-261-0/+23
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the `/groups` route behave as expected The route is supposed to redirect the Groups#index request based on whether or not a user was logged in. If they are, we redirect them to their groups dashboard; if they're not, we redirect them to the public Explore page. But due to overly aggressive `before_action`s that weren't excluding (or including) the `index` action, the request always resulted in a 404, whether a user was logged in or not. Closes #12660 See merge request !2580
| * | Make the `/groups` route behave as expectedrs-groups-indexRobert Speicher2016-01-231-0/+23
| |/ | | | | | | | | | | | | | | | | | | | | | | | | The route is supposed to redirect the Groups#index request based on whether or not a user was logged in. If they are, we redirect them to their groups dashboard; if they're not, we redirect them to the public Explore page. But due to overly aggressive `before_action`s that weren't excluding the `index` action, the request always resulted in a 404, whether a user was logged in or not. Closes #12660
* | Fixi import redirect loopDouglas Barbosa Alexandre2016-01-251-0/+109
|/
* Merge branch 'unsubscribe-from-thread-from-email-footer' into 'master' Douwe Maan2016-01-141-0/+26
|\ | | | | | | | | | | | | | | | | | | | | Unsubscribe from thread through link in email footer Closes #3437 ![Screenshot_from_2015-12-11_15-35-06](/uploads/cfb3d8737d4757f527995411f103d0ce/Screenshot_from_2015-12-11_15-35-06.png) ![Screenshot_from_2015-12-11_15-35-56](/uploads/9b7121be7ce4b05e5995ca6d38c5bea4/Screenshot_from_2015-12-11_15-35-56.png) See merge request !2068
| * Unsubscribe from thread through link in email footerZeger-Jan van de Weg2016-01-091-0/+26
| |
* | Repair ldap_blocked state when no ldap identity exist anymoreGabriel Mazetto2016-01-081-0/+26
| |
* | Prevent ldap_blocked users from being unblocked by the Admin UIGabriel Mazetto2016-01-081-9/+26
|/
* Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer2016-01-071-0/+66
|
* Add `AbuseReport#notify`rs-abuse-reports-refactorRobert Speicher2016-01-041-55/+25
| | | | Tell, Don't Ask.
* Fix specsDouwe Maan2015-12-181-2/+2
|
* Automatically fork a project when not allowed to edit a file.Douwe Maan2015-12-181-2/+2
|
* Merge branch 'serve_lfs_object' into 'master' Douwe Maan2015-12-081-0/+34
|\ | | | | | | | | | | | | Serve LFS object Depends on gitlab-org/gitlab_git!57 See merge request !1976
| * All for you rubocop.Marin Jankovski2015-12-081-2/+2
| |
| * Stub the calls to disk and check what send_file returns.Marin Jankovski2015-12-081-1/+3
| |
| * Fix specs caused by update of gitlab-test repo.serve_lfs_objectMarin Jankovski2015-12-081-1/+1
| |
| * Add specs for showing lfs object in UI.Marin Jankovski2015-12-071-0/+32
| |
* | Merge branch 'master' into fix-merge-request-that-removes-submoduleDouglas Barbosa Alexandre2015-12-072-3/+29
|\ \