summaryrefslogtreecommitdiffstats
path: root/app/controllers/application_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Log exception's message when ActionView::MissingTemplate is raised (#26341).Go MAEDA2018-01-111-2/+2
* Don't redirect anonymous users to the login form when module is disabled (#26...Jean-Philippe Lang2017-06-261-0/+3
* Code cleanup.Jean-Philippe Lang2017-06-261-13/+9
* Use regular #authorize method.Jean-Philippe Lang2017-06-261-1/+9
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* redirect_to :back deprecated in Rails 5.Jean-Philippe Lang2017-06-031-7/+9
* Don't call #head with a hash.Jean-Philippe Lang2017-06-011-1/+1
* Adds methods to User model to handle tokens.Jean-Philippe Lang2017-04-041-3/+4
* spelling fixes (#25495)Toshi MARUYAMA2017-04-021-1/+1
* Delete :issue_query from session instead of :query.Jean-Philippe Lang2017-03-141-2/+1
* Don't redirect to lost password page after login (#13741).Jean-Philippe Lang2017-01-071-1/+1
* Set user's localization before redirecting (#23346).Jean-Philippe Lang2016-08-311-1/+1
* Don't use render :text => "".Jean-Philippe Lang2016-07-211-2/+1
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-161-2/+2
* Don't generate URL from params.Jean-Philippe Lang2016-07-141-1/+1
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-2/+2
* Code cleanup (#23054).Jean-Philippe Lang2016-06-151-0/+16
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Security notifications when password or email adress is changed (#21421).Jean-Philippe Lang2016-02-051-0/+2
* Fix Non ASCII attachment filename encoding broken (MOJIBAKE) in Microsoft Edg...Jean-Philippe Lang2016-01-091-1/+1
* Keep track of valid user sessions (#21058).Jean-Philippe Lang2015-10-241-29/+5
* Preload issues custom values for bulk operations.Jean-Philippe Lang2015-10-231-1/+4
* Include helper instead of patching (#20508).Jean-Philippe Lang2015-10-191-0/+1
* Open redirect vulnerability (#19577).Jean-Philippe Lang2015-09-131-8/+26
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-191-0/+2
* Add the ability to expire passwords after a configurable number of days (#194...Jean-Philippe Lang2015-05-101-0/+1
* Set a back_url when forcing new login after session expiration (#19655).Jean-Philippe Lang2015-05-091-2/+2
* Use named routes.Jean-Philippe Lang2015-03-101-2/+2
* Fixed that #require_login should respond for other request types (#19325).Jean-Philippe Lang2015-03-101-1/+4
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Error when adding user to group where he is already assigned (#18665).Jean-Philippe Lang2014-12-211-5/+7
* Localisation not set correctly on authenticity token errors (#18499).Jean-Philippe Lang2014-11-291-0/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* Expire other sessions on password change (#17796).Jean-Baptiste Barth2014-09-161-1/+13
* Fixed: The error flash message on session expiration is not in the language o...Jean-Philippe Lang2014-09-131-3/+4
* Don't redirect to another suburi (#16530).Jean-Philippe Lang2014-07-051-12/+31
* fix non-ascii attachment file name get corrupted in IE11 (#16711)Toshi MARUYAMA2014-04-171-1/+1
* Potentiel data leak in "Invalid form authenticity token" error screen (#16511).Jean-Philippe Lang2014-04-051-0/+1
* Fixed that back_url=/ param is ignored (#16467).Jean-Philippe Lang2014-04-051-1/+1
* Fixed back url verification (#16466).Jean-Philippe Lang2014-03-291-1/+1
* Trigger basic HTTP authentication only when Basic authorization header is pre...Jean-Philippe Lang2014-02-221-1/+1
* Reverts r12855.Jean-Philippe Lang2014-02-071-4/+0
* Adds JS response support to #render_error (#15760).Jean-Philippe Lang2014-02-071-0/+4
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Redirect to back_url or referer when clicking "Sign in" while already logged-...Jean-Philippe Lang2014-01-251-1/+4
* Adds settings for disabling browser language detection and language preferenc...Jean-Philippe Lang2014-01-241-1/+1
* Fixed that non-GET API requests respond with 422 (#15427).Jean-Philippe Lang2013-11-221-5/+11
* Code cleanup: unverified request no longer raises a InvalidAuthenticityToken ...Jean-Philippe Lang2013-11-111-8/+4
* Option to force a user to change his password (#3872).Jean-Philippe Lang2013-08-051-1/+18
* Don't redirect XHR requests to /login.Jean-Philippe Lang2013-06-121-1/+7