index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
controllers
/
application_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Adds an optional X-Redmine-Switch-User header to let admin users swicth user ...
Jean-Philippe Lang
2012-10-11
1
-0
/
+15
*
remove trailing white-spaces from app/controllers/application_controller.rb
Toshi MARUYAMA
2012-10-05
1
-2
/
+2
*
Passing the format in the template name is deprecated.
Jean-Philippe Lang
2012-10-04
1
-1
/
+1
*
Log current user on each request.
Jean-Philippe Lang
2012-09-09
1
-0
/
+1
*
Do not use escaped back_url param (#11691).
Jean-Philippe Lang
2012-08-26
1
-3
/
+8
*
Reverted r10234 and r10235 that broke redirect after login (#11691).
Jean-Philippe Lang
2012-08-26
1
-1
/
+1
*
Use a back_url parameter instead of referrer to refresh the page after user d...
Etienne Massip
2012-08-24
1
-1
/
+1
*
Respond with 404 on ActionView::MissingTemplate (#11503).
Jean-Philippe Lang
2012-08-13
1
-5
/
+10
*
Do not user user session for API requests.
Jean-Philippe Lang
2012-07-27
1
-11
/
+16
*
Fixed that 200 API responses have a body containing one space (#11388).
Jean-Philippe Lang
2012-07-14
1
-0
/
+6
*
Ability to close projects (read-only) (#3640).
Jean-Philippe Lang
2012-06-25
1
-1
/
+1
*
Make sure that #api_key_from_request returns a String.
Jean-Philippe Lang
2012-06-10
1
-2
/
+2
*
Configurable session lifetime and timeout (#6597).
Jean-Philippe Lang
2012-06-10
1
-6
/
+47
*
Removed delete_broken_cookies filter.
Jean-Philippe Lang
2012-05-13
1
-11
/
+0
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Removed #utf8nize! that is no longer used with Rails 3.
Jean-Philippe Lang
2012-04-26
1
-24
/
+0
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-30
/
+14
*
Adds the ability for users to delete their own account (#10664). Can be disab...
Jean-Philippe Lang
2012-04-15
1
-0
/
+9
*
Removed deprecated accept_key_auth methods.
Jean-Philippe Lang
2012-04-13
1
-12
/
+0
*
Code cleanup.
Jean-Philippe Lang
2012-04-06
1
-0
/
+13
[next]