Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :bug: fix #311 | Flam3rboy | 2021-09-03 | 3 | -4/+16 |
| | |||||
* | :bug: fix member roles + list | Flam3rboy | 2021-09-03 | 2 | -10/+6 |
| | |||||
* | :sparkles: guild position update | Flam3rboy | 2021-09-03 | 3 | -8/+49 |
| | |||||
* | :bug: fix message sending | Flam3rboy | 2021-09-03 | 2 | -7/+7 |
| | |||||
* | :bug: fix member + member list | Flam3rboy | 2021-09-03 | 12 | -92/+95 |
| | |||||
* | :bug: fix entity missing an id (replace .insert with new Entity().save) | Flam3rboy | 2021-09-02 | 4 | -19/+21 |
| | |||||
* | :sparkles: add user_id field to Member | Flam3rboy | 2021-09-02 | 12 | -46/+32 |
| | |||||
* | :bug: fix entity types and projection | Flam3rboy | 2021-09-01 | 2 | -25/+3 |
| | |||||
* | :sparkles: generate open api schema based on body and db entities | Flam3rboy | 2021-09-01 | 4 | -13/+23 |
| | |||||
* | :sparkles: use DiscordApiErrors and check limits | Flam3rboy | 2021-09-01 | 8 | -118/+105 |
| | |||||
* | Merge branch 'typeorm' into typeorm | Flam3rboy | 2021-08-31 | 19 | -154/+145 |
|\ | |||||
| * | Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeorm | Flam3rboy | 2021-08-31 | 4 | -2/+67 |
| |\ | |||||
| * | | :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 |
| | | | | because bundle installs api/gateway/cdn as npm dep. and the dev packages don't get automatically installed | ||||
* | :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 |