summary refs log tree commit diff
path: root/util/src/entities/Channel.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* restructure to single projectFlam3rboy2022-08-131-391/+0
* Fix updated client stuff...TheArcaneBrony2022-08-131-0/+7
* Thats it, thats the fix, thanks erkinalpChrisChrome2022-08-131-1/+1
* fix(util): OrmUtilsFlam3rboy2022-08-101-1/+1
* fix(util): util importsFlam3rboy2022-08-091-28/+30
* Use deep merge everywhereTheArcaneBrony2022-08-091-5/+6
* Bunch of fixes and improvements, everything appears to work nowTheArcaneBrony2022-08-091-5/+6
* Resolve changes undone by rebasing from masterTheArcaneBrony2022-08-091-2/+2
* State update, havent testedTheArcaneBrony2022-08-091-1/+1
* replace all var with let (reduces warnings)TheArcaneBrony2022-08-091-1/+1
* Forum and guild directory typesErkin Alp Güney2022-04-271-0/+2
* text+voice code is already thereErkin Alp Güney2022-04-221-1/+0
* Can no longer send messages to channel types that do not support it ( categor...Madeline2022-04-231-0/+11
* Add our custom channel typesErkin Alp Güney2022-04-031-1/+5
* fix the conditionalErkin Alp Güney2022-03-231-1/+1
* A few channels on channelsErkin Alp Güney2022-03-231-12/+19
* * Replaced list of invisible characters with unicode codepointsMadeline2022-01-231-8/+10
* channel.owner_id is type string not numberMadeline2022-01-231-1/+1
* Apply suggestions from code reviewMadeline2022-01-231-2/+4
* Update Channel.tsErkin Alp Güney2022-01-231-4/+7
* Added `ILLEGAL_CHANNEL_NAMES` and `NULL_CHANNEL_NAMES` guild feature flagsMadeline2022-01-231-332/+350
* Add Sentry, fix compile errorsThe Arcane Brony2021-12-221-1/+1
* Put local types backThe Arcane Brony2021-10-101-2/+2
* Change enums to numbersThe Arcane Brony2021-10-101-2/+2
* :bug: fix user projectionFlam3rboy2021-10-051-1/+1
* :bug: fix channel permission overwritesFlam3rboy2021-09-261-2/+2
* :bug: fix .delete -> add onDelete: "CASCADE"Flam3rboy2021-09-201-7/+3
* :construction: auto delete relationsFlam3rboy2021-09-201-11/+1
* Merge branch 'master' into auto-delete-relationsFlam3rboy2021-09-191-3/+117
|\
| * 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-161-7/+8
* | :art: add orphanedRowAction and cascade onDelete to entitiesFlam3rboy2021-09-191-8/+63
|/
* :bug: fix dm #321Flam3rboy2021-09-131-6/+6
* :bug: fix channel events + message sendFlam3rboy2021-09-131-0/+1
* :pencil: added comments and updated typeFlam3rboy2021-09-041-0/+1
* Added missing permissions and channel typesAlTech982021-09-041-0/+4
* :bug: fix entity missing an id (replace .insert with new Entity().save)Flam3rboy2021-09-021-1/+1
* :sparkles: delete _ids from entitiesFlam3rboy2021-08-311-16/+82
* :sparkles: typeorm gatewayFlam3rboy2021-08-291-0/+1
* :sparkles: update utilFlam3rboy2021-08-291-7/+7
* :sparkles: use RelationIdFlam3rboy2021-08-261-6/+6
* :sparkles: typeorm entitiesFlam3rboy2021-08-241-0/+104