summary refs log tree commit diff
path: root/util/src/entities/Channel.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ( ↵Madeline2022-04-231-0/+11
| | | | categories, voice etc )
* 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
| | | | | - Added a field for retention policies (progress towards #164) - Allowed note to self channels - Added the UNHANDLED type
* * Replaced list of invisible characters with unicode codepointsMadeline2022-01-231-8/+10
| | | | | * No longer silently edit invalid channel names * No longer trim channel names in unnamed check
* channel.owner_id is type string not numberMadeline2022-01-231-1/+1
|
* Apply suggestions from code reviewMadeline2022-01-231-2/+4
| | | Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
* 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