summary refs log tree commit diff
path: root/util/src/entities/Member.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* restructure to single projectFlam3rboy2022-08-131-360/+0
* Made nitro stuff make some senseChrisChrome2022-08-121-1/+1
* fix(util): OrmUtilsFlam3rboy2022-08-101-1/+1
* fix(util): util importsFlam3rboy2022-08-091-7/+7
* Use deep merge everywhereTheArcaneBrony2022-08-091-4/+5
* Bunch of fixes and improvements, everything appears to work nowTheArcaneBrony2022-08-091-5/+5
* Switch to migrations fullyTheArcaneBrony2022-08-091-4/+7
* Resolve changes undone by rebasing from masterTheArcaneBrony2022-08-091-4/+4
* State update, havent testedTheArcaneBrony2022-08-091-1/+1
* Update local state, fix a few more errorsTheArcaneBrony2022-08-091-2/+2
* 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
* 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
* Fix for Premium Since to show the 'Guild Boost' and store it correctly in the...Iratu2022-02-181-2/+2
* :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
* :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