summaryrefslogtreecommitdiffstats
path: root/app/controllers/application_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Use the base layout for all 403, 404, and 500 pages. #6172Eric Davis2010-08-191-3/+10
* Refactor: pull up method to ApplicationController.Eric Davis2010-08-131-0/+15
* Refactor: Pull up method to ApplicationController.Eric Davis2010-08-121-1/+17
* Refactor: extract back_url method to ApplicationController.Eric Davis2010-08-041-0/+4
* Allow js formatted responses.Eric Davis2010-07-051-0/+4
* Added JSON support to the issues API. #1214Eric Davis2010-06-051-0/+7
* Refactor: Pull up #find_optional_project to ApplicationController.Eric Davis2010-04-301-0/+10
* Fixed: 500 internal error when browsing any Redmine page in Epiphany (#5401).Jean-Philippe Lang2010-04-301-1/+2
* Refactor: pull #query_statement_invalid up to ApplicationController.Eric Davis2010-04-291-0/+9
* Fixed: API 401 response does not include WWW-Authenticate header (#5322).Jean-Philippe Lang2010-04-171-2/+2
* Refactor: Change the different find_object filters to share a common method.Eric Davis2010-03-171-0/+14
* Refactor: Split the find_object methods to prep for a larger refactoring.Eric Davis2010-03-161-1/+10
* Refactor: Decouple failed attachments and the flash messagesEric Davis2010-03-031-0/+5
* Refactor: Moved ApplicationController#attach_files to the Attachment modelEric Davis2010-03-021-21/+0
* Converted the REDMINE_SUPPORTED_SCM constant to a classEric Davis2010-02-161-1/+1
* Refactor: Pull up several #find_project methods to ApplicationControllerEric Davis2010-02-051-0/+7
* Adds a log message when an API call raises an InvalidAuthenticityToken error.Jean-Philippe Lang2010-01-171-0/+7
* XML REST API for Projects (#296).Jean-Philippe Lang2010-01-141-0/+1
* XML REST API for issues that provides CRUD operations for Issues (#1214).Jean-Philippe Lang2010-01-131-6/+23
* Added an Admin setting to enable/disable the REST web service. (#3920)Eric Davis2009-12-231-1/+1
* Added support for HTTP Basic access to the API. (#3920)Eric Davis2009-12-231-3/+12
* Allow authenticating with an API token via XML or JSON. (#3920)Eric Davis2009-12-231-1/+7
* Removes "xxx and return" calls (#4446).Jean-Philippe Lang2009-12-181-2/+4
* Adds an admin layout that displays the admin menu in the sidebar.Jean-Philippe Lang2009-12-171-1/+1
* Display an error when authenticity token is invalid.Jean-Philippe Lang2009-11-251-0/+6
* Remove broken cookies after upgrade from 0.8.x to prevent an error from Rails...Jean-Philippe Lang2009-11-251-1/+12
* Reset session on login/logout (#4248).Jean-Philippe Lang2009-11-211-1/+1
* Protect controllers from potential CSRF attacks. #4216Eric Davis2009-11-141-0/+1
* Fix 500 errors with a POST request that requires a login. #4216Eric Davis2009-11-141-1/+7
* Contextual quick search (#3263).Jean-Philippe Lang2009-10-211-0/+1
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-0/+251