Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix various typos | luz paz | 2022-06-07 | 1 | -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` | ||||
* | Improve admin users list table | Chocobozzz | 2022-05-24 | 1 | -2/+20 |
| | | | | | | * Fix last login sort with null values * Remember last selected columns * Display last login date by default | ||||
* | Convert followers/following in raw SQL queries | Chocobozzz | 2022-05-05 | 1 | -4/+11 |
| | | | | Prevent weird bug in SQL generation | ||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 broken dep | Chocobozzz | 2022-02-09 | 1 | -3/+2 |
| | |||||
* | Update server dependencies | Chocobozzz | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | Update server dependencies | Chocobozzz | 2022-01-14 | 1 | -1/+2 |
| | |||||
* | Fix sequelize order typings | Chocobozzz | 2021-10-22 | 1 | -3/+3 |
| | |||||
* | Refactor getOrCreateAPVideo | Chocobozzz | 2021-06-02 | 1 | -0/+4 |
| | |||||
* | Stricter models typing | Chocobozzz | 2021-05-12 | 1 | -4/+3 |
| | |||||
* | add sort select to my videos, change default sort to -publishedAt | Rigel Kent | 2021-04-06 | 1 | -0/+8 |
| | | | | fixes #3779 | ||||
* | Fix video comments display with deleted comments | Chocobozzz | 2021-02-19 | 1 | -1/+1 |
| | |||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 1 | -1/+2 |
| | |||||
* | Keep displayName as valid playlist sort | Chocobozzz | 2020-12-01 | 1 | -2/+13 |
| | |||||
* | Optimize comment RSS sql query | Chocobozzz | 2020-08-20 | 1 | -0/+25 |
| | |||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 1 | -18/+0 |
| | |||||
* | Block comments from muted accounts/servers | Chocobozzz | 2020-05-29 | 1 | -4/+1 |
| | | | | | | | | | | | | 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) | ||||
* | Use video abuse filters on client side | Chocobozzz | 2020-05-07 | 1 | -54/+6 |
| | |||||
* | parseQueryStringFilter cleanup | Chocobozzz | 2020-05-06 | 1 | -11/+3 |
| | |||||
* | Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵ | Rigel Kent | 2020-05-04 | 1 | -11/+16 |
| | | | | search query param dynamically | ||||
* | Switching to a named filters/single input on video-abuse | Rigel Kent | 2020-05-04 | 1 | -1/+50 |
| | |||||
* | Factorize rest-table and fix/simplify SQL | Rigel Kent | 2020-05-01 | 1 | -3/+5 |
| | |||||
* | Add filter inputs for blacklisted videos and muted accounts/servers | Rigel Kent | 2020-05-01 | 1 | -2/+13 |
| | |||||
* | Add video file metadata to download modal, via ffprobe (#2411) | Rigel Kent | 2020-03-10 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata | ||||
* | Rewrite video list in raw SQL | Chocobozzz | 2020-03-10 | 1 | -17/+21 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -2/+2 |
| | |||||
* | Update validator dependency | Chocobozzz | 2020-01-07 | 1 | -1/+1 |
| | |||||
* | Add comment filtering by reply count | Rigel Kent | 2019-12-27 | 1 | -0/+14 |
| | |||||
* | Add more filters to admin follows table | Chocobozzz | 2019-11-29 | 1 | -0/+14 |
| | |||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 1 | -1/+1 |
| | | | | In favour of HLS | ||||
* | Fix blacklist sort | Chocobozzz | 2019-09-04 | 1 | -5/+5 |
| | |||||
* | Automatically remove bad followings | Chocobozzz | 2019-08-06 | 1 | -3/+17 |
| | |||||
* | Sort on videoQuotaUsed in backend | Chocobozzz | 2019-07-25 | 1 | -0/+2 |
| | |||||
* | Add language filters in user preferences | Chocobozzz | 2019-06-19 | 1 | -3/+9 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 1 | -1/+11 |
| | |||||
* | Update sequelize | Chocobozzz | 2019-04-24 | 1 | -17/+31 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+0 |
| | |||||
* | Refresh playlists | Chocobozzz | 2019-03-19 | 1 | -1/+11 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 1 | -3/+18 |
| | |||||
* | Fix video sort | Chocobozzz | 2018-12-18 | 1 | -1/+5 |
| | |||||
* | Add history on server side | Chocobozzz | 2018-12-18 | 1 | -1/+1 |
| | | | | Add ability to disable, clear and list user videos history | ||||
* | Add ability to mute a user/instance by server in server api | Chocobozzz | 2018-10-16 | 1 | -2/+0 |
| | |||||
* | Add ability for users to block an account/instance on server side | Chocobozzz | 2018-10-16 | 1 | -0/+18 |
| | |||||
* | Fix videos overview tags section | Chocobozzz | 2018-08-31 | 1 | -5/+8 |
| | |||||
* | Trending by interval | Chocobozzz | 2018-08-31 | 1 | -10/+34 |
| | |||||
* | Cleanup utils helper | Chocobozzz | 2018-08-14 | 1 | -0/+3 |
| | |||||
* | Optimize search SQL query (I hope :p) | Chocobozzz | 2018-07-27 | 1 | -13/+1 |
| | |||||
* | Fix last commit | Chocobozzz | 2018-07-26 | 1 | -1/+1 |
| | |||||
* | Add videos list filters | Chocobozzz | 2018-07-24 | 1 | -1/+1 |
| | |||||
* | Begin advanced search | Chocobozzz | 2018-07-24 | 1 | -2/+50 |
| |