summary refs log tree commit diff
path: root/client_test/index.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* :arrow_up: update demo test clientFlam3rboy2021-08-051-4/+6
|
* :arrow_up: update dev client versionFlam3rboy2021-06-271-4/+4
|
* feat: add widget endpointsUmimaso2021-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Implemented the four widget related endpoints of the api. Partial user object being returned as part of the widget.json endpoint [1] is an intentional choice related to privacy [2]. The widget.json endpoint will require additional changes upon completion of other work. Member details will need to return extra key/values for connected users to voice channels. An additional avatar_url value will hold an unique avatar url for the user + guild, fetched via a CDN endpoint widget-avatars. New dependencies `canvas` and `image-size`. Canvas is used to create the widget.png endpoint image [3]. Image-size is used to set the canvas' size to match the widget template images. Use regex in determining if a NO_AUTHORIZATION_ROUTES is hit or not. [1] https://discord.com/developers/docs/resources/guild#get-guild-widget [2] https://github.com/discord/discord-api-docs/issues/1287 [3] https://discord.com/developers/docs/resources/guild#get-guild-widget-image Closes: #9, #110
* :sparkles: user avatarFlam3rboy2021-05-301-2/+1
|
* npm i @fosscord/server-util@1.3.3Flam3rboy2021-05-251-0/+1
|
* :sparkles: use new configFlam3rboy2021-05-241-3/+2
|
* :page_facing_up: GPL V3 licenseFlam3rboy2021-05-081-39/+1
|
* :loud_sound: log gateway eventsFlam3rboy2021-04-071-0/+5
|
* rename 'client' -> 'client_test'xnacly2021-01-251-0/+82