summaryrefslogtreecommitdiffstats
path: root/app/controllers/application_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...Go MAEDA2023-03-251-1/+1
* Avoid double-render error with ApplicationController#find_optional_project (#...Go MAEDA2023-01-201-1/+4
* Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).Go MAEDA2023-01-171-1/+1
* Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146).Go MAEDA2023-01-111-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-191-8/+19
* Disable API authentication with username and password when two-factor authent...Marius Balteanu2022-02-241-1/+8
* Set default protect from forgery true (#36317).Marius Balteanu2022-01-221-7/+10
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Fix typo (#33521).Marius Balteanu2021-08-051-1/+1
* Fix that updating an issue from context menu to a none value do not set the f...Marius Balteanu2021-08-051-2/+10
* Gracefully handle invalid query parameters for custom fields (#35312).Go MAEDA2021-05-281-0/+7
* Fix "DEPRECATION WARNING: Rendering actions with '.' in the name is deprecate...Go MAEDA2021-04-011-1/+1
* Reverts r20895 (#29914, #34985).Go MAEDA2021-04-011-1/+1
* Fix "DEPRECATION WARNING: Rendering actions with '.' in the name is deprecate...Go MAEDA2021-04-011-1/+1
* Remove #filename_for_content_disposition for MS browsers (#29914, #32914).Go MAEDA2021-04-011-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Fix hard-coded error messages in ApplicationController (#33232).Go MAEDA2021-03-251-2/+2
* remove spaces inside {} of ApplicationControllerToshi MARUYAMA2020-11-171-3/+3
* use "do end" instead of {} at ApplicationControllerToshi MARUYAMA2020-10-111-10/+10
* add space after comma to ApplicationControllerToshi MARUYAMA2020-10-111-3/+3
* add empty line after guard clause to ApplicationControllerToshi MARUYAMA2020-09-171-0/+6
* Adds a setting to disable/enable/require 2fa auth (#1237).Go MAEDA2020-08-291-1/+29
* avoid using rescue in its modifier form at ApplicationController#find_current...Toshi MARUYAMA2020-07-081-1/+6
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Validate back_url everywhere (#32850).Jean-Philippe Lang2020-02-021-3/+4
* Expose validate_back_url as helper method (#32850).Jean-Philippe Lang2020-02-021-0/+2
* Move duplicated back_url method from ApplicationHelper to ApplicationControll...Jean-Philippe Lang2020-02-021-0/+6
* Ruby 2.7: Regexp#match and Regexp#match? with a nil argument are deprecated (...Go MAEDA2019-11-301-1/+1
* code layout clean up app/controllers/application_controller.rbToshi MARUYAMA2019-11-251-1/+3
* cleanup: rubocop: fix Layout/SpaceInsideParens in app/controllers/application...Toshi MARUYAMA2019-11-241-1/+1
* code cleanup: rubocop: fix Performance/RedundantBlockCall in app/controllers/...Toshi MARUYAMA2019-10-221-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Custom Exception classes should inherit StandardError instead of Exception (#...Go MAEDA2019-05-211-1/+1
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-201-0/+8
* Small refactorization of avatar methods (#31391).Go MAEDA2019-05-191-0/+3
* Use HTTP status code 403 instead of 401 when REST API is disabled (#30086).Go MAEDA2019-04-101-2/+7
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-4/+4
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Ajax Request Returns 200 but an error event is fired instead of success (#300...Go MAEDA2019-02-051-2/+2
* Let admins unarchive the project when trying to access an archived project (#...Jean-Philippe Lang2018-12-021-0/+1
* 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