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
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
92f19f5
feat(types): update/add new fields to `disnake.types`
shiftinv Mar 20, 2024
6180560
fix(types): probably resolve todos, these fields don't exist in guild…
shiftinv Mar 20, 2024
8589cbb
feat: add new fields to app command models
shiftinv Mar 20, 2024
83661e7
feat: add new fields in interactions
shiftinv Mar 20, 2024
ea29a35
docs: add interaction fields documentation that may or may not be her…
shiftinv Mar 21, 2024
dca356e
refactor: deprecate `InteractionReference`
shiftinv Mar 22, 2024
ca755ee
feat(message): add `InteractionMetadata`
shiftinv Mar 22, 2024
5ab5940
feat(appinfo): add `IntegrationTypeConfiguration`
shiftinv Mar 22, 2024
450d279
feat: add `integration_type=` parameter to oauth urls
shiftinv Mar 22, 2024
745b161
fix: match api default for `integration_types` to avoid unnecessary sync
shiftinv Mar 23, 2024
545268b
feat(commands): add new parameters to ext.commands
shiftinv Mar 23, 2024
a3736c2
docs: add changelog entry
shiftinv Mar 23, 2024
a33c95d
fix(types): update `interaction_metadata.name` type
shiftinv Mar 23, 2024
2291ad1
Merge remote-tracking branch 'upstream/master' into feature/user-apps-v2
shiftinv Aug 19, 2024
c06f9c3
fix: add `InteractionMetadata.user`
shiftinv Aug 19, 2024
10a8bbb
chore: remove weird `int(dict.get())` call
shiftinv Aug 20, 2024
79b0ca3
Merge remote-tracking branch 'upstream/master' into feature/user-apps-v2
shiftinv Aug 24, 2024
93de3c8
fix: make dm_permission a property
onerandomusername Sep 23, 2024
8116d02
Merge branch 'master' into feature/user-apps-v2
shiftinv Sep 23, 2024
fa87500
refactor: turn `ApplicationIntegrationType` and `InteractionContextTy…
shiftinv Sep 16, 2024
312277e
refactor: change `oauth_url` `integration_type` default to `MISSING`
shiftinv Sep 16, 2024
b7f5cde
test: update `oauth_url` test
shiftinv Sep 16, 2024
0596bee
feat(flags): add `.all()` classmethod to new flag types
shiftinv Sep 16, 2024
03d879d
refactor: pluralize flag class names
shiftinv Sep 29, 2024
77ccd42
fix(docs): a/an grammar stuff in flags
shiftinv Sep 29, 2024
ef18d85
chore: yet another smol todo
shiftinv Sep 29, 2024
2b0ab7a
revert: "fix: make dm_permission a property"
shiftinv Sep 29, 2024
d1ed175
refactor: turn `dm_permission` into `contexts.bot_dm`, handle `GuildC…
shiftinv Sep 30, 2024
4f50433
fix(docs): fix references in ext.commands
shiftinv Sep 30, 2024
5cef0f9
fix: avoid resync for old commands with default settings (i.e. those …
shiftinv Sep 30, 2024
34b97ae
refactor: keep `dm_permission` and `contexts` completely separate
shiftinv Oct 1, 2024
009f787
fix: change `__eq__` to ignore `dm_permission` if `contexts` is set
shiftinv Oct 1, 2024
8321403
fix: don't send `dm_permission` if `contexts` is set
shiftinv Oct 1, 2024
bef05ec
feat: raise error if both parameters are set
shiftinv Oct 1, 2024
eabb563
feat: show `dm_permission` warning in user code (3.12+)
shiftinv Oct 1, 2024
c4885c4
fix: update `default_permission` error text
shiftinv Oct 1, 2024
fbd95c8
fix: make `GuildCommandInteraction` always overwrite contexts
shiftinv Oct 1, 2024
3ca6790
feat: provide (hopefully) helpful error message when trying to set ne…
shiftinv Oct 1, 2024
ad2fb7c
fix(docs): remove duplicate `dm_permission` documentation
shiftinv Oct 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/1173.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TBD
Loading
Loading