aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Fix complete description loadingChocobozzz2021-02-121-0/+1
|
* Link to auto follow documentationChocobozzz2021-02-121-1/+1
|
* Fix NSFW policy in my videos listChocobozzz2021-02-114-2/+9
|
* Fix comments sorting dropdown z-indexChocobozzz2021-02-111-1/+1
|
* Improve edit config submit errorChocobozzz2021-02-103-4/+34
|
* Add missing live config validatorsChocobozzz2021-02-103-5/+34
|
* Small edit config refactorChocobozzz2021-02-109-61/+136
|
* Split admin conf pageChocobozzz2021-02-1016-1431/+1622
|
* Add fragment support in admin conf pageChocobozzz2021-02-102-3/+17
|
* Add ability to set a custom quotaChocobozzz2021-02-1020-105/+128
|
* Support custom value in ng-selectChocobozzz2021-02-1013-118/+168
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-083-0/+46
|
* add best trending strategy based on Reddit's bestRigel Kent2021-02-044-2/+12
| | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet.
* Upgrade client dependenciesChocobozzz2021-02-031-1/+1
|
* Fix small UI bugsChocobozzz2021-02-023-8/+17
|
* Transcode audio uploads to lower resolutionsChocobozzz2021-02-021-1/+2
| | | | Better consistency
* fix trending page scrollRigel Kent2021-02-011-1/+7
| | | | fixes #3665
* Add ability to update plugin authChocobozzz2021-02-013-1/+19
|
* localize decimal separator in video miniatures (#3643)kontrollanten2021-01-292-9/+13
| | | | | | | | | | | * fix(client): localize decimal separator * fix(client/numpipe): handle Intl failure gently * Revert "fix(client/numpipe): handle Intl failure gently" This reverts commit e275049f1fabb0a7af5a274ebfc33f9c3fb279ed. * client: switch from Intl to ng formatNumber
* add description to live transcoding profile selectorRigel Kent2021-01-291-9/+16
|
* add description to transcoding profile selectorRigel Kent2021-01-281-8/+15
|
* Support transcoding profile in client adminChocobozzz2021-01-283-1/+49
|
* move from trending routes to alg paramRigel Kent2021-01-2819-336/+141
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-2817-38/+136
|
* only count comments from people other than the video authorRigel Kent2021-01-281-0/+1
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-2827-56/+345
| | | | recommendation variant
* Force update live booleanChocobozzz2021-01-261-5/+2
|
* Don't update live attributes if they did not changeChocobozzz2021-01-261-5/+13
|
* Fix wait transcoding checkbox displayChocobozzz2021-01-268-32/+30
|
* Add refresh button in jobs listChocobozzz2021-01-263-1/+16
|
* redirect to login on 401, display error variants in 404 componentRigel Kent2021-01-257-22/+55
|
* Safely remove webtorrent filesChocobozzz2021-01-251-3/+3
| | | | Only remove them on max quality HLS playlist generation
* Add priority to transcoding jobsChocobozzz2021-01-253-8/+11
| | | | | | | | | | (1 = highest priority) 100 for new resolutions 10 for original file optimization Add a malus for transcoding jobs depending on how many uploads the user did in the last 7 days
* add missing i18n tag in login form (#3628)Marcin Mikołajczak2021-01-221-1/+1
|
* Fix job table colspanChocobozzz2021-01-211-1/+5
|
* Support progress for ffmpeg tasksChocobozzz2021-01-213-4/+22
|
* Fix about page layoutChocobozzz2021-01-202-2/+2
|
* Import in private, and then set the chosen privacyChocobozzz2021-01-193-3/+7
|
* Cleanup update video buttonChocobozzz2021-01-195-40/+13
|
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-1911-16/+253
| | | | | | | * WIP: account search * add search to account view * add tests for account search
* fix video download modal select widthRigel Kent2021-01-181-1/+3
|
* username field consistencyChocobozzz2021-01-183-15/+11
|
* Fix service workerChocobozzz2021-01-181-1/+4
|
* adjust logged-in-block width to fill spaceRigel Kent2021-01-171-1/+3
|
* add space before type name in download popup titleRigel Kent2021-01-171-1/+1
| | | | fixes #3599
* add username information in profile settingsRigel Kent2021-01-174-1/+28
|
* ui: rename inbound relationship to Follows (#3594)Marcin Mikołajczak2021-01-161-1/+1
|
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-152-4/+4
| | | | | | | | | | | | | | * stricter youtubedl format selectors make sure selectors avoid av1, and otherwise match as closely to the maximum resolution enabled for transcoding * add support for merge formats in youtubedl * avoid vp9.2 in youtubedl to avoid any HDR * move getEnabledResolutions, safer replace of imported extension * add test for youtube-dl selectors
* Implement remote interactionChocobozzz2021-01-1512-29/+159
|
* Add missing translationsChocobozzz2021-01-151-3/+4
|