summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Adds a Group filter on the admin users list (#7893).Jean-Philippe Lang2011-03-161-4/+10
* Replaces TimeEntry.visible_by with a visible scope.Jean-Philippe Lang2011-03-162-52/+47
* scm: recovery showing "root @ branch" in repository tree viewing.Toshi MARUYAMA2011-03-151-0/+1
* Moved wiki page updated_on eager load to a scope and fixed timestamp titles o...Jean-Philippe Lang2011-03-121-16/+13
* Fixed: error on JournalsController#index when custom fields are present (#7795).Jean-Philippe Lang2011-03-061-0/+1
* Adds email notifications support for news comments (#2074).Jean-Philippe Lang2011-03-041-2/+4
* Keep track of issue description changes (#746).Jean-Philippe Lang2011-02-271-7/+20
* Do not responde with javascript on regular requests.Jean-Philippe Lang2011-02-241-0/+8
* Allow additional workflow transitions for issue author and assignee (#2732).Jean-Philippe Lang2011-02-201-3/+14
* scm: fix diff revision param validation.Toshi MARUYAMA2011-02-171-1/+1
* scm: space and tab cleanup of app/controllers/repositories_controller.rb.Toshi MARUYAMA2011-02-121-17/+18
* scm: fix non ASCII filename downloaded from repo is broken on Internet Explor...Toshi MARUYAMA2011-02-121-1/+1
* Fixed: Relations are not displayed after adding/removing an issue relation (#...Jean-Philippe Lang2011-01-271-1/+5
* Set the httponly flag on the autologin cookie.Jean-Philippe Lang2011-01-231-1/+2
* Makes the autologin cookie configurable (#1763).Jean-Philippe Lang2011-01-231-2/+13
* Moves relations fetching from views to the controller and skip invalid relati...Jean-Philippe Lang2011-01-221-0/+1
* scm: use format_revision() for history, view and annotate (#3724).Toshi MARUYAMA2011-01-211-2/+5
* Enable ability for administrators to delete users (#7296).Jean-Philippe Lang2011-01-161-2/+11
* Use #blank? instead of #nil? || #empty?.Jean-Philippe Lang2011-01-141-1/+1
* Respond with 404 instead of 500 when revision/entry is not found in the repos...Jean-Philippe Lang2011-01-141-1/+1
* scm: fix error on revision page for empty revision (#7307).Toshi MARUYAMA2011-01-131-0/+1
* scm: changing two revision diff text at SCM adapter level (#3724).Toshi MARUYAMA2011-01-111-1/+2
* Fix associated revisions label on issue page.Toshi MARUYAMA2011-01-081-0/+2
* Changes ProjectsController#modules param name and add tests.Jean-Philippe Lang2011-01-061-2/+3
* Verify HTTP method on ProjectsController#create.Jean-Philippe Lang2011-01-061-3/+3
* Moves enabled_module_names param to project attribute so that it can be set t...Jean-Philippe Lang2011-01-061-1/+0
* Fixed: should redirect to the new project when copying a project.Jean-Philippe Lang2011-01-021-2/+2
* Changing revision label and identifier at SCM adapter level (#3724, #6092)Toshi MARUYAMA2011-01-021-0/+3
* Find visible issues only in ContextMenusController#issues.Jean-Philippe Lang2010-12-291-1/+2
* Takes more parameters into account to determine activity freshness (#7188).Jean-Philippe Lang2010-12-291-1/+1
* Makes the API accepts the X-Redmine-API-Key header to hold the API key.Jean-Philippe Lang2010-12-231-3/+12
* Makes /projects API accept same pagination parameters as other API collection...Jean-Philippe Lang2010-12-231-1/+3
* Makes API accept offset/limit or page/limit parameters for retrieving collect...Jean-Philippe Lang2010-12-231-5/+12
* Fixes valid revision regexp.Jean-Philippe Lang2010-12-201-1/+1
* Adds support for requesting information about current user using /users/curre...Jean-Philippe Lang2010-12-201-10/+14
* Restore rev param validation that was removed in r2840.Jean-Philippe Lang2010-12-181-1/+10
* Fixes a data disclosure issue introduced in r3941.Jean-Philippe Lang2010-12-181-0/+1
* Fixed: 404 when entering time with blank issue id (#7099).Jean-Philippe Lang2010-12-141-2/+2
* Refactor and add tests for News #index API (#7072).Jean-Philippe Lang2010-12-121-7/+18
* Make sure there's no nil result in auto_complete.Jean-Philippe Lang2010-12-121-0/+1
* Autocomplete issue relations on subject (#3170).Jean-Philippe Lang2010-12-121-2/+3
* Fixes password sending when creating user.Jean-Philippe Lang2010-12-121-1/+1
* Extracts user groups assignment from controller.Jean-Philippe Lang2010-12-121-1/+0
* Code cleanup.Jean-Philippe Lang2010-12-122-7/+1
* Moves mail_notification param to user hash param so that it can be set using ...Jean-Philippe Lang2010-12-122-14/+5
* Moves password param to user hash param so that it can be set using the User ...Jean-Philippe Lang2010-12-121-5/+9
* Declare safe attributes for User and Projects models.Jean-Philippe Lang2010-12-123-6/+9
* Restores object count and adds offset/limit attributes to API responses for p...Jean-Philippe Lang2010-12-113-13/+40
* Adds a pseudo format to api template names and overrides ActionController#def...Jean-Philippe Lang2010-12-045-14/+31
* Fixes test failure in r4461.Jean-Philippe Lang2010-12-041-1/+1