Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | optional | Erkin Alp Güney | 2022-04-08 | 1 | -2/+2 |
| | |||||
* | add joined_by to allow for separate treatment of force-joiners | Erkin Alp Güney | 2022-04-08 | 1 | -2/+11 |
| | |||||
* | Revert "Make member.premium_since ISO8601 timestamp" (#710) | Erkin Alp Güney | 2022-04-04 | 1 | -3/+3 |
| | | | This reverts commit 093ae5558007031253b5dadb5a5be96dd265683d. | ||||
* | Make member.premium_since ISO8601 timestamp | minhducsun2002 | 2022-03-28 | 1 | -3/+3 |
| | |||||
* | Change premium_since to bigint | Xenorio | 2022-03-08 | 1 | -2/+2 |
| | |||||
* | Changing Member.premium_since back from Date to number fixes an error in the ↵ | Madeline | 2022-03-08 | 1 | -1/+1 |
| | | | | | Discord electron client related to rendering premium status. (#669) Client throws "Invalid time value", so I'm guessing it's something to do with premium_since not being the date format they want ( allegedly ISO8601, but works with a plain number, so wtf ) | ||||
* | Fix for Premium Since to show the 'Guild Boost' and store it correctly in ↵ | Iratu | 2022-02-18 | 1 | -2/+2 |
| | | | | the database | ||||
* | :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 |