Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add control bar option for peertube player | Chocobozzz | 2022-05-20 | 1 | -0/+6 | |
| | ||||||
* | Add total viewers overall stat | Chocobozzz | 2022-05-18 | 1 | -0/+2 | |
| | ||||||
* | Add filter by start/end date overall stats in api | Chocobozzz | 2022-05-05 | 3 | -0/+9 | |
| | ||||||
* | Remove comments, rates and views from stats | Chocobozzz | 2022-05-05 | 1 | -5/+0 | |
| | | | | It prevent us to apply date filters | |||||
* | Support live session in server | Chocobozzz | 2022-05-03 | 5 | -1/+73 | |
| | ||||||
* | Support HTML entities in markdown fields | Chocobozzz | 2022-05-02 | 1 | -0/+1 | |
| | ||||||
* | Fix getting live by anonymous user | Chocobozzz | 2022-04-22 | 2 | -32/+32 | |
| | ||||||
* | Add ability to save replay of permanent lives | Chocobozzz | 2022-04-21 | 4 | -6/+27 | |
| | ||||||
* | Test digest check for resumable upload | Chocobozzz | 2022-04-19 | 1 | -1/+14 | |
| | ||||||
* | Support interactive video stats graph | Chocobozzz | 2022-04-15 | 3 | -5/+1 | |
| | ||||||
* | Add ability to set start/end date to timeserie | Chocobozzz | 2022-04-15 | 6 | -1/+18 | |
| | ||||||
* | Add event doc to view endpoint | Chocobozzz | 2022-04-15 | 2 | -6/+0 | |
| | ||||||
* | Support video views/viewers stats in server | Chocobozzz | 2022-04-15 | 21 | -48/+181 | |
| | | | | | | | | | | * 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 | |||||
* | Refactor AP context builder | Chocobozzz | 2022-03-24 | 3 | -6/+20 | |
| | ||||||
* | Rename studio to editor | Chocobozzz | 2022-03-22 | 14 | -77/+74 | |
| | ||||||
* | Add video edition finished notification | Chocobozzz | 2022-03-22 | 4 | -1/+20 | |
| | ||||||
* | Don't store remote rates of remote videos | Chocobozzz | 2022-03-18 | 2 | -2/+3 | |
| | | | | | 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 | 1 | -0/+15 | |
| | ||||||
* | Process video torrents in order | Chocobozzz | 2022-03-16 | 1 | -0/+15 | |
| | | | | Prevent update before video torrent generation for example | |||||
* | 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 | 9 | -2/+29 | |
| | ||||||
* | 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 | |||||
* | Update translations and support fa | Chocobozzz | 2022-03-03 | 1 | -0/+2 | |
| | ||||||
* | Correctly cleanup server tests | Chocobozzz | 2022-02-28 | 1 | -6/+11 | |
| | ||||||
* | add filter:api.video-playlist.videos.list.* hooks | kontrollanten | 2022-02-28 | 1 | -0/+5 | |
| | | | | closes #4775 | |||||
* | Add basic video editor support | Chocobozzz | 2022-02-28 | 14 | -59/+244 | |
| | ||||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 9 | -11/+63 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 plaintext markdown converter | Chocobozzz | 2022-02-04 | 1 | -2/+8 | |
| | ||||||
* | Prevent HLS transcoding after webtorrent transcoding | Chocobozzz | 2022-02-01 | 1 | -2/+4 | |
| | ||||||
* | Fix plugin settings manager definition | lutangar | 2022-01-20 | 2 | -5/+15 | |
| | | | | | | | | 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. | |||||
* | Plugins can add custom instance infobox | Chocobozzz | 2022-01-20 | 1 | -0/+3 | |
| | ||||||
* | Add ability to filter my imports by target URL | Chocobozzz | 2022-01-19 | 1 | -5/+3 | |
| | ||||||
* | Add ability to cancel & delete video imports | Chocobozzz | 2022-01-19 | 4 | -2/+58 | |
| | ||||||
* | Add ability to delete history element | Chocobozzz | 2022-01-18 | 1 | -2/+17 | |
| | ||||||
* | Add missing mediaType info to AP objects | Chocobozzz | 2022-01-13 | 4 | -0/+11 | |
| | ||||||
* | Fix audio transcoding with video only file | Chocobozzz | 2022-01-06 | 1 | -2/+7 | |
| | ||||||
* | Stop using tsconfig register | Chocobozzz | 2022-01-06 | 1 | -0/+2 | |
| | | | | Prefer to replace paths at compile time | |||||
* | Try to fix tests | Chocobozzz | 2022-01-04 | 1 | -1/+2 | |
| | ||||||
* | Fix tests | Chocobozzz | 2022-01-03 | 1 | -2/+4 | |
| | ||||||
* | Migrate to --enable-source-maps option | Chocobozzz | 2022-01-03 | 1 | -1/+4 | |
| | ||||||
* | Handle async validators | Chocobozzz | 2022-01-03 | 1 | -1/+1 | |
| | ||||||
* | Move uuid stuff in extra utils | Chocobozzz | 2021-12-29 | 6 | -3/+9 | |
| | | | | Since it requires an external dependency | |||||
* | Translate plugin settings | Chocobozzz | 2021-12-29 | 1 | -0/+1 | |
| | ||||||
* | Enhance plugin video fields | Chocobozzz | 2021-12-29 | 1 | -0/+7 | |
| | | | | | Add video form tab selection Add ability to display an error | |||||
* | Support official plugins | Chocobozzz | 2021-12-28 | 1 | -0/+2 | |
| | ||||||
* | Resolve enums at compile time | Chocobozzz | 2021-12-28 | 4 | -4/+4 | |
| | ||||||
* | Move types package in packages/ | Chocobozzz | 2021-12-28 | 1 | -1/+1 | |
| | ||||||
* | Fix type conflict | Chocobozzz | 2021-12-24 | 3 | -9/+9 | |
| | ||||||
* | Fix shared imports | Chocobozzz | 2021-12-24 | 1 | -1/+0 | |
| | ||||||
* | Don't stuck state when move transcoding job failed | Chocobozzz | 2021-12-23 | 1 | -1/+2 | |
| |