Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Deleted posts and their comments can still be read

PieFed Meta
1 1 6

Gli ultimi otto messaggi ricevuti dalla Federazione
  • As if multiple servers wasn't complicated enough, there are multiple apps and multiple web frontends you can use too! p.piefed.social is an installation of Photon.

    Log in with your piefed.social credentials.

    Like Blorp, it looks great on a phone and can be installed as a PWA.

    read more

  • Try https://b.piefed.social instead! Log in with the same username and password as piefed.social.

    It works best on a phone / tablet but on a desktop it's fine too once you switch to compact mode.

    It can be installed as a PWA.

    There are also lots of themes you can try at https://piefed.social/user/settings. Here are some screenshots of them - https://join.piefed.social/screenshots/

    read more

  • Oh so it is, I wasn't seeing it yesterday when I checked. Perhaps unpinning and re-pinning, or removing and re-allowing the ability to show on popular fixed it and I didn't notice it.

    Nonetheless, thank you for all the help!

    read more

  • Ok, it seems to be working now then. Let us know if you continue to see weirdness with the pinned posts.

    image

    read more

  • Oh we actually unpinned the main@piefed.ca post after I confirmed it was working and made that comment. It's the other one from main@lemmy.ca that is still pinned, but doesn't show up for users that aren't logged in

    read more

  • Welcome!

    read more

  • I mean I get you but the only reason it would be done wrong is if it was intentionally done that way. I mean the system already does notifications and as I said I have gotten them for deleted posts. They don't go away. The devs would practically have to intentionally have it not work that way. I really don't think its a risk at all. Also once something is done its not impossible to undue. The federation and in particular piefed devs are pretty earnest individuals and its not like a coporate system where managment would bury their heads and dig their heels on something bad. There is also no incetive to keep something that does not work out well for some sort of financial gain.

    read more

  • Even logged in and with filters so that the post is visible, I don't see the post in the piefed community as pinned. Could it have been unpinned when you did your db reload?

    If it is pinned on your side, then it must be a bug of some kind.

    read more
Post suggeriti
  • 1 Votes
    1 Posts
    9 Views
    This weekend, the PieFed community is hosting a Hackathon. Head over to the Issues list and lend a helping hand where you can!Python, CSS, Translations, all kinds of things. I've submitted a few issues recently and found the code easy to comprehend. https://tarte.nuage-libre.fr/c/fediverse/p/221411/hackathon-this-week-7-8-febuaryhttps://codeberg.org/rimu/pyfedi/issues?state=openhttps://codeberg.org/rimu/pyfedi#for-developers#PieFed #Hackathon #Fediverse #ActivityPub #Python
  • 0 Votes
    1 Posts
    9 Views
    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.
  • 0 Votes
    13 Posts
    25 Views
    @trwnh@mastodon.social that's ridiculous. Why does every other AP service have to create activity handlers just to get a baseline permissive behaviour? I understand the consent respecting aspect, but if the behaviour is "allow all", it should be as simple as a flag. Too bad I didn't pay enough attention to the FEP draft. @silverpill@mitra.social @liaizon@social.wake.st
  • PieFed 1.3 is released

    PieFed Meta fediverse piefed
    1
    0 Votes
    1 Posts
    9 Views
    What's new Media library that lets you upload images to comments/post body and paste from the clipboard Animated gif support for user profile pictures Specify alt-text for link posts that link to an image Emoji picker and spoiler button added to markdown toolbar More links to the modlog (footer, community sidebar, user profile) and improved searching/filtering Leave a conversation to remove it from the list of their direct message conversations Post urls are now "friendly" since they include the community name and a snippet of the title instead of just a number Add link to show parent comment when directly viewing a comment reply Image markdown style formatting to allow more advanced control of how images are rendered. e.g. ![image alt text :: width=300px](https://url to image) Code syntax highlighting in code blocks and allow for style selection in user settings Tag cloud added to sidebar for feeds and topics Better searching and filtering of the Instances list Add a block (of a user, community, instance or domain) from the blocks and filters management area, without doing it via a post Popup suggestions when mentioning a community or user as you type Onboarding plugin which auto-subscribes, auto-blocks and sends a welcome message for new accounts Improved federation efficiency Old posts can be automatically archived (saved to S3) to free up database space Old posts by bots with no comments are automatically deleted LLDAP support, which does LDAP a bit differently To upgrade To upgrade from 1.2.x: git pull git checkout v1.3.x ./deploy.sh or ./deploy-docker.sh In the past we had a separate project for realtime notifications, which is now unsupported as it's code has been merged with the main PieFed project. To set it up, refer to the Push Notifications section of install.md. As well as enhancing the user experience doing this will decrease load on your server if it hosts local communities with many subscribers as some of the federation work has been offloaded to the push notifications service. 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.