summaryrefslogtreecommitdiffstats
path: root/lib/plugins/acts_as_watchable
Commit message (Expand)AuthorAgeFilesLines
* Fix watcher handling on unsaved objects (#39186).Go MAEDA2023-10-161-6/+16
* Use `require_relative` instead of `File.dirname(__FILE__) + ...` (#38093).Go MAEDA2023-01-161-1/+1
* Respect group memberships when checking if an object is watched (#37065).Marius Balteanu2022-06-201-5/+17
* Locked users in a group receive notifications when the group is added as a wa...Go MAEDA2020-09-011-1/+1
* Use scope assignable_watchers (#4511).Go MAEDA2020-04-251-1/+1
* Use principals in acts_as_watchable (#4511).Go MAEDA2020-04-251-1/+1
* Allow adding user groups as watchers for issues (#4511).Go MAEDA2020-02-061-3/+5
* Support frozen_string_literal in lib/**/*.rb (#26561).Go MAEDA2019-03-172-2/+2
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-152-0/+4
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+0
* Removes a call to alias_method_chain.Jean-Philippe Lang2016-07-141-3/+2
* When creating issues by receiving an email, watchers created via CC in the ma...Jean-Philippe Lang2016-07-091-0/+4
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* Code cleanup.Jean-Philippe Lang2013-06-111-2/+2
* Code cleanup.Jean-Philippe Lang2013-06-111-1/+1
* Fixed that watchers receive notifications for private comments without permis...Jean-Philippe Lang2012-11-051-5/+8
* replace Rails2 "named_scope" to Rails3 "scope" at lib/plugins/acts_as_watchab...Toshi MARUYAMA2012-04-261-1/+1
* Moved Rails plugins required by the core to lib/plugins.Jean-Philippe Lang2012-04-262-0/+88
* Redmine acts_as_* plugins moved to vendor/plugins.Jean-Philippe Lang2007-09-292-56/+0
* Search engines now supports pagination.Jean-Philippe Lang2007-09-272-0/+56