aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/video
Commit message (Collapse)AuthorAgeFilesLines
* Fix support field when updating the videoChocobozzz2023-01-121-0/+3
|
* 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
* Put private videos under a specific subdirectoryChocobozzz2022-10-242-0/+34
|
* Fix broken dates with localized pagesChocobozzz2022-09-162-6/+2
|
* Don't display remove file icon in some casesChocobozzz2022-09-131-2/+9
|
* Add plugin hooks/placeholder to share modalChocobozzz2022-08-111-4/+4
|
* Add ability to list imports of a channel syncChocobozzz2022-08-101-1/+14
|
* Add ability to delete a specific video fileChocobozzz2022-08-011-0/+5
|
* Add bulk action on following/followersChocobozzz2022-07-271-1/+2
|
* Fix comments/download attributes on importChocobozzz2022-07-041-36/+32
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-271-8/+8
|\
| * Fix boolean data attributes in homepageChocobozzz2022-06-271-8/+8
| |
* | Fix fetching unlisted video in clientChocobozzz2022-06-241-5/+5
| |
* | store uploaded video filename (#4885)kontrollanten2022-06-211-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * store uploaded video filename closes #4731 * dont crash if videos channel exist * migration: use raw query * video source: fixes after code review * cleanup * bump migration * updates after code review * refactor: use checkUserCanManageVideo * videoSource: add openapi doc * test(check-params/video-source): fix timeout * Styling * Correctly set original filename as source Co-authored-by: Chocobozzz <me@florianbigard.com>
* | Support ICU in TS componentsChocobozzz2022-06-081-5/+6
|/
* Reduce videos sort complexityChocobozzz2022-04-151-2/+19
| | | | Automatically use best sort if user is logged in and chose hot algorithm
* Support videos stats in clientChocobozzz2022-04-154-8/+25
|
* Rename studio to editorChocobozzz2022-03-221-2/+2
|
* Don't allow video edition if not enabledChocobozzz2022-03-181-0/+6
|
* Reorganize player filesChocobozzz2022-03-141-1/+1
|
* 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>
* Add ability to cancel & delete video importsChocobozzz2022-01-191-0/+10
|
* Remove unnecessary functionChocobozzz2022-01-183-29/+8
|
* Don't manage remote video filesChocobozzz2021-11-191-2/+4
|
* Add ability to run transcoding jobsChocobozzz2021-11-182-0/+24
|
* Add ability to remove hls/webtorrent filesChocobozzz2021-11-182-1/+19
|
* Add ability to filter out public videos from adminChocobozzz2021-11-121-0/+3
|
* 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
* Move admin stuff in +adminChocobozzz2021-11-021-91/+12
|
* Add ability to exclude muted accountsChocobozzz2021-11-021-20/+59
|
* Some fixes for admin videos listChocobozzz2021-11-021-8/+8
|
* Add video file size info in admin videos listChocobozzz2021-10-293-5/+15
|
* Deprecate filter video queryChocobozzz2021-10-292-19/+26
| | | | Introduce include and isLocal instead
* Add videos list admin componentChocobozzz2021-10-295-14/+120
|
* Provide origin URL to client and fix remote shareChocobozzz2021-10-221-1/+1
|
* Add channel filters for my videos/followersChocobozzz2021-10-201-1/+19
|
* Add ability to view my followersChocobozzz2021-10-201-2/+2
|
* Fix video update redirection idChocobozzz2021-08-301-0/+1
|
* Add video filters to common video pagesChocobozzz2021-08-251-70/+40
|
* Fix live/upload redirectionChocobozzz2021-08-181-2/+4
|
* Migrate client to eslintChocobozzz2021-08-184-18/+18
|
* Filter videos by live in custom markupChocobozzz2021-08-021-22/+12
|
* Merge branch 'release/3.3.0' into developChocobozzz2021-07-261-19/+15
|\
| * Fix privacy descriptionsChocobozzz2021-07-261-19/+15
| |
* | Refactor video links buildersChocobozzz2021-07-261-1/+2
|/
* Fix default privacy when plugins deleted privateChocobozzz2021-07-131-0/+12
|
* Fix privacy input altered by pluginsChocobozzz2021-07-121-8/+4
|
* Support accountHandle and channelHandleChocobozzz2021-07-011-2/+2
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-2/+13
|
* allow public video privacy to be deleted in the web clientRigel Kent2021-06-081-6/+11
|