Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 tests | Chocobozzz | 2021-04-05 | 8 | -2/+2 |
| | |||||
* | Fix account empty description display | Chocobozzz | 2021-04-05 | 1 | -1/+1 |
| | |||||
* | Increase thumbnail size on server | Chocobozzz | 2021-04-05 | 3 | -14/+4 |
| | |||||
* | Fix actor overflows | Chocobozzz | 2021-04-05 | 2 | -0/+16 |
| | |||||
* | 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 |
| | |||||
* | Increase videos grid margins on desktop | Chocobozzz | 2021-04-01 | 1 | -1/+5 |
| | |||||
* | Remove useless thumbnailSize | Chocobozzz | 2021-04-01 | 1 | -1/+0 |
| | |||||
* | Limit search entry width | Chocobozzz | 2021-04-01 | 1 | -0/+1 |
| | |||||
* | Responsive search | Chocobozzz | 2021-04-01 | 4 | -150/+103 |
| | |||||
* | Account/channel videos display as rows | Chocobozzz | 2021-04-01 | 7 | -12/+26 |
| | |||||
* | Refactor video miniature | Chocobozzz | 2021-04-01 | 38 | -626/+688 |
| | | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size | ||||
* | Fix multiline ellipsis | Chocobozzz | 2021-04-01 | 3 | -7/+11 |
| | |||||
* | Resume videos for non-logged in users (#3885) | kontrollanten | 2021-03-31 | 6 | -8/+73 |
| | | | | | | | | | | | * client: resume videos for non-logged in users closes #3866 * fix build for embeded * Update client/src/app/app.component.ts * fix review comments | ||||
* | Refactor horizontal margins | Chocobozzz | 2021-03-31 | 9 | -176/+97 |
| | |||||
* | Theme breaking: --submenuColor becomes --submenuBackgroundColor | Chocobozzz | 2021-03-31 | 10 | -25/+25 |
| | |||||
* | Channel/account page redesign feedbacks | Chocobozzz | 2021-03-31 | 20 | -41/+63 |
| | | | | | | | | | | | | Fix owner default avatar Semi bold orange inverted button Max width account description Increase account's channels padding Use owner avatar/display name links Move "view owner account" link on mobile Try to always display channel in video miniatures Add small border radius for channel's avatar Use main foreground color for the magnifying glass | ||||
* | Use the channel URL behind the account in miniature | Chocobozzz | 2021-03-31 | 1 | -1/+1 |
| | |||||
* | Display channel in miniature | Chocobozzz | 2021-03-31 | 2 | -3/+3 |
| | | | | With some exceptions though | ||||
* | Square channel avatar consistency | Chocobozzz | 2021-03-31 | 14 | -103/+36 |
| | |||||
* | Add support button in channel page | Chocobozzz | 2021-03-31 | 16 | -60/+121 |
| | |||||
* | Redesign account's channels page | Chocobozzz | 2021-03-31 | 12 | -71/+296 |
| | |||||
* | Redesign account page | Chocobozzz | 2021-03-31 | 16 | -333/+429 |
| | |||||
* | Redesign channel page | Chocobozzz | 2021-03-31 | 11 | -196/+507 |
| | |||||
* | fix missing title attribute on <iframe> tag suggested for embedding (#3901) | Thavarasa Prasanth | 2021-03-31 | 13 | -35/+48 |
| | | | | | | | | | | | | | * title attribute is missing on <iframe> tag suggested for embedding #3861 * fix #3901 * fix: escapeHTML #3901 * fix: playlist title instead of video title #3901 * fix #3901 * assign title directly #3901 | ||||
* | Fix benchmark | Chocobozzz | 2021-03-30 | 1 | -61/+40 |
| | |||||
* | Add log to regenerate thumbnails | Chocobozzz | 2021-03-29 | 1 | -0/+2 |
| | |||||
* | [support/docker] expose webtorrent setting in os variable settings | Arthur Lutz | 2021-03-29 | 1 | -0/+4 |
| | |||||
* | update dependencies.md for macOSX (#3899) | Axel Viala | 2021-03-29 | 1 | -2/+19 |
| | | | | | | add instructions regarding postgresql and bash user/version required for a proper MacOSX install of PeerTube Co-authored-by: Rozen10 <58482276+Rozen10@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu> | ||||
* | show less information by default in download modal (#3890) | kontrollanten | 2021-03-29 | 3 | -68/+135 |
| | | | | | | | | * client(video/download): collapse advanced informaton by default * fix(client/video-dl): update metadata upon resolution change closes #3810 Co-authored-by: Rigel Kent <par@rigelk.eu> | ||||
* | script/upgrade: use db.name config value | kontrollanten | 2021-03-29 | 1 | -1/+2 |
| | |||||
* | Add 1.75 option to playback rates | ltsallas | 2021-03-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'release/3.1.0' into develop | Chocobozzz | 2021-03-25 | 2 | -2/+2 |
|\ | |||||
| * | Fix postgresql version | Chocobozzz | 2021-03-25 | 2 | -2/+2 |
| | | |||||
* | | Merge branch 'release/3.1.0' into develop | Chocobozzz | 2021-03-25 | 1 | -0/+1 |
|\| | |||||
| * | Drop PostgreSQL 9.6 support | Chocobozzz | 2021-03-25 | 1 | -0/+1 |
| | | | | | | | | | | | | Due to a migration bug, drop PostgreSQL 9.6 support The official support will end in November | ||||
* | | Merge branch 'release/3.1.0' into develop | Chocobozzz | 2021-03-24 | 0 | -0/+0 |
|\| | |||||
| * | Bumped to version v3.1.0v3.1.0 | Chocobozzz | 2021-03-24 | 3 | -6/+3 |
| | | |||||
| * | 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 |
| | | |||||
* | | Remove roadmap funding | Chocobozzz | 2021-03-24 | 1 | -1/+1 |
| | | |||||
* | | Fix build | Chocobozzz | 2021-03-24 | 1 | -0/+2 |
| | | |||||
* | | Auto focus plugin search input | Chocobozzz | 2021-03-24 | 6 | -8/+19 |
| | | |||||
* | | Add server config helper in plugin guide | Chocobozzz | 2021-03-24 | 1 | -0/+10 |
| | |