Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix context menu when watching a playlist | Chocobozzz | 2021-04-21 | 1 | -1/+16 |
| | |||||
* | rephrase signup limit validator error (#3984) | Florian CUNY | 2021-04-21 | 1 | -1/+1 |
| | | | Co-authored-by: Rigel Kent <par@rigelk.eu> | ||||
* | Fix welcome/warning modal | Chocobozzz | 2021-04-20 | 2 | -0/+24 |
| | |||||
* | Refactor feed component | Chocobozzz | 2021-04-15 | 6 | -46/+18 |
| | |||||
* | Refactor menu css | Chocobozzz | 2021-04-15 | 7 | -234/+194 |
| | |||||
* | Refactor comment add css | Chocobozzz | 2021-04-15 | 7 | -199/+171 |
| | |||||
* | Don't always use a link for account avatar | Chocobozzz | 2021-04-15 | 8 | -31/+39 |
| | |||||
* | Remove unused class in download modal | Chocobozzz | 2021-04-15 | 1 | -9/+0 |
| | |||||
* | Add AccountAvatarComponent (#3965) | kontrollanten | 2021-04-15 | 44 | -141/+149 |
| | | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments | ||||
* | Refactor modal buttons style | Chocobozzz | 2021-04-14 | 32 | -240/+127 |
| | |||||
* | Fix lint | Chocobozzz | 2021-04-14 | 1 | -0/+1 |
| | |||||
* | Move player style in watch component | Chocobozzz | 2021-04-14 | 5 | -5/+25 |
| | |||||
* | Use published at sort for recommended videos | Chocobozzz | 2021-04-14 | 1 | -1/+1 |
| | |||||
* | Put "owner account" in card | Chocobozzz | 2021-04-13 | 2 | -5/+3 |
| | | | | Just a test | ||||
* | Display account/channel creation date in title | Chocobozzz | 2021-04-13 | 4 | -18/+4 |
| | | | | It's not a really important information | ||||
* | add link to open video on origin instance | Rigel Kent | 2021-04-12 | 2 | -2/+9 |
| | | | | closes #3624 | ||||
* | Add plugin placeholder elements support | Chocobozzz | 2021-04-12 | 5 | -5/+27 |
| | |||||
* | Add settings button after plugin install | Chocobozzz | 2021-04-12 | 4 | -4/+17 |
| | |||||
* | Add alert modal in plugins on major upgrade | Chocobozzz | 2021-04-12 | 1 | -0/+19 |
| | |||||
* | fix localization on page not found | Rigel Kent | 2021-04-12 | 2 | -14/+10 |
| | |||||
* | 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 | ||||
* | Fix plugin checkbox placement | Chocobozzz | 2021-04-09 | 2 | -8/+12 |
| | |||||
* | Add ability to hide plugin settings | Chocobozzz | 2021-04-09 | 2 | -7/+18 |
| | |||||
* | Translate plugin options | Chocobozzz | 2021-04-09 | 4 | -26/+58 |
| | |||||
* | Plugins can register html/select settings | Chocobozzz | 2021-04-09 | 1 | -1/+9 |
| | |||||
* | Add playlist and video in watch action hook | Chocobozzz | 2021-04-09 | 1 | -1/+6 |
| | |||||
* | Merge branch 'release/3.1.0' into develop | Chocobozzz | 2021-04-08 | 5 | -14/+25 |
|\ | |||||
| * | Fix updating transcoding profiles | Chocobozzz | 2021-04-08 | 5 | -14/+25 |
| | | |||||
| * | Add warning in download modal if needed | Chocobozzz | 2021-03-24 | 2 | -2/+10 |
| | | |||||
| * | Hide best strategy if not logged in | Chocobozzz | 2021-03-24 | 1 | -2/+11 |
| | | |||||
* | | Set channel banner/avatar in creation form | Chocobozzz | 2021-04-08 | 10 | -57/+112 |
| | | |||||
* | | Don't pause video upon modal open (#3909) | kontrollanten | 2021-04-08 | 2 | -37/+2 |
| | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | Display banner on channel page | Chocobozzz | 2021-04-08 | 4 | -2/+11 |
| | | |||||
* | | Add ability to update the banner | Chocobozzz | 2021-04-08 | 35 | -199/+432 |
| | | |||||
* | | Agnostic actor image storage | Chocobozzz | 2021-04-08 | 7 | -16/+15 |
| | | |||||
* | | Fix notification scrollbar color | Chocobozzz | 2021-04-08 | 1 | -0/+3 |
| | | |||||
* | | 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 | 3 | -1/+21 |
| | | | | | | | | fixes #3779 | ||||
* | | Minimal PeertubeModalService to open settings from "can be redefined..." (#3923) | aschaap | 2021-04-06 | 5 | -2/+23 |
| | | | | | | | | | | | | | | * Minimal PeertubeModalService to open settings from "can be redefined..." * Linter changes * Removed unused parameter, made Subject type reflect this, and formatting | ||||
* | | Fix account empty description display | Chocobozzz | 2021-04-05 | 1 | -1/+1 |
| | | |||||
* | | Increase thumbnail size on server | Chocobozzz | 2021-04-05 | 2 | -12/+2 |
| | | |||||
* | | Fix actor overflows | Chocobozzz | 2021-04-05 | 1 | -0/+10 |
| | | |||||
* | | Fix miniature overflow | Chocobozzz | 2021-04-05 | 1 | -1/+1 |
| | | |||||
* | | 🐛 FIX: player width/heigth aspect ratio | Jonas Sulzer | 2021-04-05 | 1 | -1/+1 |
| | | | | | | | | | | | | to remove unnecessary black border above and below the video Signed-off-by: Jonas Sulzer <jonas@violoncello.ch> | ||||
* | | simplify channels/playlists name in account/channel views | Rigel Kent | 2021-04-02 | 2 | -2/+2 |
| | | |||||
* | | Remove useless thumbnailSize | Chocobozzz | 2021-04-01 | 1 | -1/+0 |
| | |