summary refs log tree commit diff
path: root/util/src/entities/Member.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* :sparkles: User presence/statusFlam3rboy2021-10-171-1/+17
|
* :bug: fix pruneFlam3rboy2021-10-151-3/+2
|
* added route /guilds/:id/prune GET count and POST prune.Maddy2021-10-131-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 idFlam3rboy2021-10-041-2/+0
|
* :bug: fix .delete -> add onDelete: "CASCADE"Flam3rboy2021-09-201-3/+6
|
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-041-2/+6
|\
| * added ban check to `Member.addToGuild`xnacly2021-09-031-2/+6
| |
* | :bug: fix ready members payloadFlam3rboy2021-09-041-1/+0
|/
* :bug: fix #311Flam3rboy2021-09-031-7/+3
|
* :bug: fix member has no roles in guild createFlam3rboy2021-09-031-4/+6
|
* :bug: fix client connection crash on guild createFlam3rboy2021-09-031-4/+17
|
* fix #310Flam3rboy2021-09-031-5/+5
|
* :bug: fix#310Flam3rboy2021-09-031-5/+21
|
* :art: update entitiesFlam3rboy2021-09-031-16/+24
|
* :bug: fix entity missing an id (replace .insert with new Entity().save)Flam3rboy2021-09-021-3/+3
|
* :sparkles: add user_id field to MemberFlam3rboy2021-09-021-31/+32
|
* :bug: fix entity types and projectionFlam3rboy2021-09-011-3/+4
|
* :sparkles: delete _ids from entitiesFlam3rboy2021-08-311-40/+46
|
* :construction: typeormFlam3rboy2021-08-301-3/+3
|
* :sparkles: update utilFlam3rboy2021-08-291-20/+214
|
* :sparkles: use RelationIdFlam3rboy2021-08-261-3/+3
|
* :sparkles: typeorm entitiesFlam3rboy2021-08-241-0/+87