summaryrefslogtreecommitdiffstats
path: root/config/routes.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed: unified diff link broken on specific file/revision diff (#11325).Jean-Philippe Lang2012-07-041-0/+2
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-251-0/+2
* route: scm: fix diff of two revisionsToshi MARUYAMA2012-05-051-2/+2
* route: scm: split entry and raw actionsToshi MARUYAMA2012-05-051-18/+8
* route: scm: fix git and mercurial changes actionToshi MARUYAMA2012-05-031-2/+8
* route: remove duplicate repository committersToshi MARUYAMA2012-05-011-2/+0
* Reverts r9547 that breaks 2 tests.Jean-Philippe Lang2012-04-271-20/+4
* remove trailing white-spaces from config/routes.rbToshi MARUYAMA2012-04-271-5/+5
* route: use constraints for repositories ":format => 'raw'" and :actionToshi MARUYAMA2012-04-271-4/+20
* route: add constraints to repositories which are lost in Rails3 routeToshi MARUYAMA2012-04-271-4/+24
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-374/+296
* Adds the ability for users to delete their own account (#10664). Can be disab...Jean-Philippe Lang2012-04-151-0/+2
* Adds missing route to project search.Jean-Philippe Lang2012-04-081-0/+1
* scm: fix revisions page "OK" button always returns 404 error (#10567)Toshi MARUYAMA2012-04-021-4/+6
* Ability to add non-member watchers on issue creation (#5159).Jean-Philippe Lang2012-03-241-0/+2
* Resourcified auth_sources.Jean-Philippe Lang2012-03-111-16/+1
* Merged LdapAuthSourceController into AuthSourceController.Jean-Philippe Lang2012-03-111-15/+0
* Fixed routing failure with jruby 1.6.Jean-Philippe Lang2012-02-271-1/+3
* Adds support for adding attachments to issues through the REST API (#8171).Jean-Philippe Lang2012-02-231-0/+2
* route: split issue preview route to adding and editingToshi MARUYAMA2012-02-151-2/+4
* REST API for project memberships (#7420).Jean-Philippe Lang2012-02-061-1/+1
* Resourcified project memberships.Jean-Philippe Lang2012-02-051-9/+3
* Adds a "Manage related isses" permission to add/remove commits/issues relatio...Jean-Philippe Lang2012-02-051-0/+8
* route: repository: move :repository_id routes before non :repository_id routesToshi MARUYAMA2012-01-291-23/+26
* route: scm: fix indents of repository revision requirementToshi MARUYAMA2012-01-211-2/+2
* route: scm: add revision requirements for git/mercurial branches (#10026)Toshi MARUYAMA2012-01-211-2/+8
* Adds support for multiple repositories per project (#779).Jean-Philippe Lang2012-01-151-18/+30
* Resourcified repositories for CRUD operations to prepare for multiple SCM per...Jean-Philippe Lang2012-01-151-10/+2
* Ability to add non-member users as watchers (#5159).Jean-Philippe Lang2012-01-091-1/+5
* route: use ":controller" instead of ":as" for project_enumerationsToshi MARUYAMA2012-01-091-1/+1
* route: remove redundant :path_prefix from time entries route scoped under pro...Toshi MARUYAMA2012-01-081-1/+0
* route: move news after project scopeToshi MARUYAMA2012-01-081-2/+3
* Copy issues via bulk update action.Jean-Philippe Lang2012-01-071-3/+0
* Allows project to be changed from the bulk edit form.Jean-Philippe Lang2012-01-071-1/+1
* Makes /projects/:project_id/issues/new accept PUT requests for when serializi...Jean-Philippe Lang2012-01-061-1/+1
* route: code layout clean up timelog routeToshi MARUYAMA2012-01-051-2/+5
* route: fix messages quote action method defined at r8162Toshi MARUYAMA2012-01-041-1/+1
* route: simplify repositories routeToshi MARUYAMA2012-01-041-3/+1
* route: code layout clean up repositories routeToshi MARUYAMA2012-01-021-5/+10
* route: code layout clean up repositories routeToshi MARUYAMA2012-01-021-18/+35
* route: move time entries matchings and resources after /issues matchingsToshi MARUYAMA2011-12-311-9/+9
* route: move queries resources after projects resourcesToshi MARUYAMA2011-12-301-2/+1
* route: change order users resources and matchingsToshi MARUYAMA2011-12-301-4/+4
* route: change order of some issues and projects resources and matchingsToshi MARUYAMA2011-12-301-18/+18
* route: move 'issues/new' matching before project/issues resourcesToshi MARUYAMA2011-12-301-3/+3
* route: move attachments resources after matchingToshi MARUYAMA2011-12-301-1/+1
* route: code layout clean up versions resourcesToshi MARUYAMA2011-12-301-1/+3
* route: code layout clean up project_enumerations routeToshi MARUYAMA2011-12-301-1/+2
* route: code layout clean up issues bulk deletion routeToshi MARUYAMA2011-12-301-1/+2
* route: code layout clean up issues resourcesToshi MARUYAMA2011-12-301-3/+7