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
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Custom Exception classes should inherit StandardError instead of Exception (#...
Go MAEDA
2019-05-21
1
-1
/
+1
*
Adds favorites and recently used projects lists to project jump box (#31355).
Go MAEDA
2019-05-20
1
-0
/
+8
*
Small refactorization of avatar methods (#31391).
Go MAEDA
2019-05-19
1
-0
/
+3
*
Use HTTP status code 403 instead of 401 when REST API is disabled (#30086).
Go MAEDA
2019-04-10
1
-2
/
+7
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
1
-4
/
+4
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Ajax Request Returns 200 but an error event is fired instead of success (#300...
Go MAEDA
2019-02-05
1
-2
/
+2
*
Let admins unarchive the project when trying to access an archived project (#...
Jean-Philippe Lang
2018-12-02
1
-0
/
+1
*
Log exception's message when ActionView::MissingTemplate is raised (#26341).
Go MAEDA
2018-01-11
1
-2
/
+2
*
Don't redirect anonymous users to the login form when module is disabled (#26...
Jean-Philippe Lang
2017-06-26
1
-0
/
+3
*
Code cleanup.
Jean-Philippe Lang
2017-06-26
1
-13
/
+9
*
Use regular #authorize method.
Jean-Philippe Lang
2017-06-26
1
-1
/
+9
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
redirect_to :back deprecated in Rails 5.
Jean-Philippe Lang
2017-06-03
1
-7
/
+9
*
Don't call #head with a hash.
Jean-Philippe Lang
2017-06-01
1
-1
/
+1
*
Adds methods to User model to handle tokens.
Jean-Philippe Lang
2017-04-04
1
-3
/
+4
*
spelling fixes (#25495)
Toshi MARUYAMA
2017-04-02
1
-1
/
+1
*
Delete :issue_query from session instead of :query.
Jean-Philippe Lang
2017-03-14
1
-2
/
+1
*
Don't redirect to lost password page after login (#13741).
Jean-Philippe Lang
2017-01-07
1
-1
/
+1
*
Set user's localization before redirecting (#23346).
Jean-Philippe Lang
2016-08-31
1
-1
/
+1
*
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
[next]