aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/abuse
Commit message (Collapse)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
| | | | | Even if it's already checked in middlewares It's better to have safe modals too
* Fix various typosluz paz2022-06-071-1/+1
| | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
* Update server dependenciesChocobozzz2022-03-211-1/+1
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-12/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* 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