Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :sparkles: User presence/status | Flam3rboy | 2021-10-17 | 1 | -1/+17 |
| | |||||
* | :bug: fix prune | Flam3rboy | 2021-10-15 | 1 | -3/+2 |
| | |||||
* | added route /guilds/:id/prune GET count and POST prune. | Maddy | 2021-10-13 | 1 | -0/+4 |
| | | | | | Edited Member entity to include last_message_id to avoid searching for every members last message when pruning When a message is sent through /channels/:id/messages last_message_id of sending Member is updated. | ||||
* | :sparkles: generalize primary column to work with mongodb object id | Flam3rboy | 2021-10-04 | 1 | -2/+0 |
| | |||||
* | :bug: fix .delete -> add onDelete: "CASCADE" | Flam3rboy | 2021-09-20 | 1 | -3/+6 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-09-04 | 1 | -2/+6 |
|\ | |||||
| * | added ban check to `Member.addToGuild` | xnacly | 2021-09-03 | 1 | -2/+6 |
| | | |||||
* | | :bug: fix ready members payload | Flam3rboy | 2021-09-04 | 1 | -1/+0 |
|/ | |||||
* | :bug: fix #311 | Flam3rboy | 2021-09-03 | 1 | -7/+3 |
| | |||||
* | :bug: fix member has no roles in guild create | Flam3rboy | 2021-09-03 | 1 | -4/+6 |
| | |||||
* | :bug: fix client connection crash on guild create | Flam3rboy | 2021-09-03 | 1 | -4/+17 |
| | |||||
* | fix #310 | Flam3rboy | 2021-09-03 | 1 | -5/+5 |
| | |||||
* | :bug: fix#310 | Flam3rboy | 2021-09-03 | 1 | -5/+21 |
| | |||||
* | :art: update entities | Flam3rboy | 2021-09-03 | 1 | -16/+24 |
| | |||||
* | :bug: fix entity missing an id (replace .insert with new Entity().save) | Flam3rboy | 2021-09-02 | 1 | -3/+3 |
| | |||||
* | :sparkles: add user_id field to Member | Flam3rboy | 2021-09-02 | 1 | -31/+32 |
| | |||||
* | :bug: fix entity types and projection | Flam3rboy | 2021-09-01 | 1 | -3/+4 |
| | |||||
* | :sparkles: delete _ids from entities | Flam3rboy | 2021-08-31 | 1 | -40/+46 |
| | |||||
* | :construction: typeorm | Flam3rboy | 2021-08-30 | 1 | -3/+3 |
| | |||||
* | :sparkles: update util | Flam3rboy | 2021-08-29 | 1 | -20/+214 |
| | |||||
* | :sparkles: use RelationId | Flam3rboy | 2021-08-26 | 1 | -3/+3 |
| | |||||
* | :sparkles: typeorm entities | Flam3rboy | 2021-08-24 | 1 | -0/+87 |