summary refs log tree commit diff
path: root/src/middlewares (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix error handlerFlam3rboy2021-04-071-1/+1
|
* :art: Convert id bigint to stringFlam3rboy2021-04-061-1/+1
|
* :construction: experiments + gateway routeFlam3rboy2021-04-061-1/+7
|
* :sparkles: init test clientFlam3rboy2021-04-051-0/+1
|
* :bug: fix body parserFlam3rboy2021-04-051-1/+2
|
* rename req.userid -> req.user_idFlam3rboy2021-03-082-3/+3
|
* :bug: add webhooks to whitelist authFlam3rboy2021-02-221-2/+2
|
* :art: restructure + add/remove Member() functionFlam3rboy2021-02-221-1/+1
|
* :pencil: #CHANNELID -> #channelidFlam3rboy2021-02-221-1/+1
|
* fix req.userid -> convert to bigintFlam3rboy2021-02-171-1/+1
|
* :art: show proper auth errorFlam3rboy2021-02-171-1/+1
|
* :bug: fix token checkingFlam3rboy2021-02-171-3/+8
|
* :bug: fix db connectFlam3rboy2021-02-162-2/+0
|
* :fire: disable rate limit for now -> wait till mongoose model existsFlam3rboy2021-02-162-0/+4
|
* switch to mongooseFlam3rboy2021-02-142-0/+5
|
* Merge branch 'master' of https://github.com/discord-open-source/discord-apiFlam3rboy2021-02-103-3/+3
|\
| * update imports for fosscord-server-utilFlam3rboy2021-02-103-3/+3
| |
* | :bug: fix error handlerFlam3rboy2021-02-102-17/+25
|/
* :bug: update importsFlam3rboy2021-02-061-11/+6
|
* use discord-server-utilFlam3rboy2021-02-052-2/+3
|
* :art: Body Parser errorFlam3rboy2021-02-023-5/+22
|
* :sparkles: added defaults to configFlam3rboy2021-02-011-0/+26
|
* :zap: Convert BitField to BigIntFlam3rboy2021-01-301-1/+1
|
* :sparkles: UtilFlam3rboy2021-01-301-0/+4
|
* :sparkles: RateLimitFlam3rboy2021-01-302-0/+83
|
* :sparkles: AuthenticationFlam3rboy2021-01-301-0/+30