Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update index.ts | Intevel ツ | 2021-05-08 | 1 | -1/+5 |
| | |||||
* | Update Guild.ts | Intevel ツ | 2021-05-08 | 1 | -0/+14 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Intevel ツ | 2021-05-08 | 2 | -31/+46 |
|\ | |||||
| * | :sparkles: add isMember check for get member routes | Flam3rboy | 2021-05-08 | 2 | -31/+46 |
| | | |||||
* | | Update members.ts | Intevel ツ | 2021-05-08 | 1 | -0/+5 |
|/ | |||||
* | Update members.ts | Intevel ツ | 2021-05-08 | 1 | -11/+0 |
| | |||||
* | Update members.ts | Intevel ツ | 2021-05-08 | 1 | -11/+16 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Intevel ツ | 2021-05-08 | 1 | -4/+7 |
|\ | |||||
| * | Merge branch 'master' of https://github.com/discord-open-source/discord-api | Flam3rboy | 2021-05-08 | 2 | -25/+130 |
| |\ | |||||
| * | | :bug: fix add/remove Member function | Flam3rboy | 2021-05-08 | 1 | -4/+7 |
| | | | |||||
* | | | Update Member.ts | Intevel ツ | 2021-05-08 | 1 | -0/+8 |
| |/ |/| | |||||
* | | Update members.ts | Intevel ツ | 2021-05-08 | 1 | -3/+0 |
| | | |||||
* | | Update members.ts | Intevel ツ | 2021-05-08 | 1 | -1/+1 |
| | | |||||
* | | Update members.ts | Intevel ツ | 2021-05-08 | 1 | -0/+14 |
| | | |||||
* | | Update Member.ts | Intevel ツ | 2021-05-08 | 1 | -0/+23 |
| | | |||||
* | | Update members.ts | Intevel ツ | 2021-05-08 | 1 | -3/+4 |
| | | |||||
* | | Update members.ts | Intevel ツ | 2021-05-08 | 1 | -56/+31 |
| | | |||||
* | | Update members.ts | Intevel ツ | 2021-05-08 | 1 | -0/+20 |
| | | |||||
* | | Update members.ts | Intevel ツ | 2021-05-08 | 1 | -1/+19 |
| | | |||||
* | | 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 | 5 | -108/+110 |
| | |||||
* | [Route] PATCH /guilds/:id/roles | Intevel ツ | 2021-05-06 | 2 | -3/+50 |
| | |||||
* | [Route] DELETE /guilds/:id/roles | Intevel ツ | 2021-05-06 | 1 | -0/+25 |
| | |||||
* | [Route] POST /guilds/:id/roles | Intevel ツ | 2021-05-06 | 1 | -1/+0 |
| | |||||
* | Update roles.ts | Intevel ツ | 2021-05-06 | 1 | -0/+5 |
| | |||||
* | Create roles.ts | Intevel ツ | 2021-05-06 | 1 | -0/+49 |
| | |||||
* | Create Roles.ts | Intevel ツ | 2021-05-06 | 1 | -0/+15 |
| | |||||
* | Update templates.ts | Intevel ツ | 2021-05-06 | 1 | -2/+2 |
| | |||||
* | Updated | Intevel ツ | 2021-05-06 | 2 | -10/+13 |
| | | | | new ids | ||||
* | Update index.ts | Intevel ツ | 2021-05-06 | 1 | -1/+1 |
| | |||||
* | [Route] PATCH /users/:id | Intevel ツ | 2021-05-06 | 2 | -2/+26 |
| | |||||
* | Update templates.ts | Intevel ツ | 2021-05-06 | 1 | -2/+2 |
| | |||||
* | [Route] PATCH /guilds/:id/templates | Intevel ツ | 2021-05-06 | 2 | -1/+39 |
| | |||||
* | [Route] POST /guilds/template/:code | Intevel ツ | 2021-05-06 | 1 | -1/+52 |
| | |||||
* | Update Guild.ts | Intevel ツ | 2021-05-05 | 1 | -0/+11 |
| | |||||
* | Update Template.ts | Intevel ツ | 2021-05-05 | 1 | -1/+1 |
| | |||||
* | Update index.ts | Intevel ツ | 2021-05-05 | 1 | -5/+1 |
| | |||||
* | [Route] GET /guilds/template/:code | Intevel ツ | 2021-05-05 | 2 | -16/+22 |
| | | | | fixed | ||||
* | [Route] GET /guilds/template/:code | Intevel ツ | 2021-05-05 | 1 | -2/+17 |
| | |||||
* | [Route] PUT /guilds/:id/templates | Intevel ツ | 2021-05-05 | 1 | -2/+29 |
| | |||||
* | [Route] DELETE /guilds/:id/templates | Intevel ツ | 2021-05-05 | 1 | -0/+25 |
| | |||||
* | [Route] POST /guilds/:id/templates | Intevel ツ | 2021-05-05 | 1 | -1/+33 |
| | |||||
* | [Route] GET /guilds/:id/templates | Intevel ツ | 2021-05-05 | 2 | -0/+32 |
| | |||||
* | Revert "Updated fosscord-server-util" | Intevel ツ | 2021-05-05 | 2 | -81/+0 |
| | | | | This reverts commit 86aa67a258e892dbb1faf68f850a3aaa3177019e. | ||||
* | Updated fosscord-server-util | Intevel ツ | 2021-05-05 | 2 | -0/+81 |
| | | | | New version of fosscord server util added | ||||
* | Merge branch 'master' of https://github.com/discord-open-source/discord-api | Flam3rboy | 2021-05-05 | 4 | -6/+71 |
|\ | |||||
| * | [Route] PATCH /guilds/:id/channels | Intevel ツ | 2021-05-04 | 1 | -2/+22 |
| | | | | | | | | modify | ||||
| * | [Route] GET /users/:id | Intevel ツ | 2021-05-04 | 1 | -1/+4 |
| | | | | | | | | get current user | ||||
| * | Update members.ts | Intevel ツ | 2021-05-04 | 1 | -0/+1 |
| | | |||||
| * | [ROUTE] DELETE /guilds/:id/members | Intevel ツ | 2021-05-04 | 1 | -1/+17 |
| | | | | | | | | Not tested | ||||
| * | [Route] PUT /guilds/:id/members | Intevel ツ | 2021-05-04 | 2 | -3/+28 |
| | | | | | | | | Not tested | ||||
* | | :bug: fix test client | Flam3rboy | 2021-05-05 | 1 | -1/+2 |
|/ | |||||
* | Change default port: | Flam3rboy | 2021-05-02 | 3 | -3/+3 |
| | | | | | | Client = 3000 API = 3001 Gateway = 3002 | ||||
* | :art: added optional captcha to login route | Flam3rboy | 2021-05-01 | 6 | -9/+36 |
| | |||||
* | :sparkles: Channel get Route | Flam3rboy | 2021-04-27 | 1 | -29/+28 |
| | |||||
* | :art: refactor to use easier permission api | Flam3rboy | 2021-04-27 | 2 | -43/+35 |
| | |||||
* | Merge pull request #87 from aryan0078/master | Flam3rboy | 2021-04-26 | 2 | -4/+65 |
|\ | | | | | Typing + create pin + get pin | ||||
| * | Typing + create pin + get pin | Your Name | 2021-04-27 | 2 | -4/+65 |
| | | |||||
* | | :construction: WIP | stefan080106 | 2021-04-26 | 1 | -5/+9 |
| | | |||||
* | | :lock: Fix parent id checking | stefan080106 | 2021-04-26 | 1 | -1/+2 |
|/ | |||||
* | Channel Delete + Update Route | Your Name | 2021-04-26 | 4 | -16/+56 |
| | |||||
* | :sparkles: added dev server | Flam3rboy | 2021-04-25 | 2 | -2/+2 |
| | |||||
* | :art: formatting files | Flam3rboy | 2021-04-25 | 4 | -61/+27 |
| | |||||
* | :bug: add event for Message Delete route | Flam3rboy | 2021-04-25 | 1 | -1/+13 |
| | |||||
* | :sparkles: Message delete route | Flam3rboy | 2021-04-25 | 1 | -0/+17 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-04-24 | 42 | -73/+342 |
|\ | |||||
| * | Update channels.ts | Intevel ツ | 2021-04-24 | 1 | -11/+1 |
| | | |||||
| * | POST /users/@me/channels | Intevel ツ | 2021-04-24 | 2 | -7/+85 |
| | | |||||
| * | get /users/@me/channels | Intevel ツ | 2021-04-24 | 1 | -0/+20 |
| | | |||||
| * | lol | Intevel ツ | 2021-04-24 | 2 | -2/+46 |
| | | |||||
| * | :construction: add guild channel delete route | stefan080106 | 2021-04-24 | 2 | -1/+28 |
| | | |||||
| * | Update index.ts | Intevel ツ | 2021-04-24 | 1 | -2/+5 |
| | | |||||
| * | Create index.ts | Intevel ツ | 2021-04-24 | 1 | -0/+15 |
| | | |||||
| * | :bug: fix directory name | Flam3rboy | 2021-04-23 | 4 | -1/+1 |
| | | |||||
| * | :construction: Webhook | Flam3rboy | 2021-04-23 | 11 | -2/+44 |
| | | |||||
| * | :art: clean up permission checks to use .hasThrow() | Flam3rboy | 2021-04-23 | 10 | -19/+30 |
| | | |||||
| * | :bug: fix wrong permission in delete invite | Flam3rboy | 2021-04-23 | 1 | -1/+2 |
| | | |||||
| * | npm i @fosscord/server-util | Flam3rboy | 2021-04-22 | 22 | -23/+23 |
| | | |||||
| * | prepare npm publish | Flam3rboy | 2021-04-22 | 7 | -45/+67 |
| | | |||||
| * | :zap: :sparkles: prod multi threading | Flam3rboy | 2021-04-22 | 1 | -7/+23 |
| | | |||||
* | | :bug: fix type in Channel Messages | Flam3rboy | 2021-04-24 | 1 | -1/+1 |
|/ | |||||
* | :art: change default port to 1000 + CORS | Flam3rboy | 2021-04-19 | 3 | -2/+9 |
| | |||||
* | fixed missing db delete call | xnacly | 2021-04-17 | 1 | -0/+3 |
| | |||||
* | :bug: fix port not picking up env file | Flam3rboy | 2021-04-16 | 1 | -1/+4 |
| | |||||
* | Merge branch 'master' of https://github.com/discord-open-source/discord-api | Flam3rboy | 2021-04-14 | 45 | -282/+474 |
|\ | |||||
| * | dummy routes (prevent errors in client) | xnacly | 2021-04-08 | 3 | -0/+30 |
| | | |||||
| * | update invite schema | xnacly | 2021-04-08 | 1 | -0/+6 |
| | | |||||
| * | finished /invite route #21 | xnacly | 2021-04-08 | 1 | -1/+25 |
| | | |||||
| * | exclude path from authentication | xnacly | 2021-04-08 | 1 | -0/+1 |
| | | |||||
| * | :zap: use mongoose autopopulate | Flam3rboy | 2021-04-07 | 8 | -59/+63 |
| | | |||||
| * | fix error handler | Flam3rboy | 2021-04-07 | 1 | -1/+1 |
| | | |||||
| * | :bug: fix register route captcha required | Flam3rboy | 2021-04-07 | 1 | -3/+3 |
| | | |||||
| * | 🖥️ /science route | Rafael Oliveira | 2021-04-07 | 1 | -0/+10 |
| | | |||||
| * | :bug: fix message route | Flam3rboy | 2021-04-07 | 1 | -2/+16 |
| | | |||||
| * | :bug: fix lean not working with virtuals | Flam3rboy | 2021-04-07 | 7 | -43/+52 |
| | | |||||
| * | :bug: fix message | Flam3rboy | 2021-04-06 | 1 | -2/+4 |
| | | |||||
| * | :bug: revert login | Flam3rboy | 2021-04-06 | 1 | -10/+1 |
| | | |||||
| * | :bug: fix test | Flam3rboy | 2021-04-06 | 1 | -1/+1 |
| | | |||||
| * | :bug: fix bigint id in message route | Flam3rboy | 2021-04-06 | 1 | -1/+5 |
| | | |||||
| * | :art: Convert id bigint to string | Flam3rboy | 2021-04-06 | 18 | -63/+83 |
| | | |||||
| * | :bug: fix body parser empty error object | Flam3rboy | 2021-04-06 | 1 | -4/+15 |
| | | |||||
| * | 🐛 fix structure | notsapinho | 2021-04-06 | 1 | -1/+1 |
| | | |||||
| * | :bug: fix user guilds | Flam3rboy | 2021-04-06 | 2 | -1/+6 |
| | | |||||
| * | :bug: fix login | Flam3rboy | 2021-04-06 | 1 | -1/+1 |
| | | |||||
| * | :sparkles: test client | Flam3rboy | 2021-04-06 | 2 | -3/+1 |
| | | |||||
| * | :art: proper error message body parser | Flam3rboy | 2021-04-06 | 1 | -2/+5 |
| | | |||||
| * | :bug: fix guild schema | Flam3rboy | 2021-04-06 | 1 | -4/+13 |
| | | |||||
| * | .lean() all mongodb requests | Flam3rboy | 2021-04-06 | 7 | -8/+12 |
| | | |||||
| * | :bug: fix routes user.user_data | Flam3rboy | 2021-04-06 | 1 | -2/+7 |
| | | |||||
| * | :construction: experiments + gateway route | Flam3rboy | 2021-04-06 | 3 | -1/+26 |
| | | |||||
| * | :sparkles: init test client | Flam3rboy | 2021-04-05 | 2 | -5/+45 |
| | | |||||
| * | :bug: fix body parser | Flam3rboy | 2021-04-05 | 2 | -3/+4 |
| | | |||||
| * | :bug: rewrite imports | Flam3rboy | 2021-03-30 | 11 | -36/+36 |
| | | |||||
| * | move routes to top level no more /api/v8 -> use reverse proxy instead | Flam3rboy | 2021-03-30 | 23 | -48/+0 |
| | | |||||
| * | added GET [#12] | xnacly | 2021-03-28 | 1 | -0/+19 |
| | | |||||
| * | Merge branch 'master' of https://github.com/discord-open-source/discord-api | Flam3rboy | 2021-03-27 | 1 | -1/+3 |
| |\ | |||||
| * | | :bug: remove relative @paths | Flam3rboy | 2021-03-27 | 4 | -17/+25 |
| | | | |||||
* | | | :bug: fix message schema | Flam3rboy | 2021-04-14 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge branch 'master' of https://github.com/discord-open-source/discord-api | Flam3rboy | 2021-03-23 | 5 | -18/+24 |
|\| | |||||
| * | :construction: shorten relative paths with @shortcut | Flam3rboy | 2021-03-22 | 5 | -19/+25 |
| | | |||||
* | | :bug: fix message post | Flam3rboy | 2021-03-23 | 1 | -1/+6 |
|/ | |||||
* | :construction: [Route] /messages | Flam3rboy | 2021-03-08 | 2 | -6/+49 |
| | |||||
* | rename req.userid -> req.user_id | Flam3rboy | 2021-03-08 | 13 | -65/+96 |
| | |||||
* | :sparkles: Schema | Flam3rboy | 2021-03-04 | 5 | -27/+102 |
| | |||||
* | [Users] @me self + guilds | Flam3rboy | 2021-03-04 | 2 | -5/+16 |
| | |||||
* | :art: improve guilds | Flam3rboy | 2021-03-04 | 4 | -13/+28 |
| | |||||
* | :sparkles: [Guild] channels | Flam3rboy | 2021-03-04 | 1 | -0/+51 |
| | |||||
* | [Channels] get messages | Flam3rboy | 2021-03-04 | 2 | -48/+85 |
| | |||||
* | :sparkles: [Channels] messages bulk delete | Flam3rboy | 2021-03-04 | 1 | -0/+35 |
| | |||||
* | :bug: fix login + register | Flam3rboy | 2021-03-04 | 2 | -5/+11 |
| | |||||
* | :construction: /channels/messages | Flam3rboy | 2021-03-04 | 2 | -3/+27 |
| | |||||
* | :zap: benchmark | Flam3rboy | 2021-03-03 | 3 | -31/+41 |
| | |||||
* | Merge branch 'master' of https://github.com/discord-open-source/discord-api | Flam3rboy | 2021-03-03 | 4 | -11/+37 |
|\ | |||||
| * | get specific ban | Flam3rboy | 2021-02-23 | 2 | -0/+13 |
| | | |||||
| * | :pencil: typo | Flam3rboy | 2021-02-23 | 2 | -11/+24 |
| | | |||||
* | | :construction: messages route | Flam3rboy | 2021-03-03 | 10 | -5/+28 |
|/ | |||||
* | :bug: [Member] list fix to also return user | Flam3rboy | 2021-02-23 | 3 | -9/+15 |
| | |||||
* | :bug: fix addMember to respect max guild size | Flam3rboy | 2021-02-22 | 3 | -2/+26 |
| | |||||
* | :construction: [Member] list | Flam3rboy | 2021-02-22 | 1 | -3/+17 |
| | |||||
* | :sparkles: [Member] pagination | Flam3rboy | 2021-02-22 | 4 | -17/+43 |
| | |||||
* | :art: restructed guilds | Flam3rboy | 2021-02-22 | 3 | -66/+74 |
| | |||||
* | :bug: add webhooks to whitelist auth | Flam3rboy | 2021-02-22 | 1 | -2/+2 |
| | |||||
* | :art: restructure + add/remove Member() function | Flam3rboy | 2021-02-22 | 10 | -20/+145 |
| | |||||
* | :art: [Ban] use removeMember() + move ban in seperate file | Flam3rboy | 2021-02-22 | 2 | -235/+113 |
| | |||||
* | :pencil: #CHANNELID -> #channelid | Flam3rboy | 2021-02-22 | 9 | -23/+23 |
| | |||||
* | :bug: fix Event Emitter | Flam3rboy | 2021-02-22 | 3 | -6/+20 |
| | |||||
* | :bug: fix @everyone Role on guild create | Flam3rboy | 2021-02-22 | 1 | -1/+1 |
| | |||||
* | channel/:id/invites create #79 | xnacly | 2021-02-21 | 1 | -1/+45 |
| | |||||
* | invite code gen | xnacly | 2021-02-21 | 1 | -0/+12 |
| | |||||
* | Invite scheme | xnacly | 2021-02-21 | 1 | -0/+16 |
| | |||||
* | Update index.ts | Intevel ツ | 2021-02-21 | 1 | -0/+11 |
| | |||||
* | 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 |