Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -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 objects | Chocobozzz | 2022-01-13 | 1 | -0/+3 |
| | |||||
* | Move typescript utils in its own directory | Chocobozzz | 2021-12-16 | 1 | -1/+1 |
| | |||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 1 | -1/+1 |
| | |||||
* | Fix missing transactions | Chocobozzz | 2021-06-15 | 1 | -0/+6 |
| | |||||
* | Don't count deleted comment for replies | Chocobozzz | 2021-06-08 | 1 | -6/+2 |
| | |||||
* | Stricter models typing | Chocobozzz | 2021-05-12 | 1 | -1/+2 |
| | |||||
* | Cleanup shared models | Chocobozzz | 2021-05-11 | 1 | -1/+1 |
| | |||||
* | Cleanup models directory organization | Chocobozzz | 2021-05-11 | 1 | -1/+1 |
| | |||||
* | Add ability to cleanup remote AP interactions | Chocobozzz | 2021-03-03 | 1 | -1/+13 |
| | |||||
* | Fix thread replies API response | Chocobozzz | 2021-02-19 | 1 | -11/+17 |
| | |||||
* | Fix video comments display with deleted comments | Chocobozzz | 2021-02-19 | 1 | -22/+38 |
| | |||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 1 | -7/+6 |
| | |||||
* | Add admin view to manage comments | Chocobozzz | 2020-11-16 | 1 | -38/+46 |
| | |||||
* | Implement video comment list in admin | Chocobozzz | 2020-11-13 | 1 | -4/+128 |
| | |||||
* | Optimize comment RSS sql query | Chocobozzz | 2020-08-20 | 1 | -14/+15 |
| | |||||
* | Add abuse messages/states notifications | Chocobozzz | 2020-07-31 | 1 | -1/+1 |
| | |||||
* | Add ability to report comments in front end | Chocobozzz | 2020-07-10 | 1 | -1/+1 |
| | |||||
* | Add new abuses tests | Chocobozzz | 2020-07-10 | 1 | -41/+1 |
| | |||||
* | Implement abuses check params | Chocobozzz | 2020-07-10 | 1 | -1/+64 |
| | |||||
* | allow muting from the miniature options | Rigel Kent | 2020-06-28 | 1 | -4/+4 |
| | | | | initial implementation with a listing refresh except on search results | ||||
* | allow limiting video-comments rss feeds to an account or video channel | Rigel Kent | 2020-06-27 | 1 | -7/+27 |
| | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 1 | -2/+2 |
| | |||||
* | Fix video comments feed SQL query | Chocobozzz | 2020-06-09 | 1 | -0/+5 |
| | |||||
* | Block comments from muted accounts/servers | Chocobozzz | 2020-05-29 | 1 | -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 display | Chocobozzz | 2020-05-29 | 1 | -10/+42 |
| | |||||
* | Add ability to bulk delete comments | Chocobozzz | 2020-05-29 | 1 | -14/+53 |
| | |||||
* | Fix comments feed with musted accounts | Chocobozzz | 2020-05-06 | 1 | -2/+9 |
| | |||||
* | Avoir some circular dependencies | Chocobozzz | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Do not display deleted comments in RSS feed | Chocobozzz | 2020-04-21 | 1 | -1/+3 |
| | |||||
* | Don't leak unlisted videos in comments feed | Chocobozzz | 2020-04-21 | 1 | -1/+5 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -10/+10 |
| | |||||
* | Fix totalRepliesFromVideoAuthor SQL request | Chocobozzz | 2020-01-03 | 1 | -1/+3 |
| | |||||
* | Add author indicator to the comment replies loader | Rigel Kent | 2019-12-28 | 1 | -0/+12 |
| | |||||
* | Add comment filtering by reply count | Rigel Kent | 2019-12-27 | 1 | -2/+2 |
| | |||||
* | Fix retrieving of deleted comments when subscribing to a new instance | Julien Maulny | 2019-12-04 | 1 | -8/+11 |
| | |||||
* | Soft delete video comments instead of detroy | Julien Maulny | 2019-12-04 | 1 | -4/+29 |
| | |||||
* | Type toActivityPubObject functions | Chocobozzz | 2019-08-21 | 1 | -1/+2 |
| | |||||
* | Type toFormattedJSON | Chocobozzz | 2019-08-20 | 1 | -1/+2 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -57/+26 |
| | |||||
* | Remove comment federation by video owner | Chocobozzz | 2019-08-07 | 1 | -37/+6 |
| | |||||
* | Automatically remove bad followings | Chocobozzz | 2019-08-06 | 1 | -23/+15 |
| | |||||
* | Fix multiple server tests | Chocobozzz | 2019-08-01 | 1 | -1/+18 |
| | |||||
* | Add server hooks | Chocobozzz | 2019-07-24 | 1 | -2/+16 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 1 | -17/+16 |
| | |||||
* | Update sequelize | Chocobozzz | 2019-04-24 | 1 | -24/+23 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 1 | -2/+2 |
| | |||||
* | Restore videos list components | Chocobozzz | 2019-04-02 | 1 | -2/+1 |
| | |||||
* | Cleanup invalid rates/comments/shares | Chocobozzz | 2019-03-19 | 1 | -0/+14 |
| |