aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-comment.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix users statsChocobozzz2022-06-171-2/+2
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-45/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Add missing mediaType info to AP objectsChocobozzz2022-01-131-0/+3
|
* Move typescript utils in its own directoryChocobozzz2021-12-161-1/+1
|
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
|
* Fix missing transactionsChocobozzz2021-06-151-0/+6
|
* Don't count deleted comment for repliesChocobozzz2021-06-081-6/+2
|
* Stricter models typingChocobozzz2021-05-121-1/+2
|
* Cleanup shared modelsChocobozzz2021-05-111-1/+1
|
* Cleanup models directory organizationChocobozzz2021-05-111-1/+1
|
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-1/+13
|
* Fix thread replies API responseChocobozzz2021-02-191-11/+17
|
* Fix video comments display with deleted commentsChocobozzz2021-02-191-22/+38
|
* Upgrade sequelize to v6Chocobozzz2020-12-091-7/+6
|
* Add admin view to manage commentsChocobozzz2020-11-161-38/+46
|
* Implement video comment list in adminChocobozzz2020-11-131-4/+128
|
* Optimize comment RSS sql queryChocobozzz2020-08-201-14/+15
|
* Add abuse messages/states notificationsChocobozzz2020-07-311-1/+1
|
* Add ability to report comments in front endChocobozzz2020-07-101-1/+1
|
* Add new abuses testsChocobozzz2020-07-101-41/+1
|
* Implement abuses check paramsChocobozzz2020-07-101-1/+64
|
* allow muting from the miniature optionsRigel Kent2020-06-281-4/+4
| | | | initial implementation with a listing refresh except on search results
* allow limiting video-comments rss feeds to an account or video channelRigel Kent2020-06-271-7/+27
|
* Split types and typingsChocobozzz2020-06-181-2/+2
|
* Fix video comments feed SQL queryChocobozzz2020-06-091-0/+5
|
* Block comments from muted accounts/serversChocobozzz2020-05-291-20/+56
| | | | | | | | | | | | Add better control for users of comments displayed on their videos: * Do not forward comments from muted remote accounts/servers (muted by the current server or by the video owner) * Do not list threads and hide replies (with their children) of accounts/servers muted by the video owner * Hide from RSS comments of muted accounts/servers by video owners Use case: * Try to limit spam propagation in the federation * Add ability for users to automatically hide comments on their videos from undesirable accounts/servers (the comment section belongs to videomakers, so they choose what's posted there)
* Fix comments deleted displayChocobozzz2020-05-291-10/+42
|
* Add ability to bulk delete commentsChocobozzz2020-05-291-14/+53
|
* Fix comments feed with musted accountsChocobozzz2020-05-061-2/+9
|
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
|
* Do not display deleted comments in RSS feedChocobozzz2020-04-211-1/+3
|
* Don't leak unlisted videos in comments feedChocobozzz2020-04-211-1/+5
|
* Move to eslintcontainChocobozzz2020-02-031-10/+10
|
* Fix totalRepliesFromVideoAuthor SQL requestChocobozzz2020-01-031-1/+3
|
* Add author indicator to the comment replies loaderRigel Kent2019-12-281-0/+12
|
* Add comment filtering by reply countRigel Kent2019-12-271-2/+2
|
* Fix retrieving of deleted comments when subscribing to a new instanceJulien Maulny2019-12-041-8/+11
|
* Soft delete video comments instead of detroyJulien Maulny2019-12-041-4/+29
|
* Type toActivityPubObject functionsChocobozzz2019-08-211-1/+2
|
* Type toFormattedJSONChocobozzz2019-08-201-1/+2
|
* Stronger model typingsChocobozzz2019-08-191-57/+26
|
* Remove comment federation by video ownerChocobozzz2019-08-071-37/+6
|
* Automatically remove bad followingsChocobozzz2019-08-061-23/+15
|
* Fix multiple server testsChocobozzz2019-08-011-1/+18
|
* Add server hooksChocobozzz2019-07-241-2/+16
|
* Upgrade sequelizeChocobozzz2019-04-241-17/+16
|
* Update sequelizeChocobozzz2019-04-241-24/+23
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Move config in its own fileChocobozzz2019-04-111-2/+2
|
* Restore videos list componentsChocobozzz2019-04-021-2/+1
|