aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Refactor video miniatureChocobozzz2021-04-0138-626/+688
| | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size
* Fix multiline ellipsisChocobozzz2021-04-013-7/+11
|
* Resume videos for non-logged in users (#3885)kontrollanten2021-03-316-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 marginsChocobozzz2021-03-319-176/+97
|
* Theme breaking: --submenuColor becomes --submenuBackgroundColorChocobozzz2021-03-3110-25/+25
|
* Channel/account page redesign feedbacksChocobozzz2021-03-3120-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 miniatureChocobozzz2021-03-311-1/+1
|
* Display channel in miniatureChocobozzz2021-03-312-3/+3
| | | | With some exceptions though
* Square channel avatar consistencyChocobozzz2021-03-3114-103/+36
|
* Add support button in channel pageChocobozzz2021-03-3116-60/+121
|
* Redesign account's channels pageChocobozzz2021-03-3112-71/+296
|
* Redesign account pageChocobozzz2021-03-3116-333/+429
|
* Redesign channel pageChocobozzz2021-03-3111-196/+507
|
* fix missing title attribute on <iframe> tag suggested for embedding (#3901)Thavarasa Prasanth2021-03-3113-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 benchmarkChocobozzz2021-03-301-61/+40
|
* Add log to regenerate thumbnailsChocobozzz2021-03-291-0/+2
|
* [support/docker] expose webtorrent setting in os variable settingsArthur Lutz2021-03-291-0/+4
|
* update dependencies.md for macOSX (#3899)Axel Viala2021-03-291-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)kontrollanten2021-03-293-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 valuekontrollanten2021-03-291-1/+2
|
* Add 1.75 option to playback ratesltsallas2021-03-261-1/+1
|
* Merge branch 'release/3.1.0' into developChocobozzz2021-03-252-2/+2
|\
| * Fix postgresql versionChocobozzz2021-03-252-2/+2
| |
* | Merge branch 'release/3.1.0' into developChocobozzz2021-03-251-0/+1
|\|
| * Drop PostgreSQL 9.6 supportChocobozzz2021-03-251-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 developChocobozzz2021-03-240-0/+0
|\|
| * Bumped to version v3.1.0v3.1.0Chocobozzz2021-03-243-6/+3
| |
| * Add warning in download modal if neededChocobozzz2021-03-242-2/+10
| |
| * Hide best strategy if not logged inChocobozzz2021-03-241-2/+11
| |
* | Remove roadmap fundingChocobozzz2021-03-241-1/+1
| |
* | Fix buildChocobozzz2021-03-241-0/+2
| |
* | Auto focus plugin search inputChocobozzz2021-03-246-8/+19
| |
* | Add server config helper in plugin guideChocobozzz2021-03-241-0/+10
| |
* | client(video/download): set direct dl as defaultkontrollanten2021-03-241-1/+1
| |
* | Add auth user client hook actionsChocobozzz2021-03-244-1/+32
| |
* | Add client action hooks for pubish pagesChocobozzz2021-03-247-21/+56
| |
* | Add server hooks for search endpointChocobozzz2021-03-244-12/+121
| |
* | Add filter hook to forbid embed accessChocobozzz2021-03-246-5/+107
| |
* | Add hooks support for video downloadChocobozzz2021-03-247-20/+198
| |
* | Upgrade client dependenciesChocobozzz2021-03-241-467/+555
| |
* | Directly use node in systemd serviceChocobozzz2021-03-241-1/+1
| |
* | Change copy icon (#3867)kontrollanten2021-03-245-5/+10
| | | | | | | | | | | | * client: change copy icon to glypicon-duplicate * client: add "copy" text to copy icons
* | Fix external on logout hookChocobozzz2021-03-242-3/+9
| |
* | Add regenrate thumbnails scriptsChocobozzz2021-03-245-0/+176
| |
* | Upgrade to latest oauth2-serverChocobozzz2021-03-242-20/+25
| |
* | Update yarn lockChocobozzz2021-03-243-212/+179
| |
* | Refactor auth flowChocobozzz2021-03-2424-255/+487
| | | | | | | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow
* | Stricter email options typingsChocobozzz2021-03-242-37/+69
| |
* | Add new plugin/peertube version notifsChocobozzz2021-03-2444-37/+808
| |
* | Add next to stats github ciChocobozzz2021-03-241-0/+1
| |