Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix button width | Chocobozzz | 2023-03-14 | 2 | -2/+2 | |
| | | ||||||
* | | Prevent layout shift on th hover | Chocobozzz | 2023-03-14 | 1 | -7/+0 | |
| | | ||||||
* | | Add ability for plugins to alter video jsonld | Chocobozzz | 2023-03-14 | 1 | -9/+0 | |
| | | ||||||
* | | Add ability for plugins to add metadata | Chocobozzz | 2023-03-14 | 1 | -0/+9 | |
| | | ||||||
* | | Update editor config | Chocobozzz | 2023-03-14 | 1 | -10/+1 | |
| | | ||||||
* | | Add an option to provide responsive embed (#5690) | Wicklow | 2023-03-14 | 3 | -18/+52 | |
| | | | | | | | | | | | | | | * Add option to provide responsive embed * Fix typo * More understandable parameter | |||||
* | | Handle redis disconnection gracefully (#5599) | kontrollanten | 2023-03-14 | 2 | -1/+11 | |
| | | | | | | | | | | * feat(server/api/contact): handle redis disconnection * feat(server/api/metrics): handle metrics disabled | |||||
* | | Fix tests | Chocobozzz | 2023-03-10 | 2 | -2/+4 | |
| | | ||||||
* | | Don't send undefined with HTML input | Chocobozzz | 2023-03-10 | 1 | -0/+3 | |
| | | ||||||
* | | Add test on AP hooks | Chocobozzz | 2023-03-10 | 6 | -5/+34 | |
| | | ||||||
* | | Add ability for plugins to alter video jsonld | Chocobozzz | 2023-03-10 | 16 | -94/+91 | |
| | | ||||||
* | | Add ability for plugins to add metadata | Chocobozzz | 2023-03-10 | 4 | -2/+48 | |
| | | ||||||
* | | Add action:video-edit.form.updated hook | Chocobozzz | 2023-03-10 | 2 | -1/+13 | |
| | | ||||||
* | | Fix plugin guide | Chocobozzz | 2023-03-10 | 1 | -1/+1 | |
| | | ||||||
* | | Non latin keyboard layout support player shortcut (#5684) | Wicklow | 2023-03-08 | 1 | -1/+26 | |
| | | | | | | | | | | * Non latin keyboard layout support player shortcut * isNaked in charge of toUpperCase | |||||
* | | Merge branch 'release/5.1.0' into develop | Chocobozzz | 2023-03-07 | 4 | -12/+11 | |
|\| | ||||||
| * | Add timestamp auto link doc | Chocobozzz | 2023-03-07 | 1 | -3/+5 | |
| | | ||||||
| * | Don't process live when moving to external storage | Chocobozzz | 2023-03-07 | 1 | -0/+2 | |
| | | ||||||
| * | Fix live buffering with small latency | Chocobozzz | 2023-03-07 | 2 | -9/+4 | |
| | | ||||||
* | | Merge branch 'release/5.1.0' into develop | Chocobozzz | 2023-03-07 | 5 | -8/+13 | |
|\| | ||||||
| * | Fix file token reinjection on fragments | Wicklow | 2023-03-07 | 5 | -8/+13 | |
| | | ||||||
* | | Merge branch 'release/5.1.0' into develop | Chocobozzz | 2023-03-07 | 20 | -102/+129 | |
|\| | ||||||
| * | Add missing docker env for object storage config | Chocobozzz | 2023-03-07 | 1 | -0/+9 | |
| | | ||||||
| * | Update changelog | Chocobozzz | 2023-03-07 | 1 | -0/+1 | |
| | | ||||||
| * | Don't display alt for actor images | Chocobozzz | 2023-03-07 | 2 | -10/+1 | |
| | | | | | | | | We don't need it since it's just a "cosmetic" image | |||||
| * | Add test to ensure files are deleted | Chocobozzz | 2023-03-07 | 1 | -1/+10 | |
| | | ||||||
| * | Don't take db lives into account for video quota | Chocobozzz | 2023-03-07 | 1 | -2/+2 | |
| | | ||||||
| * | Fix update user password confirm message | Chocobozzz | 2023-03-07 | 2 | -4/+4 | |
| | | ||||||
| * | Refactor my actor avatar edit | Chocobozzz | 2023-03-07 | 11 | -78/+91 | |
| | | ||||||
| * | Fix button height | Chocobozzz | 2023-03-07 | 1 | -0/+6 | |
| | | ||||||
| * | Hotfix/channel avatars overview (#5667) | Wicklow | 2023-03-07 | 1 | -7/+5 | |
| | | | | | | | | | | | | | | | | | | * Fix channel avatar display * Improve video overview component style * Better alignment of avatar and title * Convert in rem video overview component | |||||
* | | Hotfix/filter subscription videos (#5665) | Wicklow | 2023-03-02 | 8 | -59/+94 | |
|/ | | | | | | | | | * Fix filters on subscription videos * Add tests to common video filters * Improve reliability when skipping subscrition path * Better parameters for skipping subscription videos | |||||
* | Fix 404 when having ;threadId param | Chocobozzz | 2023-03-02 | 2 | -1/+16 | |
| | ||||||
* | Fix displaying remote actor avatars | Chocobozzz | 2023-03-02 | 2 | -22/+47 | |
| | ||||||
* | Fix confirm modal containing 2 inputs | Chocobozzz | 2023-03-01 | 1 | -1/+1 | |
| | ||||||
* | List my channels using pagination | Chocobozzz | 2023-03-01 | 2 | -57/+77 | |
| | ||||||
* | Fix current video time saving for anonymous users | Chocobozzz | 2023-03-01 | 1 | -13/+7 | |
| | ||||||
* | Add redis note in changelog | Chocobozzz | 2023-03-01 | 1 | -1/+1 | |
| | ||||||
* | Fix nav pills theming | Chocobozzz | 2023-03-01 | 1 | -2/+2 | |
| | ||||||
* | Fix action dropdown height | Chocobozzz | 2023-03-01 | 1 | -1/+0 | |
| | ||||||
* | Prefer using bootstrap variable | Chocobozzz | 2023-03-01 | 2 | -1/+1 | |
| | ||||||
* | Fix form control focus colors | Chocobozzz | 2023-03-01 | 1 | -2/+6 | |
| | ||||||
* | Fix input group background color | Chocobozzz | 2023-03-01 | 1 | -0/+1 | |
| | ||||||
* | Fix hotkeys close button | Chocobozzz | 2023-02-28 | 1 | -1/+1 | |
| | ||||||
* | Add redis version note | Chocobozzz | 2023-02-28 | 2 | -3/+4 | |
| | ||||||
* | Bumped to version v5.1.0-rc.1v5.1.0-rc.1 | Chocobozzz | 2023-02-28 | 2 | -2/+2 | |
| | ||||||
* | Fix changelog | Chocobozzz | 2023-02-28 | 1 | -1/+1 | |
| | ||||||
* | Update changelog | Chocobozzz | 2023-02-28 | 1 | -0/+95 | |
| | ||||||
* | Breaking: drop firefox 68 support | Chocobozzz | 2023-02-28 | 1 | -2/+2 | |
| | | | | Only support firefox >= 78 | |||||
* | Fix action button height | Chocobozzz | 2023-02-28 | 1 | -1/+1 | |
| |