summaryrefslogtreecommitdiffstats
path: root/app/controllers/watchers_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverted r9464 that broke a test. Project identifiers or ids can be used as p...Jean-Philippe Lang2012-04-221-1/+1
* Rails3: use Project.visible.find_by_identifier instead of .find for adding wa...Toshi MARUYAMA2012-04-221-1/+1
* Code cleanup.Jean-Philippe Lang2012-04-061-6/+2
* Fixed Internal Error in watchers XHR search (#10600).Etienne Massip2012-04-051-1/+1
* Failing test with 1.8.7 and jruby (#10538).Jean-Philippe Lang2012-03-251-1/+3
* Remove duplicate watchers (#10538).Jean-Philippe Lang2012-03-251-1/+1
* Ability to add non-member watchers on issue creation (#5159).Jean-Philippe Lang2012-03-241-5/+29
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-4/+0
* Avoid an AJAX query if the watchers form is already loaded.Jean-Philippe Lang2012-01-091-0/+1
* Ability to add non-member users as watchers (#5159).Jean-Philippe Lang2012-01-091-3/+23
* remove trailing white-spaces from app/controllers/watchers_controller.rb.Toshi MARUYAMA2011-08-301-9/+9
* Cleaner way to handle the replacement of watch links (#8071).Jean-Philippe Lang2011-04-051-13/+5
* Fix for Ruby 1.9 strings.Eric Davis2010-06-201-1/+1
* Make sure user can not watch what he is not allowed to view.Jean-Philippe Lang2009-12-131-1/+5
* Add a second action menu to IssuesController#show. (#4331)Eric Davis2009-12-031-1/+16
* Add a permission to remove issue watchers (#2450).Jean-Philippe Lang2009-10-251-1/+13
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Adds permissions for viewing the watcher list and adding new watchers on the ...Jean-Philippe Lang2008-08-031-17/+35
* Redirects back after clicking watch/unwatch links without javascript (#1337).Jean-Philippe Lang2008-06-291-2/+6
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-2/+2
* Added watchers for message boards (watchers controller modified to support an...Jean-Philippe Lang2007-05-131-7/+18
* Added "Watch" functionality on issues. It allows users to receive mail notifi...Jean-Philippe Lang2007-04-211-0/+38