aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/video
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
* Refactor parseQueryStringFilter boolean handlerChocobozzz2021-05-031-7/+1
|
* Add ability to filter my videos by liveChocobozzz2021-05-031-1/+17
|
* 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
|
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-191-1/+6
| | | | | | | * WIP: account search * add search to account view * add tests for account search
* more explicit error messages for file uploadsRigel Kent2020-12-031-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
|
* refactor scoped token serviceRigel Kent2020-11-251-12/+9
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-2/+13
|
* Add ability to display all channel/account videosChocobozzz2020-11-181-4/+23
|
* Add live info in watch pageChocobozzz2020-11-093-35/+5
|
* Add ability to save live replayChocobozzz2020-11-091-2/+8
|
* Add watch messages if live has not startedChocobozzz2020-11-092-5/+5
|
* Live streaming implementation first stepChocobozzz2020-11-095-5/+46
|
* Add ability to set custom field to video formChocobozzz2020-08-213-1/+10
|
* Fix circular dependenciesChocobozzz2020-08-141-1/+2
|
* Migrate to $localizeChocobozzz2020-08-141-9/+7
| | | | | | | | | | | | * 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
* add ng-select for templatable select optionsRigel Kent2020-08-111-5/+7
| | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation