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: Complete forum channel implementation #1636

Merged
merged 56 commits into from
Nov 17, 2022
Merged

feat: Complete forum channel implementation #1636

merged 56 commits into from
Nov 17, 2022

Commits on Sep 15, 2022

  1. Add ForumTag type

    Dorukyum committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    78f58ea View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Make emoji_name nullable

    Dorukyum committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    6d5dc2d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

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

Commits on Sep 28, 2022

  1. Add forum tag fields

    Dorukyum committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    83e6382 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a3066e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    97427b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48cda11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    344badc View commit details
    Browse the repository at this point in the history
  4. Fix typehint syntax

    BobDotCom committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    e82d4dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed599df View commit details
    Browse the repository at this point in the history
  6. Fix typehints

    BobDotCom committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    4d9af9c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Update discord/http.py

    Co-authored-by: BobDotCom <71356958+BobDotCom@users.noreply.github.com>
    Dorukyum and BobDotCom committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    d198ca9 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    114c181 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0891c79 View commit details
    Browse the repository at this point in the history
  3. Update channel.py

    Lulalaby committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    11afeb7 View commit details
    Browse the repository at this point in the history
  4. Update channel.py

    Lulalaby committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    f716176 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

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

Commits on Nov 3, 2022

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

Commits on Nov 7, 2022

  1. Update forum tags

    - Move available_tags to ForumChannel, turn type to `list[ForumTag]`
    - Fix versionadded
    Dorukyum committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8f9ee26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2483ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fd72af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1da9be View commit details
    Browse the repository at this point in the history
  5. Fix typehints

    Dorukyum committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    0b1a082 View commit details
    Browse the repository at this point in the history
  6. Update Thread.applied_tags

    Dorukyum committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    6ec5b7e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb76350 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad7ea51 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f3a5c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

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

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    00084e2 View commit details
    Browse the repository at this point in the history
  2. Implement Thread.is_pinned

    Dorukyum committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    e0acd90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    582e95c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3714af0 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

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

Commits on Nov 13, 2022

  1. Configuration menu
    Copy the full SHA
    b47cf02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45265c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    2d2b993 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1001c37 View commit details
    Browse the repository at this point in the history
  3. Implement default_sort_order

    Dorukyum committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    c4acddc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acb25b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee64f58 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Rename default_thread_rate_limit_per_user

    This will be called default_thread_slowmode_delay in Pycord.
    Dorukyum committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    1afd1b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b71d55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29db389 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc2f63b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    608ce47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13ea4d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f17df4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    094477d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    15f92ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c194e51 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a603ae8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    da1a58d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    51587bf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3d0c099 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

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

Commits on Nov 17, 2022

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