aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/abuse
Commit message (Expand)AuthorAgeFilesLines
* Refactor model utilsChocobozzz2023-01-103-4/+4
* Refactor table attributesChocobozzz2023-01-092-2/+2
* Fix server lintChocobozzz2022-11-151-1/+1
* Don't inject untrusted inputChocobozzz2022-11-151-2/+3
* Fix various typosluz paz2022-06-071-1/+1
* Update server dependenciesChocobozzz2022-03-211-1/+1
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-12/+20
* Fix abuse crash on deleted reporter accountChocobozzz2022-01-201-1/+4
* Add missing mediaType info to AP objectsChocobozzz2022-01-131-0/+1
* Move typescript utils in its own directoryChocobozzz2021-12-164-4/+5
* Inject server config in HTMLChocobozzz2021-05-141-2/+1
* Stricter models typingChocobozzz2021-05-124-4/+8
* Fix abuse crash on deleted videoChocobozzz2021-02-261-3/+3
* Upgrade sequelize to v6Chocobozzz2020-12-094-9/+8
* Remove deprecated abuse apiChocobozzz2020-11-101-34/+2
* Fix abuse reportee search queryChocobozzz2020-08-261-1/+1
* Reorganize shared modelsChocobozzz2020-08-071-3/+5
* Add abuse messages/states notificationsChocobozzz2020-07-311-4/+50
* Add abuse messages management in my accountChocobozzz2020-07-311-8/+18
* Add abuse message management in adminChocobozzz2020-07-311-0/+2
* Add server API to abuse messagesChocobozzz2020-07-313-53/+247
* Add ability to report comments in front endChocobozzz2020-07-101-1/+3
* Add new abuses testsChocobozzz2020-07-102-12/+6
* Use raw sql for abusesChocobozzz2020-07-102-135/+217
* Add migrationsChocobozzz2020-07-101-71/+59
* Implement abuses check paramsChocobozzz2020-07-102-17/+76
* Use 3 tables to represent abusesChocobozzz2020-07-103-0/+654