aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Put feed url as linkChocobozzz2021-01-153-17/+18
|
* Load user when auth service is readyChocobozzz2021-01-151-9/+12
|
* fix undefined dropdown on user logoutRigel Kent2021-01-141-1/+1
|
* Update project descriptionChocobozzz2021-01-142-6/+4
|
* Fix display all videos filterChocobozzz2021-01-131-2/+5
|
* prevent sending search GET parameter if undefined in my watch historyRigel Kent2021-01-131-1/+2
|
* Add missing `i18n`Marcin Mikołajczak2021-01-131-1/+1
|
* add admin reminder in case of transcode with no selected resolution to generateRigel Kent2021-01-131-0/+4
|
* Fix loading bar for HTTP requestsChocobozzz2021-01-133-11/+25
|
* Avatar info component optimizationsChocobozzz2021-01-132-26/+17
|
* Add title to left menu toggleChocobozzz2021-01-133-1/+11
|
* Move orange admin buttons on the left sideChocobozzz2021-01-134-15/+21
|
* It's 2021!Chocobozzz2021-01-131-2/+2
|
* Allow user to search through their watch history (#3576)Rigel Kent2021-01-135-10/+58
| | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts
* show first decimal for views above a thousand (#3564)Rigel Kent2021-01-131-2/+17
| | | | | * show first decimal for views above a thousand * Update client/src/app/shared/shared-main/angular/number-formatter.pipe.ts
* add support for 1440p (Quad HD/QHD/WQHD) videosRigel Kent2021-01-131-0/+4
|
* add ability to remove one's avatar for account and channels (#3467)Rigel Kent2021-01-1313-15/+132
| | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change
* Use source sans 3 fontChocobozzz2021-01-133-2/+4
|
* better subscribe button display for accountsRigel Kent2021-01-122-1/+6
|
* fix remote subscribe input alignmentRigel Kent2021-01-111-2/+4
|
* Fix duplicate entry in job list pageChocobozzz2021-01-111-1/+0
|
* Retrieve user by id instead of usernameChocobozzz2021-01-111-5/+0
|
* Fix twitter config descriptionChocobozzz2021-01-111-1/+2
| | | | It's not optional
* Fix theme npm linkChocobozzz2021-01-115-6/+22
|
* Add more hints regarding live portChocobozzz2021-01-113-2/+10
|