Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :bug: fix post/patch channel | Flam3rboy | 2021-08-07 | 1 | -1/+1 |
| | |||||
* | added profile banners | BuildTools | 2021-08-07 | 1 | -1/+3 |
| | |||||
* | :bug: fix GuildUpdate Schema | Flam3rboy | 2021-08-07 | 1 | -8/+13 |
| | |||||
* | added accent_color to UserModifySchema | BuildTools | 2021-08-07 | 1 | -1/+3 |
| | |||||
* | :sparkles: empty messages check + allowed mentions | Flam3rboy | 2021-06-23 | 1 | -2/+12 |
| | |||||
* | :art: clean up code | Flam3rboy | 2021-06-22 | 1 | -2/+2 |
| | | | | | | | widget.json.ts: just return instead of long if statement + add ?. operators for error handling widget.png.ts make path universal widget.ts: remove unnecessary guild db query as getPermission already checks it Widget.ts make parameters required | ||||
* | feat: add widget endpoints | Umimaso | 2021-06-19 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | :construction: dm channels | Flam3rboy | 2021-05-31 | 1 | -6/+6 |
| | |||||
* | :sparkles: message attachments | Flam3rboy | 2021-05-30 | 1 | -0/+1 |
| | |||||
* | :art: reformat | Flam3rboy | 2021-05-29 | 1 | -47/+7 |
| | |||||
* | :sparkles: Message edit | Flam3rboy | 2021-05-22 | 1 | -8/+10 |
| | |||||
* | :sparkles: createChannel() | Flam3rboy | 2021-05-22 | 2 | -25/+8 |
| | |||||
* | :art: Move member routes in separate files | Flam3rboy | 2021-05-22 | 1 | -9/+17 |
| | |||||
* | :bug: fix channel modify schema | Flam3rboy | 2021-05-10 | 1 | -1/+1 |
| | |||||
* | Update Guild.ts | Intevel ツ | 2021-05-08 | 1 | -0/+14 |
| | |||||
* | Update Member.ts | Intevel ツ | 2021-05-08 | 1 | -0/+8 |
| | |||||
* | :art: [Route] templates refactor | Flam3rboy | 2021-05-07 | 1 | -6/+4 |
| | |||||
* | [Route] PATCH /guilds/:id/roles | Intevel ツ | 2021-05-06 | 1 | -2/+21 |
| | |||||
* | Create Roles.ts | Intevel ツ | 2021-05-06 | 1 | -0/+15 |
| | |||||
* | [Route] PATCH /users/:id | Intevel ツ | 2021-05-06 | 1 | -0/+10 |
| | |||||
* | [Route] PATCH /guilds/:id/templates | Intevel ツ | 2021-05-06 | 1 | -0/+11 |
| | |||||
* | Update Guild.ts | Intevel ツ | 2021-05-05 | 1 | -0/+11 |
| | |||||
* | Update Template.ts | Intevel ツ | 2021-05-05 | 1 | -1/+1 |
| | |||||
* | [Route] GET /guilds/:id/templates | Intevel ツ | 2021-05-05 | 1 | -0/+10 |
| | |||||
* | Revert "Updated fosscord-server-util" | Intevel ツ | 2021-05-05 | 1 | -18/+0 |
| | | | | This reverts commit 86aa67a258e892dbb1faf68f850a3aaa3177019e. | ||||
* | Updated fosscord-server-util | Intevel ツ | 2021-05-05 | 1 | -0/+18 |
| | | | | New version of fosscord server util added | ||||
* | [Route] PUT /guilds/:id/members | Intevel ツ | 2021-05-04 | 1 | -0/+13 |
| | | | | Not tested | ||||
* | Channel Delete + Update Route | Your Name | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | :art: formatting files | Flam3rboy | 2021-04-25 | 1 | -13/+5 |
| | |||||
* | POST /users/@me/channels | Intevel ツ | 2021-04-24 | 1 | -0/+19 |
| | |||||
* | lol | Intevel ツ | 2021-04-24 | 1 | -0/+43 |
| | |||||
* | npm i @fosscord/server-util | Flam3rboy | 2021-04-22 | 2 | -2/+2 |
| | |||||
* | Merge branch 'master' of https://github.com/discord-open-source/discord-api | Flam3rboy | 2021-04-14 | 4 | -20/+35 |
|\ | |||||
| * | update invite schema | xnacly | 2021-04-08 | 1 | -0/+6 |
| | | |||||
| * | :art: Convert id bigint to string | Flam3rboy | 2021-04-06 | 3 | -18/+18 |
| | | |||||
| * | :bug: fix guild schema | Flam3rboy | 2021-04-06 | 1 | -4/+13 |
| | | |||||
* | | :bug: fix message schema | Flam3rboy | 2021-04-14 | 1 | -1/+1 |
|/ | |||||
* | rename req.userid -> req.user_id | Flam3rboy | 2021-03-08 | 1 | -15/+57 |
| | |||||
* | :sparkles: Schema | Flam3rboy | 2021-03-04 | 2 | -0/+78 |
| | |||||
* | Invite scheme | xnacly | 2021-02-21 | 1 | -0/+16 |
| | |||||
* | Created Ban Routes | Intevel ツ | 2021-02-21 | 1 | -0/+9 |
| | | | | Ban members works now | ||||
* | move Schema from util to api | Flam3rboy | 2021-02-10 | 1 | -0/+92 |