summaryrefslogtreecommitdiffstats
path: root/app/controllers/application_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r9417 from trunk (#10664).Jean-Philippe Lang2012-04-201-0/+9
* Merged r9392 from trunk.Jean-Philippe Lang2012-04-131-12/+0
* Cleanup in TimelogController#destroy.Jean-Philippe Lang2012-03-041-2/+6
* Adds a template for API error messages so that it does not depend on AR::Erro...Jean-Philippe Lang2012-03-041-9/+2
* Code cleanup.Jean-Philippe Lang2012-02-231-1/+1
* Removed dead code.Jean-Philippe Lang2012-02-231-9/+0
* Ruby1.9: skip enforcing UTF-8 encodings on the params hash on Rails2 if it is...Toshi MARUYAMA2012-01-281-1/+3
* Ruby1.9: enforce UTF-8 encodings on the params hash on Rails2 (#4050, #4796)Toshi MARUYAMA2012-01-281-0/+22
* Removed unused method.Jean-Philippe Lang2011-11-291-7/+0
* Code cleanup.Jean-Philippe Lang2011-11-291-1/+1
* Removed a useless rescue.Jean-Philippe Lang2011-11-291-2/+0
* Adds API response to /trackers to get the list of all available trackers (#71...Jean-Philippe Lang2011-11-201-0/+13
* remove hard-coded '.rxml' from ApplicationController 'render_feed' (#6317)Toshi MARUYAMA2011-10-041-1/+2
* remove trailing white-spaces from app/controllers/application_controller.rb.Toshi MARUYAMA2011-08-221-6/+6
* Remove autologin cookie on unverified request.Jean-Philippe Lang2011-07-251-1/+4
* Sets forgery protection filter first.Jean-Philippe Lang2011-07-251-1/+2
* Typo in api_key_auth deprecation code (#8773).Jean-Philippe Lang2011-07-091-2/+2
* Separation of RSS/API auth actions.Jean-Philippe Lang2011-07-091-7/+34
* Mitigates vulnerability in API authentication introduced in r3218.Jean-Philippe Lang2011-07-061-1/+1
* Fixed: private queries should not be accessible to other users (#8729).Jean-Philippe Lang2011-07-031-0/+3
* remove trailing white-spaces from app/controllers/application_controller.rb.Toshi MARUYAMA2011-05-121-35/+35
* Fix potential Execution After Redirect bugs.Toshi MARUYAMA2011-05-011-0/+1
* Adds an issues visibility level on roles (#7412).Jean-Philippe Lang2011-04-111-2/+6
* Makes the API accepts the X-Redmine-API-Key header to hold the API key.Jean-Philippe Lang2010-12-231-3/+12
* Makes API accept offset/limit or page/limit parameters for retrieving collect...Jean-Philippe Lang2010-12-231-5/+12
* Restores object count and adds offset/limit attributes to API responses for p...Jean-Philippe Lang2010-12-111-0/+17
* Adds a pseudo format to api template names and overrides ActionController#def...Jean-Philippe Lang2010-12-041-1/+21
* Adds a reusable method to render API response on validation failure.Jean-Philippe Lang2010-12-031-1/+13
* Adds a builder-like template system for rendering xml and json API responses.Jean-Philippe Lang2010-12-031-1/+1
* Refactor: merged error rendering methods.Jean-Philippe Lang2010-10-231-25/+17
* Improved error message when trying to access an archived project (#2995).Jean-Philippe Lang2010-10-231-2/+12
* Added ability to delete issues from different projects through contextual men...Jean-Baptiste Barth2010-10-071-1/+1
* Splitted #find_issues filter in ApplicationController to #find_issues and #ch...Jean-Baptiste Barth2010-09-291-6/+9
* Refactor: convert ProjectEnumerations to a resource on a project.Eric Davis2010-09-101-0/+7
* 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