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
*
Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...
Go MAEDA
2023-03-25
1
-1
/
+1
*
Avoid double-render error with ApplicationController#find_optional_project (#...
Go MAEDA
2023-01-20
1
-1
/
+4
*
Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).
Go MAEDA
2023-01-17
1
-1
/
+1
*
Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146).
Go MAEDA
2023-01-11
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Deprecate and rename rss_* methods to atom_* methods (#15118).
Marius Balteanu
2022-03-19
1
-8
/
+19
*
Disable API authentication with username and password when two-factor authent...
Marius Balteanu
2022-02-24
1
-1
/
+8
*
Set default protect from forgery true (#36317).
Marius Balteanu
2022-01-22
1
-7
/
+10
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Fix typo (#33521).
Marius Balteanu
2021-08-05
1
-1
/
+1
*
Fix that updating an issue from context menu to a none value do not set the f...
Marius Balteanu
2021-08-05
1
-2
/
+10
*
Gracefully handle invalid query parameters for custom fields (#35312).
Go MAEDA
2021-05-28
1
-0
/
+7
*
Fix "DEPRECATION WARNING: Rendering actions with '.' in the name is deprecate...
Go MAEDA
2021-04-01
1
-1
/
+1
*
Reverts r20895 (#29914, #34985).
Go MAEDA
2021-04-01
1
-1
/
+1
*
Fix "DEPRECATION WARNING: Rendering actions with '.' in the name is deprecate...
Go MAEDA
2021-04-01
1
-1
/
+1
*
Remove #filename_for_content_disposition for MS browsers (#29914, #32914).
Go MAEDA
2021-04-01
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Fix hard-coded error messages in ApplicationController (#33232).
Go MAEDA
2021-03-25
1
-2
/
+2
*
remove spaces inside {} of ApplicationController
Toshi MARUYAMA
2020-11-17
1
-3
/
+3
*
use "do end" instead of {} at ApplicationController
Toshi MARUYAMA
2020-10-11
1
-10
/
+10
*
add space after comma to ApplicationController
Toshi MARUYAMA
2020-10-11
1
-3
/
+3
*
add empty line after guard clause to ApplicationController
Toshi MARUYAMA
2020-09-17
1
-0
/
+6
*
Adds a setting to disable/enable/require 2fa auth (#1237).
Go MAEDA
2020-08-29
1
-1
/
+29
*
avoid using rescue in its modifier form at ApplicationController#find_current...
Toshi MARUYAMA
2020-07-08
1
-1
/
+6
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Validate back_url everywhere (#32850).
Jean-Philippe Lang
2020-02-02
1
-3
/
+4
*
Expose validate_back_url as helper method (#32850).
Jean-Philippe Lang
2020-02-02
1
-0
/
+2
*
Move duplicated back_url method from ApplicationHelper to ApplicationControll...
Jean-Philippe Lang
2020-02-02
1
-0
/
+6
*
Ruby 2.7: Regexp#match and Regexp#match? with a nil argument are deprecated (...
Go MAEDA
2019-11-30
1
-1
/
+1
*
code layout clean up app/controllers/application_controller.rb
Toshi MARUYAMA
2019-11-25
1
-1
/
+3
*
cleanup: rubocop: fix Layout/SpaceInsideParens in app/controllers/application...
Toshi MARUYAMA
2019-11-24
1
-1
/
+1
*
code cleanup: rubocop: fix Performance/RedundantBlockCall in app/controllers/...
Toshi MARUYAMA
2019-10-22
1
-1
/
+1
*
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
[next]