Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. PeerTube
  3. PeerTube - Package Updates

PeerTube - Package Updates

Scheduled Pinned Locked Moved PeerTube
75 Posts 6 Posters 30.8k Views 12 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • nebulonN Away
    nebulonN Away
    nebulon
    Staff
    wrote on last edited by
    #63

    Good question actually. The script seems to update some comment count https://github.com/Chocobozzz/PeerTube/blob/develop/server/scripts/migrations/peertube-7.2.ts#L15

    We maybe should run this in the start.sh which we don't so if you updated, then yes probably...just testing here to see if we have to update the app.

    1 Reply Last reply
    0
    • nebulonN Away
      nebulonN Away
      nebulon
      Staff
      wrote on last edited by
      #64

      The script is safe to be rerun, so best to do this automatically. I will revoke the current package version and publish a new one. Instances which already have updated do not have to be reverted. Just update to the next version then.

      1 Reply Last reply
      1
      • Package UpdatesP Online
        Package UpdatesP Online
        Package Updates
        wrote on last edited by
        #65

        [4.3.1]

        • Update PeerTube to 7.2.0
        • After the update to refresh video watch count: run the migrate command in a webterminal into the app.
        • Full Changelog
        • Redesign Manage my videos page
        • Redesign video management/publication pages
        • Improve NSFW/sensitive content system
        • Allow users to resend the email verification link when changing their current email
        • Inject subtitle links in HLS playlists so it's easier for external video players that use the master.m3u8 playlist to display subtitles
        • Disable log coloration when TTY does not support it #​6988
        • Support more embed parameters in custom markup (<peertube-video-embed> and <peertube-playlist-embed>) #​6989
        • More robust theme CSS variables injection
        • Fix podcast feed URL in subscribe button
        1 Reply Last reply
        1
        • Package UpdatesP Online
          Package UpdatesP Online
          Package Updates
          wrote on last edited by
          #66

          [4.3.2]

          • Update PeerTube to 7.2.1
          • Full Changelog
          • Fix federation of sensitive videos with previous PeerTube versions
          • Do not uppercase video tags to prevent accessibility issues
          • Fix support field not automatically filled from channel data when publishing a video
          • Fix "Add new playlist" broken style
          • Fix browse videos page title on web browser "History Back"
          • Fix parent menu highlighting in About Platform pages
          • Don't display description/terms titles if these blocks are empty
          • Correctly load count and rows per page when listing My videos
          1 Reply Last reply
          0
          • Package UpdatesP Online
            Package UpdatesP Online
            Package Updates
            wrote on last edited by
            #67

            [4.3.3]

            • Update PeerTube to 7.2.2
            • Full Changelog
            • Prevent ReDOS from useragent package by removing deprecated Do Not Track feature. Thanks to Patrick Bohn Matthiesen and Leonora from IT University of Copenhagen for reporting this vulnerability!
            • Correctly display bulk actions button in "My videos"
            • Keep playlist name original casing in "My videos"
            • Fix PIP button z-index on Firefox
            • More robust S3 upload and ACL error handler
            • Fix broken video state on S3 move failure
            • Reset filters when loading query params in "Browse videos"
            • Fix upload tab title when the file is uploaded
            • Fix follow card overflow in about page
            • Convert to full UUID request param id in filter:html.embed.video.allowed.result and filter:html.embed.video-playlist.allowed.result plugin hooks
            1 Reply Last reply
            0
            • Package UpdatesP Online
              Package UpdatesP Online
              Package Updates
              wrote on last edited by
              #68

              [4.3.4]

              • Update PeerTube to 7.2.3
              • Full Changelog
              • Upgrade multer dependency to prevent Denial of Service with a malformed request
              • Fix channel synchronization that duplicates video imports
              1 Reply Last reply
              0
              • Package UpdatesP Online
                Package UpdatesP Online
                Package Updates
                wrote on last edited by
                #69

                [4.3.5]

                • Update peertube-plugin-auth-openid-connect to 1.0.2
                1 Reply Last reply
                1
                • Package UpdatesP Online
                  Package UpdatesP Online
                  Package Updates
                  wrote on last edited by
                  #70

                  [4.3.6]

                  • Update peertube.conf NGINX file to reflect default from upstream
                  1 Reply Last reply
                  0
                  • Package UpdatesP Online
                    Package UpdatesP Online
                    Package Updates
                    wrote on last edited by
                    #71

                    [4.4.0]

                    • Update PeerTube to 7.3.0
                    • Full Changelog
                    • Minimum supported NodeJS version is 20.17
                    • Disable request buffering on upload endpoints to fix HTTP request timeouts: d1a35e8
                    • Breaking change Plugin and themes must use :root CSS selector instead of body to inject CSS variables
                    • Add server API (https://docs.joinpeertube.org/api/plugins😞
                    • Emails can now be translated 🎉 Check the translation documentation to help us translate emails in your language!
                    • Introduce a web configuration wizard to help administrators to configure their instance automatically 🎉
                    • Redesign the admin config to use a lateral menu for navigating between subsections 🎉
                    • Improve admin federation control:
                    • Add 2FA column information in admin users overview table
                    • Fix ActivityPub audience for unlisted videos
                    • Use an array of URL in attributedTo ActivityPub field
                    1 Reply Last reply
                    0
                    • Package UpdatesP Online
                      Package UpdatesP Online
                      Package Updates
                      wrote on last edited by
                      #72

                      [4.4.1]

                      • Update peertube-plugin-auth-openid-connect to 1.0.3
                      1 Reply Last reply
                      0
                      • Package UpdatesP Online
                        Package UpdatesP Online
                        Package Updates
                        wrote on last edited by
                        #73

                        [4.5.0]

                        • Update PeerTube to 8.0.0
                        • Full Changelog
                        • Remove http_server unused section from .yaml configuration files
                        • Introduce views.videos.local.max_age configuration to cleanup old views from local videos
                        • Add more STUN Servers to webrtc.stun_servers to improve P2P robustness
                        • Add ability to increase video transcription timeout in video_transcription.timeout
                        • Add client.new_features_info configuration to disable popups explaining new features to users
                        • Add user.password_constraints.min_length config to specify user password minimum length #​6945
                        • Remove deprecated filename field from VideoSource object
                        • Remove deprecated commentsEnabled field from Video object
                        1 Reply Last reply
                        0
                        • Package UpdatesP Online
                          Package UpdatesP Online
                          Package Updates
                          wrote on last edited by
                          #74

                          [4.5.1]

                          • Update PeerTube to 8.0.1
                          • Full Changelog
                          • Prevent transcription error when the video has been deleted
                          • Fix select button style for redundancy
                          • Fix invalid form after admin configuration update
                          • Fix alert styling in watch page
                          • Fix left menu collapse when accessing admin configuration
                          • Fix config wizard not applying config
                          • Correctly do not open again welcome modal
                          • Fix decaching node modules paths of plugins
                          • Send 401 HTTP code instead of 404 when fetching the HTML page of a password protected video
                          • More precise date interval (x min ago, x months ago, etc.)
                          1 Reply Last reply
                          0
                          • Package UpdatesP Online
                            Package UpdatesP Online
                            Package Updates
                            wrote on last edited by
                            #75

                            [4.5.2]

                            • Update PeerTube to 8.0.2
                            • Full Changelog
                            • Fix PostgreSQL CPU usage and broken PeerTube instance on instances with a many subscriptions or big federation
                            • Fix login URL in registration email
                            • Remove the trailing comma in the plugins package.json files that broke the update/installation process
                            • Fix broken channel sync if private privacy is removed by a plugin
                            • Fix restoring My Videos sort after a search
                            1 Reply Last reply
                            0

                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                            With your input, this post could be even better 💗

                            Register Login
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • Bookmarks
                            • Search