summaryrefslogtreecommitdiffstats
path: root/test/functional/watchers_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixes rubocop offenses (#40946). Marius Balteanu2024-07-081-5/+5
* Introduces @valid_watcher?@ check on watchables (@40946).Marius Balteanu2024-07-081-3/+3
* Permission check based on the type of @watchables@ (#40946).Marius Balteanu2024-07-081-0/+35
* Improve watcher list permissions check to explicitly require @view_issue_watc...Marius Balteanu2024-07-081-0/+19
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-6/+6
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Add test for #39894.Marius Balteanu2023-12-211-0/+6
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Fix autocomplete for users fails with 403 error when there are multiple objec...Marius Balteanu2022-02-011-0/+35
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Ability to add watchers to Wiki pages (#7652).Go MAEDA2021-05-291-1/+55
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Ability to add watchers to forum threads (#3390).Go MAEDA2021-03-151-1/+56
* Do not propose watchers that are not allowed to see the object (#33329).Go MAEDA2021-01-241-0/+14
* 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-11/+52
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under test directory (#26561).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
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-36/+36
* Don't use render :text => "".Jean-Philippe Lang2016-07-211-0/+45
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-211-6/+4
* Pass parameters with :params in controller tests.Jean-Philippe Lang2016-07-161-34/+56
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Allow addition of watchers via bulk edit context menu (#5754).Jean-Philippe Lang2016-04-091-1/+23
* 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/+23
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-201-7/+7
* Adds a role setting for controlling visibility of users: all or members of vi...Jean-Philippe Lang2014-11-111-0/+15
* Fixed: Error generated on 'search for watchers to add' after clicking add wit...Jean-Philippe Lang2014-03-211-0/+7
* Enable the watching of news (#2549).Jean-Philippe Lang2014-02-091-0/+21
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* add tests for non member watchers (#15622)Toshi MARUYAMA2013-12-091-0/+31
* code format clean up WatchersControllerTestToshi MARUYAMA2013-12-091-4/+6
* Fixed that delete watcher link was broken by r11290 (#13231).Jean-Philippe Lang2013-02-201-1/+1
* Use POST/DELETE to watch/unwatch an item.Jean-Philippe Lang2013-02-101-2/+2
* Bulk watch/unwatch issues from the context menu (#7159).Jean-Philippe Lang2013-02-101-6/+43
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-7/+0
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-221-2/+2
* Removes RJS from WatchersController.Jean-Philippe Lang2012-07-191-12/+10
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-1/+10
* Additional tests for WatchersController.Jean-Philippe Lang2012-04-061-0/+16
* Fixed Internal Error in watchers XHR search (#10600).Etienne Massip2012-04-051-0/+20
* Ability to add non-member watchers on issue creation (#5159).Jean-Philippe Lang2012-03-241-0/+19
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-6/+0