Skip to main content

Search

Items tagged with: Friendica


Getting back admin rights?


Hi !Friendica Support
I am using #Friendica on a #Yunohost installation, that gave me an update to 2022-12 today. I did it and after my self-coded theme and addons were gone.. I had to reupload them.

But the worse part is, that I am no admin in my own installation anymore. What column in what table do I have to change to get back admin role?
Thanks!


!Friendica Developers
I just finished my Friendica upgrade and decided to let the "unseen" counter code execute again (I manually commented it out as an experiment earlier this year when user counts started going up a lot). It maxes out at 999+. It refreshes every 30 seconds the way I have my profile configured. It had well over a hundred within a minute. It was maxed out by the 11 minute mark. I'm probably going to make this an actual code thing to be able to toggle it off. #friendica #friendicadev


@Friendica News

using WP + elementor for my personal home page.
Added rel=me to a link in the page pointing at my #Friendica profile per the elementor instructions.
Not working?
Most likely I am doing it wrong.

Or else - where do I send my $8 to get my blue check!?

@Friendica Support


@heluecht
Was bedeutet denn in diesem Fall "vollwertige Shell"?

Ich habe #Friendica auf einem "Schmalspurhosting" installiert...


People who post threads on #Mastodon, do you have some masochistic need or you just don't know #Friendica (yet)?


"What does Friendica wants to be"?



Hallo !Friendica Support

Eine Frage in die Runde. Ich habe mir einen Account auf meiner #friendica Instanz angelegt mit dem ich nur RSS Feeds abgreife und diese dann als meine eigenen "poste"

Diesem Account kann man nur per Erlaubnis folgen und sieht dann auch die Feeds.
Allerdings ist mir aufgefallen, das diese Feeds zum Beispiel in der Mastodon Timeline als öffentlicher Beitrag angezeigt werden.

Ist dieser Post dann öffentlich sichtbar oder nur für denjenigen Sichtbar der diesem Account auch folgt?

#post #visibility


Patiently waiting for the German side of the #Friendica #Development team to wake up to this #Git nonsense.
Screenshot of a Git versioning software graphic interface showing ten branches all fanning out from the current project head each with a different color of the rainbow, all authored by Hypolite Petovan, most in a single 90 minutes span.


Looking forward to the upcoming #Friendica changes 🚀

@Hypolite Petovan do you think we'll be ready to ship in ⏰ for this months release? 🤩


Looking forward to the upcoming #Friendica changes 🚀

@Hypolite Petovan Petovan do you think we'll be ready to ship in ⏰ for this months release? 🤩


Hallo @Friendica Support, ist es eigentlich möglich irgendwo einzustellen, dass mir Bilder im Newsfeed direkt vollständig angezeigt werden, ohne dass ich sie jeweils einzeln aufklappen muss?
#FriendicaSupport #Friendica #Hilfe #FriendicaHilfe


I saw already trouble using PHP 8.1 and latest stable of #Friendica...


Hello @Friendica Support how compatible is #Friendica with #PHP 8.2?

It was released today, so soon I will be jumping from 8.1 to 8.2.



Wenn ich #Friendica in #Fedilab nutze, dann wird mir in der Zeitleiste nicht nur ein Beitrag, sondern auch die Antworten zu diesem Beitrag angezeigt. Ist das ein gewolltes Verhalten?
Gibt es eine Möglichkeit nur die Beiträge anzuzeigen?

!Friendica Support


Da das bei #Mastodon funktioniert, sollte es es doch bei #Friendica auch... ist technisch gewissermaßen ein Block mit Wildcard...


@legeneralmidi En théorie, tous les services fédiversaux sont interopérables, mais mes partages de Mastodon à #Friendica viennent sans texte.

https://github.com/friendica/friendica/issues/12318


Help wanted to design the moderation pages


Hi #Friendica people,

I've started a design document for the upcoming moderation pages that come with adding support for moderation reports by @Michael Vogel . However, I need your help. I'm notoriously bad at keeping focused on writing such a document even if I recognize its usefulness to do things once and do them right.

So please add/edit what you think is missing/incorrect in this CryptPad file hosted by the ever-gracious @Tio

https://office.trom.tf/pad/#/2/pad/edit/1ensaAqGa8BSt3yPNBftb+mr/

Cc: @Friendica Support@Friendica Developers@Friendica Admins


This sounds like an issue with a #waf (web application firewall), not directly #friendica . You should check the logs which rule is triggered and check if it can be disabled.


I've worked with mostly German people on #Friendica for more than 5 years now, and I've now achieved transcendence by having my internal clock set to German time. I just woke up at 3 AM EST like it was morning.


Hello !Friendica Support

I am currently on the development version of #Friendica and report the php bugs on github to help making #Friendica php 8.1 ready.

So for this I do:
cd /var/www&&sudo -u www-data ~/.script/friendica_git.sh&&sudo logrotate -f /etc/logrotate.d/php

Which does cd to the friendica webfolder, then runs some script to update Friendica from github and then I rotate the php log to purge all old fault messages.

Then I run this command:
sed 's/^\[[^]]*\]//g' /var/log/php/php.log | sort | uniq -c ;echo "\n\n PHP: $(php -r "echo PHP_VERSION;")"

Which then outputs a list of unique fault messages from the php log and outputs the current php version, this I can then copy to the github issue.

Nice easy.


Content warning: Mastodon Quotes / Drükos


@VegOS ♋ 📷
Nun ich habe mir einen eigenen Account nur für RSS Feeds angelegt, welchem man aus rechtlichen Gegebenheiten nur auf Genehmigung folgen kann.
Hier werden die Daten dann einfach in den Account gepostet der ihm folgt (darf)

Ja irgendwas läuft das immer schief mit den Bildern.
Ich habe mir schon mal überlegt hier einen eigenen RSS Poster zu schreiben, aber aktuell fehlt mir etwas die Zeit.

Ein Update des Quellcode für #friendica und ein eigener Fork wäre dann noch die alternative.

Danke dir aber erstmal für deine Hilfe 👍


RSS FEED Profilbild


Hallo !Friendica Support
ist es möglich einem RSS Feed ein andere Profilbild zuzuweisen?

Die Option über erweitert und einfügen einer URL funktioniert leider nicht.
Ich habe hierzu ein Bild in meinen Bilder Auswahl in #friendica hochgeladen und auch öffentliche Rechte vergeben. Wenn ich diese URL dann dort rein kopieren kann ich es zwar abspeichern, aber dann wird es nicht angezeigt und das Feld der URL ist weiterhin leer.


Frequent error message


Hello !Friendica Support

I have these two frequent errors that show up every 10 seconds or so in my Friendica log.

Uncaught Exception TypeError: "Argument 1 passed to Friendica\Worker\Contact\RevokeFollow::execute() must be of the type int, null given" at /var/www/friendica/src/Worker/Contact/RevokeFollow.php line 39

Uncaught Exception TypeError: "Argument 1 passed to Friendica\Worker\Contact\Unfollow::execute() must be of the type int, null given" at /var/www/friendica/src/Worker/Contact/Unfollow.php line 40

What's going on there? Is this a DB related problem or PHP related that should be submitted as a fatal errors issue?



Surveys not supported, right?


!Friendica Support In my timeline I see posts, that seem to be a #survey, but it is text only with no possibility to choose an option.
Am I right when I assume that surveys are simply not supported bei #Friendica?
Not that I really miss them but just for my knowledge. :-)


Geilomat! 😀 Mein erstes #Friendica #Addon ist fertig! 🥰

Mich nervte immer, dass Bilder, die an Posts hängen, einfach direkt verlinkt sind und mich somit jedes mal aus dem Lese-Flow rissen. Sie werden direkt geladen und man musste dann immer mit dem Zurück Button in die Timeline zurück. Oder man nutzte Tabs, was ich aber ständig vergaß (und "handlich" ist halt anders).

Mein Addon #Fancybox bindet nun die gleich lautende jQuery Library ein und ersetzt die Image Links so, dass sie in einem schicken Overlay dargestellt werden. Das Overlay erinnert mich sehr stark an das, was auch in Mastodon hoch poppt. Evtl nutzen die diese Lib auch?

Wer sich mein AddOn installieren will: Ich habe es in ein öffentliches #Codeberg Repo gepackt.

https://codeberg.org/brockhaus/friendica-addons


Hello @Hypolite Petovan no warnings anymore, so I think the latest fixes in the issue solved them. Thanks!

#Friendica


The question is, what is the context? Ie, explaining to people on Twitter, I say "find me on #Mastodon". Yes I know they can follow me with #Friendica or #Pleroma but "find me on the #Fediverse" doesn't name a concrete thing and that's going to be confusing. If I'm on Pleroma or Friendica I will probably already understand I can interact with Mastodon.

That said, I do want to make sure people know the Fediverse is much more than Mastodon. The question is: when and how to introduce that?


Hello !Friendica Support
is stay local broken in general? Can someone check?

Especially the links of the profile picture and "mastodon (AP)" in a view of a post from someone else, are these leading you to the remote site or do you stay local?

#Friendica


Hello #Friendica !Friendica Support
where is the stay local setting hidden? Is there one in /admin and one for the user?


Hello !Friendica Support what does "delete globally" on replies to one of my posts actually do?

Does that work outside of the #Friendica world?

Do any other Systems allow to delete replies too?



Hey #Fediverse, what are the *longest continuously running* #Friendica instances out there?

Pretty sure there are some that's been active for 10+ years. Which ones?

Context: Friendica has been around long before Mastodon, long before ActivityPub, and was always amazing about implementing open protocols of other networks.

It's now part of fedi, but also fedi's very real connection to the days of yore, when OStatus was a thing and the Earth was young.


Yuup ich hab ja auch ein #friendica laufen mit Frio - aber ich meinte eine komplett andere Anordnung der Menus und Auswahlpunkte gibt es wohl noch nicht oder?