Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix player responsive height | Chocobozzz | 2021-04-12 | 1 | -1/+1 | |
| | ||||||
* | Fix client build | Chocobozzz | 2021-04-12 | 1 | -1/+1 | |
| | ||||||
* | Add `i18n` prop where it is missing (#3946) | Marcin Mikołajczak | 2021-04-12 | 7 | -16/+16 | |
| | | | | | | | | | | | | | | | * Add `i18n` prop * Update video-comment-list.component.html * Update account-blocklist.component.html * Update server-blocklist.component.html * Update video-redundancies-list.component.html * Update following-list.component.html * Update followers-list.component.html | |||||
* | Don't retry failed transaction for refresh | Chocobozzz | 2021-04-09 | 1 | -1/+1 | |
| | | | | | | It's just a refresh and could lead to some issues in our tests. If there is a transaction conflict, it means that the same video is already beeing updated so aborting should be fine | |||||
* | Fix print transcode command script | Chocobozzz | 2021-04-09 | 1 | -1/+2 | |
| | ||||||
* | Add scale filter to documentation | Chocobozzz | 2021-04-09 | 4 | -11/+15 | |
| | ||||||
* | Add ability for plugins to specify scale filter | Chocobozzz | 2021-04-09 | 5 | -79/+130 | |
| | ||||||
* | add tests for inputOptions and videoFilters in trancode plugins | Théo Le Calvar | 2021-04-09 | 2 | -2/+75 | |
| | ||||||
* | improve documentation plugin-transcode | Théo Le Calvar | 2021-04-09 | 1 | -0/+11 | |
| | | | | | - add example of videoFilters - add warning about videoFilters and inputOptions in live profile | |||||
* | add option for transcode plugins to add video filters and make all options ↵ | Théo Le Calvar | 2021-04-09 | 2 | -10/+14 | |
| | | | | optional | |||||
* | add support for inputOptions in trancode plugins | Théo Le Calvar | 2021-04-09 | 4 | -5/+13 | |
| | ||||||
* | Update plugins doc | Chocobozzz | 2021-04-09 | 2 | -120/+196 | |
| | ||||||
* | Add server plugin helpers | Chocobozzz | 2021-04-09 | 9 | -249/+326 | |
| | ||||||
* | Fix plugin checkbox placement | Chocobozzz | 2021-04-09 | 2 | -8/+12 | |
| | ||||||
* | Add ability to hide plugin settings | Chocobozzz | 2021-04-09 | 7 | -13/+50 | |
| | ||||||
* | Translate plugin options | Chocobozzz | 2021-04-09 | 4 | -26/+58 | |
| | ||||||
* | Plugins can register html/select settings | Chocobozzz | 2021-04-09 | 3 | -6/+20 | |
| | ||||||
* | Add playlist and video in watch action hook | Chocobozzz | 2021-04-09 | 1 | -1/+6 | |
| | ||||||
* | Also decache config | Chocobozzz | 2021-04-09 | 3 | -10/+19 | |
| | ||||||
* | Fix #3940: unload all children from the plugin module on updates. | John Livingston | 2021-04-09 | 2 | -1/+4 | |
| | ||||||
* | Tests that show the bug. | John Livingston | 2021-04-09 | 5 | -0/+126 | |
| | ||||||
* | Merge branch 'release/3.1.0' into develop | Chocobozzz | 2021-04-08 | 10 | -20/+60 | |
|\ | ||||||
| * | Fix embed playlist menu background on focus | Chocobozzz | 2021-04-08 | 1 | -1/+2 | |
| | | ||||||
| * | Fix outbox fetch with subtitled videos | Chocobozzz | 2021-04-08 | 1 | -1/+1 | |
| | | ||||||
| * | Fix video channel list api | Chocobozzz | 2021-04-08 | 1 | -3/+8 | |
| | | ||||||
| * | Remove duplicate captions | Chocobozzz | 2021-04-08 | 2 | -1/+24 | |
| | | ||||||
| * | Fix updating transcoding profiles | Chocobozzz | 2021-04-08 | 5 | -14/+25 | |
| | | ||||||
| * | Fix subtitles import | Chocobozzz | 2021-04-08 | 1 | -1/+1 | |
| | | ||||||
* | | Set channel banner/avatar in creation form | Chocobozzz | 2021-04-08 | 10 | -57/+112 | |
| | | ||||||
* | | Add size info in db for actor images | Chocobozzz | 2021-04-08 | 12 | -48/+126 | |
| | | ||||||
* | | Update data in DB when regenerate thumbnails | Chocobozzz | 2021-04-08 | 6 | -27/+52 | |
| | | ||||||
* | | Don't pause video upon modal open (#3909) | kontrollanten | 2021-04-08 | 3 | -37/+4 | |
| | | | | | | | | | | | | | | | | | | * client: dont pause video upon modal open closes #3816 * client(video/watch): remove obsolete code * gitignore: add vscode and vim swp files | |||||
* | | Fixing disappearing hamburger menu for narrow screens (#3929) | aschaap | 2021-04-08 | 2 | -6/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Made top search bar more scalable for (physically) narrow screens Removing `flex: auto` on `.top-left-block` for screens narrower than `350px`allows the search bar to resize to fill up the remaining space. Setting `width: 70px` on `#typeahead-container input` for mobile widths prevents the hamburger button from being squished at certain widths. Given that the padding adds up to `50px`, setting what amounts to the minimum width of the search field to `70px` seems reasonable. Fixes #3199. * Making hamburger button margin and spacing narrower for mobile The clickable area is restricted to the icon anyway, and the extra space benefits the search field width on narrow screens. | |||||
* | | correct inconsistency in spacing "Sort By" for narrow screens (#3938) | aschaap | 2021-04-08 | 2 | -2/+7 | |
| | | | | | | | | | | | | | | Mimicked the approach used in other tabs under "My Library": * Adding bottom margin to search field to keep distance from "Sort By" * Fixing extra left margin on "Sort By" for narrow screens * Removed the `ml-2` class so that `!important` is no longer needed * Removed unnecessary `!important` from account video search field width | |||||
* | | Fix static ffmpeg version check | Chocobozzz | 2021-04-08 | 2 | -3/+3 | |
| | | ||||||
* | | Update avatar/banner API doc | Chocobozzz | 2021-04-08 | 1 | -5/+127 | |
| | | ||||||
* | | Display banner on channel page | Chocobozzz | 2021-04-08 | 6 | -4/+13 | |
| | | ||||||
* | | Add ability to update the banner | Chocobozzz | 2021-04-08 | 42 | -206/+481 | |
| | | ||||||
* | | Add banner migrations | Chocobozzz | 2021-04-08 | 2 | -1/+51 | |
| | | ||||||
* | | Add banner tests | Chocobozzz | 2021-04-08 | 18 | -125/+210 | |
| | | ||||||
* | | Add banners support | Chocobozzz | 2021-04-08 | 33 | -238/+390 | |
| | | ||||||
* | | Agnostic actor image storage | Chocobozzz | 2021-04-08 | 36 | -143/+182 | |
| | | ||||||
* | | Fix notification scrollbar color | Chocobozzz | 2021-04-08 | 1 | -0/+3 | |
| | | ||||||
* | | Fix tests | Chocobozzz | 2021-04-08 | 1 | -1/+8 | |
| | | ||||||
* | | Reducing tag input excessive padding; fixes #3915 (#3927) | aschaap | 2021-04-07 | 1 | -6/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | * Removed !important and added rules to style tags input; fixes #3915 * Simplifying what @rigelk was achieving with !important in 149e4cc * Compressed CSS selectors Co-authored-by: Rigel Kent <par@rigelk.eu> Co-authored-by: Rigel Kent <par@rigelk.eu> | |||||
* | | Remove libxmljs in favour of pure JS implem | Chocobozzz | 2021-04-06 | 3 | -156/+23 | |
| | | ||||||
* | | Remove unused sort param | Chocobozzz | 2021-04-06 | 1 | -1/+1 | |
| | | ||||||
* | | add sort select to my videos, change default sort to -publishedAt | Rigel Kent | 2021-04-06 | 4 | -1/+29 | |
| | | | | | | | | fixes #3779 | |||||
* | | Enable HLS transcoding by default | Chocobozzz | 2021-04-06 | 3 | -4/+6 | |
| | | ||||||
* | | Fix import tests | Chocobozzz | 2021-04-06 | 1 | -0/+0 | |
| | |