summary refs log tree commit diff
path: root/src/routes/auth (follow)
Commit message (Expand)AuthorAgeFilesLines
* :tada: default nitro trueFlam3rboy2021-08-091-2/+2
* added profile bannersBuildTools2021-08-071-0/+1
* bug fixBuildTools2021-08-061-0/+1
* Update register.tsMatthew2021-07-221-2/+2
* Make password limit 72 to match discord's limitMatthew2021-07-221-1/+1
* :bug: fix login routeFlam3rboy2021-07-191-10/+8
* findOne auto throws error if it doesn't exist'Flam3rboy2021-07-102-9/+32
* :sparkles: route specific rate limitsFlam3rboy2021-07-012-0/+4
* :lock: register proxy ip checkFlam3rboy2021-06-271-4/+15
* :bug: fix CORSFlam3rboy2021-06-261-0/+1
* :sparkles: user avatarFlam3rboy2021-05-301-0/+1
* :bug: fix EMAIL_ALREADY_REGISTERED error messageFlam3rboy2021-05-261-1/+1
* :sparkles: use new configFlam3rboy2021-05-242-34/+34
* Fix: No more type casting required, rather take the gernicsDiego Magdaleno2021-05-232-3/+3
* Update: Update fosscord-server-util to latest and fix issues with NULL and un...Diego Magdaleno2021-05-231-3/+3
* Config: Final config additons, now everything should work as desiredDiego Magdaleno2021-05-222-3/+3
* Config: Refactor config method, so we have a new get all option, fix issues i...Diego Magdaleno2021-05-212-5/+3
* Config: First rewrite of config and working implementation of getting valuesDiego Magdaleno2021-05-192-7/+11
* Change default port:Flam3rboy2021-05-021-1/+1
* :art: added optional captcha to login routeFlam3rboy2021-05-011-1/+16
* :art: formatting filesFlam3rboy2021-04-251-12/+3
* :bug: fix directory nameFlam3rboy2021-04-231-1/+1
* npm i @fosscord/server-utilFlam3rboy2021-04-222-2/+2
* :bug: fix register route captcha requiredFlam3rboy2021-04-071-3/+3
* :bug: revert loginFlam3rboy2021-04-061-10/+1
* :art: Convert id bigint to stringFlam3rboy2021-04-062-9/+30
* 🐛 fix structurenotsapinho2021-04-061-1/+1
* :bug: fix user guildsFlam3rboy2021-04-061-0/+3
* :bug: fix loginFlam3rboy2021-04-061-1/+1
* :bug: fix routes user.user_dataFlam3rboy2021-04-061-2/+7
* :bug: rewrite importsFlam3rboy2021-03-302-4/+4
* move routes to top level no more /api/v8 -> use reverse proxy insteadFlam3rboy2021-03-302-0/+355