aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Clearer live sessionChocobozzz2022-07-221-1/+1
| | | | | | | | | Get the save replay setting when the session started to prevent inconsistent behaviour when the setting changed before the session was processed by the live ending job Display more information about the potential session replay in live modal information
* Support videos stats in clientChocobozzz2022-04-151-1/+16
|
* Rename studio to editorChocobozzz2022-03-221-6/+6
|
* Don't allow video edition if not enabledChocobozzz2022-03-181-4/+2
|
* Add basic video editor supportChocobozzz2022-02-281-4/+19
|
* Stop killing peertube in ci scriptChocobozzz2021-11-181-1/+1
|
* Add ability to run transcoding jobsChocobozzz2021-11-181-3/+35
|
* Add ability to remove hls/webtorrent filesChocobozzz2021-11-181-1/+38
|
* Add ability to bulk block videosChocobozzz2021-11-171-1/+1
|
* Add more when deleting a videoChocobozzz2021-11-151-5/+5
|
* Deprecate filter video queryChocobozzz2021-10-291-1/+1
| | | | Introduce include and isLocal instead
* Fix client lintChocobozzz2021-08-171-16/+16
|
* Don't allow manual redundancy of live videosChocobozzz2020-12-071-1/+1
|
* Fix audio sync after saving replayChocobozzz2020-11-091-2/+2
| | | | | hls.js seems to not correctly handle audio gaps with fragmented mp4 (but can with a ts playlist)
* Add live info in watch pageChocobozzz2020-11-091-1/+21
|
* Add modal to display live informationChocobozzz2020-11-091-1/+6
|
* Add watch messages if live has not startedChocobozzz2020-11-091-1/+4
|
* Migrate to $localizeChocobozzz2020-08-141-25/+28
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* switch from softies to feathericonsRigel Kent2020-07-011-1/+1
| | | | also organize icons in folders per origin
* allow muting from the miniature optionsRigel Kent2020-06-281-23/+53
| | | | initial implementation with a listing refresh except on search results
* Reorganize client shared modulesChocobozzz2020-06-231-0/+269