summary refs log tree commit diff
path: root/util/src/entities/Member.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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