summary refs log tree commit diff
path: root/src/routes/auth/register.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bug fixBuildTools2021-08-061-0/+1
|
* Update register.tsMatthew2021-07-221-2/+2
|
* findOne auto throws error if it doesn't exist'Flam3rboy2021-07-101-4/+12
|
* :sparkles: route specific rate limitsFlam3rboy2021-07-011-0/+2
|
* :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-241-25/+26
|
* Fix: No more type casting required, rather take the gernicsDiego Magdaleno2021-05-231-1/+1
|
* Update: Update fosscord-server-util to latest and fix issues with NULL and ↵Diego Magdaleno2021-05-231-3/+3
| | | | undefined
* Config: Final config additons, now everything should work as desiredDiego Magdaleno2021-05-221-1/+1
|
* Config: Refactor config method, so we have a new get all option, fix issues ↵Diego Magdaleno2021-05-211-2/+1
| | | | in configurations
* Config: First rewrite of config and working implementation of getting valuesDiego Magdaleno2021-05-191-4/+5
|
* Change default port:Flam3rboy2021-05-021-1/+1
| | | | | | Client = 3000 API = 3001 Gateway = 3002
* npm i @fosscord/server-utilFlam3rboy2021-04-221-1/+1
|
* :bug: fix register route captcha requiredFlam3rboy2021-04-071-3/+3
|
* :art: Convert id bigint to stringFlam3rboy2021-04-061-4/+18
|
* :bug: fix user guildsFlam3rboy2021-04-061-0/+3
|
* :bug: fix routes user.user_dataFlam3rboy2021-04-061-2/+7
|
* :bug: rewrite importsFlam3rboy2021-03-301-2/+2
|
* move routes to top level no more /api/v8 -> use reverse proxy insteadFlam3rboy2021-03-301-0/+262