Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | :bug: db query fixes | Flam3rboy | 2021-08-31 | 8 | -31/+35 | |
| * | | :sparkles: channel recipients | Flam3rboy | 2021-08-31 | 1 | -3/+4 | |
| * | | Channel utility methods in entity | Flam3rboy | 2021-08-31 | 2 | -54/+1 | |
| * | | fix member roles | Flam3rboy | 2021-08-31 | 3 | -4/+4 | |
| * | | :zap: use insert instead of save | Flam3rboy | 2021-08-31 | 2 | -25/+25 | |
| * | | :bug: fix message sending | Flam3rboy | 2021-08-31 | 2 | -34/+68 | |
| * | | :sparkles: typeorm error handler | Flam3rboy | 2021-08-31 | 1 | -3/+8 | |
* | | | Created list of all possible api errors and made them throwable in routes code | AlTech98 | 2021-08-31 | 3 | -66/+256 | |
| |/ |/| | ||||||
* | | Implemented voice apis #127 and #78 | AlTech98 | 2021-08-30 | 4 | -2/+67 | |
|/ | ||||||
* | fixed wrong statuscode in docs | xnacly | 2021-08-30 | 1 | -1/+1 | |
* | fixed translation path to display correct error msg | xnacly | 2021-08-30 | 1 | -1/+1 | |
* | :construction: typeorm | Flam3rboy | 2021-08-30 | 3 | -50/+42 | |
* | :zap: only local rate limit to prevent to much pressure on the database | Flam3rboy | 2021-08-30 | 1 | -19/+51 | |
* | :bug: convert bigint -> string | Flam3rboy | 2021-08-29 | 4 | -5/+5 | |
* | fix login register + message | Flam3rboy | 2021-08-29 | 3 | -6/+18 | |
* | fix rate limit | Flam3rboy | 2021-08-29 | 2 | -48/+52 | |
* | :sparkles: typeorm api rewrite done | Flam3rboy | 2021-08-29 | 48 | -993/+467 | |
* | :construction: api | Flam3rboy | 2021-08-27 | 11 | -122/+89 | |
* | Merge branch 'master' into typeorm | Flam3rboy | 2021-08-24 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix content security policy policy | Lukas Does Dev | 2021-08-21 | 1 | -1/+1 | |
* | | :construction: api | Flam3rboy | 2021-08-24 | 45 | -454/+381 | |
* | | :construction: typeorm | Flam3rboy | 2021-08-21 | 1 | -1/+2 | |
|/ | ||||||
* | :bug: fix vanity url | Flam3rboy | 2021-08-19 | 3 | -14/+34 | |
* | :bug: fix #267 | Flam3rboy | 2021-08-18 | 1 | -1/+1 | |
* | :bug: fix guild channel reorder | Flam3rboy | 2021-08-18 | 1 | -15/+22 | |
* | :sparkles: add default_auto_archive_duration to channel | Flam3rboy | 2021-08-18 | 1 | -0/+4 | |
* | :ambulance: user settings route | Flam3rboy | 2021-08-18 | 2 | -2/+59 | |
* | fix #199 | Flam3rboy | 2021-08-18 | 1 | -4/+7 | |
* | :bug: fix findOneAndUpdate | Flam3rboy | 2021-08-18 | 14 | -37/+34 | |
* | fix #199 | Flam3rboy | 2021-08-17 | 1 | -3/+1 | |
* | :art: clean up | Flam3rboy | 2021-08-17 | 2 | -4/+4 | |
* | :sparkles: message mention parsing | Flam3rboy | 2021-08-17 | 1 | -15/+59 | |
* | :loud_sound: verbose error handler | Flam3rboy | 2021-08-17 | 2 | -3/+8 | |
* | :bug: fix login route | Flam3rboy | 2021-08-17 | 1 | -1/+4 | |
* | :sparkles: delete finished todos | Flam3rboy | 2021-08-16 | 3 | -6/+0 | |
* | :sparkles: update auth middleware | Flam3rboy | 2021-08-16 | 1 | -3/+9 | |
* | update Rate Limit with new event transmission | Flam3rboy | 2021-08-16 | 2 | -46/+47 | |
* | :bug: fix server bundle | Flam3rboy | 2021-08-15 | 1 | -1/+2 | |
* | :bug: prevent @everyone role deletion | Flam3rboy | 2021-08-15 | 1 | -7/+4 | |
* | update release | Flam3rboy | 2021-08-15 | 1 | -1/+0 | |
* | move devDependencies to dependencies | Flam3rboy | 2021-08-14 | 1 | -372/+0 | |
* | :bug: fix Guild + Channel create | Flam3rboy | 2021-08-14 | 3 | -5/+15 | |
* | :bug: fix guild create with channel template | Flam3rboy | 2021-08-14 | 1 | -1/+21 | |
* | :construction: fix server bundle | Flam3rboy | 2021-08-13 | 1 | -0/+10 | |
* | :bug: fix api middleware | Flam3rboy | 2021-08-13 | 3 | -36/+41 | |
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-08-13 | 3 | -2/+17 | |
|\ | ||||||
| * | Create Emoji.ts | Intevel ツ | 2021-08-13 | 1 | -0/+14 | |
| * | Fixed #257 Can't change nickname | Intevel ツ | 2021-08-13 | 2 | -2/+3 | |
* | | rename @fosscord/server-util to -> @fosscord/util | Flam3rboy | 2021-08-13 | 58 | -149/+134 | |
|/ | ||||||
* | :sparkles: api | Flam3rboy | 2021-08-12 | 95 | -0/+130061 |