Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/test/functional/projects_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix Projects#edit with custom MR statesMarius Mathiesen2012-11-271-0/+2
* Explictily provide which mainlines and clones to serialize as XMLChristian Johansen2012-10-101-3/+8
* Better add a failing test for private repositories as wellMarius Mathiesen2012-10-081-0/+7
* Support private repositories with LDAP authorizationMarius Mathiesen2012-10-081-1/+24
* Support transferring ownership of a project to an LDAP teamMarius Mathiesen2012-10-081-3/+4
* Start using our new just_paginate gem instead of will_paginateThomas Kjeldahl Nilsson2012-10-031-8/+0
* Temporary fix for private project pagination error=turn off paginationThomas Kjeldahl Nilsson2012-09-281-0/+4
* Add project approval workflowThomas Kjeldahl Nilsson2012-06-301-4/+4
* Add option to make new projects and repos private by default.Thomas Kjeldahl Nilsson2012-06-291-12/+1
* Fix private project/repository creationChristian Johansen2012-03-031-4/+3
* Refactor project memberships to content membershipsChristian Johansen2012-02-281-6/+4
* Create private projectsChristian Johansen2012-02-281-0/+60
* Protect active projectsChristian Johansen2012-02-281-0/+6
* FormattingChristian Johansen2012-02-281-2/+1
* Build UI for managing project collaboratorsChristian Johansen2012-02-281-0/+23
* Protect projects controller for private reposChristian Johansen2012-02-281-7/+32
* Protected some project actionsChristian Johansen2012-02-281-1/+61
* Remove defunct ProjectController#categoryChristian Johansen2012-02-281-6/+11
* Limit project access through project membershipsChristian Johansen2012-02-281-0/+7
* Extracted authorization passing all tests (including controllers)Christian Johansen2012-02-281-2/+2
* Avoid new lines in HTML attributesChristian Johansen2011-10-201-0/+11
* Merge commit 'refs/merge-requests/174' of gitorious.org:gitorious/mainlineChristian Johansen2011-10-201-0/+1
|\
| * Simulate HTTPS for functional tests when use_ssl is truePeter Kjellerstedt2011-10-141-0/+1
* | Pre-select default license in projects/new formChristian Johansen2011-10-201-0/+10
|/
* Render license descriptions in projects/new markupChristian Johansen2011-10-051-0/+11
* Restrict pagination beyond available data in all controllersChristian Johansen2011-09-051-64/+5
* Disallow paging beyond available content in projects controllerChristian Johansen2011-09-051-0/+68
* Consistent style in project unit testChristian Johansen2011-09-051-65/+63
* Improved SSL support in GitoriousChristian Johansen2011-03-211-0/+13
* Change "'s" to "is"Peter Kjellerstedt2010-10-131-2/+2
* Change "'re" to "are"Peter Kjellerstedt2010-10-131-4/+4
* Change "n't" to "not"Peter Kjellerstedt2010-10-131-1/+1
* Only include groups user is an admin for list of teams a user can transfer a ...Johan Sørensen2009-12-031-89/+98
* Tweak the repo searching a bitJohan Sørensen2009-11-121-14/+29
* Adding a custom action for changing the slug for Marius Mathiesen2009-05-181-0/+18
* Adding preview functionality for Projects#edit.Marius Mathiesen2009-05-121-0/+7
* Clean up a bit from commit 37ec8ab1b2c3ba7d1f0ba9cf9bb947717813ff76Johan Sørensen2009-05-041-1/+1
* Removed the need for the version-controlled EULA (it's hosted externally) inJohan Sørensen2009-04-301-1/+1
* Render a 412 status code when the request was throttled, instead of 200 OKJohan Sørensen2009-04-221-0/+16
* The breadcrumb root for "new project" should be the class instance, not the c...Johan Sørensen2009-04-221-0/+10
* Updated copyrights-blurb in all application filesJohan Sørensen2009-04-221-3/+1
* Add some most-active-projects boxes to make the projects make slightly more i...Johan Sørensen2009-04-221-7/+2
* Rename install_site_before_filters to renders_in_site_specific_context andJohan Sørensen2009-04-221-9/+3
* Don't find all the events twice on the projects#show page, and add conditiona...Johan Sørensen2009-04-221-0/+15
* This is covered in another testcase nowJohan Sørensen2009-04-221-9/+0
* Request#host_with_port includes the www., use Request#domain insteadJohan Sørensen2009-04-221-0/+8
* Redirect to the main domain if the current_site has no subdomainJohan Sørensen2009-04-221-0/+8
* Redirect to the current_site's subdomain, if it has one and it's a GET requestJohan Sørensen2009-04-221-0/+8
* [migration] Add a Site model as a container for "site" specific projects and ...Johan Sørensen2009-04-221-0/+29
* Test that we actually create a PROJECT_CREATE event when a new project is cre...Johan Sørensen2009-04-221-0/+15