174 Commitit (master)

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