64 Commits (9955844da1d209778f06ad9a3583949048b8ee88)

Author SHA1 Message Date
  Go MAEDA 3e36b5c452 Update copyright year in source files to 2021 (#33069). 3 years ago
  Toshi MARUYAMA 3b36e37fd7 remove spaces inside {} of app/models/message.rb 3 years ago
  Toshi MARUYAMA 31beca84b3 use "do end" instead of {} at ActiveRecord scope lambda of app/models/message.rb 3 years ago
  Toshi MARUYAMA ead5d6b29a shorten long line of app/models/message.rb 3 years ago
  Go MAEDA e48ff48820 Evaluate acts_as_activity_provider's scope lazily (#33664). 3 years ago
  Go MAEDA 907e0173e4 Update copyright year in source files to 2020 (#33069). 4 years ago
  Toshi MARUYAMA 02876fb1bf cleanup: rubocop: fix Layout/BlockEndNewline in app/models/message.rb 4 years ago
  Toshi MARUYAMA 8d8173c793 cleanup: rubocop: fix Layout/AlignArguments in app/models/message.rb 4 years ago
  Toshi MARUYAMA 7f2e36824e cleanup: rubocop: fix Style/MultilineTernaryOperator in app/models/message.rb 4 years ago
  Go MAEDA 4082069c75 Update copyright year. 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
  Jean-Philippe Lang 0c78056a69 Send emails asynchronously (#26791). 5 years ago
  Jean-Philippe Lang d74f0bfd5c Merged rails-5.1 branch (#23630). 7 years ago
  Jean-Philippe Lang 7fd04e1f8d Update copyright. 7 years ago
  Jean-Philippe Lang cda9c63d9c Updates copyright for 2016. 8 years ago
  Jean-Philippe Lang e3618bdbec Add support for multiple email addresses per user (#4244). 9 years ago
  Jean-Philippe Lang 000124f44f Copyright update. 9 years ago
  Jean-Philippe Lang 2fe806a4a4 Rewrites search engine to properly paginate results (#18631). 9 years ago
  Toshi MARUYAMA 6f92548b38 remove unneeded "references" of joins 9 years ago
  Jean-Philippe Lang 498a34403a Removed unneeded :foreign_key option on belongs_to associations. 9 years ago
  Jean-Philippe Lang 2d1866d966 Merged rails-4.1 branch (#14534). 9 years ago
  Toshi MARUYAMA 35cc911192 update copyright year (#15977) 10 years ago
  Toshi MARUYAMA ab6ac3b08f Rails4: replace deprecated Relation#update_all at Message model 10 years ago
  Jean-Philippe Lang 205eda8b33 Use AR callbacks instead of observers (removed in Rails4) for notifications. 11 years ago
  Jean-Philippe Lang e396a0eebe Copyright for 2013 (#12788). 11 years ago
  Jean-Philippe Lang c93fccc84a Code cleanup. 11 years ago
  Jean-Philippe Lang 0e30724d66 Group events in the activity view (#12542). 11 years ago
  Jean-Philippe Lang 7222e4012d Rewrites named scopes with ARel queries. 11 years ago
  Jean-Philippe Lang efc6abea07 Fixed that deleting the last reply of a topic does not update last_reply_id. 12 years ago
  Jean-Philippe Lang ba5a052c8c Copyright update. 12 years ago
  Toshi MARUYAMA d0d01d4e70 model: replace Rails2 "named_scope" to Rails3 "scope" 12 years ago
  Jean-Philippe Lang a7bacf70fb Fixed: Unable to change locked, sticky flags and board when editing a message (#10564). 12 years ago
  Jean-Philippe Lang 286bda14f1 Prevent mass-assignment when adding/updating a forum message (#10390). 12 years ago
  Toshi MARUYAMA 7183530e7a Rails3: model: replace deprecated errors.add_to_base at cannot_reply_to_locked_topic of Message 12 years ago
  Toshi MARUYAMA 049b35edb0 Rails3: model: replace deprecated 'validate_on_create' method at Message model 12 years ago
  Toshi MARUYAMA 4ac5a2c338 Rails3: model: replace deprecated 'after_destroy' method at Message model 12 years ago
  Toshi MARUYAMA c23052aa08 Rails3: model: replace deprecated 'after_update' method at Message model 12 years ago
  Toshi MARUYAMA 52dd8b56c9 Rails3: replace deprecated 'after_create' method at Message model. 12 years ago
  Toshi MARUYAMA 33745d1972 remove trailing white-spaces from app/models/message.rb. 13 years ago
  Toshi MARUYAMA c810b9db9c remove trailing white-spaces from message model source. 13 years ago
  Jean-Philippe Lang 405fc07e90 Makes visible scopes accept projects option and deprecate Project.visible_by. 13 years ago
  Jean-Philippe Lang b20210e83c Adds visible scope to redmine links queries. 13 years ago
  Jean-Philippe Lang 8fb29d4d21 Adds pagination to forum messages (#4664). 14 years ago
  Eric Davis 358e3194d7 Refactor: Move recipients method into acts_as_event 14 years ago
  Jean-Philippe Lang bb477a3a0f Make sure users don't get notified for thing they can not view (#3589). 14 years ago
  Jean-Philippe Lang f33231181f Makes user unwatch what he can no longer view after its permissions have changed (#3589). 14 years ago
  Jean-Philippe Lang 7642b5a9ab Fixed: editing a message may cause sticky attribute to be NULL (#3356). 15 years ago
  Jean-Philippe Lang ca166b30e1 Adds the ability to move threads between project forums (#2452). 'Edit message' permission is required. 15 years ago
  Jean-Philippe Lang 33bd7f45e1 Fixes message search eager loading (#2654). 15 years ago