Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Forum and guild directory types | Erkin Alp Güney | 2022-04-27 | 1 | -0/+2 |
| | |||||
* | text+voice code is already there | Erkin Alp Güney | 2022-04-22 | 1 | -1/+0 |
| | |||||
* | Can no longer send messages to channel types that do not support it ( ↵ | Madeline | 2022-04-23 | 1 | -0/+11 |
| | | | | categories, voice etc ) | ||||
* | Add our custom channel types | Erkin Alp Güney | 2022-04-03 | 1 | -1/+5 |
| | |||||
* | fix the conditional | Erkin Alp Güney | 2022-03-23 | 1 | -1/+1 |
| | |||||
* | A few channels on channels | Erkin Alp Güney | 2022-03-23 | 1 | -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 codepoints | Madeline | 2022-01-23 | 1 | -8/+10 |
| | | | | | * No longer silently edit invalid channel names * No longer trim channel names in unnamed check | ||||
* | channel.owner_id is type string not number | Madeline | 2022-01-23 | 1 | -1/+1 |
| | |||||
* | Apply suggestions from code review | Madeline | 2022-01-23 | 1 | -2/+4 |
| | | | Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com> | ||||
* | Update Channel.ts | Erkin Alp Güney | 2022-01-23 | 1 | -4/+7 |
| | |||||
* | Added `ILLEGAL_CHANNEL_NAMES` and `NULL_CHANNEL_NAMES` guild feature flags | Madeline | 2022-01-23 | 1 | -332/+350 |
| | |||||
* | Add Sentry, fix compile errors | The Arcane Brony | 2021-12-22 | 1 | -1/+1 |
| | |||||
* | Put local types back | The Arcane Brony | 2021-10-10 | 1 | -2/+2 |
| | |||||
* | Change enums to numbers | The Arcane Brony | 2021-10-10 | 1 | -2/+2 |
| | |||||
* | :bug: fix user projection | Flam3rboy | 2021-10-05 | 1 | -1/+1 |
| | |||||
* | :bug: fix channel permission overwrites | Flam3rboy | 2021-09-26 | 1 | -2/+2 |
| | |||||
* | :bug: fix .delete -> add onDelete: "CASCADE" | Flam3rboy | 2021-09-20 | 1 | -7/+3 |
| | |||||
* | :construction: auto delete relations | Flam3rboy | 2021-09-20 | 1 | -11/+1 |
| | |||||
* | Merge branch 'master' into auto-delete-relations | Flam3rboy | 2021-09-19 | 1 | -3/+117 |
|\ | |||||
| * | Removed ChannelService, more fixes | AlTech98 | 2021-09-18 | 1 | -8/+116 |
| | | |||||
| * | Fix icon, owner_id change and channel deletion for group DMs | AlTech98 | 2021-09-17 | 1 | -2/+2 |
| | | |||||
| * | Implemented DMs and group DMs | AlTech98 | 2021-09-16 | 1 | -7/+8 |
| | | |||||
* | | :art: add orphanedRowAction and cascade onDelete to entities | Flam3rboy | 2021-09-19 | 1 | -8/+63 |
|/ | |||||
* | :bug: fix dm #321 | Flam3rboy | 2021-09-13 | 1 | -6/+6 |
| | |||||
* | :bug: fix channel events + message send | Flam3rboy | 2021-09-13 | 1 | -0/+1 |
| | |||||
* | :pencil: added comments and updated type | Flam3rboy | 2021-09-04 | 1 | -0/+1 |
| | |||||
* | Added missing permissions and channel types | AlTech98 | 2021-09-04 | 1 | -0/+4 |
| | |||||
* | :bug: fix entity missing an id (replace .insert with new Entity().save) | Flam3rboy | 2021-09-02 | 1 | -1/+1 |
| | |||||
* | :sparkles: delete _ids from entities | Flam3rboy | 2021-08-31 | 1 | -16/+82 |
| | |||||
* | :sparkles: typeorm gateway | Flam3rboy | 2021-08-29 | 1 | -0/+1 |
| | |||||
* | :sparkles: update util | Flam3rboy | 2021-08-29 | 1 | -7/+7 |
| | |||||
* | :sparkles: use RelationId | Flam3rboy | 2021-08-26 | 1 | -6/+6 |
| | |||||
* | :sparkles: typeorm entities | Flam3rboy | 2021-08-24 | 1 | -0/+104 |