Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix comments sorting dropdown z-index | Chocobozzz | 2021-02-11 | 1 | -1/+1 |
| | |||||
* | Improve edit config submit error | Chocobozzz | 2021-02-10 | 3 | -4/+34 |
| | |||||
* | Add missing live config validators | Chocobozzz | 2021-02-10 | 3 | -5/+34 |
| | |||||
* | Small edit config refactor | Chocobozzz | 2021-02-10 | 9 | -61/+136 |
| | |||||
* | Split admin conf page | Chocobozzz | 2021-02-10 | 16 | -1431/+1622 |
| | |||||
* | Add fragment support in admin conf page | Chocobozzz | 2021-02-10 | 2 | -3/+17 |
| | |||||
* | Add ability to set a custom quota | Chocobozzz | 2021-02-10 | 20 | -105/+128 |
| | |||||
* | Support custom value in ng-select | Chocobozzz | 2021-02-10 | 13 | -118/+168 |
| | |||||
* | Allow to specify transcoding and import jobs concurrency | Chocobozzz | 2021-02-08 | 3 | -0/+46 |
| | |||||
* | add best trending strategy based on Reddit's best | Rigel Kent | 2021-02-04 | 4 | -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 dependencies | Chocobozzz | 2021-02-03 | 1 | -1/+1 |
| | |||||
* | Fix small UI bugs | Chocobozzz | 2021-02-02 | 3 | -8/+17 |
| | |||||
* | Transcode audio uploads to lower resolutions | Chocobozzz | 2021-02-02 | 1 | -1/+2 |
| | | | | Better consistency | ||||
* | fix trending page scroll | Rigel Kent | 2021-02-01 | 1 | -1/+7 |
| | | | | fixes #3665 | ||||
* | Add ability to update plugin auth | Chocobozzz | 2021-02-01 | 3 | -1/+19 |
| | |||||
* | localize decimal separator in video miniatures (#3643) | kontrollanten | 2021-01-29 | 2 | -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 selector | Rigel Kent | 2021-01-29 | 1 | -9/+16 |
| | |||||
* | add description to transcoding profile selector | Rigel Kent | 2021-01-28 | 1 | -8/+15 |
| | |||||
* | Support transcoding profile in client admin | Chocobozzz | 2021-01-28 | 3 | -1/+49 |
| | |||||
* | move from trending routes to alg param | Rigel Kent | 2021-01-28 | 19 | -336/+141 |
| | |||||
* | add default trending page choice, revert comments count for hot strategy | Rigel Kent | 2021-01-28 | 17 | -38/+136 |
| | |||||
* | only count comments from people other than the video author | Rigel Kent | 2021-01-28 | 1 | -0/+1 |
| | |||||
* | 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 |
| |