summary refs log tree commit diff
path: root/util/src/entities/Message.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-289/+0
|
* Allow empty content through block listMadeline2022-09-121-1/+1
|
* Primitive banned words blockingMadeline2022-09-121-3/+7
|
* finally stop the database troublesMadeline2022-09-101-1/+1
|
* RIP MESSAGES ONCE MORE.Madeline2022-09-091-1/+1
|
* Fix typoMadeline2022-09-091-1/+1
|
* fosscord-server/pulls/858Madeline2022-08-211-1/+1
|
* Oh my god rip database contentMadeline2022-07-241-1/+1
|
* Really shitty external image resizingMadeline2022-07-241-1/+1
|
* type longtext does not support lengthMadeline2022-07-021-1/+1
|
* Attempt to fix messages being deletedMadeline2022-07-021-1/+1
|
* set message max length manuallyMadeline2022-07-021-1/+1
|
* Update Message.tsErkin Alp Güney2022-04-231-1/+1
|
* self commands and /me messagesErkin Alp Güney2022-04-231-1/+3
|
* bug fix1itt1eB0y2022-04-091-1/+1
| | | Fix `QueryFailedError: constraint "FK_05535bc695e9f7ee104616459d3" for relation "messages" already exists`
* More message typesErkin Alp Güney2022-04-021-0/+7
|
* Revert "Type change"RealMANI2022-03-081-1/+1
| | | | This reverts commit de8b83f7b9bf9f418b49c4221bec35417de219d8.
* Type changeRealMANI2022-03-071-1/+1
| | | | | Changed type for column "content" to "longtext" (you might want to get a back up from your database before updating)
* Fixed potential guild message SQL constraintsunknownPerson1152021-12-231-2/+4
| | | | | | i have tied member dependencies to the author id rather than the member id to avoid a dependency cycle and you can now kick/ban someone from a guild/server and the messages will remain in the guild (just like discord) as stated in issue #441 I have also tested this code seems clean so far (new pull request opened because of branch commit issues)
* :bug: revert file config overwriteFlam3rboy2021-10-201-1/+7
|
* :bug: fix message sticker sendingFlam3rboy2021-10-151-1/+1
|
* Put local types backThe Arcane Brony2021-10-101-2/+2
|
* Change enums to numbersThe Arcane Brony2021-10-101-2/+2
|
* :art: clean up imports + classesFlam3rboy2021-10-101-3/+0
|
* :bug: fix message reactionsFlam3rboy2021-10-031-4/+2
|
* :bug: fix .delete -> add onDelete: "CASCADE"Flam3rboy2021-09-201-4/+9
|
* :art: add orphanedRowAction and cascade onDelete to entitiesFlam3rboy2021-09-191-3/+8
|
* Fix attachments not being saved to dbAlTech982021-09-131-1/+1
|
* :bug: fix message sendingFlam3rboy2021-09-031-1/+1
|
* :art: update entitiesFlam3rboy2021-09-031-1/+0
|
* :bug: fix entity types and projectionFlam3rboy2021-09-011-1/+1
|
* :sparkles: delete _ids from entitiesFlam3rboy2021-08-311-46/+32
|
* fix utilFlam3rboy2021-08-291-2/+2
|
* :sparkles: update utilFlam3rboy2021-08-291-18/+27
|
* :sparkles: use RelationIdFlam3rboy2021-08-261-10/+19
|
* :sparkles: typeorm entitiesFlam3rboy2021-08-241-0/+260