Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :sparkles: ping route | Flam3rboy | 2021-08-08 | 1 | -0/+1 |
| | |||||
* | :construction: rate limit | Flam3rboy | 2021-07-01 | 1 | -2/+8 |
| | |||||
* | CORS FIX | Joaquim Peixoto | 2021-06-25 | 1 | -0/+1 |
| | |||||
* | feat: add routing for unversioned api requests | Umimaso | 2021-06-19 | 1 | -5/+5 |
| | | | | | | Create new route for /api which can handle routing of unversioned requests. Update regex for NO_AUTHORIZATION_ROUTES to support unversioned requests. | ||||
* | feat: add widget endpoints | Umimaso | 2021-06-19 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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: use new config | Flam3rboy | 2021-05-24 | 1 | -6/+3 |
| | |||||
* | Fix: No more type casting required, rather take the gernics | Diego Magdaleno | 2021-05-23 | 1 | -1/+1 |
| | |||||
* | Config: Final config additons, now everything should work as desired | Diego Magdaleno | 2021-05-22 | 1 | -1/+5 |
| | |||||
* | npm i @fosscord/server-util | Flam3rboy | 2021-04-22 | 1 | -1/+1 |
| | |||||
* | exclude path from authentication | xnacly | 2021-04-08 | 1 | -0/+1 |
| | |||||
* | :art: Convert id bigint to string | Flam3rboy | 2021-04-06 | 1 | -1/+1 |
| | |||||
* | :construction: experiments + gateway route | Flam3rboy | 2021-04-06 | 1 | -1/+7 |
| | |||||
* | :sparkles: init test client | Flam3rboy | 2021-04-05 | 1 | -0/+1 |
| | |||||
* | rename req.userid -> req.user_id | Flam3rboy | 2021-03-08 | 1 | -2/+2 |
| | |||||
* | :bug: add webhooks to whitelist auth | Flam3rboy | 2021-02-22 | 1 | -2/+2 |
| | |||||
* | :art: restructure + add/remove Member() function | Flam3rboy | 2021-02-22 | 1 | -1/+1 |
| | |||||
* | :pencil: #CHANNELID -> #channelid | Flam3rboy | 2021-02-22 | 1 | -1/+1 |
| | |||||
* | fix req.userid -> convert to bigint | Flam3rboy | 2021-02-17 | 1 | -1/+1 |
| | |||||
* | :art: show proper auth error | Flam3rboy | 2021-02-17 | 1 | -1/+1 |
| | |||||
* | :bug: fix token checking | Flam3rboy | 2021-02-17 | 1 | -3/+8 |
| | |||||
* | update imports for fosscord-server-util | Flam3rboy | 2021-02-10 | 1 | -1/+1 |
| | |||||
* | :bug: update imports | Flam3rboy | 2021-02-06 | 1 | -11/+6 |
| | |||||
* | :art: Body Parser error | Flam3rboy | 2021-02-02 | 1 | -1/+1 |
| | |||||
* | :sparkles: Authentication | Flam3rboy | 2021-01-30 | 1 | -0/+30 |