summary refs log tree commit diff
path: root/util/src/entities/Member.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* optionalErkin Alp Güney2022-04-081-2/+2
|
* add joined_by to allow for separate treatment of force-joinersErkin Alp Güney2022-04-081-2/+11
|
* Revert "Make member.premium_since ISO8601 timestamp" (#710)Erkin Alp Güney2022-04-041-3/+3
| | | This reverts commit 093ae5558007031253b5dadb5a5be96dd265683d.
* Make member.premium_since ISO8601 timestampminhducsun20022022-03-281-3/+3
|
* Change premium_since to bigintXenorio2022-03-081-2/+2
|
* Changing Member.premium_since back from Date to number fixes an error in the ↵Madeline2022-03-081-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 ↵Iratu2022-02-181-2/+2
| | | | the database
* :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