Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prohibit blocked users from posting in the comments thread of the blocker account's blog #14730

Merged
merged 14 commits into from
Feb 27, 2024

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    30070d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    cb6840e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    a3a01d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4426d3 View commit details
    Browse the repository at this point in the history
  3. Only prohibit commenting on blog discussions not forums and not prohi…

    …bit admins changed in controllers.forumpost.create
    Carbrex committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b53de7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c61ee3 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Added replyBlocked function in ForumAccess and added the trans key in…

    … ublog.xml instead of site.xml
    Carbrex committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    98d79a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b07f8b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Merge branch 'master' into patch-14

    * master: (110 commits)
      dedup hardcoded ublog tier days
      Remove Tags From Video Card Info
      flatten blog tiers
      show fide federation flags on study chapter player bars
      add fide federation flag images
      list fide federations with their exotic codes
      study player flag based on fide id, POC
      only sync fide db weekly in prod
      new modules/player refactored away from modules/relay
      broadcast player name combinations: ignore single-letter words
      delete players who are no longer in the fide download
      use PGN order in broadcast team table, instead of sorting by rating
      fix broadcast team match on player ID or player name
      normalize broadcast player names during tokenization
      `Broadcast official` allows grouping with owned tournaments
      `Broadcast Official` and `Study/Broadcast Admin` permissions
      document broadcast player combination matching
      match broadcast players with name combinations
      New Crowdin updates (lichess-org#14747)
      scalachess 15.7.11
      ...
    ornicar committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    44a5f89 View commit details
    Browse the repository at this point in the history
  2. Option.get is a lie

    Never use Option.get, it throws exceptions.
    Instead of checking if the value is available with Option.isEmpty,
    then using Option.get, you should get the value while you check for its existence.
    ornicar committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    86c7349 View commit details
    Browse the repository at this point in the history
  3. avoid taking options as arguments

    it's usually better to resolve the option at the caller site
    ornicar committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0bbeebb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38218b4 View commit details
    Browse the repository at this point in the history
  5. scala code golf

    this is not necessary
    ornicar committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fb430ae View commit details
    Browse the repository at this point in the history
  6. scala tweaks

    ornicar committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    919d799 View commit details
    Browse the repository at this point in the history