-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #226 from yepcord/feat/remote-auth-v2
add remote auth v2
- Loading branch information
Showing
9 changed files
with
295 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# What is working? | ||
|
||
- [x] Auth: | ||
- [x] Login | ||
- [x] Register | ||
- [x] Two-factor authentication | ||
- [x] Remote Auth (via qr-code): | ||
- [x] V1 | ||
- [x] V2 | ||
- [ ] Channels: | ||
- [x] DM channels create/delete (hide) | ||
- [x] DM Group channels create/edit/delete | ||
- [ ] Guild channels: | ||
- [x] Text | ||
- [ ] Voice | ||
- [x] Category | ||
- [ ] News | ||
- [ ] Stage | ||
- [ ] Messages: | ||
- [x] Send, edit, delete | ||
- [x] Threads | ||
- [x] Attachments | ||
- [x] Search | ||
- [x] Reactions | ||
- [x] Pins | ||
- [ ] Components | ||
- [x] Guilds: | ||
- [x] Roles | ||
- [x] Permissions | ||
- [x] Permission overwrites | ||
- [x] Ban/kick | ||
- [x] Members edit (custom username, avatar, etc.) | ||
- [x] Emojis | ||
- [x] Stickers | ||
- [x] Invites: | ||
- [x] Regular | ||
- [x] Vanity url | ||
- [x] Scheduled events | ||
- [ ] Users: | ||
- [x] Edit (avatar, banner, username, email, etc.), deleting | ||
- [x] Relationships: | ||
- [x] Request | ||
- [x] Accept | ||
- [x] Remove | ||
- [x] Block | ||
- [x] Notes | ||
- [ ] Connections | ||
- [x] OAuth2 | ||
- [ ] Bots: | ||
- [x] Create, edit, delete | ||
- [ ] Commands: | ||
- [x] Slash commands | ||
- [ ] User commands (?) | ||
- [ ] Message commands (?) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.