aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/video
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Reorganize shared modelsChocobozzz2020-08-072-2/+3
|
* Upgrade to angular 10Chocobozzz2020-08-071-3/+3
|
* Fix embed urlChocobozzz2020-07-101-3/+2
|
* rename rss 2.0 to media rss 2.0Rigel Kent2020-07-021-1/+1
|
* Reorganize client shared modulesChocobozzz2020-06-238-0/+1001