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

Fix/user apps #336

Merged
merged 26 commits into from
May 17, 2024
Merged

Fix/user apps #336

merged 26 commits into from
May 17, 2024

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    2ab32b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b924cd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29a4922 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef632cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bdac3c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    9e027f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ea760b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c784a72 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 9, 2024

  1. fix: Remove erroneous converter & add missing json

    This removes the string enum converter for ApplicationIntegrationType,
    which caused deserialization to fail due to the fact that Discord
    accepted a stringified value, but would return a numeric value in the
    response payload, which the enum converter cannot handle.
    
    Missing JSON fields (`contexts`, `integration_types` have also been
    added, as they were previously missing, and likely would've caught
    this issue.
    
    A new converter type was also added to fix this confounding issue, but
    it breaks on `Optional<IReadOnlyDictionary<...>>` which confuses me.
    
    This is being posted purely for debugging purposes, and is known
    to be broken at this point for reasons entirely beyond me and perhaps
    even God.
    VelvetToroyashi committed May 9, 2024
    Configuration menu
    Copy the full SHA
    061cfd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2086a42 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    cac68b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e6114f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b880e8 View commit details
    Browse the repository at this point in the history
  4. Update Backend/Remora.Discord.API/API/Objects/Interactions/Applicatio…

    …nIntegrationTypeConfig.cs
    
    Co-authored-by: MazeXP <[email protected]>
    VelvetToroyashi and MazeXP authored May 11, 2024
    Configuration menu
    Copy the full SHA
    5b0a641 View commit details
    Browse the repository at this point in the history
  5. Update Backend/Remora.Discord.API/Json/Converters/Internal/EnumKeyDic…

    …tionaryConverterFactory.cs
    
    Co-authored-by: MazeXP <[email protected]>
    VelvetToroyashi and MazeXP authored May 11, 2024
    Configuration menu
    Copy the full SHA
    4e06346 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42b7edf View commit details
    Browse the repository at this point in the history
  7. Revert "refactor: Apply PR feedback"

    This reverts commit 42b7edf.
    VelvetToroyashi committed May 11, 2024
    Configuration menu
    Copy the full SHA
    49f09d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bff3f43 View commit details
    Browse the repository at this point in the history
  9. refactor!: Remove name from interaction metadata

    BREAKING-CHANGE: Removes the name field from interaction metadata;
    Discord says this field is currently unstable.
    VelvetToroyashi committed May 11, 2024
    Configuration menu
    Copy the full SHA
    bf34c18 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6f1bb43 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e1ae761 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    9cca677 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a47b28 View commit details
    Browse the repository at this point in the history