70 Commits (13aeb797cfaa5a70bd8903d8350ea8ce3e0bb151)

Autor SHA1 Nachricht Datum
  Marius Balteanu 13aeb797cf Use ApplicationRecord instead of ActiveRecord::Base (#38975). vor 4 Monaten
  Marius Balteanu 539d0f867e Explicitly render a 404 on non-JS requests to @watchers#new@ (#39894). vor 5 Monaten
  Go MAEDA 92bd67c279 Update copyright year to 2023 (#38141). vor 1 Jahr
  Marius Balteanu ba74ba1c70 Allow users to be mentioned using @ in issues and wiki pages (#13919): vor 2 Jahren
  Marius Balteanu d2f64ee928 Fix autocomplete for users fails with 403 error when there are multiple objects from different projects (#36446). vor 2 Jahren
  Go MAEDA 3686b77eb6 Update copyright year in source files to 2022 (#36379). vor 2 Jahren
  Marius Balteanu 04e27aa161 Enforce stricter class filtering in WatchersController (35463). vor 2 Jahren
  Go MAEDA 3e36b5c452 Update copyright year in source files to 2021 (#33069). vor 3 Jahren
  Go MAEDA 0f4228d4e6 Do not propose watchers that are not allowed to see the object (#33329). vor 3 Jahren
  Toshi MARUYAMA 5336205c79 shorten long line of WatchersController vor 3 Jahren
  Toshi MARUYAMA 72c59b010b use "do end" instead of {} at WatchersController vor 3 Jahren
  Toshi MARUYAMA efc6e5e7c5 add empty line after guard clause to WatchersController vor 3 Jahren
  Toshi MARUYAMA 445f6528e2 avoid using rescue in its modifier form at WatchersController#find_objects_from_params vor 3 Jahren
  Go MAEDA 81969c28b5 Fix typo in app/controllers/watchers_controller.rb (#33567). vor 4 Jahren
  Go MAEDA ee46c3570e Use scope assignable_watchers (#4511). vor 4 Jahren
  Go MAEDA f09e0e8f8c Use Principal to get users and groups for watchers in watchers controller (#4511). vor 4 Jahren
  Go MAEDA 907e0173e4 Update copyright year in source files to 2020 (#33069). vor 4 Jahren
  Go MAEDA b995014c49 Allow adding user groups as watchers for issues (#4511). vor 4 Jahren
  Go MAEDA 4082069c75 Update copyright year. vor 5 Jahren
  Go MAEDA 07b3087fda Enable frozen_string_literal for some files under app and lib directory (#26561). vor 5 Jahren
  Go MAEDA 5861160ffc Add "frozen_string_literal: false" for all files (#26561). vor 5 Jahren
  Jean-Philippe Lang 7fd04e1f8d Update copyright. vor 7 Jahren
  Jean-Philippe Lang 8b107b6058 Don't use render :text => "". vor 7 Jahren
  Jean-Philippe Lang 3396d5a1c4 Use head instead of render :nothing => true. vor 7 Jahren
  Jean-Philippe Lang 17aa2f68c2 Don't compare with Hash. vor 7 Jahren
  Jean-Philippe Lang ee82a55602 Use .before_action instead of .before_filter. vor 8 Jahren
  Jean-Philippe Lang 933dc946d4 Preload project when possible (#5754). vor 8 Jahren
  Jean-Philippe Lang 14234eae39 Don't reject users that already watch one of the objects (#5754). vor 8 Jahren
  Jean-Philippe Lang 5adc1ddde9 Allow addition of watchers via bulk edit context menu (#5754). vor 8 Jahren
  Jean-Philippe Lang cda9c63d9c Updates copyright for 2016. vor 8 Jahren
  Jean-Philippe Lang 9b52ae5c5a Fixed that user with permission can't remove a locked watcher (#21382). vor 8 Jahren
  Jean-Philippe Lang 000124f44f Copyright update. vor 9 Jahren
  Jean-Philippe Lang bdd3ccf8e5 Adds a role setting for controlling visibility of users: all or members of visible projects (#11724). vor 9 Jahren
  Jean-Philippe Lang 2d1866d966 Merged rails-4.1 branch (#14534). vor 9 Jahren
  Jean-Philippe Lang b29c48717d Fixed: Error generated on 'search for watchers to add' after clicking add without selected users (#14298). vor 10 Jahren
  Jean-Philippe Lang 1ad33134d3 Enable the watching of news (#2549). vor 10 Jahren
  Toshi MARUYAMA 35cc911192 update copyright year (#15977) vor 10 Jahren
  Jean-Philippe Lang a525bc8e98 Don't display default watchers checkboxes on the new issue form when there are more than 20 members (#8562). vor 10 Jahren
  Toshi MARUYAMA a7b8e6c02a Rails4: replace deprecated find_all_by_* at WatchersController vor 10 Jahren
  Jean-Philippe Lang 856ef810b4 Bulk watch/unwatch issues from the context menu (#7159). vor 11 Jahren
  Jean-Philippe Lang a0158eff96 Add/remove issue watchers via the REST API (#6727). vor 11 Jahren
  Jean-Philippe Lang e53a5de918 Adds "sorted" scope to Principal and User and sort users/groups properly. vor 11 Jahren
  Jean-Philippe Lang e396a0eebe Copyright for 2013 (#12788). vor 11 Jahren
  Jean-Philippe Lang 5b21efd4a4 Replaces find(:all) calls. vor 11 Jahren
  Jean-Philippe Lang 38060a2cf0 Removes RJS from WatchersController. vor 12 Jahren
  Jean-Philippe Lang ba5a052c8c Copyright update. vor 12 Jahren
  Jean-Philippe Lang d15ab86459 Manually generates the javascript that prototype_helper fails to do with ruby1.9.2. vor 12 Jahren
  Jean-Philippe Lang 5e57a1a9d9 Merged rails-3.2 branch. vor 12 Jahren
  Jean-Philippe Lang 9305c84093 Reverted r9464 that broke a test. Project identifiers or ids can be used as parameters. vor 12 Jahren
  Toshi MARUYAMA 72ab3e22b1 Rails3: use Project.visible.find_by_identifier instead of .find for adding watchers dialog on new issue vor 12 Jahren