| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use render :text => "". | Jean-Philippe Lang | 2016-07-21 | 1 | -2/+1 |
* | Don't pass conditions to #delete_all. | Jean-Philippe Lang | 2016-07-16 | 1 | -2/+2 |
* | Don't generate URL from params. | Jean-Philippe Lang | 2016-07-14 | 1 | -1/+1 |
* | Use .before_action instead of .before_filter. | Jean-Philippe Lang | 2016-07-14 | 1 | -2/+2 |
* | Code cleanup (#23054). | Jean-Philippe Lang | 2016-06-15 | 1 | -0/+16 |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 1 | -1/+1 |
* | Security notifications when password or email adress is changed (#21421). | Jean-Philippe Lang | 2016-02-05 | 1 | -0/+2 |
* | Fix Non ASCII attachment filename encoding broken (MOJIBAKE) in Microsoft Edg... | Jean-Philippe Lang | 2016-01-09 | 1 | -1/+1 |
* | Keep track of valid user sessions (#21058). | Jean-Philippe Lang | 2015-10-24 | 1 | -29/+5 |
* | Preload issues custom values for bulk operations. | Jean-Philippe Lang | 2015-10-23 | 1 | -1/+4 |
* | Include helper instead of patching (#20508). | Jean-Philippe Lang | 2015-10-19 | 1 | -0/+1 |
* | Open redirect vulnerability (#19577). | Jean-Philippe Lang | 2015-09-13 | 1 | -8/+26 |
* | Require password re-entry for sensitive actions (#19851). | Jean-Philippe Lang | 2015-06-19 | 1 | -0/+2 |
* | Add the ability to expire passwords after a configurable number of days (#194... | Jean-Philippe Lang | 2015-05-10 | 1 | -0/+1 |
* | Set a back_url when forcing new login after session expiration (#19655). | Jean-Philippe Lang | 2015-05-09 | 1 | -2/+2 |
* | Use named routes. | Jean-Philippe Lang | 2015-03-10 | 1 | -2/+2 |
* | Fixed that #require_login should respond for other request types (#19325). | Jean-Philippe Lang | 2015-03-10 | 1 | -1/+4 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 1 | -1/+1 |
* | Error when adding user to group where he is already assigned (#18665). | Jean-Philippe Lang | 2014-12-21 | 1 | -5/+7 |
* | Localisation not set correctly on authenticity token errors (#18499). | Jean-Philippe Lang | 2014-11-29 | 1 | -0/+1 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 1 | -1/+1 |
* | Expire other sessions on password change (#17796). | Jean-Baptiste Barth | 2014-09-16 | 1 | -1/+13 |
* | Fixed: The error flash message on session expiration is not in the language o... | Jean-Philippe Lang | 2014-09-13 | 1 | -3/+4 |
* | Don't redirect to another suburi (#16530). | Jean-Philippe Lang | 2014-07-05 | 1 | -12/+31 |
* | fix non-ascii attachment file name get corrupted in IE11 (#16711) | Toshi MARUYAMA | 2014-04-17 | 1 | -1/+1 |
* | Potentiel data leak in "Invalid form authenticity token" error screen (#16511). | Jean-Philippe Lang | 2014-04-05 | 1 | -0/+1 |
* | Fixed that back_url=/ param is ignored (#16467). | Jean-Philippe Lang | 2014-04-05 | 1 | -1/+1 |
* | Fixed back url verification (#16466). | Jean-Philippe Lang | 2014-03-29 | 1 | -1/+1 |
* | Trigger basic HTTP authentication only when Basic authorization header is pre... | Jean-Philippe Lang | 2014-02-22 | 1 | -1/+1 |
* | Reverts r12855. | Jean-Philippe Lang | 2014-02-07 | 1 | -4/+0 |
* | Adds JS response support to #render_error (#15760). | Jean-Philippe Lang | 2014-02-07 | 1 | -0/+4 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | Redirect to back_url or referer when clicking "Sign in" while already logged-... | Jean-Philippe Lang | 2014-01-25 | 1 | -1/+4 |
* | Adds settings for disabling browser language detection and language preferenc... | Jean-Philippe Lang | 2014-01-24 | 1 | -1/+1 |
* | Fixed that non-GET API requests respond with 422 (#15427). | Jean-Philippe Lang | 2013-11-22 | 1 | -5/+11 |
* | Code cleanup: unverified request no longer raises a InvalidAuthenticityToken ... | Jean-Philippe Lang | 2013-11-11 | 1 | -8/+4 |
* | Option to force a user to change his password (#3872). | Jean-Philippe Lang | 2013-08-05 | 1 | -1/+18 |
* | Don't redirect XHR requests to /login. | Jean-Philippe Lang | 2013-06-12 | 1 | -1/+7 |
* | Perf: preload a few associations for bulk operations. | Jean-Philippe Lang | 2013-06-11 | 1 | -1/+1 |
* | Display the bulk edit form with error messages when some issues can not be sa... | Jean-Philippe Lang | 2013-05-04 | 1 | -15/+0 |
* | Fixed that autologin cookie is not deleted when using custom cookie name (#13... | Jean-Philippe Lang | 2013-03-02 | 1 | -1/+1 |
* | Fixed that autologin is broken when using a custom cookie name (#13335). | Jean-Philippe Lang | 2013-03-02 | 1 | -3/+7 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Moved routes helper methods to an helper. | Jean-Philippe Lang | 2012-12-23 | 1 | -10/+2 |
* | Replaces the classic_pagination plugin with a simple pagination module. | Jean-Philippe Lang | 2012-12-17 | 1 | -0/+1 |
* | Use named routes in controllers. | Jean-Philippe Lang | 2012-12-11 | 1 | -0/+10 |
* | Merged ajax_upload branch (#3957). | Jean-Philippe Lang | 2012-12-10 | 1 | -0/+10 |
* | Fixed find_issues logic. | Jean-Philippe Lang | 2012-12-02 | 1 | -1/+1 |
* | Code cleanup. | Jean-Philippe Lang | 2012-12-02 | 1 | -5/+15 |
* | REST API for creating/updating wiki pages (#7082). | Jean-Philippe Lang | 2012-10-25 | 1 | -2/+7 |