summary refs log tree commit diff
path: root/src/middlewares (follow)
Commit message (Expand)AuthorAgeFilesLines
* :sparkles: empty messages check + allowed mentionsFlam3rboy2021-06-231-0/+2
* feat: add routing for unversioned api requestsUmimaso2021-06-191-5/+5
* feat: add widget endpointsUmimaso2021-06-191-6/+7
* :sparkles: use new configFlam3rboy2021-05-243-10/+6
* Fix: No more type casting required, rather take the gernicsDiego Magdaleno2021-05-232-2/+2
* Config: Final config additons, now everything should work as desiredDiego Magdaleno2021-05-222-2/+6
* Config: Refactor config method, so we have a new get all option, fix issues i...Diego Magdaleno2021-05-211-2/+1
* Config: First rewrite of config and working implementation of getting valuesDiego Magdaleno2021-05-191-2/+4
* :bug: fix test clientFlam3rboy2021-05-051-1/+2
* :art: added optional captcha to login routeFlam3rboy2021-05-011-0/+7
* npm i @fosscord/server-utilFlam3rboy2021-04-221-1/+1
* prepare npm publishFlam3rboy2021-04-221-4/+6
* :art: change default port to 1000 + CORSFlam3rboy2021-04-191-0/+7
* exclude path from authenticationxnacly2021-04-081-0/+1
* 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