179 Commits (3686b77eb60d4f4028977d5c4b1a7c039ee9b0bb)

Author SHA1 Message Date
  Go MAEDA 3686b77eb6 Update copyright year in source files to 2022 (#36379). 2 years ago
  Marius Balteanu 16b8d3c0be Fix typo (#33521). 2 years ago
  Marius Balteanu 7e2f3352db Fix that updating an issue from context menu to a none value do not set the field to blank (#33521). 2 years ago
  Go MAEDA 66fc9f463d Gracefully handle invalid query parameters for custom fields (#35312). 3 years ago
  Go MAEDA ec989a5420 Fix "DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: common/error_messages.api" (#29914, #34984). 3 years ago
  Go MAEDA a7b96ae2ab Reverts r20895 (#29914, #34985). 3 years ago
  Go MAEDA d67eeabd53 Fix "DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: common/error_messages.api" (#29914, #34985). 3 years ago
  Go MAEDA 094628e694 Remove #filename_for_content_disposition for MS browsers (#29914, #32914). 3 years ago
  Go MAEDA 3e36b5c452 Update copyright year in source files to 2021 (#33069). 3 years ago
  Go MAEDA 9783ba003d Fix hard-coded error messages in ApplicationController (#33232). 3 years ago
  Toshi MARUYAMA 745e4152f8 remove spaces inside {} of ApplicationController 3 years ago
  Toshi MARUYAMA 834bc11cc9 use "do end" instead of {} at ApplicationController 3 years ago
  Toshi MARUYAMA a6b68a82c6 add space after comma to ApplicationController 3 years ago
  Toshi MARUYAMA d7e881617d add empty line after guard clause to ApplicationController 3 years ago
  Go MAEDA be7f5e21fa Adds a setting to disable/enable/require 2fa auth (#1237). 3 years ago
  Toshi MARUYAMA 562dea3aa8 avoid using rescue in its modifier form at ApplicationController#find_current_user 3 years ago
  Go MAEDA 907e0173e4 Update copyright year in source files to 2020 (#33069). 4 years ago
  Jean-Philippe Lang 0cd14b3a4b Validate back_url everywhere (#32850). 4 years ago
  Jean-Philippe Lang b3cda4fd61 Expose validate_back_url as helper method (#32850). 4 years ago
  Jean-Philippe Lang 914f57fefc Move duplicated back_url method from ApplicationHelper to ApplicationController (#32850). 4 years ago
  Go MAEDA f7fcd111e9 Ruby 2.7: Regexp#match and Regexp#match? with a nil argument are deprecated (#32527, #31500). 4 years ago
  Toshi MARUYAMA cb591d0af6 code layout clean up app/controllers/application_controller.rb 4 years ago
  Toshi MARUYAMA 4a60ebd848 cleanup: rubocop: fix Layout/SpaceInsideParens in app/controllers/application_controller.rb 4 years ago
  Toshi MARUYAMA 252450b44c code cleanup: rubocop: fix Performance/RedundantBlockCall in app/controllers/application_controller.rb 4 years ago
  Go MAEDA 4082069c75 Update copyright year. 5 years ago
  Go MAEDA 6d6ea928c8 Custom Exception classes should inherit StandardError instead of Exception (#31387). 5 years ago
  Go MAEDA 29403e710a Adds favorites and recently used projects lists to project jump box (#31355). 5 years ago
  Go MAEDA f992df684f Small refactorization of avatar methods (#31391). 5 years ago
  Go MAEDA 6ef0a4c4cc Use HTTP status code 403 instead of 401 when REST API is disabled (#30086). 5 years ago
  Go MAEDA 72e1451159 Use Regexp#match? to reduce allocations of MatchData object (#28940). 5 years ago
  Go MAEDA 07b3087fda Enable frozen_string_literal for some files under app and lib directory (#26561). 5 years ago
  Go MAEDA 5861160ffc Add "frozen_string_literal: false" for all files (#26561). 5 years ago
  Go MAEDA 29063283da Ajax Request Returns 200 but an error event is fired instead of success (#30073). 5 years ago
  Jean-Philippe Lang 3ba51f205d Let admins unarchive the project when trying to access an archived project (#29993). 5 years ago
  Go MAEDA 679cf413ab Log exception's message when ActionView::MissingTemplate is raised (#26341). 6 years ago
  Jean-Philippe Lang 2eaabae252 Don't redirect anonymous users to the login form when module is disabled (#26145). 6 years ago
  Jean-Philippe Lang 310060ff57 Code cleanup. 6 years ago
  Jean-Philippe Lang e7c0e16a3f Use regular #authorize method. 6 years ago
  Jean-Philippe Lang 7fd04e1f8d Update copyright. 6 years ago
  Jean-Philippe Lang f6defca16d redirect_to :back deprecated in Rails 5. 7 years ago
  Jean-Philippe Lang da4f9ce34d Don't call #head with a hash. 7 years ago
  Jean-Philippe Lang b9ee00a8c8 Adds methods to User model to handle tokens. 7 years ago
  Toshi MARUYAMA 6139e0033a spelling fixes (#25495) 7 years ago
  Jean-Philippe Lang 6eaceed7b5 Delete :issue_query from session instead of :query. 7 years ago
  Jean-Philippe Lang 6a1865905f Don't redirect to lost password page after login (#13741). 7 years ago
  Jean-Philippe Lang 3ccf7cf7ff Set user's localization before redirecting (#23346). 7 years ago
  Jean-Philippe Lang 8b107b6058 Don't use render :text => "". 7 years ago
  Jean-Philippe Lang 57afa5345e Don't pass conditions to #delete_all. 7 years ago
  Jean-Philippe Lang 9e20edf2d4 Don't generate URL from params. 7 years ago
  Jean-Philippe Lang ee82a55602 Use .before_action instead of .before_filter. 7 years ago