summaryrefslogtreecommitdiffstats
path: root/app/controllers/watchers_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge r23325 from trunk to 5.1-stable (#41894).Marius Balteanu2024-11-291-1/+1
* Merged r22913-r22917 from trunk to 5.1-stable (#40946).Marius Balteanu2024-10-281-6/+21
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Merge r22538 and r22539 from trunk to 5.1-stable (#39894).Marius Balteanu2023-12-211-1/+6
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-231-1/+42
* Fix autocomplete for users fails with 403 error when there are multiple objec...Marius Balteanu2022-02-011-2/+6
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Enforce stricter class filtering in WatchersController (35463).Marius Balteanu2021-10-051-1/+3
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Do not propose watchers that are not allowed to see the object (#33329).Go MAEDA2021-01-241-1/+6
* shorten long line of WatchersControllerToshi MARUYAMA2020-11-061-7/+20
* use "do end" instead of {} at WatchersControllerToshi MARUYAMA2020-11-051-2/+2
* add empty line after guard clause to WatchersControllerToshi MARUYAMA2020-10-281-0/+1
* avoid using rescue in its modifier form at WatchersController#find_objects_fr...Toshi MARUYAMA2020-07-081-1/+6
* Fix typo in app/controllers/watchers_controller.rb (#33567).Go MAEDA2020-06-161-3/+3
* Use scope assignable_watchers (#4511).Go MAEDA2020-04-251-5/+5
* Use Principal to get users and groups for watchers in watchers controller (#4...Go MAEDA2020-04-251-10/+5
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Allow adding user groups as watchers for issues (#4511).Go MAEDA2020-02-061-3/+9
* Update copyright year.Go MAEDA2019-05-251-1/+1
* 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
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Don't use render :text => "".Jean-Philippe Lang2016-07-211-3/+6
* Use head instead of render :nothing => true.Jean-Philippe Lang2016-07-161-1/+1
* Don't compare with Hash.Jean-Philippe Lang2016-07-161-2/+2
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-2/+2
* Preload project when possible (#5754).Jean-Philippe Lang2016-04-091-1/+6
* Don't reject users that already watch one of the objects (#5754).Jean-Philippe Lang2016-04-091-2/+2
* Allow addition of watchers via bulk edit context menu (#5754).Jean-Philippe Lang2016-04-091-21/+32
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fixed that user with permission can't remove a locked watcher (#21382).Jean-Philippe Lang2015-12-051-1/+3
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Adds a role setting for controlling visibility of users: all or members of vi...Jean-Philippe Lang2014-11-111-7/+9
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-2/+2
* Fixed: Error generated on 'search for watchers to add' after clicking add wit...Jean-Philippe Lang2014-03-211-0/+3
* Enable the watching of news (#2549).Jean-Philippe Lang2014-02-091-1/+7
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Don't display default watchers checkboxes on the new issue form when there ar...Jean-Philippe Lang2014-01-191-5/+16
* Rails4: replace deprecated find_all_by_* at WatchersControllerToshi MARUYAMA2014-01-101-2/+2
* Bulk watch/unwatch issues from the context menu (#7159).Jean-Philippe Lang2013-02-101-14/+22
* Add/remove issue watchers via the REST API (#6727).Jean-Philippe Lang2013-01-301-6/+12
* Adds "sorted" scope to Principal and User and sort users/groups properly.Jean-Philippe Lang2013-01-231-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-1/+1
* Removes RJS from WatchersController.Jean-Philippe Lang2012-07-191-37/+4
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Manually generates the javascript that prototype_helper fails to do with ruby...Jean-Philippe Lang2012-04-251-6/+2
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-1/+1