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

feat: user apps #1173

Draft
wants to merge 39 commits into
base: master
Choose a base branch
from
Draft

feat: user apps #1173

wants to merge 39 commits into from

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    92f19f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6180560 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8589cbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83661e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea29a35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dca356e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca755ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ab5940 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    450d279 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    745b161 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    545268b View commit details
    Browse the repository at this point in the history
  3. docs: add changelog entry

    shiftinv committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    a3736c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a33c95d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    2291ad1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c06f9c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Aug 24, 2024

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

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    93de3c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8116d02 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. refactor: turn ApplicationIntegrationType and `InteractionContextTy…

    …pe` into flags instead of enums
    shiftinv committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fa87500 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    312277e View commit details
    Browse the repository at this point in the history
  3. test: update oauth_url test

    shiftinv committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b7f5cde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0596bee View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    03d879d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77ccd42 View commit details
    Browse the repository at this point in the history
  3. chore: yet another smol todo

    shiftinv committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    ef18d85 View commit details
    Browse the repository at this point in the history
  4. revert: "fix: make dm_permission a property"

    This reverts commit 93de3c8.
    shiftinv committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    2b0ab7a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. refactor: turn dm_permission into contexts.bot_dm, handle `GuildC…

    …ommandInteraction` correctly
    shiftinv committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d1ed175 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f50433 View commit details
    Browse the repository at this point in the history
  3. fix: avoid resync for old commands with default settings (i.e. those …

    …with `dm_permission=True, contexts=None`)
    shiftinv committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5cef0f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    34b97ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    009f787 View commit details
    Browse the repository at this point in the history
  3. fix: don't send dm_permission if contexts is set

    this isn't required, but done just to be sure, since the override behavior of the api isn't documented
    shiftinv committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8321403 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bef05ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eabb563 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4885c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbd95c8 View commit details
    Browse the repository at this point in the history
  8. feat: provide (hopefully) helpful error message when trying to set ne…

    …w fields on subcommands
    shiftinv committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3ca6790 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ad2fb7c View commit details
    Browse the repository at this point in the history