204 Commits (master)

Author SHA1 Message Date
  Marius Balteanu 38d950df55 Remove current year from source file copyright headers and update year in footer to 2024 (#40043). 3 months ago
  Go MAEDA 380444f085 Fix RuboCop offense Performance/StringIdentifierArgument (#39888). 5 months ago
  Go MAEDA d9ef2d191c Fix RuboCop offense Lint/SymbolConversion (#39887). 5 months ago
  Go MAEDA cb617673b3 Cleanup debug code in app/models/mail_handler.rb (#39184). 8 months ago
  Go MAEDA 421dc8320f Receive e-mail replies to news and news comments (#38274). 1 year ago
  Go MAEDA 260ba2e04a Add LockedTopic exception to MailHandler (#38273). 1 year ago
  Go MAEDA 79f0c64e29 Add MissingContainer exception to MailHandler (#38273). 1 year ago
  Go MAEDA 32d2b1c42f Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting `blank?` (#37248). 1 year ago
  Go MAEDA 96a718547d Try importing journal replies as issue reply where applicable (#38263). 1 year ago
  Go MAEDA 0f32df11d5 Update Mail gem to 2.8 (#37993). 1 year ago
  Go MAEDA 92bd67c279 Update copyright year to 2023 (#38141). 1 year ago
  Marius Balteanu 9c4df39c7d Setting @--no-permission-check@ in the mail receiver should not allow creating issues in closed and archived projects (#37187). 2 years ago
  Go MAEDA 3686b77eb6 Update copyright year in source files to 2022 (#36379). 2 years ago
  Marius Balteanu 715ffcda43 Append two spaces to lines when importing an email on CommonMark with hardbreaks disabled (#32424). 2 years ago
  Go MAEDA cbd5f2ce8c Mail handler bypasses add_issue_notes permission (#35045). 3 years ago
  Go MAEDA ccd00df71c MailHandler raises NameError exception when generating error message (#35100). 3 years ago
  Go MAEDA 3e36b5c452 Update copyright year in source files to 2021 (#33069). 3 years ago
  Go MAEDA 2cbf5bb29e Allow newlines and quote characters within mail body delimiters (#34794). 3 years ago
  Toshi MARUYAMA 40be0ae5e0 add empty line after guard clause to app/models/mail_handler.rb 3 years ago
  Toshi MARUYAMA c4a95d5aeb add space after comma to app/models/mail_handler.rb 3 years ago
  Toshi MARUYAMA c308a7766e remove spaces inside {} of app/models/mail_handler.rb 3 years ago
  Go MAEDA 907e0173e4 Update copyright year in source files to 2020 (#33069). 4 years ago
  Toshi MARUYAMA 7bcb299a3c cleanup: rubocop: fix Style/MultilineTernaryOperator in app/models/mail_handler.rb 4 years ago
  Toshi MARUYAMA f2b274476a code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/mail_handler.rb 4 years ago
  Toshi MARUYAMA 69fb5a6a80 fix MailHandler#assign_string_attribute_with_limit is not private 4 years ago
  Toshi MARUYAMA 70965412a6 code cleanup: rubocop: fix Layout/SpaceAfterSemicolon in app/models/mail_handler.rb 4 years ago
  Toshi MARUYAMA 612221d36a svn propdel svn:executable app/models/mail_handler.rb 4 years ago
  Go MAEDA 75df6ead3b Log info messages when MailHandler ignored a reply to a nonexistent issue, journal, or message (#31946). 4 years ago
  Go MAEDA fe0a89d7d1 CodeCleanup: RuboCop: Fix Style/RaiseArgs in app/models/mail_handler.rb 4 years ago
  Go MAEDA e9d74c01d0 Improve MailHandler logging for unauthorized attempts (#31899). 4 years ago
  Go MAEDA 959b55779f Fix hard-coded string "no subject" in app/models/mail_handler.rb (#5820). 4 years ago
  Go MAEDA 7bb8ab5e24 Fix "Undefined local variable sender_email" error in MailHandler#receive_message_reply when receiving a reply to a locked topic (#31503). 5 years ago
  Go MAEDA 2e0ec5b0e6 Remove trailing whitespaces from app (#31506). 5 years ago
  Go MAEDA 4082069c75 Update copyright year. 5 years ago
  Go MAEDA b0e17e8199 Don't rescue Exception class (#31387). 5 years ago
  Go MAEDA 143c359d90 Allows setting the private flag via mail keyword (#31324). 5 years ago
  Go MAEDA 303576e22d Use safe navigation operator (#30457). 5 years ago
  Go MAEDA 2a154205ed MailHandler.safe_receive does not output any error log (#30457). 5 years ago
  Go MAEDA 72e1451159 Use Regexp#match? to reduce allocations of MatchData object (#28940). 5 years ago
  Go MAEDA 606e75d12d Use #b shortcut instead of #force_encoding (#31059). 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 3ce803e82b Parse author's name enclosed in parentheses in the From field when creating a user account from an email (#17699). 5 years ago
  Go MAEDA 77f35cb818 Option to parse HTML part of multipart (HTML) emails first (#30838). 5 years ago
  Go MAEDA b41c5c89d4 Mail handler does not ignore emails sent from emission email address if Setting.mail_from includes display name (#30785). 5 years ago
  Go MAEDA 5329ef3b82 Reverts r17862. 5 years ago
  Go MAEDA b0b8978ff8 Fix: Mail handler does not ignore emails sent from emission email address if Setting.mail_from includes display name (#30785). 5 years ago
  Jean-Philippe Lang e82e018938 Adding an issue note via email fails due to NoMethodError (#30455). 5 years ago
  Go MAEDA f743d2356f Fix: Attachments are added even if validation fails when updating an issue via email (#28576). 5 years ago
  Jean-Philippe Lang 0c78056a69 Send emails asynchronously (#26791). 5 years ago