Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :bug: fix gateway endpoint | Flam3rboy | 2021-08-07 | 1 | -3/+3 |
| | |||||
* | :sparkles: route specific rate limits | Flam3rboy | 2021-07-01 | 1 | -15/+21 |
| | |||||
* | :sparkles: finished Rate Limit | Flam3rboy | 2021-07-01 | 1 | -33/+75 |
| | |||||
* | :construction: rate limit | Flam3rboy | 2021-07-01 | 2 | -4/+67 |
| | |||||
* | :construction: rate limit | Flam3rboy | 2021-06-28 | 1 | -4/+27 |
| | |||||
* | :arrow_up: update dev client version | Flam3rboy | 2021-06-27 | 1 | -1/+0 |
| | |||||
* | :lock: register proxy ip check | Flam3rboy | 2021-06-27 | 2 | -91/+5 |
| | |||||
* | :bug: fix CORS | Flam3rboy | 2021-06-26 | 1 | -1/+2 |
| | |||||
* | CORS FIX | Joaquim Peixoto | 2021-06-25 | 1 | -0/+1 |
| | |||||
* | :sparkles: empty messages check + allowed mentions | Flam3rboy | 2021-06-23 | 1 | -0/+2 |
| | |||||
* | 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 | 3 | -10/+6 |
| | |||||
* | Fix: No more type casting required, rather take the gernics | Diego Magdaleno | 2021-05-23 | 2 | -2/+2 |
| | |||||
* | Config: Final config additons, now everything should work as desired | Diego Magdaleno | 2021-05-22 | 2 | -2/+6 |
| | |||||
* | Config: Refactor config method, so we have a new get all option, fix issues ↵ | Diego Magdaleno | 2021-05-21 | 1 | -2/+1 |
| | | | | in configurations | ||||
* | Config: First rewrite of config and working implementation of getting values | Diego Magdaleno | 2021-05-19 | 1 | -2/+4 |
| | |||||
* | :bug: fix test client | Flam3rboy | 2021-05-05 | 1 | -1/+2 |
| | |||||
* | :art: added optional captcha to login route | Flam3rboy | 2021-05-01 | 1 | -0/+7 |
| | |||||
* | npm i @fosscord/server-util | Flam3rboy | 2021-04-22 | 1 | -1/+1 |
| | |||||
* | prepare npm publish | Flam3rboy | 2021-04-22 | 1 | -4/+6 |
| | |||||
* | :art: change default port to 1000 + CORS | Flam3rboy | 2021-04-19 | 1 | -0/+7 |
| | |||||
* | exclude path from authentication | xnacly | 2021-04-08 | 1 | -0/+1 |
| | |||||
* | fix error handler | Flam3rboy | 2021-04-07 | 1 | -1/+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 |
| | |||||
* | :bug: fix body parser | Flam3rboy | 2021-04-05 | 1 | -1/+2 |
| | |||||
* | rename req.userid -> req.user_id | Flam3rboy | 2021-03-08 | 2 | -3/+3 |
| | |||||
* | :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 |
| | |||||
* | :bug: fix db connect | Flam3rboy | 2021-02-16 | 2 | -2/+0 |
| | |||||
* | :fire: disable rate limit for now -> wait till mongoose model exists | Flam3rboy | 2021-02-16 | 2 | -0/+4 |
| | |||||
* | switch to mongoose | Flam3rboy | 2021-02-14 | 2 | -0/+5 |
| | |||||
* | Merge branch 'master' of https://github.com/discord-open-source/discord-api | Flam3rboy | 2021-02-10 | 3 | -3/+3 |
|\ | |||||
| * | update imports for fosscord-server-util | Flam3rboy | 2021-02-10 | 3 | -3/+3 |
| | | |||||
* | | :bug: fix error handler | Flam3rboy | 2021-02-10 | 2 | -17/+25 |
|/ | |||||
* | :bug: update imports | Flam3rboy | 2021-02-06 | 1 | -11/+6 |
| | |||||
* | use discord-server-util | Flam3rboy | 2021-02-05 | 2 | -2/+3 |
| | |||||
* | :art: Body Parser error | Flam3rboy | 2021-02-02 | 3 | -5/+22 |
| | |||||
* | :sparkles: added defaults to config | Flam3rboy | 2021-02-01 | 1 | -0/+26 |
| | |||||
* | :zap: Convert BitField to BigInt | Flam3rboy | 2021-01-30 | 1 | -1/+1 |
| | |||||
* | :sparkles: Util | Flam3rboy | 2021-01-30 | 1 | -0/+4 |
| | |||||
* | :sparkles: RateLimit | Flam3rboy | 2021-01-30 | 2 | -0/+83 |
| | |||||
* | :sparkles: Authentication | Flam3rboy | 2021-01-30 | 1 | -0/+30 |