summaryrefslogtreecommitdiffstats
path: root/app/controllers/application_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Display the bulk edit form with error messages when some issues can not be sa...Jean-Philippe Lang2013-05-041-15/+0
* Fixed that autologin cookie is not deleted when using custom cookie name (#13...Jean-Philippe Lang2013-03-021-1/+1
* Fixed that autologin is broken when using a custom cookie name (#13335).Jean-Philippe Lang2013-03-021-3/+7
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Moved routes helper methods to an helper.Jean-Philippe Lang2012-12-231-10/+2
* Replaces the classic_pagination plugin with a simple pagination module.Jean-Philippe Lang2012-12-171-0/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-0/+10
* Merged ajax_upload branch (#3957).Jean-Philippe Lang2012-12-101-0/+10
* Fixed find_issues logic.Jean-Philippe Lang2012-12-021-1/+1
* Code cleanup.Jean-Philippe Lang2012-12-021-5/+15
* REST API for creating/updating wiki pages (#7082).Jean-Philippe Lang2012-10-251-2/+7
* Adds an optional X-Redmine-Switch-User header to let admin users swicth user ...Jean-Philippe Lang2012-10-111-0/+15
* remove trailing white-spaces from app/controllers/application_controller.rbToshi MARUYAMA2012-10-051-2/+2
* Passing the format in the template name is deprecated.Jean-Philippe Lang2012-10-041-1/+1
* Log current user on each request.Jean-Philippe Lang2012-09-091-0/+1
* Do not use escaped back_url param (#11691).Jean-Philippe Lang2012-08-261-3/+8
* Reverted r10234 and r10235 that broke redirect after login (#11691).Jean-Philippe Lang2012-08-261-1/+1
* Use a back_url parameter instead of referrer to refresh the page after user d...Etienne Massip2012-08-241-1/+1
* Respond with 404 on ActionView::MissingTemplate (#11503).Jean-Philippe Lang2012-08-131-5/+10
* Do not user user session for API requests.Jean-Philippe Lang2012-07-271-11/+16
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-141-0/+6
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-251-1/+1
* Make sure that #api_key_from_request returns a String.Jean-Philippe Lang2012-06-101-2/+2
* Configurable session lifetime and timeout (#6597).Jean-Philippe Lang2012-06-101-6/+47
* Removed delete_broken_cookies filter.Jean-Philippe Lang2012-05-131-11/+0
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Removed #utf8nize! that is no longer used with Rails 3.Jean-Philippe Lang2012-04-261-24/+0
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-30/+14
* Adds the ability for users to delete their own account (#10664). Can be disab...Jean-Philippe Lang2012-04-151-0/+9
* Removed deprecated accept_key_auth methods.Jean-Philippe Lang2012-04-131-12/+0
* Code cleanup.Jean-Philippe Lang2012-04-061-0/+13
* 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