174 Révisions (b4bfb6b581035b52a193c74ac74825f3652a014a)

Auteur SHA1 Message Date
  Marius Balteanu 38d950df55 Remove current year from source file copyright headers and update year in footer to 2024 (#40043). il y a 3 mois
  Marius Balteanu c517664985 Reverts r22438 (#35189). il y a 4 mois
  Go MAEDA 9935af7e01 Change the default notification option from `only_my_events` to `only_assigned` (#39500). il y a 5 mois
  Go MAEDA 21423d4b7f Revert r22504 that missing a necessary file (#39500). il y a 5 mois
  Go MAEDA 9b2b30b887 Change the default notification option from `only_my_events` to `only_assigned` (#39500). il y a 5 mois
  Go MAEDA a73ffaebd3 Code cleanup: unnecessary use of instance variables in UserTest (#39500). il y a 5 mois
  Go MAEDA 384cde0a46 New email notification option "For any event on my bookmarked projects" (#35189). il y a 6 mois
  Go MAEDA 937124443c Raise the maximum length of the last name to 255 characters (#37679). il y a 9 mois
  Go MAEDA 21a6fc71d6 Fix RuboCop offense Performance/MapMethodChain (#37247). il y a 9 mois
  Go MAEDA c1c9a50397 Fix RuboCop offense Style/InverseMethods: Use `invalid?` instead of inverting `valid?` (#37248). il y a 1 an
  Go MAEDA 32d2b1c42f Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting `blank?` (#37248). il y a 1 an
  Go MAEDA 1481c721a2 Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). il y a 1 an
  Go MAEDA 92bd67c279 Update copyright year to 2023 (#38141). il y a 1 an
  Go MAEDA 0ef56a4bfb Fix passing a wrong parameter to `with_settings` in UserTest::test_random_password_include_required_characters (#37449). il y a 1 an
  Go MAEDA 2e86acfa87 Add tasks to prune registered users after a certain number of days (#30998). il y a 2 ans
  Marius Balteanu f286a6044b Deprecate and rename rss_* methods to atom_* methods (#15118). il y a 2 ans
  Go MAEDA 3686b77eb6 Update copyright year in source files to 2022 (#36379). il y a 2 ans
  Go MAEDA 9955844da1 Drop OpenID support (#35755). il y a 2 ans
  Go MAEDA 712cf0d8c9 Add missing fixtures to UserTest (#35975). il y a 2 ans
  Marius Balteanu 4378b7e1b4 Remove references to deleted user from "user"-Format CustomFields when destroying an user (#32977). il y a 2 ans
  Go MAEDA ec3527102d Remove deprecated WikiContent::Version (#35031). il y a 3 ans
  Go MAEDA e86476eb5b Fix "ActiveRecord::StaleObjectError: Attempted to update a stale object: Issue." (#29914, #32912). il y a 3 ans
  Go MAEDA 3e36b5c452 Update copyright year in source files to 2021 (#33069). il y a 3 ans
  Go MAEDA 1d96cd2c4c RuboCop: Fix Layout/SpaceInsideBlockBraces due to r20547 (#34071). il y a 3 ans
  Go MAEDA 1dcebf8ce0 Changes User.try_to_login to catch and log AuthSourceExceptions, and introduces User.try_to_login! replicating the original behavior (#34071). il y a 3 ans
  Go MAEDA 907e0173e4 Update copyright year in source files to 2020 (#33069). il y a 4 ans
  Toshi MARUYAMA 71072f619c cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/user_test.rb il y a 4 ans
  Toshi MARUYAMA 7cc5f37eeb cleanup: rubocop: fix Layout/IndentFirstArgument in test/unit/user_test.rb il y a 4 ans
  Toshi MARUYAMA ed20805df5 cleanup: rubocop: fix Layout/SpaceAfterComma in test/unit/user_test.rb il y a 4 ans
  Toshi MARUYAMA 9b362ca043 cleanup: rubocop: fix Layout/SpaceInsideParens in test/unit/user_test.rb il y a 4 ans
  Go MAEDA 81a2e5338d Add a fixture for UserTest#test_bookmarked_project_ids (#29482). il y a 4 ans
  Toshi MARUYAMA c36d7f84bd code cleanup: rubocop: fix Layout/AlignArguments in test/unit/user_test.rb il y a 4 ans
  Go MAEDA b1f1108606 Option to filter after my bookmarked projects (#32302, #29482, #31355). il y a 4 ans
  Toshi MARUYAMA a4133891e4 code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/user_test.rb il y a 4 ans
  Go MAEDA 5ce4a363a9 Fix test failure due to missing call to set_tmp_attachments_directory (#32122). il y a 4 ans
  Go MAEDA 35e6a532f5 Force passwords to contain specified character classes (#4221). il y a 4 ans
  Jean-Philippe Lang 001853ef79 Groups are incorrect when grouping by date without user timezone set. il y a 5 ans
  Go MAEDA 4082069c75 Update copyright year. il y a 5 ans
  Go MAEDA 4f5a3a156c Enable frozen_string_literal for some files under test directory (#26561). il y a 5 ans
  Go MAEDA 5861160ffc Add "frozen_string_literal: false" for all files (#26561). il y a 5 ans
  Jean-Philippe Lang 1cadb28a6e Current user should be nil to prevent ActiveJob::DeserializationError errors in tests. il y a 5 ans
  Jean-Philippe Lang ce1c652250 Upgrade to Rails 5.2.0 (#23630). il y a 6 ans
  Jean-Philippe Lang 2bc719e2c8 LdapError is deprecated (#24970). il y a 7 ans
  Jean-Philippe Lang 92ca57e938 Fixed User#project_ids_by_role when first called within chained scopes (#26376). il y a 7 ans
  Jean-Philippe Lang 7fd04e1f8d Update copyright. il y a 7 ans
  Jean-Philippe Lang 1ab58b6aa5 Adds a User.admin scope (#25416). il y a 7 ans
  Toshi MARUYAMA 6139e0033a spelling fixes (#25495) il y a 7 ans
  Toshi MARUYAMA 5a86f95d29 revert r16322 (#24970) il y a 7 ans
  Toshi MARUYAMA d37125dfe9 replace depricated Net::LDAP::LdapError by Net::LDAP::Error (#24970) il y a 7 ans
  Toshi MARUYAMA a1c37e7d6c remove empty lines including white space from test/unit/user_test.rb il y a 7 ans