Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert followers/following in raw SQL queries | Chocobozzz | 2022-05-05 | 1 | -2/+2 |
| | | | | Prevent weird bug in SQL generation | ||||
* | Support live session in server | Chocobozzz | 2022-05-03 | 2 | -1/+143 |
| | |||||
* | Typo | Chocobozzz | 2022-05-02 | 1 | -1/+1 |
| | |||||
* | Fix lint | Chocobozzz | 2022-04-22 | 1 | -1/+1 |
| | |||||
* | Fix getting live by anonymous user | Chocobozzz | 2022-04-22 | 1 | -9/+16 |
| | |||||
* | Add ability to save replay of permanent lives | Chocobozzz | 2022-04-21 | 1 | -1/+1 |
| | |||||
* | Support video views/viewers stats in server | Chocobozzz | 2022-04-15 | 3 | -76/+17 |
| | | | | | | | | | | * 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 | ||||
* | Remove activitypub helper | Chocobozzz | 2022-03-23 | 2 | -2/+2 |
| | | | | Put functions in lib/activitypub instead | ||||
* | Fix channels creation creation limit count | Chocobozzz | 2022-03-21 | 1 | -1/+1 |
| | |||||
* | Fix channels list count | Chocobozzz | 2022-03-21 | 1 | -13/+13 |
| | |||||
* | Don't store remote rates of remote videos | Chocobozzz | 2022-03-18 | 1 | -1/+15 |
| | | | | | In the future we'll stop to expose all available rates to improve users privacy | ||||
* | Process video torrents in order | Chocobozzz | 2022-03-16 | 1 | -0/+18 |
| | | | | Prevent update before video torrent generation for example | ||||
* | Add latency setting support | Chocobozzz | 2022-03-09 | 3 | -13/+38 |
| | |||||
* | Refactor a little bit raw sql builders | Chocobozzz | 2022-03-03 | 8 | -38/+16 |
| | |||||
* | Fix getting avatars in videos list | Chocobozzz | 2022-03-01 | 1 | -3/+5 |
| | |||||
* | Add basic video editor support | Chocobozzz | 2022-02-28 | 1 | -3/+3 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 16 | -211/+341 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 |
| | |||||
* | Case insensitive search on tags | Chocobozzz | 2022-02-03 | 1 | -1/+1 |
| | |||||
* | Add ability to filter my imports by target URL | Chocobozzz | 2022-01-19 | 1 | -4/+16 |
| | |||||
* | Update server dependencies | Chocobozzz | 2022-01-14 | 1 | -1/+2 |
| | |||||
* | Add missing mediaType info to AP objects | Chocobozzz | 2022-01-13 | 2 | -0/+4 |
| | |||||
* | Fix audio transcoding with video only file | Chocobozzz | 2022-01-06 | 1 | -4/+12 |
| | |||||
* | Move uuid stuff in extra utils | Chocobozzz | 2021-12-29 | 4 | -4/+6 |
| | | | | Since it requires an external dependency | ||||
* | Fix shared imports | Chocobozzz | 2021-12-24 | 2 | -7/+16 |
| | |||||
* | Don't stuck state when move transcoding job failed | Chocobozzz | 2021-12-23 | 1 | -0/+15 |
| | |||||
* | Fix audio only transcoding | Chocobozzz | 2021-12-23 | 1 | -3/+2 |
| | |||||
* | Fix subscriptions | Chocobozzz | 2021-12-17 | 1 | -2/+3 |
| | |||||
* | Fix internal user subscription | Chocobozzz | 2021-12-17 | 1 | -2/+2 |
| | |||||
* | Fix build | Chocobozzz | 2021-12-17 | 1 | -2/+2 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 5 | -7/+5 |
| | |||||
* | Move typescript utils in its own directory | Chocobozzz | 2021-12-16 | 19 | -22/+25 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 5 | -5/+5 |
| | | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html | ||||
* | Add hls to prune storage script | Chocobozzz | 2021-12-10 | 1 | -0/+9 |
| | |||||
* | Fix torrent metadata update for hls | Chocobozzz | 2021-12-09 | 1 | -15/+0 |
| | |||||
* | Update torrent metadata on video update | Chocobozzz | 2021-12-08 | 2 | -1/+16 |
| | |||||
* | Fix pending transcoding with failed job | Chocobozzz | 2021-12-03 | 1 | -2/+4 |
| | |||||
* | Stop killing peertube in ci script | Chocobozzz | 2021-11-18 | 1 | -1/+1 |
| | |||||
* | Add ability to run transcoding jobs | Chocobozzz | 2021-11-18 | 5 | -9/+17 |
| | |||||
* | Add ability to remove hls/webtorrent files | Chocobozzz | 2021-11-18 | 1 | -2/+2 |
| | |||||
* | Fix unused parameter | Chocobozzz | 2021-11-16 | 1 | -1/+0 |
| | |||||
* | Add ability to filter out public videos from admin | Chocobozzz | 2021-11-12 | 2 | -7/+26 |
| | |||||
* | Fix video update transaction | Chocobozzz | 2021-11-10 | 1 | -2/+2 |
| | |||||
* | Fix thumbnail update | Chocobozzz | 2021-11-10 | 1 | -3/+1 |
| | |||||
* | Refactor video views | Chocobozzz | 2021-11-09 | 1 | -0/+5 |
| | | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration | ||||
* | Add migrate-to-object-storage script (#4481) | kontrollanten | 2021-11-09 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | * add migrate-to-object-storage-script closes #4467 * add migrate-to-unique-playlist-filenames script * fix(migrate-to-unique-playlist-filenames): update master/segments256 run updateMasterHLSPlaylist and updateSha256VODSegments after file rename. * Improve move to object storage scripts * PR remarks Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Support RTMPS | Chocobozzz | 2021-11-05 | 1 | -4/+12 |
| | |||||
* | Add ability to filter by file type | Chocobozzz | 2021-11-03 | 2 | -21/+68 |
| | |||||
* | Some fixes for admin videos list | Chocobozzz | 2021-11-02 | 8 | -40/+39 |
| |