Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | modularize abstract video list header and implement video hotness ↵ | Rigel Kent | 2021-01-28 | 27 | -56/+345 | |
| | | | | recommendation variant | |||||
* | Force update live boolean | Chocobozzz | 2021-01-26 | 1 | -5/+2 | |
| | ||||||
* | Don't update live attributes if they did not change | Chocobozzz | 2021-01-26 | 1 | -5/+13 | |
| | ||||||
* | Fix wait transcoding checkbox display | Chocobozzz | 2021-01-26 | 8 | -32/+30 | |
| | ||||||
* | Add refresh button in jobs list | Chocobozzz | 2021-01-26 | 3 | -1/+16 | |
| | ||||||
* | redirect to login on 401, display error variants in 404 component | Rigel Kent | 2021-01-25 | 7 | -22/+55 | |
| | ||||||
* | Safely remove webtorrent files | Chocobozzz | 2021-01-25 | 1 | -3/+3 | |
| | | | | Only remove them on max quality HLS playlist generation | |||||
* | Add priority to transcoding jobs | Chocobozzz | 2021-01-25 | 3 | -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łajczak | 2021-01-22 | 1 | -1/+1 | |
| | ||||||
* | Fix job table colspan | Chocobozzz | 2021-01-21 | 1 | -1/+5 | |
| | ||||||
* | Support progress for ffmpeg tasks | Chocobozzz | 2021-01-21 | 3 | -4/+22 | |
| | ||||||
* | Fix about page layout | Chocobozzz | 2021-01-20 | 2 | -2/+2 | |
| | ||||||
* | Import in private, and then set the chosen privacy | Chocobozzz | 2021-01-19 | 3 | -3/+7 | |
| | ||||||
* | Cleanup update video button | Chocobozzz | 2021-01-19 | 5 | -40/+13 | |
| | ||||||
* | Allow users/visitors to search through an account's videos (#3589) | Rigel Kent | 2021-01-19 | 11 | -16/+253 | |
| | | | | | | | * WIP: account search * add search to account view * add tests for account search | |||||
* | fix video download modal select width | Rigel Kent | 2021-01-18 | 1 | -1/+3 | |
| | ||||||
* | username field consistency | Chocobozzz | 2021-01-18 | 3 | -15/+11 | |
| | ||||||
* | Fix service worker | Chocobozzz | 2021-01-18 | 1 | -1/+4 | |
| | ||||||
* | adjust logged-in-block width to fill space | Rigel Kent | 2021-01-17 | 1 | -1/+3 | |
| | ||||||
* | add space before type name in download popup title | Rigel Kent | 2021-01-17 | 1 | -1/+1 | |
| | | | | fixes #3599 | |||||
* | add username information in profile settings | Rigel Kent | 2021-01-17 | 4 | -1/+28 | |
| | ||||||
* | ui: rename inbound relationship to Follows (#3594) | Marcin Mikołajczak | 2021-01-16 | 1 | -1/+1 | |
| | ||||||
* | stricter youtubedl format selectors (#3516) | Rigel Kent | 2021-01-15 | 2 | -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 interaction | Chocobozzz | 2021-01-15 | 12 | -29/+159 | |
| | ||||||
* | Add missing translations | Chocobozzz | 2021-01-15 | 1 | -3/+4 | |
| | ||||||
* | Put feed url as link | Chocobozzz | 2021-01-15 | 3 | -17/+18 | |
| | ||||||
* | Load user when auth service is ready | Chocobozzz | 2021-01-15 | 1 | -9/+12 | |
| | ||||||
* | fix undefined dropdown on user logout | Rigel Kent | 2021-01-14 | 1 | -1/+1 | |
| | ||||||
* | Update project description | Chocobozzz | 2021-01-14 | 2 | -6/+4 | |
| | ||||||
* | Fix display all videos filter | Chocobozzz | 2021-01-13 | 1 | -2/+5 | |
| | ||||||
* | prevent sending search GET parameter if undefined in my watch history | Rigel Kent | 2021-01-13 | 1 | -1/+2 | |
| | ||||||
* | Add missing `i18n` | Marcin Mikołajczak | 2021-01-13 | 1 | -1/+1 | |
| | ||||||
* | add admin reminder in case of transcode with no selected resolution to generate | Rigel Kent | 2021-01-13 | 1 | -0/+4 | |
| | ||||||
* | Fix loading bar for HTTP requests | Chocobozzz | 2021-01-13 | 3 | -11/+25 | |
| | ||||||
* | Avatar info component optimizations | Chocobozzz | 2021-01-13 | 2 | -26/+17 | |
| | ||||||
* | Add title to left menu toggle | Chocobozzz | 2021-01-13 | 3 | -1/+11 | |
| | ||||||
* | Move orange admin buttons on the left side | Chocobozzz | 2021-01-13 | 4 | -15/+21 | |
| | ||||||
* | It's 2021! | Chocobozzz | 2021-01-13 | 1 | -2/+2 | |
| | ||||||
* | Allow user to search through their watch history (#3576) | Rigel Kent | 2021-01-13 | 5 | -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 Kent | 2021-01-13 | 1 | -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) videos | Rigel Kent | 2021-01-13 | 1 | -0/+4 | |
| | ||||||
* | add ability to remove one's avatar for account and channels (#3467) | Rigel Kent | 2021-01-13 | 13 | -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 font | Chocobozzz | 2021-01-13 | 3 | -2/+4 | |
| | ||||||
* | better subscribe button display for accounts | Rigel Kent | 2021-01-12 | 2 | -1/+6 | |
| | ||||||
* | fix remote subscribe input alignment | Rigel Kent | 2021-01-11 | 1 | -2/+4 | |
| | ||||||
* | Fix duplicate entry in job list page | Chocobozzz | 2021-01-11 | 1 | -1/+0 | |
| | ||||||
* | Retrieve user by id instead of username | Chocobozzz | 2021-01-11 | 1 | -5/+0 | |
| | ||||||
* | Fix twitter config description | Chocobozzz | 2021-01-11 | 1 | -1/+2 | |
| | | | | It's not optional | |||||
* | Fix theme npm link | Chocobozzz | 2021-01-11 | 5 | -6/+22 | |
| | ||||||
* | Add more hints regarding live port | Chocobozzz | 2021-01-11 | 3 | -2/+10 | |
| |