Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add additional checks when importing a video | Chocobozzz | 2022-02-09 | 2 | -3/+16 |
| | |||||
* | Better display redundancy pies | Chocobozzz | 2022-02-09 | 1 | -11/+22 |
| | |||||
* | Don't display no results if still loading | Chocobozzz | 2022-02-09 | 2 | -0/+4 |
| | |||||
* | Fix embed margin in share modal | Chocobozzz | 2022-02-09 | 2 | -3/+4 |
| | |||||
* | client: show private badge in playlists | kontrollanten | 2022-02-07 | 3 | -7/+26 |
| | | | | closes #2601 | ||||
* | Correctly check import target URL IP | Chocobozzz | 2022-02-07 | 1 | -1/+1 |
| | |||||
* | Fix scheduled publication on upload | Chocobozzz | 2022-02-07 | 8 | -19/+17 |
| | |||||
* | Put white background to peertube icons | Chocobozzz | 2022-02-04 | 1 | -24/+6 |
| | |||||
* | Fix plaintext markdown converter | Chocobozzz | 2022-02-04 | 1 | -2/+2 |
| | |||||
* | video-playlist: show date and views count | kontrollanten | 2022-02-03 | 2 | -1/+11 |
| | | | | closes #4396 | ||||
* | Fast forward on HLS decode error | Chocobozzz | 2022-02-02 | 1 | -3/+5 |
| | |||||
* | Add refresh button to admin > video list (#4753) | kontrollanten | 2022-02-01 | 2 | -1/+14 |
| | | | | | | | * feat(client/video-list): add refresh btn * CSS styling Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Fix HLS re transcoding with object storage enabled | Chocobozzz | 2022-02-01 | 1 | -1/+1 |
| | |||||
* | Limit scope to local when finding in bulk | Chocobozzz | 2022-01-31 | 1 | -3/+20 |
| | |||||
* | Split user service | Chocobozzz | 2022-01-21 | 21 | -276/+342 |
| | |||||
* | Fix abuse crash on deleted reporter account | Chocobozzz | 2022-01-20 | 1 | -0/+1 |
| | |||||
* | Open and close settings modal using query params | Chocobozzz | 2022-01-20 | 2 | -12/+25 |
| | |||||
* | Plugins can add custom instance infobox | Chocobozzz | 2022-01-20 | 4 | -6/+28 |
| | |||||
* | Add ability to cancel & delete video imports | Chocobozzz | 2022-01-19 | 6 | -13/+40 |
| | |||||
* | Automatically restart live on server/live restart | Chocobozzz | 2022-01-19 | 1 | -3/+0 |
| | |||||
* | Remove unnecessary function | Chocobozzz | 2022-01-18 | 15 | -174/+44 |
| | |||||
* | Reduce history method names | Chocobozzz | 2022-01-18 | 2 | -6/+6 |
| | |||||
* | Add ability to delete history element | Chocobozzz | 2022-01-18 | 4 | -6/+34 |
| | |||||
* | menu: hide undefined icons | kontrollanten | 2022-01-15 | 1 | -1/+1 |
| | | | Hide my-global-icon when custom menu items are added without icon property. | ||||
* | Fix user ban modal grammar to account for multiple users (#4722) | The Cashew Trader | 2022-01-14 | 2 | -1/+5 |
| | | | | | | | | | | | * Fix user ban modal grammar to account for multiple users * Address variable sugggestion * Address property syntax suggestion * Address localization suggestion * More concise `isSingleUser` declaration | ||||
* | Upgrade client dependencies | Chocobozzz | 2022-01-14 | 1 | -2/+2 |
| | |||||
* | Fix timestamp click | Chocobozzz | 2022-01-13 | 2 | -3/+3 |
| | |||||
* | Cleanup player hotkeys | Chocobozzz | 2022-01-13 | 1 | -11/+17 |
| | |||||
* | Increase player control bar size | Chocobozzz | 2022-01-10 | 2 | -0/+19 |
| | |||||
* | Fix button group | Chocobozzz | 2022-01-03 | 1 | -2/+2 |
| | |||||
* | Handle async validators | Chocobozzz | 2022-01-03 | 13 | -54/+79 |
| | |||||
* | Replace url when redirecting plugin admin url | Chocobozzz | 2021-12-29 | 1 | -1/+1 |
| | |||||
* | Move uuid stuff in extra utils | Chocobozzz | 2021-12-29 | 2 | -2/+3 |
| | | | | Since it requires an external dependency | ||||
* | Translate plugin settings | Chocobozzz | 2021-12-29 | 3 | -37/+42 |
| | |||||
* | Refactor admin plugins | Chocobozzz | 2021-12-29 | 15 | -93/+83 |
| | |||||
* | Fix ngx loading bar deprecation | Chocobozzz | 2021-12-29 | 2 | -9/+13 |
| | |||||
* | Refactor plugin card | Chocobozzz | 2021-12-29 | 14 | -83/+110 |
| | |||||
* | Refactor video edition | Chocobozzz | 2021-12-29 | 1 | -9/+15 |
| | |||||
* | Enhance plugin video fields | Chocobozzz | 2021-12-29 | 5 | -24/+77 |
| | | | | | Add video form tab selection Add ability to display an error | ||||
* | Support official plugins | Chocobozzz | 2021-12-28 | 1 | -0/+5 |
| | |||||
* | Remove unnecessary onPage event on admin tables | Chocobozzz | 2021-12-24 | 14 | -33/+19 |
| | |||||
* | Fix table all page selection | Chocobozzz | 2021-12-24 | 3 | -3/+3 |
| | |||||
* | Move zxx to its own group in select-languages component (#4664) | Florian CUNY | 2021-12-24 | 1 | -3/+13 |
| | | | | | | | | | * Move zxx to its own group in select-languages component * Fix lint * Fix lint, again * Apply requested changes | ||||
* | Don't stuck state when move transcoding job failed | Chocobozzz | 2021-12-23 | 3 | -0/+12 |
| | |||||
* | Ensure plugins are loaded for client route | Chocobozzz | 2021-12-17 | 1 | -0/+5 |
| | |||||
* | Fix search result type auto filter | Chocobozzz | 2021-12-17 | 1 | -3/+3 |
| | |||||
* | Fix build | Chocobozzz | 2021-12-17 | 1 | -1/+2 |
| | |||||
* | Add ability to disable p2p in embed with URL | Chocobozzz | 2021-12-16 | 2 | -10/+39 |
| | |||||
* | Use different p2p policy for embeds and webapp | Chocobozzz | 2021-12-16 | 1 | -1/+1 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 17 | -239/+319 |
| |