summaryrefslogtreecommitdiffstats
path: root/app/controllers/projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Skip the most_active_overall on projects#index and move the recently into the...Johan Sørensen2009-12-141-1/+0
* Only include groups user is an admin for list of teams a user can transfer a ...Johan Sørensen2009-12-031-24/+24
* Order the repository clone shortlist by last_pushed_toJohan Sørensen2009-11-131-3/+2
* Tweak the repo searching a bitJohan Sørensen2009-11-121-10/+22
* Only create an UPDATE_PROJECT action when the project is changedJohan Sørensen2009-08-261-1/+2
* Be able to easily add/remove merge-request statuses from projects#editJohan Sørensen2009-08-241-1/+1
* Adding a custom action for changing the slug for Marius Mathiesen2009-05-181-2/+14
* Adding preview functionality for Projects#edit.Marius Mathiesen2009-05-121-0/+8
* The breadcrumb root for "new project" should be the class instance, not the c...Johan Sørensen2009-04-221-1/+1
* Add breadcrumbs for edit/new project pagesTor Arne Vestbø2009-04-221-0/+5
* Updated copyrights-blurb in all application filesJohan Sørensen2009-04-221-0/+5
* Introduce a stale_conditional? controller helper for not setting conditional GETJohan Sørensen2009-04-221-2/+2
* Require current EULA version everywhere for logged in users.Marius Mathiesen2009-04-221-1/+0
* Add some most-active-projects boxes to make the projects make slightly more i...Johan Sørensen2009-04-221-1/+5
* Rename install_site_before_filters to renders_in_site_specific_context andJohan Sørensen2009-04-221-1/+2
* Fixed stray comma in ProjectsControllerJohan Sørensen2009-04-221-1/+1
* Don't find all the events twice on the projects#show page, and add conditiona...Johan Sørensen2009-04-221-8/+10
* Use a named_scope on events to only retrieve the "top-level" eventsJohan Sørensen2009-04-221-2/+2
* Redirect to the main domain if the current_site has no subdomainJohan Sørensen2009-04-221-1/+1
* Redirect to the current_site's subdomain, if it has one and it's a GET requestJohan Sørensen2009-04-221-0/+1
* [migration] Add a Site model as a container for "site" specific projects and ...Johan Sørensen2009-04-221-4/+7
* Adding before_filter that requires the user to accept the current EULAMarius Mathiesen2009-04-221-0/+1
* Allowing Events to have other Events:Marius Mathiesen2009-04-221-1/+1
* Create a GitoriousConfig setting that controls whether only site_admins orJohan Sørensen2009-04-221-0/+11
* Update to Rails 2.3RC1Johan Sørensen2009-04-221-3/+3
* Extract some controller logic into the modelsJohan Sørensen2009-04-221-1/+1
* Change the owner the projects wiki repository as wellJohan Sørensen2009-04-221-2/+2
* Allow Projects owned by a user to change ownership to a group the owner is anJohan Sørensen2009-04-221-0/+8
* Allow all project admins to edit the project, not just the initial creatorJohan Sørensen2009-04-221-6/+10
* - Allow for projects to be either created as a User or GroupJohan Sørensen2009-04-221-0/+9
* - Make sure /projects/foo/repositories/action type urls are generated correctlyJohan Sørensen2009-04-221-1/+1
* Teach RepositoriesController and BreadcrumpsHelper that repositories can beJohan Sørensen2009-04-221-0/+1
* - Used named scopes on Repository, instead of multiple *repositories associat...Johan Sørensen2009-04-221-2/+0
* Major refactoring of the whole Gitorious project. I've added both localized_d...Fabio Akita2009-01-091-2/+2
* when access projects/xx/edit and projects/xx/confirm_delete without login red...Cairo Noleto2008-12-131-2/+2
* Add copyright and license headers (AGPL) to code filesTor Arne Vestbø2008-11-281-0/+18
* Destroy events if associated project/user is deletedDavid A. Cuadrado2008-05-031-1/+1
* Atom feeds for eventsJohan Sørensen2008-04-281-1/+3
* paginate events on projects#showJohan Sørensen2008-04-271-2/+2
* Make events display pretty on the project overview pageJohan Sørensen2008-04-261-1/+1
* Repository listing in sidebar on projects#showJohan Sørensen2008-04-261-1/+2
* Added sidebar, start on repository tree and add a rebuild_events scriptJohan Sørensen2008-04-251-0/+2
* Moved events to be primarily pivoting around the project.Johan Sørensen2008-04-211-3/+3
* Removed actions from the databaseDavid A. Cuadrado2008-04-161-3/+3
* refactoring to use polymorphic associations (USER does ACTION on X)David A. Cuadrado2008-04-071-3/+3
* Implemented user event systemDavid A. Cuadrado2008-03-201-0/+4
* project index/show optimizationsDavid A. Cuadrado2008-03-201-3/+4
* list top tags in projects#index instead of tag countJohan Sørensen2008-03-181-1/+1
* Refactored BrowseController into several specific controllersJohan Sørensen2008-03-171-1/+1
* * allow project deletion if there's no clones yetJohan Sørensen2008-02-101-1/+13
* slight improvements to project lists and user pagesJohan Sørensen2008-02-041-2/+2
* Fixed Atom url generationJohan Sørensen2008-01-121-2/+2
* atom feed for projects+tags and repository commentsJohan Sørensen2008-01-071-2/+5
* redirect to new sshkey screen if attemping to create a repository/projectJohan Sørensen2008-01-051-0/+1
* nuke the ability to add additional "main" repositories to a projectJohan Sørensen2008-01-031-1/+1
* Group repository clones nicely when viewing a projectJohan Sørensen2008-01-011-1/+1
* labels => categoriesJohan Sørensen2007-12-121-1/+1
* xml support for ProjectsControllerJohan Sørensen2007-12-121-3/+17
* tags (labels) for projectsJohan Sørensen2007-12-121-1/+10
* pagination of project listingJohan Sørensen2007-12-101-1/+2
* url is /projects/project-slug/ instead of /projects/23/Johan Sørensen2007-12-071-4/+4
* test coverageJohan Sørensen2007-11-221-5/+2
* more project details to fill outJohan Sørensen2007-11-211-0/+4
* added basic Repository model, added slug to projectJohan Sørensen2007-11-181-0/+1
* - added show routes taskJohan Sørensen2007-08-191-0/+43