Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display avatar in embed poster | Chocobozzz | 2022-03-08 | 1 | -9/+64 |
| | |||||
* | Improve embed dock style | Chocobozzz | 2022-03-04 | 1 | -2/+6 |
| | |||||
* | Fix modal z-index | Chocobozzz | 2022-03-02 | 1 | -1/+1 |
| | | | | Should be on top of the header too | ||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 3 | -8/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Prevent selection on rewind/forward texts | Chocobozzz | 2022-02-09 | 1 | -0/+1 |
| | |||||
* | Add ability to cancel & delete video imports | Chocobozzz | 2022-01-19 | 1 | -1/+5 |
| | |||||
* | Increase player progress bar hitbox height | Chocobozzz | 2022-01-17 | 2 | -2/+2 |
| | |||||
* | Add fast forward/rewind on mobile | Chocobozzz | 2022-01-12 | 1 | -11/+100 |
| | |||||
* | Add player controls on mobile | Chocobozzz | 2022-01-11 | 4 | -1/+78 |
| | |||||
* | Better control bar responsive | Chocobozzz | 2022-01-11 | 1 | -0/+8 |
| | |||||
* | Fix play icon vertical alignment | Chocobozzz | 2022-01-11 | 1 | -1/+3 |
| | |||||
* | Add missing password field to update user api doc | Chocobozzz | 2022-01-10 | 2 | -6/+5 |
| | |||||
* | Increase player control bar size | Chocobozzz | 2022-01-10 | 6 | -540/+517 |
| | |||||
* | Fix button group | Chocobozzz | 2022-01-03 | 1 | -1/+1 |
| | |||||
* | Refactor admin plugins | Chocobozzz | 2021-12-29 | 2 | -35/+28 |
| | |||||
* | Remove unused code | Chocobozzz | 2021-12-09 | 1 | -25/+1 |
| | |||||
* | Improve control bar inactivity handling | Chocobozzz | 2021-12-09 | 1 | -0/+1 |
| | | | | | Keep opened when user is in control bar settings Faster hidding transition for control bar | ||||
* | Fix player menu keyboard navigation | Chocobozzz | 2021-11-19 | 1 | -1/+4 |
| | |||||
* | Update angular | Chocobozzz | 2021-11-10 | 1 | -1/+1 |
| | |||||
* | Fix jobs state selection badge style | Chocobozzz | 2021-11-05 | 2 | -2/+2 |
| | |||||
* | Add ability to preview embed in share modal | Chocobozzz | 2021-11-02 | 1 | -1/+1 |
| | |||||
* | Remove useless components | Chocobozzz | 2021-10-29 | 2 | -18/+5 |
| | |||||
* | Migrate to @peertube/videojs-contextmenu | Chocobozzz | 2021-10-26 | 1 | -1/+1 |
| | | | | To fix a bug with latest videojs | ||||
* | Fix some old typing issues | Chocobozzz | 2021-10-22 | 2 | -3/+4 |
| | |||||
* | Fix ng select tags height | Chocobozzz | 2021-10-20 | 2 | -0/+2 |
| | |||||
* | Improve admin tables responsive | Chocobozzz | 2021-10-20 | 3 | -1/+41 |
| | |||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 3 | -65/+136 |
| | |||||
* | Force live type specification in first step | Chocobozzz | 2021-10-15 | 1 | -1/+1 |
| | |||||
* | Try to improve permanent live label | Chocobozzz | 2021-10-15 | 1 | -0/+9 |
| | |||||
* | Allow configuration to be static/readonly (#4315) | Jelle Besseling | 2021-10-12 | 1 | -0/+3 |
| | | | | | | | | | | | * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI | ||||
* | Add video filters to common video pages | Chocobozzz | 2021-08-25 | 3 | -32/+50 |
| | |||||
* | Fix player setting overflow | Chocobozzz | 2021-08-18 | 1 | -1/+1 |
| | |||||
* | Fix stats card label width | Chocobozzz | 2021-08-18 | 1 | -1/+1 |
| | |||||
* | Update client dependencies | Chocobozzz | 2021-08-11 | 1 | -3/+5 |
| | |||||
* | Merge branch 'next' into develop | Chocobozzz | 2021-07-21 | 1 | -2/+6 |
|\ | |||||
| * | Warning when using capitalized letter in login | Chocobozzz | 2021-07-20 | 1 | -2/+6 |
| | | |||||
* | | Correct privacymsg z-index to avoid hover dropdown on scroll | Kimsible | 2021-07-21 | 2 | -2/+3 |
| | | |||||
* | | Define a z-index for dropup | Kimsible | 2021-07-21 | 1 | -1/+2 |
| | | |||||
* | | Correct z-index for title dropdown in sub-menu and dropdown hover header on ↵ | Kimsible | 2021-07-21 | 2 | -2/+2 |
|/ | | | | scroll | ||||
* | Fix glyphicon icons in primeng table | Chocobozzz | 2021-07-12 | 1 | -4/+6 |
| | |||||
* | Use consistent margins | Chocobozzz | 2021-07-01 | 1 | -0/+6 |
| | |||||
* | Fix ng select size | Chocobozzz | 2021-06-30 | 1 | -2/+1 |
| | |||||
* | Create a dedicated component for video description | Chocobozzz | 2021-06-29 | 1 | -0/+3 |
| | |||||
* | Fix player icons on chrome | Chocobozzz | 2021-06-29 | 3 | -3/+8 |
| | |||||
* | Fix peertube container in markdown preview | Chocobozzz | 2021-06-29 | 2 | -0/+22 |
| | |||||
* | Fix big play button | Chocobozzz | 2021-06-28 | 1 | -2/+2 |
| | |||||
* | Move to sass module | Chocobozzz | 2021-06-28 | 19 | -98/+91 |
| | |||||
* | Move to sass @use | Chocobozzz | 2021-06-28 | 17 | -87/+89 |
| | |||||
* | Add ability to search playlists | Chocobozzz | 2021-06-25 | 1 | -0/+1 |
| | |||||
* | Cleanup contact form with URL | Chocobozzz | 2021-06-15 | 1 | -1/+1 |
| | | | | | | Parent component still have the responsability to explicitely open the modal Rely on data router param to open or not the modal |