summary refs log tree commit diff
path: root/util/src/entities (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #382 from fosscord/auto-delete-relationsFlam3rboy2021-09-2022-87/+299
|\
| * :bug: fix .delete -> add onDelete: "CASCADE"Flam3rboy2021-09-2022-86/+152
| * :sparkles: finish and fix .delete() for one-to-many relationsFlam3rboy2021-09-201-8/+9
| * :construction: auto delete relationsFlam3rboy2021-09-202-12/+49
| * Merge branch 'master' into auto-delete-relationsFlam3rboy2021-09-193-4/+121
| |\
| * | :art: add orphanedRowAction and cascade onDelete to entitiesFlam3rboy2021-09-193-20/+116
| * | :art: remove deleteMessageAttachments and move to entityFlam3rboy2021-09-191-1/+8
* | | :sparkles: accept invite pageFlam3rboy2021-09-202-4/+16
| |/ |/|
* | Removed ChannelService, more fixesAlTech982021-09-181-8/+116
* | Fix icon, owner_id change and channel deletion for group DMsAlTech982021-09-171-2/+2
* | Implemented DMs and group DMsAlTech982021-09-163-8/+12
|/
* Revert ":construction: webhook"Flam3rboy2021-09-161-3/+3
* :construction: webhookFlam3rboy2021-09-141-3/+3
* Fix attachments not being saved to dbAlTech982021-09-131-1/+1
* :bug: fix In() queryFlam3rboy2021-09-131-3/+11
* :bug: fix relationshipFlam3rboy2021-09-131-6/+24
* :bug: fix dm #321Flam3rboy2021-09-131-6/+6
* :bug: fix channel events + message sendFlam3rboy2021-09-131-0/+1
* Update User.tsFlam3rboy2021-09-071-0/+5
* :arrow_up: update test clientFlam3rboy2021-09-042-2/+1
* :pencil: added comments and updated typeFlam3rboy2021-09-041-0/+1
* Added missing permissions and channel typesAlTech982021-09-041-0/+4
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-042-2/+43
|\
| * readded todosxnacly2021-09-031-0/+37
| * Revert "added big todo list to Guild.ts (big chungus)"xnacly2021-09-031-37/+1
| * added big todo list to Guild.ts (big chungus)xnacly2021-09-031-1/+37
| * added ban check to `Member.addToGuild`xnacly2021-09-031-2/+6
* | :bug: fix ready members payloadFlam3rboy2021-09-042-2/+9
* | :bug: fix invitesFlam3rboy2021-09-041-0/+2
|/
* 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