Salta al contenuto
0
  • Home
  • Piero Bosio
  • Blog
  • Mondo
  • Fediverso
  • News
  • Categorie
  • Old Web Site
  • Recenti
  • Popolare
  • Tag
  • Utenti
  • Home
  • Piero Bosio
  • Blog
  • Mondo
  • Fediverso
  • News
  • Categorie
  • Old Web Site
  • Recenti
  • Popolare
  • Tag
  • Utenti
Skin
  • Chiaro
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Scuro
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Predefinito (Cerulean)
  • Nessuna skin
Collassa

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone
  1. Home
  2. Categorie
  3. PieFed Meta
  4. PieFed 1.6 is released - pronouns, private communities, quote posts and much more

PieFed 1.6 is released - pronouns, private communities, quote posts and much more

Pianificato Fissato Bloccato Spostato PieFed Meta
fediversepiefed
78 Post 25 Autori 126 Visualizzazioni
  • Da Vecchi a Nuovi
  • Da Nuovi a Vecchi
  • Più Voti
Rispondi
  • Risposta alla discussione
Effettua l'accesso per rispondere
Questa discussione è stata eliminata. Solo gli utenti con diritti di gestione possono vederla.
  • rimu@piefed.socialundefined Questo utente è esterno a questo forum
    rimu@piefed.socialundefined Questo utente è esterno a questo forum
    rimu@piefed.social
    scritto su ultima modifica di rimu@piefed.social
    #1

    A big thank you to those who contributed to making this release, translating, writing documentation, providing emotional support and promoting PieFed! None of this would happen without you all.

    New hotness

    • Pronouns - when you put pronouns into Extra Fields on your profile that is used as a flair in all communities where you haven't set a flair yet
    • Private communities - no federation, only certain roles (depends on the community) can invite new people. Posts inside are only visible to members.
    • Mastodon can now quote-boost PieFed posts
    • Plain http web UI (no SSL required) with SSL used during federation - see http://retro.piefed.com
    • Downvotes can be turned off completely in a community, not just instance-wide
    • Admins can sticky a post on the home page, not just mods in their communities
    • Auto-delete of replies on remote instances when reply author has been blocked by parent content author (only works in PieFed communities due to a ActivityPub limitation)
    • On home page when showing number of replies a post has, calculate the sum of the replies on all cross-posts and display that
    • New users can only do 3 posts in their first 24h, to reduce floods of posts by that guy who keeps deleting his accounts and making new ones

    More good stuff

    • Improve emoji federation compatibility
    • Change order of emoji in picker to present most-used ones first
    • Daily time limit on usage to help people use PieFed less (released in 1.5.2)
    • A way to report posts that need to be tagged as AI generated
    • Better accessibility
    • Improved handling of bold and italics in markdown parsing
    • Don't accept votes from people the author has blocked
    • Admins can resend email address verification email
    • Admins can add notes to instances to keep track of defederation reasons, etc
    • Search form has been simplified
    • Option for admins to disable the em-dash detector
    • Multiple minor bugfixes and security enhancements

    To upgrade from 1.5.x

    git pull  
    git checkout v1.6.x  
    

    At this point you might see an error message about a merge conflict with compose.yaml. To preserve your custom compose.yaml you will need to copy it somewhere else, then git checkout compose.yaml then git pull again. This time the pull will succeed so after that copy your custom compose.yaml it back, overwriting the one from git.

    Then,

    ./deploy.sh or ./deploy-docker.sh

    If you had to do the compose.yaml fix up earlier then you might want to compare what you have with https://codeberg.org/rimu/pyfedi/src/branch/main/compose.yaml and manually copy and paste some improvements in particular the command: part of the db container which tunes postgresql for performance. Adjust the numbers for your system.

    This time the database migrations will not take long.

    Donations

    PieFed is free and open-source software while operating without any advertising, monetization, or reliance on venture capital. Your donations are vital in supporting the PieFed development effort, allowing us to expand and enhance PieFed with new features.

    Donations can be made via Patreon, Liberapay or Ko-fi.

    walden@wetshav.ingundefined mintiefresh@piefed.socialundefined shadow@lemmy.caundefined blaze@piefed.zipundefined jerry@feddit.onlineundefined 18 Risposte Ultima Risposta
    1
    0
    • rimu@piefed.socialundefined rimu@piefed.social

      A big thank you to those who contributed to making this release, translating, writing documentation, providing emotional support and promoting PieFed! None of this would happen without you all.

      New hotness

      • Pronouns - when you put pronouns into Extra Fields on your profile that is used as a flair in all communities where you haven't set a flair yet
      • Private communities - no federation, only certain roles (depends on the community) can invite new people. Posts inside are only visible to members.
      • Mastodon can now quote-boost PieFed posts
      • Plain http web UI (no SSL required) with SSL used during federation - see http://retro.piefed.com
      • Downvotes can be turned off completely in a community, not just instance-wide
      • Admins can sticky a post on the home page, not just mods in their communities
      • Auto-delete of replies on remote instances when reply author has been blocked by parent content author (only works in PieFed communities due to a ActivityPub limitation)
      • On home page when showing number of replies a post has, calculate the sum of the replies on all cross-posts and display that
      • New users can only do 3 posts in their first 24h, to reduce floods of posts by that guy who keeps deleting his accounts and making new ones

      More good stuff

      • Improve emoji federation compatibility
      • Change order of emoji in picker to present most-used ones first
      • Daily time limit on usage to help people use PieFed less (released in 1.5.2)
      • A way to report posts that need to be tagged as AI generated
      • Better accessibility
      • Improved handling of bold and italics in markdown parsing
      • Don't accept votes from people the author has blocked
      • Admins can resend email address verification email
      • Admins can add notes to instances to keep track of defederation reasons, etc
      • Search form has been simplified
      • Option for admins to disable the em-dash detector
      • Multiple minor bugfixes and security enhancements

      To upgrade from 1.5.x

      git pull  
      git checkout v1.6.x  
      

      At this point you might see an error message about a merge conflict with compose.yaml. To preserve your custom compose.yaml you will need to copy it somewhere else, then git checkout compose.yaml then git pull again. This time the pull will succeed so after that copy your custom compose.yaml it back, overwriting the one from git.

      Then,

      ./deploy.sh or ./deploy-docker.sh

      If you had to do the compose.yaml fix up earlier then you might want to compare what you have with https://codeberg.org/rimu/pyfedi/src/branch/main/compose.yaml and manually copy and paste some improvements in particular the command: part of the db container which tunes postgresql for performance. Adjust the numbers for your system.

      This time the database migrations will not take long.

      Donations

      PieFed is free and open-source software while operating without any advertising, monetization, or reliance on venture capital. Your donations are vital in supporting the PieFed development effort, allowing us to expand and enhance PieFed with new features.

      Donations can be made via Patreon, Liberapay or Ko-fi.

      walden@wetshav.ingundefined Questo utente è esterno a questo forum
      walden@wetshav.ingundefined Questo utente è esterno a questo forum
      walden@wetshav.ing
      scritto su ultima modifica di
      #2

      Nice. Thanks for the hard work. PieFed is great.

      1 Risposta Ultima Risposta
      0
      • rimu@piefed.socialundefined rimu@piefed.social

        A big thank you to those who contributed to making this release, translating, writing documentation, providing emotional support and promoting PieFed! None of this would happen without you all.

        New hotness

        • Pronouns - when you put pronouns into Extra Fields on your profile that is used as a flair in all communities where you haven't set a flair yet
        • Private communities - no federation, only certain roles (depends on the community) can invite new people. Posts inside are only visible to members.
        • Mastodon can now quote-boost PieFed posts
        • Plain http web UI (no SSL required) with SSL used during federation - see http://retro.piefed.com
        • Downvotes can be turned off completely in a community, not just instance-wide
        • Admins can sticky a post on the home page, not just mods in their communities
        • Auto-delete of replies on remote instances when reply author has been blocked by parent content author (only works in PieFed communities due to a ActivityPub limitation)
        • On home page when showing number of replies a post has, calculate the sum of the replies on all cross-posts and display that
        • New users can only do 3 posts in their first 24h, to reduce floods of posts by that guy who keeps deleting his accounts and making new ones

        More good stuff

        • Improve emoji federation compatibility
        • Change order of emoji in picker to present most-used ones first
        • Daily time limit on usage to help people use PieFed less (released in 1.5.2)
        • A way to report posts that need to be tagged as AI generated
        • Better accessibility
        • Improved handling of bold and italics in markdown parsing
        • Don't accept votes from people the author has blocked
        • Admins can resend email address verification email
        • Admins can add notes to instances to keep track of defederation reasons, etc
        • Search form has been simplified
        • Option for admins to disable the em-dash detector
        • Multiple minor bugfixes and security enhancements

        To upgrade from 1.5.x

        git pull  
        git checkout v1.6.x  
        

        At this point you might see an error message about a merge conflict with compose.yaml. To preserve your custom compose.yaml you will need to copy it somewhere else, then git checkout compose.yaml then git pull again. This time the pull will succeed so after that copy your custom compose.yaml it back, overwriting the one from git.

        Then,

        ./deploy.sh or ./deploy-docker.sh

        If you had to do the compose.yaml fix up earlier then you might want to compare what you have with https://codeberg.org/rimu/pyfedi/src/branch/main/compose.yaml and manually copy and paste some improvements in particular the command: part of the db container which tunes postgresql for performance. Adjust the numbers for your system.

        This time the database migrations will not take long.

        Donations

        PieFed is free and open-source software while operating without any advertising, monetization, or reliance on venture capital. Your donations are vital in supporting the PieFed development effort, allowing us to expand and enhance PieFed with new features.

        Donations can be made via Patreon, Liberapay or Ko-fi.

        mintiefresh@piefed.socialundefined Questo utente è esterno a questo forum
        mintiefresh@piefed.socialundefined Questo utente è esterno a questo forum
        mintiefresh@piefed.social
        scritto su ultima modifica di
        #3

        Always in awe at the speed of development of this project.

        Thank you for all your hard work.

        1 Risposta Ultima Risposta
        0
        • rimu@piefed.socialundefined rimu@piefed.social

          A big thank you to those who contributed to making this release, translating, writing documentation, providing emotional support and promoting PieFed! None of this would happen without you all.

          New hotness

          • Pronouns - when you put pronouns into Extra Fields on your profile that is used as a flair in all communities where you haven't set a flair yet
          • Private communities - no federation, only certain roles (depends on the community) can invite new people. Posts inside are only visible to members.
          • Mastodon can now quote-boost PieFed posts
          • Plain http web UI (no SSL required) with SSL used during federation - see http://retro.piefed.com
          • Downvotes can be turned off completely in a community, not just instance-wide
          • Admins can sticky a post on the home page, not just mods in their communities
          • Auto-delete of replies on remote instances when reply author has been blocked by parent content author (only works in PieFed communities due to a ActivityPub limitation)
          • On home page when showing number of replies a post has, calculate the sum of the replies on all cross-posts and display that
          • New users can only do 3 posts in their first 24h, to reduce floods of posts by that guy who keeps deleting his accounts and making new ones

          More good stuff

          • Improve emoji federation compatibility
          • Change order of emoji in picker to present most-used ones first
          • Daily time limit on usage to help people use PieFed less (released in 1.5.2)
          • A way to report posts that need to be tagged as AI generated
          • Better accessibility
          • Improved handling of bold and italics in markdown parsing
          • Don't accept votes from people the author has blocked
          • Admins can resend email address verification email
          • Admins can add notes to instances to keep track of defederation reasons, etc
          • Search form has been simplified
          • Option for admins to disable the em-dash detector
          • Multiple minor bugfixes and security enhancements

          To upgrade from 1.5.x

          git pull  
          git checkout v1.6.x  
          

          At this point you might see an error message about a merge conflict with compose.yaml. To preserve your custom compose.yaml you will need to copy it somewhere else, then git checkout compose.yaml then git pull again. This time the pull will succeed so after that copy your custom compose.yaml it back, overwriting the one from git.

          Then,

          ./deploy.sh or ./deploy-docker.sh

          If you had to do the compose.yaml fix up earlier then you might want to compare what you have with https://codeberg.org/rimu/pyfedi/src/branch/main/compose.yaml and manually copy and paste some improvements in particular the command: part of the db container which tunes postgresql for performance. Adjust the numbers for your system.

          This time the database migrations will not take long.

          Donations

          PieFed is free and open-source software while operating without any advertising, monetization, or reliance on venture capital. Your donations are vital in supporting the PieFed development effort, allowing us to expand and enhance PieFed with new features.

          Donations can be made via Patreon, Liberapay or Ko-fi.

          shadow@lemmy.caundefined Questo utente è esterno a questo forum
          shadow@lemmy.caundefined Questo utente è esterno a questo forum
          shadow@lemmy.ca
          scritto su ultima modifica di
          #4

          FYI https://retro.piefed.social/ has HSTS enabled, so browsers refuse to load it

          blaze@piefed.zipundefined rimu@piefed.socialundefined 2 Risposte Ultima Risposta
          0
          • shadow@lemmy.caundefined shadow@lemmy.ca

            FYI https://retro.piefed.social/ has HSTS enabled, so browsers refuse to load it

            blaze@piefed.zipundefined Questo utente è esterno a questo forum
            blaze@piefed.zipundefined Questo utente è esterno a questo forum
            blaze@piefed.zip
            scritto su ultima modifica di
            #5

            @die4ever@retrolemmy.com I assume this is your instance?

            die4ever@retrolemmy.comundefined shadow@lemmy.caundefined 2 Risposte Ultima Risposta
            0
            • rimu@piefed.socialundefined rimu@piefed.social

              A big thank you to those who contributed to making this release, translating, writing documentation, providing emotional support and promoting PieFed! None of this would happen without you all.

              New hotness

              • Pronouns - when you put pronouns into Extra Fields on your profile that is used as a flair in all communities where you haven't set a flair yet
              • Private communities - no federation, only certain roles (depends on the community) can invite new people. Posts inside are only visible to members.
              • Mastodon can now quote-boost PieFed posts
              • Plain http web UI (no SSL required) with SSL used during federation - see http://retro.piefed.com
              • Downvotes can be turned off completely in a community, not just instance-wide
              • Admins can sticky a post on the home page, not just mods in their communities
              • Auto-delete of replies on remote instances when reply author has been blocked by parent content author (only works in PieFed communities due to a ActivityPub limitation)
              • On home page when showing number of replies a post has, calculate the sum of the replies on all cross-posts and display that
              • New users can only do 3 posts in their first 24h, to reduce floods of posts by that guy who keeps deleting his accounts and making new ones

              More good stuff

              • Improve emoji federation compatibility
              • Change order of emoji in picker to present most-used ones first
              • Daily time limit on usage to help people use PieFed less (released in 1.5.2)
              • A way to report posts that need to be tagged as AI generated
              • Better accessibility
              • Improved handling of bold and italics in markdown parsing
              • Don't accept votes from people the author has blocked
              • Admins can resend email address verification email
              • Admins can add notes to instances to keep track of defederation reasons, etc
              • Search form has been simplified
              • Option for admins to disable the em-dash detector
              • Multiple minor bugfixes and security enhancements

              To upgrade from 1.5.x

              git pull  
              git checkout v1.6.x  
              

              At this point you might see an error message about a merge conflict with compose.yaml. To preserve your custom compose.yaml you will need to copy it somewhere else, then git checkout compose.yaml then git pull again. This time the pull will succeed so after that copy your custom compose.yaml it back, overwriting the one from git.

              Then,

              ./deploy.sh or ./deploy-docker.sh

              If you had to do the compose.yaml fix up earlier then you might want to compare what you have with https://codeberg.org/rimu/pyfedi/src/branch/main/compose.yaml and manually copy and paste some improvements in particular the command: part of the db container which tunes postgresql for performance. Adjust the numbers for your system.

              This time the database migrations will not take long.

              Donations

              PieFed is free and open-source software while operating without any advertising, monetization, or reliance on venture capital. Your donations are vital in supporting the PieFed development effort, allowing us to expand and enhance PieFed with new features.

              Donations can be made via Patreon, Liberapay or Ko-fi.

              blaze@piefed.zipundefined Questo utente è esterno a questo forum
              blaze@piefed.zipundefined Questo utente è esterno a questo forum
              blaze@piefed.zip
              scritto su ultima modifica di
              #6

              Great updates, especially the pronouns!

              Downvotes can be turned off completely in a community, not just instance-wide

              @snoopy@tarte.nuage-libre.fr as you requested a while ago

              snoopy@tarte.nuage-libre.frundefined 1 Risposta Ultima Risposta
              0
              • blaze@piefed.zipundefined blaze@piefed.zip

                @die4ever@retrolemmy.com I assume this is your instance?

                die4ever@retrolemmy.comundefined Questo utente è esterno a questo forum
                die4ever@retrolemmy.comundefined Questo utente è esterno a questo forum
                die4ever@retrolemmy.com
                scritto su ultima modifica di
                #7

                no, it'd be part of piefed.social, likely just a different frontend

                blaze@piefed.zipundefined 1 Risposta Ultima Risposta
                0
                • blaze@piefed.zipundefined blaze@piefed.zip

                  @die4ever@retrolemmy.com I assume this is your instance?

                  shadow@lemmy.caundefined Questo utente è esterno a questo forum
                  shadow@lemmy.caundefined Questo utente è esterno a questo forum
                  shadow@lemmy.ca
                  scritto su ultima modifica di
                  #8

                  No it's a subdomain off piefed.social and is linked to above, it's rimu's i assume

                  blaze@piefed.zipundefined 1 Risposta Ultima Risposta
                  0
                  • die4ever@retrolemmy.comundefined die4ever@retrolemmy.com

                    no, it'd be part of piefed.social, likely just a different frontend

                    blaze@piefed.zipundefined Questo utente è esterno a questo forum
                    blaze@piefed.zipundefined Questo utente è esterno a questo forum
                    blaze@piefed.zip
                    scritto su ultima modifica di
                    #9

                    Oh right, read too fast. Sorry for the ping!

                    die4ever@retrolemmy.comundefined 1 Risposta Ultima Risposta
                    0
                    • shadow@lemmy.caundefined shadow@lemmy.ca

                      No it's a subdomain off piefed.social and is linked to above, it's rimu's i assume

                      blaze@piefed.zipundefined Questo utente è esterno a questo forum
                      blaze@piefed.zipundefined Questo utente è esterno a questo forum
                      blaze@piefed.zip
                      scritto su ultima modifica di
                      #10

                      That makes sense, thanks

                      1 Risposta Ultima Risposta
                      0
                      • blaze@piefed.zipundefined blaze@piefed.zip

                        Oh right, read too fast. Sorry for the ping!

                        die4ever@retrolemmy.comundefined Questo utente è esterno a questo forum
                        die4ever@retrolemmy.comundefined Questo utente è esterno a questo forum
                        die4ever@retrolemmy.com
                        scritto su ultima modifica di
                        #11

                        no problem, I'm always on here anyways lol

                        blaze@piefed.zipundefined 1 Risposta Ultima Risposta
                        0
                        • die4ever@retrolemmy.comundefined die4ever@retrolemmy.com

                          no problem, I'm always on here anyways lol

                          blaze@piefed.zipundefined Questo utente è esterno a questo forum
                          blaze@piefed.zipundefined Questo utente è esterno a questo forum
                          blaze@piefed.zip
                          scritto su ultima modifica di
                          #12

                          And it's always nice to see you around! 😄

                          1 Risposta Ultima Risposta
                          0
                          • shadow@lemmy.caundefined shadow@lemmy.ca

                            FYI https://retro.piefed.social/ has HSTS enabled, so browsers refuse to load it

                            rimu@piefed.socialundefined Questo utente è esterno a questo forum
                            rimu@piefed.socialundefined Questo utente è esterno a questo forum
                            rimu@piefed.social
                            scritto su ultima modifica di
                            #13

                            Sorry the correct link is http://retro.piefed.com. I'll update the post. Beware your browser will try to switch to https instead because they prefer it so you probably won't get the full rawdogging PieFed experience unless you change your browser setting to stop that.

                            My fingers are used to .social! I also own the .com to stop someone else nabbing it but couldn't use retro.piefed.social because of SSL on piefed.social...

                            rimu@piefed.socialundefined 1 Risposta Ultima Risposta
                            0
                            • rimu@piefed.socialundefined rimu@piefed.social

                              A big thank you to those who contributed to making this release, translating, writing documentation, providing emotional support and promoting PieFed! None of this would happen without you all.

                              New hotness

                              • Pronouns - when you put pronouns into Extra Fields on your profile that is used as a flair in all communities where you haven't set a flair yet
                              • Private communities - no federation, only certain roles (depends on the community) can invite new people. Posts inside are only visible to members.
                              • Mastodon can now quote-boost PieFed posts
                              • Plain http web UI (no SSL required) with SSL used during federation - see http://retro.piefed.com
                              • Downvotes can be turned off completely in a community, not just instance-wide
                              • Admins can sticky a post on the home page, not just mods in their communities
                              • Auto-delete of replies on remote instances when reply author has been blocked by parent content author (only works in PieFed communities due to a ActivityPub limitation)
                              • On home page when showing number of replies a post has, calculate the sum of the replies on all cross-posts and display that
                              • New users can only do 3 posts in their first 24h, to reduce floods of posts by that guy who keeps deleting his accounts and making new ones

                              More good stuff

                              • Improve emoji federation compatibility
                              • Change order of emoji in picker to present most-used ones first
                              • Daily time limit on usage to help people use PieFed less (released in 1.5.2)
                              • A way to report posts that need to be tagged as AI generated
                              • Better accessibility
                              • Improved handling of bold and italics in markdown parsing
                              • Don't accept votes from people the author has blocked
                              • Admins can resend email address verification email
                              • Admins can add notes to instances to keep track of defederation reasons, etc
                              • Search form has been simplified
                              • Option for admins to disable the em-dash detector
                              • Multiple minor bugfixes and security enhancements

                              To upgrade from 1.5.x

                              git pull  
                              git checkout v1.6.x  
                              

                              At this point you might see an error message about a merge conflict with compose.yaml. To preserve your custom compose.yaml you will need to copy it somewhere else, then git checkout compose.yaml then git pull again. This time the pull will succeed so after that copy your custom compose.yaml it back, overwriting the one from git.

                              Then,

                              ./deploy.sh or ./deploy-docker.sh

                              If you had to do the compose.yaml fix up earlier then you might want to compare what you have with https://codeberg.org/rimu/pyfedi/src/branch/main/compose.yaml and manually copy and paste some improvements in particular the command: part of the db container which tunes postgresql for performance. Adjust the numbers for your system.

                              This time the database migrations will not take long.

                              Donations

                              PieFed is free and open-source software while operating without any advertising, monetization, or reliance on venture capital. Your donations are vital in supporting the PieFed development effort, allowing us to expand and enhance PieFed with new features.

                              Donations can be made via Patreon, Liberapay or Ko-fi.

                              jerry@feddit.onlineundefined Questo utente è esterno a questo forum
                              jerry@feddit.onlineundefined Questo utente è esterno a questo forum
                              jerry@feddit.online
                              scritto su ultima modifica di
                              #14

                              Always getting better, by leaps and bounds. Thank you, devs, for all the hard work and great ideas!

                              1 Risposta Ultima Risposta
                              0
                              • rimu@piefed.socialundefined rimu@piefed.social

                                A big thank you to those who contributed to making this release, translating, writing documentation, providing emotional support and promoting PieFed! None of this would happen without you all.

                                New hotness

                                • Pronouns - when you put pronouns into Extra Fields on your profile that is used as a flair in all communities where you haven't set a flair yet
                                • Private communities - no federation, only certain roles (depends on the community) can invite new people. Posts inside are only visible to members.
                                • Mastodon can now quote-boost PieFed posts
                                • Plain http web UI (no SSL required) with SSL used during federation - see http://retro.piefed.com
                                • Downvotes can be turned off completely in a community, not just instance-wide
                                • Admins can sticky a post on the home page, not just mods in their communities
                                • Auto-delete of replies on remote instances when reply author has been blocked by parent content author (only works in PieFed communities due to a ActivityPub limitation)
                                • On home page when showing number of replies a post has, calculate the sum of the replies on all cross-posts and display that
                                • New users can only do 3 posts in their first 24h, to reduce floods of posts by that guy who keeps deleting his accounts and making new ones

                                More good stuff

                                • Improve emoji federation compatibility
                                • Change order of emoji in picker to present most-used ones first
                                • Daily time limit on usage to help people use PieFed less (released in 1.5.2)
                                • A way to report posts that need to be tagged as AI generated
                                • Better accessibility
                                • Improved handling of bold and italics in markdown parsing
                                • Don't accept votes from people the author has blocked
                                • Admins can resend email address verification email
                                • Admins can add notes to instances to keep track of defederation reasons, etc
                                • Search form has been simplified
                                • Option for admins to disable the em-dash detector
                                • Multiple minor bugfixes and security enhancements

                                To upgrade from 1.5.x

                                git pull  
                                git checkout v1.6.x  
                                

                                At this point you might see an error message about a merge conflict with compose.yaml. To preserve your custom compose.yaml you will need to copy it somewhere else, then git checkout compose.yaml then git pull again. This time the pull will succeed so after that copy your custom compose.yaml it back, overwriting the one from git.

                                Then,

                                ./deploy.sh or ./deploy-docker.sh

                                If you had to do the compose.yaml fix up earlier then you might want to compare what you have with https://codeberg.org/rimu/pyfedi/src/branch/main/compose.yaml and manually copy and paste some improvements in particular the command: part of the db container which tunes postgresql for performance. Adjust the numbers for your system.

                                This time the database migrations will not take long.

                                Donations

                                PieFed is free and open-source software while operating without any advertising, monetization, or reliance on venture capital. Your donations are vital in supporting the PieFed development effort, allowing us to expand and enhance PieFed with new features.

                                Donations can be made via Patreon, Liberapay or Ko-fi.

                                yoiksandaway@piefed.zipundefined Questo utente è esterno a questo forum
                                yoiksandaway@piefed.zipundefined Questo utente è esterno a questo forum
                                yoiksandaway@piefed.zip
                                scritto su ultima modifica di
                                #15

                                I'm glad I made piefed my daily driver. Thanks for all your hard work.

                                1 Risposta Ultima Risposta
                                0
                                • rimu@piefed.socialundefined rimu@piefed.social

                                  Sorry the correct link is http://retro.piefed.com. I'll update the post. Beware your browser will try to switch to https instead because they prefer it so you probably won't get the full rawdogging PieFed experience unless you change your browser setting to stop that.

                                  My fingers are used to .social! I also own the .com to stop someone else nabbing it but couldn't use retro.piefed.social because of SSL on piefed.social...

                                  rimu@piefed.socialundefined Questo utente è esterno a questo forum
                                  rimu@piefed.socialundefined Questo utente è esterno a questo forum
                                  rimu@piefed.social
                                  scritto su ultima modifica di
                                  #16

                                  I still need to finish the Dillo theme, which will make PieFed compatible with roughly Firefox 3+. That'll compliment the http mode nicely. This is super niche so just something I potter away on occasionally.

                                  1 Risposta Ultima Risposta
                                  0
                                  • rimu@piefed.socialundefined rimu@piefed.social

                                    A big thank you to those who contributed to making this release, translating, writing documentation, providing emotional support and promoting PieFed! None of this would happen without you all.

                                    New hotness

                                    • Pronouns - when you put pronouns into Extra Fields on your profile that is used as a flair in all communities where you haven't set a flair yet
                                    • Private communities - no federation, only certain roles (depends on the community) can invite new people. Posts inside are only visible to members.
                                    • Mastodon can now quote-boost PieFed posts
                                    • Plain http web UI (no SSL required) with SSL used during federation - see http://retro.piefed.com
                                    • Downvotes can be turned off completely in a community, not just instance-wide
                                    • Admins can sticky a post on the home page, not just mods in their communities
                                    • Auto-delete of replies on remote instances when reply author has been blocked by parent content author (only works in PieFed communities due to a ActivityPub limitation)
                                    • On home page when showing number of replies a post has, calculate the sum of the replies on all cross-posts and display that
                                    • New users can only do 3 posts in their first 24h, to reduce floods of posts by that guy who keeps deleting his accounts and making new ones

                                    More good stuff

                                    • Improve emoji federation compatibility
                                    • Change order of emoji in picker to present most-used ones first
                                    • Daily time limit on usage to help people use PieFed less (released in 1.5.2)
                                    • A way to report posts that need to be tagged as AI generated
                                    • Better accessibility
                                    • Improved handling of bold and italics in markdown parsing
                                    • Don't accept votes from people the author has blocked
                                    • Admins can resend email address verification email
                                    • Admins can add notes to instances to keep track of defederation reasons, etc
                                    • Search form has been simplified
                                    • Option for admins to disable the em-dash detector
                                    • Multiple minor bugfixes and security enhancements

                                    To upgrade from 1.5.x

                                    git pull  
                                    git checkout v1.6.x  
                                    

                                    At this point you might see an error message about a merge conflict with compose.yaml. To preserve your custom compose.yaml you will need to copy it somewhere else, then git checkout compose.yaml then git pull again. This time the pull will succeed so after that copy your custom compose.yaml it back, overwriting the one from git.

                                    Then,

                                    ./deploy.sh or ./deploy-docker.sh

                                    If you had to do the compose.yaml fix up earlier then you might want to compare what you have with https://codeberg.org/rimu/pyfedi/src/branch/main/compose.yaml and manually copy and paste some improvements in particular the command: part of the db container which tunes postgresql for performance. Adjust the numbers for your system.

                                    This time the database migrations will not take long.

                                    Donations

                                    PieFed is free and open-source software while operating without any advertising, monetization, or reliance on venture capital. Your donations are vital in supporting the PieFed development effort, allowing us to expand and enhance PieFed with new features.

                                    Donations can be made via Patreon, Liberapay or Ko-fi.

                                    squirrel@piefed.kobel.fyiundefined Questo utente è esterno a questo forum
                                    squirrel@piefed.kobel.fyiundefined Questo utente è esterno a questo forum
                                    squirrel@piefed.kobel.fyi
                                    scritto su ultima modifica di
                                    #17

                                    Thank you for all your work. 1.5 is just three weeks old. Impressive how much development happened since then.

                                    1 Risposta Ultima Risposta
                                    0
                                    • rimu@piefed.socialundefined rimu@piefed.social

                                      A big thank you to those who contributed to making this release, translating, writing documentation, providing emotional support and promoting PieFed! None of this would happen without you all.

                                      New hotness

                                      • Pronouns - when you put pronouns into Extra Fields on your profile that is used as a flair in all communities where you haven't set a flair yet
                                      • Private communities - no federation, only certain roles (depends on the community) can invite new people. Posts inside are only visible to members.
                                      • Mastodon can now quote-boost PieFed posts
                                      • Plain http web UI (no SSL required) with SSL used during federation - see http://retro.piefed.com
                                      • Downvotes can be turned off completely in a community, not just instance-wide
                                      • Admins can sticky a post on the home page, not just mods in their communities
                                      • Auto-delete of replies on remote instances when reply author has been blocked by parent content author (only works in PieFed communities due to a ActivityPub limitation)
                                      • On home page when showing number of replies a post has, calculate the sum of the replies on all cross-posts and display that
                                      • New users can only do 3 posts in their first 24h, to reduce floods of posts by that guy who keeps deleting his accounts and making new ones

                                      More good stuff

                                      • Improve emoji federation compatibility
                                      • Change order of emoji in picker to present most-used ones first
                                      • Daily time limit on usage to help people use PieFed less (released in 1.5.2)
                                      • A way to report posts that need to be tagged as AI generated
                                      • Better accessibility
                                      • Improved handling of bold and italics in markdown parsing
                                      • Don't accept votes from people the author has blocked
                                      • Admins can resend email address verification email
                                      • Admins can add notes to instances to keep track of defederation reasons, etc
                                      • Search form has been simplified
                                      • Option for admins to disable the em-dash detector
                                      • Multiple minor bugfixes and security enhancements

                                      To upgrade from 1.5.x

                                      git pull  
                                      git checkout v1.6.x  
                                      

                                      At this point you might see an error message about a merge conflict with compose.yaml. To preserve your custom compose.yaml you will need to copy it somewhere else, then git checkout compose.yaml then git pull again. This time the pull will succeed so after that copy your custom compose.yaml it back, overwriting the one from git.

                                      Then,

                                      ./deploy.sh or ./deploy-docker.sh

                                      If you had to do the compose.yaml fix up earlier then you might want to compare what you have with https://codeberg.org/rimu/pyfedi/src/branch/main/compose.yaml and manually copy and paste some improvements in particular the command: part of the db container which tunes postgresql for performance. Adjust the numbers for your system.

                                      This time the database migrations will not take long.

                                      Donations

                                      PieFed is free and open-source software while operating without any advertising, monetization, or reliance on venture capital. Your donations are vital in supporting the PieFed development effort, allowing us to expand and enhance PieFed with new features.

                                      Donations can be made via Patreon, Liberapay or Ko-fi.

                                      julian@activitypub.spaceundefined Questo utente è esterno a questo forum
                                      julian@activitypub.spaceundefined Questo utente è esterno a questo forum
                                      julian@activitypub.space
                                      scritto su ultima modifica di
                                      #18

                                      Testing custom emoji :face_with_rolling_eyes: :sweat_smile:

                                      Cool news about private communities! I'd love to unlock inter-compatibility between instances so that can finally be federated... lots to do in between then and now.

                                      Hopefully we can work together on that soon?

                                      1 Risposta Ultima Risposta
                                      0
                                      • rimu@piefed.socialundefined Questo utente è esterno a questo forum
                                        rimu@piefed.socialundefined Questo utente è esterno a questo forum
                                        rimu@piefed.social
                                        scritto su ultima modifica di
                                        #19

                                        I couldn't think of a way to federate privately, when we don't know which software is at the other end. In the current political environment there are going to be groups of people who simply can't take the risk.

                                        For example with mastodon's followers-only notes - that only gives some privacy because there is massive social pressure on any fedi implementation that doesn't follow the gentleman's agreement we have to hide those notes. That fails when implementations have bugs, are under the control of ICE, or whatever.

                                        It's tricky! Happy to bounce ideas around on it sometime. Maybe encryption...

                                        die4ever@retrolemmy.comundefined 1 Risposta Ultima Risposta
                                        0
                                        • rimu@piefed.socialundefined rimu@piefed.social

                                          A big thank you to those who contributed to making this release, translating, writing documentation, providing emotional support and promoting PieFed! None of this would happen without you all.

                                          New hotness

                                          • Pronouns - when you put pronouns into Extra Fields on your profile that is used as a flair in all communities where you haven't set a flair yet
                                          • Private communities - no federation, only certain roles (depends on the community) can invite new people. Posts inside are only visible to members.
                                          • Mastodon can now quote-boost PieFed posts
                                          • Plain http web UI (no SSL required) with SSL used during federation - see http://retro.piefed.com
                                          • Downvotes can be turned off completely in a community, not just instance-wide
                                          • Admins can sticky a post on the home page, not just mods in their communities
                                          • Auto-delete of replies on remote instances when reply author has been blocked by parent content author (only works in PieFed communities due to a ActivityPub limitation)
                                          • On home page when showing number of replies a post has, calculate the sum of the replies on all cross-posts and display that
                                          • New users can only do 3 posts in their first 24h, to reduce floods of posts by that guy who keeps deleting his accounts and making new ones

                                          More good stuff

                                          • Improve emoji federation compatibility
                                          • Change order of emoji in picker to present most-used ones first
                                          • Daily time limit on usage to help people use PieFed less (released in 1.5.2)
                                          • A way to report posts that need to be tagged as AI generated
                                          • Better accessibility
                                          • Improved handling of bold and italics in markdown parsing
                                          • Don't accept votes from people the author has blocked
                                          • Admins can resend email address verification email
                                          • Admins can add notes to instances to keep track of defederation reasons, etc
                                          • Search form has been simplified
                                          • Option for admins to disable the em-dash detector
                                          • Multiple minor bugfixes and security enhancements

                                          To upgrade from 1.5.x

                                          git pull  
                                          git checkout v1.6.x  
                                          

                                          At this point you might see an error message about a merge conflict with compose.yaml. To preserve your custom compose.yaml you will need to copy it somewhere else, then git checkout compose.yaml then git pull again. This time the pull will succeed so after that copy your custom compose.yaml it back, overwriting the one from git.

                                          Then,

                                          ./deploy.sh or ./deploy-docker.sh

                                          If you had to do the compose.yaml fix up earlier then you might want to compare what you have with https://codeberg.org/rimu/pyfedi/src/branch/main/compose.yaml and manually copy and paste some improvements in particular the command: part of the db container which tunes postgresql for performance. Adjust the numbers for your system.

                                          This time the database migrations will not take long.

                                          Donations

                                          PieFed is free and open-source software while operating without any advertising, monetization, or reliance on venture capital. Your donations are vital in supporting the PieFed development effort, allowing us to expand and enhance PieFed with new features.

                                          Donations can be made via Patreon, Liberapay or Ko-fi.

                                          hubertmanne@piefed.socialundefined Questo utente è esterno a questo forum
                                          hubertmanne@piefed.socialundefined Questo utente è esterno a questo forum
                                          hubertmanne@piefed.social
                                          scritto su ultima modifica di
                                          #20

                                          mmmm. private communities are nice but without federation it means they have to cajole anyone they want to join to make an account on a particular server.

                                          rimu@piefed.socialundefined 1 Risposta Ultima Risposta
                                          0

                                          Ciao! Sembra che tu sia interessato a questa conversazione, ma non hai ancora un account.

                                          Stanco di dover scorrere gli stessi post a ogni visita? Quando registri un account, tornerai sempre esattamente dove eri rimasto e potrai scegliere di essere avvisato delle nuove risposte (tramite email o notifica push). Potrai anche salvare segnalibri e votare i post per mostrare il tuo apprezzamento agli altri membri della comunità.

                                          Con il tuo contributo, questo post potrebbe essere ancora migliore 💗

                                          Registrati Accedi
                                          Rispondi
                                          • Risposta alla discussione
                                          Effettua l'accesso per rispondere
                                          • Da Vecchi a Nuovi
                                          • Da Nuovi a Vecchi
                                          • Più Voti


                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          Feed RSS
                                          PieFed 1.6 is released - pronouns, private communities, quote posts and much more
                                          @pierobosio@soc.bosio.info
                                          V4.10.1 Contributors
                                          • Accedi

                                          • Accedi o registrati per effettuare la ricerca.
                                          • Primo post
                                            Ultimo post