Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support video views/viewers stats in server | Chocobozzz | 2022-04-15 | 20 | -166/+658 |
| | | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos | ||||
* | Don't clean mastodon rates | Chocobozzz | 2022-04-15 | 1 | -0/+3 |
| | | | | Workaround of https://github.com/mastodon/mastodon/issues/13571 | ||||
* | Disallow unlisted video indexation | Chocobozzz | 2022-04-08 | 1 | -0/+2 |
| | |||||
* | Refactor AP context builder | Chocobozzz | 2022-03-24 | 19 | -243/+458 |
| | |||||
* | Remove activitypub helper | Chocobozzz | 2022-03-23 | 22 | -29/+274 |
| | | | | Put functions in lib/activitypub instead | ||||
* | Rename studio to editor | Chocobozzz | 2022-03-22 | 9 | -42/+42 |
| | |||||
* | Add video edition finished notification | Chocobozzz | 2022-03-22 | 13 | -52/+166 |
| | |||||
* | Update server dependencies | Chocobozzz | 2022-03-21 | 2 | -3/+3 |
| | |||||
* | Don't store remote rates of remote videos | Chocobozzz | 2022-03-18 | 33 | -290/+329 |
| | | | | | In the future we'll stop to expose all available rates to improve users privacy | ||||
* | Fix client html cache on theme update | Chocobozzz | 2022-03-17 | 2 | -7/+6 |
| | |||||
* | Fix torrent creation | Chocobozzz | 2022-03-16 | 1 | -0/+4 |
| | |||||
* | Process video torrents in order | Chocobozzz | 2022-03-16 | 2 | -1/+94 |
| | | | | Prevent update before video torrent generation for example | ||||
* | Make object storage ACL configurable | Doug Luce | 2022-03-16 | 1 | -8/+20 |
| | | | | | | | | Override this value to allow uploads to non-public S3 buckets. Otherwise "AccessDenied: Access Denied" errors will end up in the log. Fixes #4850 | ||||
* | add client.videos.upload.maxChunkSize config (#4857) | kontrollanten | 2022-03-16 | 1 | -0/+3 |
| | | | | | | | * add client.videos.upload.maxChunkSize config * updates after review * remove maxChunkSize from custom-config | ||||
* | Add latency setting support | Chocobozzz | 2022-03-09 | 4 | -4/+17 |
| | |||||
* | Display avatar in video miniatures (#4823) | kontrollanten | 2022-03-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | * show avatar in video miniatures closes #4040 * fix: videos for api, include avatars * add config for display video miniature avatar * Revert "fix: videos for api, include avatars" This reverts commit 5520a3eda6805338317a394d0553f2f82095a425. * video-min: set display avatar to false as default * remove empty line * rename display_avatar > display_author_avatar * fix renaming displayAvatar > displayAuthorAvatar | ||||
* | Remove uneeded memoize | Chocobozzz | 2022-03-08 | 1 | -12/+4 |
| | |||||
* | Refactor user build and express file middlewares | Chocobozzz | 2022-03-04 | 2 | -17/+60 |
| | |||||
* | Fix client html performance regression | Chocobozzz | 2022-02-28 | 1 | -3/+11 |
| | |||||
* | Add basic video editor support | Chocobozzz | 2022-02-28 | 18 | -61/+357 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 9 | -125/+165 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | -1/+2 |
| | |||||
* | Add log on user plugin auth conflict | Chocobozzz | 2022-02-09 | 1 | -1/+8 |
| | |||||
* | Fix import timeout inconsistency | Chocobozzz | 2022-02-09 | 1 | -3/+3 |
| | |||||
* | Fix plaintext markdown converter | Chocobozzz | 2022-02-04 | 1 | -4/+4 |
| | |||||
* | Add fixme info | Chocobozzz | 2022-02-02 | 1 | -0/+1 |
| | |||||
* | Fix HLS re transcoding with object storage enabled | Chocobozzz | 2022-02-01 | 3 | -10/+28 |
| | |||||
* | Prevent HLS transcoding after webtorrent transcoding | Chocobozzz | 2022-02-01 | 2 | -4/+9 |
| | |||||
* | Fix plugin settings manager definition | lutangar | 2022-01-20 | 1 | -2/+3 |
| | | | | | | | | This mainly fix the `onSettingsChange` argument typing. I'm not 100% sure the setting `value` can be a boolean though. But this is how it was typed before so I just made it consistent. Feel free to change - or suggest change - to the type names / location. | ||||
* | Add ability to filter my imports by target URL | Chocobozzz | 2022-01-19 | 1 | -4/+4 |
| | |||||
* | Add ability to cancel & delete video imports | Chocobozzz | 2022-01-19 | 2 | -14/+27 |
| | |||||
* | Upgrade uploadx dependency | Chocobozzz | 2022-01-18 | 1 | -2/+6 |
| | |||||
* | Fix bull redis options | Chocobozzz | 2022-01-14 | 1 | -3/+9 |
| | |||||
* | Update server dependencies | Chocobozzz | 2022-01-14 | 1 | -2/+4 |
| | |||||
* | Fix audio transcoding with video only file | Chocobozzz | 2022-01-06 | 1 | -9/+16 |
| | |||||
* | Remove unnecessary NPM_RUN_BUILD_OPTS docker arg | Chocobozzz | 2022-01-06 | 1 | -1/+1 |
| | |||||
* | Stop using tsconfig register | Chocobozzz | 2022-01-06 | 1 | -2/+3 |
| | | | | Prefer to replace paths at compile time | ||||
* | Try to fix tests | Chocobozzz | 2022-01-04 | 1 | -15/+29 |
| | |||||
* | Move uuid stuff in extra utils | Chocobozzz | 2021-12-29 | 5 | -5/+8 |
| | | | | Since it requires an external dependency | ||||
* | Translate plugin settings | Chocobozzz | 2021-12-29 | 1 | -0/+3 |
| | |||||
* | Fix tests | Chocobozzz | 2021-12-28 | 1 | -24/+14 |
| | |||||
* | Cleanup unavailable remote AP resource | Chocobozzz | 2021-12-28 | 2 | -17/+45 |
| | |||||
* | Update CREDITS | Chocobozzz | 2021-12-24 | 1 | -1/+0 |
| | |||||
* | Upgrade redis dep | Chocobozzz | 2021-12-24 | 2 | -134/+42 |
| | |||||
* | Fix type conflict | Chocobozzz | 2021-12-24 | 1 | -7/+7 |
| | |||||
* | Fix shared imports | Chocobozzz | 2021-12-24 | 7 | -15/+12 |
| | |||||
* | Fix video import transcoding | Chocobozzz | 2021-12-23 | 1 | -2/+2 |
| | |||||
* | Don't stuck state when move transcoding job failed | Chocobozzz | 2021-12-23 | 2 | -13/+27 |
| | |||||
* | Fix audio only transcoding | Chocobozzz | 2021-12-23 | 2 | -5/+12 |
| | |||||
* | Fix video upload with big preview | Chocobozzz | 2021-12-17 | 1 | -1/+5 |
| |