index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
controllers
/
watchers_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge r23325 from trunk to 5.1-stable (#41894).
Marius Balteanu
2024-11-29
1
-1
/
+1
*
Merged r22913-r22917 from trunk to 5.1-stable (#40946).
Marius Balteanu
2024-10-28
1
-6
/
+21
*
Merged r22746 from trunk to 5.1-stable (#40043).
Marius Balteanu
2024-02-27
1
-1
/
+1
*
Merge r22538 and r22539 from trunk to 5.1-stable (#39894).
Marius Balteanu
2023-12-21
1
-1
/
+6
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Allow users to be mentioned using @ in issues and wiki pages (#13919):
Marius Balteanu
2022-02-23
1
-1
/
+42
*
Fix autocomplete for users fails with 403 error when there are multiple objec...
Marius Balteanu
2022-02-01
1
-2
/
+6
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Enforce stricter class filtering in WatchersController (35463).
Marius Balteanu
2021-10-05
1
-1
/
+3
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Do not propose watchers that are not allowed to see the object (#33329).
Go MAEDA
2021-01-24
1
-1
/
+6
*
shorten long line of WatchersController
Toshi MARUYAMA
2020-11-06
1
-7
/
+20
*
use "do end" instead of {} at WatchersController
Toshi MARUYAMA
2020-11-05
1
-2
/
+2
*
add empty line after guard clause to WatchersController
Toshi MARUYAMA
2020-10-28
1
-0
/
+1
*
avoid using rescue in its modifier form at WatchersController#find_objects_fr...
Toshi MARUYAMA
2020-07-08
1
-1
/
+6
*
Fix typo in app/controllers/watchers_controller.rb (#33567).
Go MAEDA
2020-06-16
1
-3
/
+3
*
Use scope assignable_watchers (#4511).
Go MAEDA
2020-04-25
1
-5
/
+5
*
Use Principal to get users and groups for watchers in watchers controller (#4...
Go MAEDA
2020-04-25
1
-10
/
+5
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Allow adding user groups as watchers for issues (#4511).
Go MAEDA
2020-02-06
1
-3
/
+9
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Don't use render :text => "".
Jean-Philippe Lang
2016-07-21
1
-3
/
+6
*
Use head instead of render :nothing => true.
Jean-Philippe Lang
2016-07-16
1
-1
/
+1
*
Don't compare with Hash.
Jean-Philippe Lang
2016-07-16
1
-2
/
+2
*
Use .before_action instead of .before_filter.
Jean-Philippe Lang
2016-07-14
1
-2
/
+2
*
Preload project when possible (#5754).
Jean-Philippe Lang
2016-04-09
1
-1
/
+6
*
Don't reject users that already watch one of the objects (#5754).
Jean-Philippe Lang
2016-04-09
1
-2
/
+2
*
Allow addition of watchers via bulk edit context menu (#5754).
Jean-Philippe Lang
2016-04-09
1
-21
/
+32
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Fixed that user with permission can't remove a locked watcher (#21382).
Jean-Philippe Lang
2015-12-05
1
-1
/
+3
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Adds a role setting for controlling visibility of users: all or members of vi...
Jean-Philippe Lang
2014-11-11
1
-7
/
+9
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-2
/
+2
*
Fixed: Error generated on 'search for watchers to add' after clicking add wit...
Jean-Philippe Lang
2014-03-21
1
-0
/
+3
*
Enable the watching of news (#2549).
Jean-Philippe Lang
2014-02-09
1
-1
/
+7
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Don't display default watchers checkboxes on the new issue form when there ar...
Jean-Philippe Lang
2014-01-19
1
-5
/
+16
*
Rails4: replace deprecated find_all_by_* at WatchersController
Toshi MARUYAMA
2014-01-10
1
-2
/
+2
*
Bulk watch/unwatch issues from the context menu (#7159).
Jean-Philippe Lang
2013-02-10
1
-14
/
+22
*
Add/remove issue watchers via the REST API (#6727).
Jean-Philippe Lang
2013-01-30
1
-6
/
+12
*
Adds "sorted" scope to Principal and User and sort users/groups properly.
Jean-Philippe Lang
2013-01-23
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
1
-1
/
+1
*
Removes RJS from WatchersController.
Jean-Philippe Lang
2012-07-19
1
-37
/
+4
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Manually generates the javascript that prototype_helper fails to do with ruby...
Jean-Philippe Lang
2012-04-25
1
-6
/
+2
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-1
/
+1
[next]