Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update index.ts | Intevel ツ | 2021-02-21 | 1 | -0/+40 |
| | |||||
* | Update index.ts | Intevel ツ | 2021-02-21 | 1 | -2/+2 |
| | |||||
* | Created Ban Routes | Intevel ツ | 2021-02-21 | 2 | -6/+109 |
| | | | | Ban members works now | ||||
* | Merge branch 'master' of https://github.com/discord-open-source/discord-api | Flam3rboy | 2021-02-19 | 1 | -0/+53 |
|\ | |||||
| * | Update guilds.ts | Intevel ツ | 2021-02-19 | 1 | -0/+1 |
| | | |||||
| * | Create guilds.ts | Intevel ツ | 2021-02-19 | 1 | -0/+52 |
| | | |||||
* | | :art: [Guild] check if user is allowed to created a guild | Flam3rboy | 2021-02-19 | 2 | -10/+15 |
|/ | |||||
* | :bug: update user model on guild creation | Flam3rboy | 2021-02-17 | 2 | -2/+8 |
| | |||||
* | 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 | 2 | -4/+10 |
| | |||||
* | :bug: fix db | Flam3rboy | 2021-02-16 | 1 | -2/+1 |
| | |||||
* | :bug: fix db connect | Flam3rboy | 2021-02-16 | 3 | -3/+2 |
| | |||||
* | :bug: fix startup error | Flam3rboy | 2021-02-16 | 1 | -0/+1 |
| | |||||
* | :sparkles: load .env file | Flam3rboy | 2021-02-16 | 1 | -0/+2 |
| | |||||
* | :fire: disable rate limit for now -> wait till mongoose model exists | Flam3rboy | 2021-02-16 | 3 | -1/+4 |
| | |||||
* | :bug: fix /guilds/ route type | Flam3rboy | 2021-02-14 | 1 | -21/+22 |
| | |||||
* | added requested changes from #3 | xnacly | 2021-02-14 | 1 | -11/+100 |
| | |||||
* | switch to mongoose | Flam3rboy | 2021-02-14 | 8 | -95/+97 |
| | |||||
* | util function to emit event | Flam3rboy | 2021-02-10 | 1 | -0/+26 |
| | |||||
* | move Schema from util to api | Flam3rboy | 2021-02-10 | 2 | -83/+149 |
| | |||||
* | Merge branch 'master' of https://github.com/discord-open-source/discord-api | Flam3rboy | 2021-02-10 | 9 | -9/+158 |
|\ | |||||
| * | update imports for fosscord-server-util | Flam3rboy | 2021-02-10 | 7 | -6/+7 |
| | | |||||
| * | :bug: update package import to fosscord-server-util | Flam3rboy | 2021-02-09 | 2 | -2/+2 |
| | | |||||
| * | [guild] finished POST | xnacly | 2021-02-09 | 1 | -61/+62 |
| | | |||||
| * | made requested changes | xnacly | 2021-02-09 | 1 | -2/+2 |
| | | |||||
| * | added guild routes | xnacly | 2021-02-09 | 1 | -1/+148 |
| | | |||||
* | | :bug: fix error handler | Flam3rboy | 2021-02-10 | 2 | -17/+25 |
|/ | |||||
* | :arrow_up: bump lambert-db to version 1.1.6 | Flam3rboy | 2021-02-07 | 1 | -1/+1 |
| | |||||
* | :bug: prevent @googlemail.com trick | Flam3rboy | 2021-02-07 | 1 | -1/+2 |
| | |||||
* | :bug: update imports | Flam3rboy | 2021-02-06 | 5 | -20/+16 |
| | |||||
* | moved utils to server-util | Flam3rboy | 2021-02-06 | 6 | -364/+1 |
| | |||||
* | moved models to server-util | Flam3rboy | 2021-02-06 | 8 | -238/+0 |
| | |||||
* | use discord-server-util | Flam3rboy | 2021-02-05 | 3 | -3/+4 |
| | |||||
* | Merge branch 'master' of https://github.com/discord-open-source/discord-api ↵ | xnacly | 2021-02-05 | 5 | -180/+161 |
|\ | | | | | | | into master | ||||
| * | :art: use discord-server-util | Flam3rboy | 2021-02-05 | 5 | -180/+161 |
| | | |||||
* | | added Member model & updated Guild model | xnacly | 2021-02-05 | 3 | -27/+94 |
|/ | |||||
* | Merge branch 'master' of https://github.com/discord-open-source/discord-server | Flam3rboy | 2021-02-04 | 4 | -1/+118 |
|\ | |||||
| * | invite interface | mafineeek.dev | 2021-02-03 | 1 | -0/+31 |
| | | |||||
| * | added blockInsecureCommonPasswords config flag | xnacly | 2021-02-03 | 2 | -13/+27 |
| | | |||||
| * | added passwordStrength estimator | xnacly | 2021-02-03 | 3 | -1/+73 |
| | | |||||
* | | :art: typo | Flam3rboy | 2021-02-04 | 1 | -3/+3 |
|/ | |||||
* | :lock: prevent passwort denial of server | Flam3rboy | 2021-02-03 | 12 | -35/+61 |
| | |||||
* | :bug: fix register date of birth | Flam3rboy | 2021-02-02 | 1 | -2/+2 |
| | |||||
* | :art: Body Parser error | Flam3rboy | 2021-02-02 | 12 | -93/+72 |
| | |||||
* | :sparkles: [Route] Register | Flam3rboy | 2021-02-02 | 1 | -3/+7 |
| | |||||
* | :sparkles: [Router] Register | Flam3rboy | 2021-02-02 | 1 | -22/+47 |
| | |||||
* | :sparkles: added defaults to config | Flam3rboy | 2021-02-01 | 11 | -88/+124316 |
| | |||||
* | :globe_with_meridians: localization | Flam3rboy | 2021-02-01 | 4 | -0/+66 |
| | |||||
* | :sparkles: models | Flam3rboy | 2021-02-01 | 5 | -4/+129 |
| | |||||
* | :sparkles: added Date + Email Body Type | Flam3rboy | 2021-02-01 | 2 | -21/+79 |
| | |||||
* | :sparkles: [Route] Login | Flam3rboy | 2021-02-01 | 1 | -4/+80 |
| | |||||
* | :sparkles: [Route] Register | Flam3rboy | 2021-02-01 | 1 | -1/+221 |
| | |||||
* | :bug: fix Snowflake return bigint instead of string | Flam3rboy | 2021-02-01 | 1 | -2/+2 |
| | |||||
* | :zap: Snowflake generate improve performance with BigInt | Flam3rboy | 2021-01-31 | 1 | -34/+10 |
| | |||||
* | :zap: Convert BitField to BigInt | Flam3rboy | 2021-01-30 | 6 | -71/+78 |
| | |||||
* | :sparkles: Util | Flam3rboy | 2021-01-30 | 35 | -159/+1250 |
| | |||||
* | :sparkles: Database | Flam3rboy | 2021-01-30 | 2 | -0/+5 |
| | |||||
* | :sparkles: RateLimit | Flam3rboy | 2021-01-30 | 2 | -0/+83 |
| | |||||
* | :sparkles: Authentication | Flam3rboy | 2021-01-30 | 1 | -0/+30 |
| | |||||
* | :tada: init | Flam3rboy | 2021-01-04 | 3 | -5/+11 |
| | |||||
* | :sparkles: update to use new lambert-server | Flam3rboy | 2021-01-04 | 9 | -61/+132 |
| | |||||
* | Merge branch 'master' of https://github.com/Trenite/discord-server-opensource | Flam3rboy | 2021-01-03 | 12 | -0/+187 |
|\ | |||||
| * | routes + util + snowflake | xnacly | 2021-01-03 | 12 | -0/+187 |
| | | |||||
* | | :sparkles: rethinkdb | Flam3rboy | 2021-01-03 | 1 | -0/+10 |
| | | |||||
* | | :bug: fix | Flam3rboy | 2021-01-01 | 5 | -13/+55 |
|/ | |||||
* | :tada: standard client finished | Flam3rboy | 2020-11-28 | 4 | -0/+153 |