summary refs log tree commit diff
path: root/util/src/entities (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #314 from AlTech98/masterFlam3rboy2021-09-031-2/+3
|\
| * Temp fix for Guild.voice_states not workingAlTech982021-09-031-2/+3
| * Merge remote-tracking branch 'origin/master'AlTech982021-09-031-8/+23
| |\
| * | VoiceState fix for db updateAlTech982021-09-031-1/+1
* | | :bug: fix #311Flam3rboy2021-09-033-12/+16
| |/ |/|
* | :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
* :bug: fix message sendingFlam3rboy2021-09-031-1/+1
* :art: update entitiesFlam3rboy2021-09-035-28/+43
* fix #309Flam3rboy2021-09-031-0/+2
* :bug: fix entity missing an id (replace .insert with new Entity().save)Flam3rboy2021-09-022-4/+4
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-024-1/+55
|\
| * :art: reformat filesFlam3rboy2021-09-023-23/+31
| * VOICE_STATE_UPDATE implementation, fix #210AlTech982021-09-024-1/+47
* | :sparkles: add user_id field to MemberFlam3rboy2021-09-021-31/+32
|/
* :bug: fix entity types and projectionFlam3rboy2021-09-015-34/+57
* Added property maxWebhooks to ConfigValue and defined a default value in Defa...sudenoh2021-09-011-0/+2
* Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeormFlam3rboy2021-08-312-3/+9
|\
| * Implemented voice apis #127 and #78AlTech982021-08-302-3/+9
* | :sparkles: delete _ids from entitiesFlam3rboy2021-08-3125-216/+357
|/
* :construction: typeormFlam3rboy2021-08-305-19/+20
* :zap: only local rate limit to prevent to much pressure on the databaseFlam3rboy2021-08-301-2/+1
* :bug: convert bigint -> stringFlam3rboy2021-08-291-1/+1
* fix utilFlam3rboy2021-08-296-28/+26
* :sparkles: typeorm gatewayFlam3rboy2021-08-291-0/+1
* :sparkles: update utilFlam3rboy2021-08-2923-6424/+488
* :construction: typeormFlam3rboy2021-08-276-32/+545
* :sparkles: use RelationIdFlam3rboy2021-08-2621-82/+444
* :bug: fix unit testsFlam3rboy2021-08-261-2/+4
* :sparkles: unit testFlam3rboy2021-08-262-7/+9
* :sparkles: utilFlam3rboy2021-08-241-13781/+117
* :sparkles: typeorm entitiesFlam3rboy2021-08-2423-0/+21011