summaryrefslogtreecommitdiff
path: root/spec/routing
Commit message (Expand)AuthorAgeFilesLines
* Add routing specs for environment foldersGrzegorz Bizon2017-03-271-0/+49
* Implement OpenID Connect identity providerMarkus Koller2017-03-071-0/+30
* Use native unicode emojisEric Eastwood2017-03-061-2/+1
* Remove query parameters from notes polling endpoint to make caching easierAdam Niedzielski2017-03-011-4/+14
* Merge branch 'master' into jej-pages-picked-from-eeJames Edwards-Jones2017-02-031-4/+4
|\
| * replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-4/+4
* | Fix 500 error while navigating to the `pages_domains` 'show' page.Timothy Andrew2017-01-311-7/+30
|/
* Fix 500 error when visit group from admin area if group name contains dotdz-improve-admin-group-routingDmitriy Zaporozhets2016-12-281-2/+8
* Modify GithubImport to support GiteaRémy Coutable2016-12-191-1/+0
* Rename Gogs to Gitea, DRY the controller and improve viewsRémy Coutable2016-12-191-0/+166
* Changed autocomplete_sources into an action that returns a single 'at' type o...18435-autocomplete-is-not-performantLuke Bennett2016-12-151-4/+15
* Add support for nested groups to admin routingdz-fix-admin-routesDmitriy Zaporozhets2016-12-111-1/+13
* Add nested groups support to the routingdz-allow-nested-group-routingDmitriy Zaporozhets2016-11-232-510/+540
* Fix 500 error when group name ends with gitDmitriy Zaporozhets2016-11-211-1/+1
* Fix 404 on some group pages when name contains dotdz-fix-group-name-dotDmitriy Zaporozhets2016-11-211-5/+13
* Fix routing spec for group controllerdz-refactor-contraintsDmitriy Zaporozhets2016-11-081-2/+2
* Merge branch 'dz-rename-user-routes' into 'master'Robert Speicher2016-10-171-6/+6
|\
| * Update users routing specDmitriy Zaporozhets2016-10-131-6/+6
* | Fix 404 when group path has dot in the namedz-fix-group-with-dotDmitriy Zaporozhets2016-10-161-0/+6
|/
* Merge branch 'atom-routes' into 'master' Robert Speicher2016-10-111-1/+1
|\
| * Allow browsing branches that end with '.atom'Sean McGivern2016-10-111-1/+1
* | Catch any undefined API routing and return 400 Bad RequestDmitriy Zaporozhets2016-10-101-1/+3
|/
* Update user routing spec after constrainer logic changeddz-root-urlDmitriy Zaporozhets2016-10-061-1/+1
* Change user & group landing page routing from /u/:name & /groups/:name to /:nameDmitriy Zaporozhets2016-10-061-1/+3
* Fix markdown help referencesClement Ho2016-08-261-2/+2
* Support integration with Koding (online IDE)Gokmen Goksel2016-08-191-1/+8
* Rename `markdown_preview` routes to `preview_markdown`Christopher Bartz2016-08-111-4/+4
* Add failing test for #20462winniehell2016-08-021-1/+4
* Clean up unused routesJosef Strzibny2016-07-263-17/+0
* Fix help page paths to make sure shortcuts and the UI help page work.fix-help-pathsConnor Shea2016-07-191-5/+2
* Fix failing tests.Connor Shea2016-07-111-13/+9
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-013-3/+0
* Merge branch 'health-check-route'Douwe Maan2016-05-122-0/+17
|\
| * Add tests for the health check featureDJ Mountney2016-05-102-0/+17
* | Add specs for user routing and update spec for user controllerLong Nguyen2016-05-081-0/+37
* | user routings refactorLong Nguyen2016-05-081-0/+4
* | Remove unused code, update spec, and update changelogLong Nguyen2016-05-051-8/+0
|/
* Remove `Profile::KeysController#new` actionRobert Speicher2016-03-031-5/+0
* Increase the minimum length for commit SHA matching to 7rs-issue-12706Robert Speicher2016-01-291-4/+4
* Fix broken specs. #2406Rubén Dávila2016-01-201-2/+2
* Merge branch 'issue_3076' into 'master' Drew Blessing2016-01-081-0/+1
|\
| * Fix problem with projects ending with .keys #3076Jose Corcuera2016-01-061-0/+1
* | Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer2016-01-071-0/+12
|/
* Move partial to right place and fix tests.Douwe Maan2015-09-081-3/+3
* Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-111-7/+7
* Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-111-7/+7
* Improve tests to use real branches in merge requestsDmitriy Zaporozhets2015-08-041-7/+7
* Audit log for user authenticationValery Sizov2015-07-061-2/+2
* Fix Style/TrailingBlankLines cop violationsRobert Speicher2015-06-222-2/+0
* Add RootControllerRobert Speicher2015-06-131-2/+8