Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :bug: fix login | Flam3rboy | 2021-04-06 | 1 | -1/+1 |
| | |||||
* | .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 | 2 | -0/+19 |
| | |||||
* | :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 |
|\ | |||||
| * | Merge branch 'master' of https://github.com/discord-open-source/discord-api | Flam3rboy | 2021-03-23 | 4 | -17/+17 |
| |\ | |||||
| * | | :bug: fix message post | Flam3rboy | 2021-03-23 | 1 | -1/+6 |
| | | | |||||
* | | | :bug: remove relative @paths | Flam3rboy | 2021-03-27 | 4 | -17/+25 |
| |/ |/| | |||||
* | | :construction: shorten relative paths with @shortcut | Flam3rboy | 2021-03-22 | 4 | -18/+18 |
|/ | |||||
* | :construction: [Route] /messages | Flam3rboy | 2021-03-08 | 2 | -6/+49 |
| | |||||
* | rename req.userid -> req.user_id | Flam3rboy | 2021-03-08 | 7 | -25/+25 |
| | |||||
* | [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 | 1 | -2/+23 |
| | |||||
* | Merge branch 'master' of https://github.com/discord-open-source/discord-api | Flam3rboy | 2021-03-03 | 3 | -1/+14 |
|\ | |||||
| * | get specific ban | Flam3rboy | 2021-02-23 | 2 | -0/+13 |
| | | |||||
| * | :pencil: typo | Flam3rboy | 2021-02-23 | 1 | -1/+1 |
| | | |||||
* | | :construction: messages route | Flam3rboy | 2021-03-03 | 10 | -5/+28 |
|/ | |||||
* | :bug: [Member] list fix to also return user | Flam3rboy | 2021-02-23 | 1 | -3/+5 |
| | |||||
* | :bug: fix addMember to respect max guild size | Flam3rboy | 2021-02-22 | 1 | -0/+2 |
| | |||||
* | :construction: [Member] list | Flam3rboy | 2021-02-22 | 1 | -3/+17 |
| | |||||
* | :sparkles: [Member] pagination | Flam3rboy | 2021-02-22 | 3 | -16/+40 |
| | |||||
* | :art: restructed guilds | Flam3rboy | 2021-02-22 | 3 | -66/+74 |
| | |||||
* | :art: restructure + add/remove Member() function | Flam3rboy | 2021-02-22 | 3 | -14/+15 |
| | |||||
* | :art: [Ban] use removeMember() + move ban in seperate file | Flam3rboy | 2021-02-22 | 2 | -235/+113 |
| | |||||
* | :pencil: #CHANNELID -> #channelid | Flam3rboy | 2021-02-22 | 5 | -19/+19 |
| | |||||
* | :bug: fix Event Emitter | Flam3rboy | 2021-02-22 | 1 | -0/+14 |
| | |||||
* | :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 |
| | |||||
* | 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 | 1 | -6/+100 |
| | | | | 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 | 1 | -10/+5 |
|/ | |||||
* | :bug: update user model on guild creation | Flam3rboy | 2021-02-17 | 1 | -1/+7 |
| | |||||
* | :bug: fix token checking | Flam3rboy | 2021-02-17 | 1 | -1/+2 |
| | |||||
* | :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 | 3 | -61/+53 |
| | |||||
* | move Schema from util to api | Flam3rboy | 2021-02-10 | 1 | -83/+57 |
| | |||||
* | update imports for fosscord-server-util | Flam3rboy | 2021-02-10 | 1 | -0/+1 |
| | |||||
* | :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: prevent @googlemail.com trick | Flam3rboy | 2021-02-07 | 1 | -1/+2 |
| | |||||
* | :bug: update imports | Flam3rboy | 2021-02-06 | 2 | -8/+8 |
| | |||||
* | :art: use discord-server-util | Flam3rboy | 2021-02-05 | 2 | -2/+2 |
| | |||||
* | :art: typo | Flam3rboy | 2021-02-04 | 1 | -3/+3 |
| | |||||
* | :lock: prevent passwort denial of server | Flam3rboy | 2021-02-03 | 11 | -12/+14 |
| | |||||
* | :bug: fix register date of birth | Flam3rboy | 2021-02-02 | 1 | -2/+2 |
| | |||||
* | :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 | 1 | -1/+2 |
| | |||||
* | :sparkles: [Route] Login | Flam3rboy | 2021-02-01 | 1 | -4/+80 |
| | |||||
* | :sparkles: [Route] Register | Flam3rboy | 2021-02-01 | 1 | -1/+221 |
| | |||||
* | :sparkles: Util | Flam3rboy | 2021-01-30 | 14 | -3/+60 |
| | |||||
* | :sparkles: update to use new lambert-server | Flam3rboy | 2021-01-04 | 2 | -0/+0 |
| | |||||
* | Merge branch 'master' of https://github.com/Trenite/discord-server-opensource | Flam3rboy | 2021-01-03 | 10 | -0/+4 |
|\ | |||||
| * | routes + util + snowflake | xnacly | 2021-01-03 | 10 | -0/+4 |
| | | |||||
* | | :bug: fix | Flam3rboy | 2021-01-01 | 2 | -0/+0 |
|/ | |||||
* | :tada: standard client finished | Flam3rboy | 2020-11-28 | 1 | -0/+30 |