aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/video/video.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Federate entire descriptionChocobozzz2022-11-141-0/+3
| | | | | | Introduce an explicit field truncatedDescription description in video list is deprecated description in video get will contain the entire description
* Don't display remove file icon in some casesChocobozzz2022-09-131-2/+9
|
* Support ICU in TS componentsChocobozzz2022-06-081-5/+6
|
* Support videos stats in clientChocobozzz2022-04-151-4/+7
|
* Rename studio to editorChocobozzz2022-03-221-2/+2
|
* Don't allow video edition if not enabledChocobozzz2022-03-181-0/+6
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Don't manage remote video filesChocobozzz2021-11-191-2/+4
|
* Add ability to run transcoding jobsChocobozzz2021-11-181-0/+12
|
* Add ability to remove hls/webtorrent filesChocobozzz2021-11-181-1/+10
|
* Refactor video viewsChocobozzz2021-11-091-0/+4
| | | | | | | | 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 video file size info in admin videos listChocobozzz2021-10-291-1/+9
|
* Deprecate filter video queryChocobozzz2021-10-291-2/+9
| | | | Introduce include and isLocal instead
* Provide origin URL to client and fix remote shareChocobozzz2021-10-221-1/+1
|
* Migrate client to eslintChocobozzz2021-08-181-1/+1
|
* Refactor video links buildersChocobozzz2021-07-261-1/+2
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-2/+13
|
* Use HTML config when possibleChocobozzz2021-06-041-4/+2
|
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-281-1/+1
| | | | And use them as default in client
* Remove avatarUrl from modelsChocobozzz2021-04-281-3/+0
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-151-2/+0
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Agnostic actor image storageChocobozzz2021-04-081-3/+3
|
* Refactor last PRChocobozzz2020-11-271-0/+10
|
* Fix circular dep issueChocobozzz2020-11-251-1/+3
|
* Add new default different avatar for channel and accountkimsible2020-11-251-3/+3
|
* Add live info in watch pageChocobozzz2020-11-091-0/+5
|
* Live streaming implementation first stepChocobozzz2020-11-091-2/+10
|
* Add ability to set custom field to video formChocobozzz2020-08-211-0/+4
|
* Reorganize shared modelsChocobozzz2020-08-071-1/+1
|
* Fix embed urlChocobozzz2020-07-101-3/+2
|
* Reorganize client shared modulesChocobozzz2020-06-231-0/+188