Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Member.ts | Intevel ツ | 2021-05-08 | 1 | -0/+23 |
| | |||||
* | Update Member.ts | Intevel ツ | 2021-05-08 | 1 | -3/+3 |
| | |||||
* | Update Member.ts | Intevel ツ | 2021-05-08 | 1 | -8/+2 |
| | |||||
* | Update Member.ts | Intevel ツ | 2021-05-08 | 1 | -2/+2 |
| | |||||
* | Update Member.ts | Intevel ツ | 2021-05-08 | 1 | -0/+8 |
| | |||||
* | Update Member.ts | Intevel ツ | 2021-05-08 | 1 | -0/+29 |
| | |||||
* | Member Function | Intevel ツ | 2021-05-08 | 1 | -8/+34 |
| | | | | addRole | ||||
* | :art: [Route] templates refactor | Flam3rboy | 2021-05-07 | 2 | -0/+52 |
| | |||||
* | :art: added optional captcha to login route | Flam3rboy | 2021-05-01 | 2 | -3/+9 |
| | |||||
* | :construction: Webhook | Flam3rboy | 2021-04-23 | 1 | -0/+3 |
| | |||||
* | npm i @fosscord/server-util | Flam3rboy | 2021-04-22 | 4 | -4/+4 |
| | |||||
* | prepare npm publish | Flam3rboy | 2021-04-22 | 2 | -3/+4 |
| | |||||
* | :zap: use mongoose autopopulate | Flam3rboy | 2021-04-07 | 2 | -0/+2 |
| | |||||
* | :bug: fix lean not working with virtuals | Flam3rboy | 2021-04-07 | 1 | -5/+3 |
| | |||||
* | :art: Convert id bigint to string | Flam3rboy | 2021-04-06 | 3 | -4/+4 |
| | |||||
* | :bug: fix body parser empty error object | Flam3rboy | 2021-04-06 | 1 | -4/+15 |
| | |||||
* | :bug: fix user guilds | Flam3rboy | 2021-04-06 | 1 | -1/+3 |
| | |||||
* | :sparkles: test client | Flam3rboy | 2021-04-06 | 1 | -2/+0 |
| | |||||
* | :art: proper error message body parser | Flam3rboy | 2021-04-06 | 1 | -2/+5 |
| | |||||
* | :bug: fix body parser | Flam3rboy | 2021-04-05 | 1 | -2/+2 |
| | |||||
* | :construction: shorten relative paths with @shortcut | Flam3rboy | 2021-03-22 | 1 | -1/+7 |
| | |||||
* | rename req.userid -> req.user_id | Flam3rboy | 2021-03-08 | 3 | -22/+11 |
| | |||||
* | :sparkles: Schema | Flam3rboy | 2021-03-04 | 3 | -27/+24 |
| | |||||
* | :construction: /channels/messages | Flam3rboy | 2021-03-04 | 1 | -1/+4 |
| | |||||
* | :bug: [Member] list fix to also return user | Flam3rboy | 2021-02-23 | 2 | -6/+10 |
| | |||||
* | :bug: fix addMember to respect max guild size | Flam3rboy | 2021-02-22 | 2 | -2/+24 |
| | |||||
* | :sparkles: [Member] pagination | Flam3rboy | 2021-02-22 | 1 | -1/+3 |
| | |||||
* | :art: restructure + add/remove Member() function | Flam3rboy | 2021-02-22 | 4 | -4/+120 |
| | |||||
* | :pencil: #CHANNELID -> #channelid | Flam3rboy | 2021-02-22 | 2 | -2/+2 |
| | |||||
* | :bug: fix Event Emitter | Flam3rboy | 2021-02-22 | 1 | -1/+1 |
| | |||||
* | invite code gen | xnacly | 2021-02-21 | 1 | -0/+12 |
| | |||||
* | :art: [Guild] check if user is allowed to created a guild | Flam3rboy | 2021-02-19 | 1 | -0/+10 |
| | |||||
* | switch to mongoose | Flam3rboy | 2021-02-14 | 1 | -20/+4 |
| | |||||
* | util function to emit event | Flam3rboy | 2021-02-10 | 1 | -0/+26 |
| | |||||
* | update imports for fosscord-server-util | Flam3rboy | 2021-02-10 | 1 | -1/+1 |
| | |||||
* | moved utils to server-util | Flam3rboy | 2021-02-06 | 6 | -364/+1 |
| | |||||
* | :art: use discord-server-util | Flam3rboy | 2021-02-05 | 3 | -178/+159 |
| | |||||
* | added blockInsecureCommonPasswords config flag | xnacly | 2021-02-03 | 2 | -13/+27 |
| | |||||
* | added passwordStrength estimator | xnacly | 2021-02-03 | 2 | -1/+61 |
| | |||||
* | :lock: prevent passwort denial of server | Flam3rboy | 2021-02-03 | 1 | -23/+47 |
| | |||||
* | :art: Body Parser error | Flam3rboy | 2021-02-02 | 2 | -6/+20 |
| | |||||
* | :sparkles: added defaults to config | Flam3rboy | 2021-02-01 | 5 | -56/+124254 |
| | |||||
* | :sparkles: added Date + Email Body Type | Flam3rboy | 2021-02-01 | 2 | -21/+79 |
| | |||||
* | :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 | 4 | -70/+62 |
| | |||||
* | :sparkles: Util | Flam3rboy | 2021-01-30 | 8 | -0/+1213 |
| | |||||
* | :sparkles: Database | Flam3rboy | 2021-01-30 | 1 | -0/+5 |