Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

add default_power_level_content_override config option. #12618

Merged
merged 36 commits into from
May 12, 2022

Commits on Apr 23, 2022

  1. add default_power_level_content_override config option.

    Lets you override the default power levels for rooms created on this server, per
    room creation preset.
    
    Useful if you know that your users need special permissions in rooms
    that they create (e.g. to send particular types of state events without
    needing an elevated power level).  This takes the same shape as the
    power_level_content_override parameter in the /createRoom API, but
    is applied before that parameter.
    
    This is something of a workaround in the absence of MSC3779 or MSC3761.
    ara4n committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    0a6f1d1 View commit details
    Browse the repository at this point in the history
  2. changelog

    ara4n committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    8cb9abe View commit details
    Browse the repository at this point in the history
  3. update sample config

    ara4n committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    ba33466 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    f415534 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3a8159 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20e2a51 View commit details
    Browse the repository at this point in the history
  4. Generate docs

    andybalaam committed May 3, 2022
    Configuration menu
    Copy the full SHA
    f7eed3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7531942 View commit details
    Browse the repository at this point in the history
  6. Re-order room permissions config

    Order: preset, default from server config, specific from user
    andybalaam committed May 3, 2022
    Configuration menu
    Copy the full SHA
    50b0b1e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    9da3abc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45da8d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbea127 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cb64bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f863ad9 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Reformat changelog for default_power_level_content_override

    Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    andybalaam and anoadragon453 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    eba1ed4 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Explicitly mention that the config will be overlaid

    Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    andybalaam and anoadragon453 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    9d70d83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e860ec6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4309993 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3aed63a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    9c99926 View commit details
    Browse the repository at this point in the history
  2. Fix case of create in default power level tests

    Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    andybalaam and anoadragon453 committed May 10, 2022
    Configuration menu
    Copy the full SHA
    52197b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55e1ecc View commit details
    Browse the repository at this point in the history
  4. Use Python native string literal concatenation

    Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    andybalaam and anoadragon453 committed May 10, 2022
    Configuration menu
    Copy the full SHA
    21459d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08b00e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9adeaa7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4dda230 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae9421c View commit details
    Browse the repository at this point in the history
  9. Generate sample config

    andybalaam committed May 10, 2022
    Configuration menu
    Copy the full SHA
    aa43bb1 View commit details
    Browse the repository at this point in the history
  10. Code formatting

    andybalaam committed May 10, 2022
    Configuration menu
    Copy the full SHA
    d84ba9a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    990b7fa View commit details
    Browse the repository at this point in the history
  2. Fix typo use->used

    Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    andybalaam and anoadragon453 committed May 12, 2022
    Configuration menu
    Copy the full SHA
    8122c1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a91a043 View commit details
    Browse the repository at this point in the history
  4. Regenerate sample config

    andybalaam committed May 12, 2022
    Configuration menu
    Copy the full SHA
    383e021 View commit details
    Browse the repository at this point in the history
  5. Add wording "per room preset"

    Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    andybalaam and anoadragon453 committed May 12, 2022
    Configuration menu
    Copy the full SHA
    b2ae9c9 View commit details
    Browse the repository at this point in the history
  6. Quotes for config key example

    Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    andybalaam and anoadragon453 committed May 12, 2022
    Configuration menu
    Copy the full SHA
    e1a913d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a639df View commit details
    Browse the repository at this point in the history