Marek Bachmann reshared this.
https://kassel.social
bereitgestellt. Falls jemand aus #Kassel , #Hessen Lust hat mal eine andere Anwendung als #Mastodon im #fediverse auszuprobieren, freue ich mich über eure Teilnahme.
Ich betreibe die Instanz rein privat in meiner Freizeit und experimentiere selbst noch mit dem Fediverse. Also am besten etwas Pioniergeist mitbringen. Aktive Mitgestaltung ausdrücklich erwünscht!

like this
SusanneBonn, geschichtenundmeer, Kristian, wirelessbambule, Leonid Löw, The Fortuna Guy, Alexander Goeres, Hamiller, Frank, Ben Zucker 🍰, Marcel, Oli >Radtrötor ɹǝʇǝɹʇpɐᖈ<, stefan, Steffen Voß, qwertzalotl, cb7f604332cf39, Margarete, deleted, Paul Wunderlich, Keanu, Martin 🪷 Schmitz, Marco, palindromi, L⌐ "SpätzleGrab™",8,1, Roland Häder, Marzel, Erinnerungen-im-Netz.de :vf: and Lieschen Müller's father like this.
reshared this
FKS Admin, SusanneBonn, (:: ) )))) ), Boss aka Alfred E. Neumän, caos, Don di Dislessia, radioactivestardust, Birne Helene, The Fortuna Guy, dr-e 🛡️, Frank, Marcel, Ulrich, Oli >Radtrötor ɹǝʇǝɹʇpɐᖈ<, Easydor, stefan, Feuertear, qwertzalotl, Lasse Gismo -🖕Meta, Myiagros, Brain of K., Matze, caos, Kranfahrer, I ❤️ FEDIVERSE, Peter Michael and grauerle :mastodon: reshared this.
Marek Bachmann reshared this.
A thought about the #Fediverse and the origin of #Internet
"There is the idea that society can run without a hierarchical bureaucratic government being involved at every step, if only we can hit on the right set of rules for peer-peer interaction. So where design of the Internet and the Web is a search for set of rules which will allow computers to work together in harmony, so our spiritual and social quest is for a set of rules which allow people to work together in harmony." (source)
And from my point of view, the term "hierarchical bureaucratic government" also holds for "#centralized #commercial #social #networks".
blaubeerbrot likes this.
Friendica Developers reshared this.
API Support fot Fedilab
Please have a look on this thread (open the original url to see full context):Can we address this change?
best regards marek
@marek@friendica.mbbit.de
Yes, it could be done when api will return a "in_reply_message" (object) instead of a "in_reply_id" (String).
@marek@kassel.social
Friendica Developers reshared this.
Friendica Developers reshared this.

Friendica Developers reshared this.
Friendica Developers reshared this.

https://github.com/friendica/friendica/issues/12672
Friendica Support reshared this.
How does a friendica instance get the "contact id" of a visitor? / Need SQL help
I am digging in the problem that restricted image / images shared with a specific group or user are not accessible, see https://github.com/friendica/friendica/issues/12412
Now I think that I found at least two issues:
First:
The
allow_cid
filed in the photo table seems not correctly be set. For an image shared with followers only, the result is: select `accessible`,allow_cid,allow_gid from photo where `resource-id` = '100228443963b9a03d31378698994057';
+------------+-----------+-----------+
| accessible | allow_cid | allow_gid |
+------------+-----------+-----------+
| 1 | <3> | <~> |
| 1 | <3> | <~> |
| 1 | <3> | <~> |
+------------+-----------+-----------+
Second:
The getRemoteContactID method returns a value > 0 iff the page is reloaded completely (ctrl + f5) otherwise 0.
Accordingly, I have two questions:
- Does anyone know how the "visitor" is identified, in more detail their contact-id (cid), on the local instance?
- To the mysql pros: Can someone provide me the sql command to update the
allow_cid
filed in the photo table? This would make by debugging efforts much easier.
Thank you very much, helping me to support

Sending images to a group. Images are set to private and are not displayed · Issue #12412 · friendica/friendica
[ x ] I have searched open and closed issues for duplicates Bug Description Sending images to a group. Images are set to private and are not displayed It has already been noticed elsewhere that all...GitHub
Friendica Developers reshared this.
Friendica Support reshared this.
Concerning the issue: The photo permission is set here: https://github.com/friendica/friendica/blob/develop/mod/item.php#L241
We have to have a look at the permissions when creating a forum post.
like this
Marek Bachmann and Roland Häder like this.
Friendica Developers reshared this.
Friendica Support reshared this.
https://github.com/friendica/friendica/blob/develop/src/App.php#L605-L610
could be a good start for "visitor" is identified.
$requester = HTTPSignature::getSigner('', $_SERVER);
if (!empty($requester)) {
Profile::addVisitorCookieForHandle($requester);
}
The
$requester
is only filled on full reload (ctrl + f5)Roland Häder likes this.
Friendica Developers reshared this.
Friendica Developers reshared this.
Image upload distortes portraits to landscapes
Please see here:
Yet another photo test, should all be PORTRAIT!
Please click on any image to confirm that they are portraits
Friendica Developers reshared this.
Friendica Developers reshared this.
I guess it is an issue in our backend introduced eventually between last stable a current develop since on the last stable the problem does not occur, cf.
https://friendica.mbbit.de/photos/marek/album/7363616c6554657374 (current dev) and
https://kassel.social/photos/marek/album/7363616c6554657374 (stable)
utzer [Friendica] likes this.
Friendica Developers reshared this.
https://friendica-dev.mbbit.de/display/fa8fe840-1863-ab4b-5219-e24583154924
directly to see additional issue description.
Friendica Developers reshared this.
like this
Hypolite Petovan, Marek Bachmann and Mark like this.
Friendica Developers reshared this.
utzer [Friendica] likes this.
Friendica Developers reshared this.
Friendica Developers reshared this.
like this
Marek Bachmann and Tio like this.
Friendica Developers reshared this.
What would also help me if this someone else / other instances face this issue.
Instances need to run on the latest dev branch, since in the current stable I do not face this issue neither.
So if someone on a dev instance might try to upload a portrait photo and tell me if the problem also occurs, I will create a new issue for this phenom on git.
Friendica Developers reshared this.
In this specific case, I would like to check when and what was changed in the
Images::getScalingDimensions($width, $height, 90);
method to confirm / rule out being the cause of this bug.Friendica Developers reshared this.
git blame
, although I’ve never used it in command line. In PHPStorm, it’s called “Annotate with git blame”.Marek Bachmann likes this.
Friendica Developers reshared this.
Hypolite Petovan likes this.
Friendica Developers reshared this.


Hypolite Petovan likes this.
Friendica Developers reshared this.
Marek Bachmann likes this.
Friendica Developers reshared this.
Status of "image galleries"?
Please have a look at this image (object) in an image gallery on my test instance:
https://friendica-dev.mbbit.de/photos/friendicadev/image/1072740329638e8ac12876b200063499
Does anybody know about the "state of the art" regarding the image galleries? There are at least to broken behaviors.
1. There is a like button, but it has no effect (it does not toggle)
2. There is a comment option under the image (which indicated it is handled as a kind of thread, too) but if I tag someone things break.
Regards Marek
Roland Häder likes this.
Friendica Developers reshared this.
https://friendica-dev.mbbit.de/photos/friendicadev/image/1072740329638e8ac12876b200063499
Friendica Developers reshared this.
Marek Bachmann likes this.
Friendica Developers reshared this.

utzer [Friendica] likes this.
Friendica Developers reshared this.
like this
Marek Bachmann and utzer [Friendica] like this.
Friendica Developers reshared this.
Friendica Developers reshared this.

Friendica Developers reshared this.
And, yes I was referring to you in the thought that you might already be engaged in the media aspects in der friendica front end (and back end) since I for myself am eager to engage to better media support in friendica

Friendica Admins reshared this.
Why is a E-Mail notfication for new registration only possbile when registrations are unrestricted open?
I created a semi public friendica instance (kassel.social) and currently I do not want to allow registrations from general worldwide public but from people in my region. For this, I set the registration policy to "by approval".
The problem now is, that I do not get notified by E-Mail if someone wants to register. I need to manually check the instance's front end to see that there is a new registration.
Is this by intention, do I do something wrong? Otherwise, I would like to create a new issue on git regarding this.
Thank you!
reshared this
Friendica Developers and Friendica Support reshared this.
Friendica Admins reshared this.
reshared this
Friendica Developers and Friendica Support reshared this.
Friendica Developers reshared this.
Does anybody know where the E-Mail templates are stored and generated? I like to adjust an issue (for at least the German translation) that in the email subject it is written "X commented your post" even in the body it then tells me "X liked your post". :)
Friendica Developers reshared this.
Friendica Developers reshared this.
Friendica Developers reshared this.
Marek Bachmann likes this.
Marek Bachmann doesn't like this.
Friendica Developers reshared this.
"Schöner jünger geiler als WER?" Habe ich mich jedes Mal gefragt. 😋
Das waren die 25 häufigsten Google-Suchanfragen der Deutschen im Jahr 2022
Was die Deutschen im Jahr 2022 auch beschäftigte – einem konnten sie es immer anvertrauen: dem Tech-Giganten Google, dessen Suchmaschine nach wie vor
https://www.der-postillon.com/2022/12/top-google-suchanfragen-2022.html?fbclid=PAAaZqsd1OMMkZAt0HGzG-ZhKcjoWg-aJ0R2BJO0lMWRH5szRTZex1EXALF9g&m=1
Marek Bachmann reshared this.
More info here: https://blog.mozilla.org/en/mozilla/mozilla-launch-fediverse-instance-social-media-alternative/
Mozilla to Explore Healthy Social Media Alternative
In early 2023, Mozilla will stand up and test a publicly accessible instance in the Fediverse at Mozilla.Social.Steve Teixeira (The Mozilla Blog)
Marek Bachmann likes this.
Marek Bachmann reshared this.
Instead they burn cash like no tomorrow and makes are kind of weird projects.
Thank you for supporting open source projects.
Firefox and Tumblr join rush to support Mastodon social network
Elon Musk admits banning links to Twitter rival was a mistakeAlex Hern (The Guardian)
I don't like the word "test" here, it makes it feel like an ephemeral experiment.
Fediverse existed long before Twitter turned nightmare even for developers.
I do worry about how can Mozilla tackle moderation. I don't think they as a company have done it before.
I do worry about how can Mozilla tackle moderation. I don't think they as a company have done it before.
Maybe this is what they are testing (among other things)
@Thunderbird
Just sharing our enthusiasm for what they do.
Marek Bachmann reshared this.
Marek Bachmann likes this.
Marek Bachmann reshared this.

Was dann so richtig »unpopular« ist.
Friendica Support reshared this.
I encounter this error:
Warning: touch(): Utime failed: Permission denied in [PATH REMOVED]/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php on line 178
Randomly at different locations on the front end. And idea what I have done wrong?
Friendica Support reshared this.
-rw-rw-r-- 1 friendica friendica 9461 Sep 14 12:59 [PATH REMOVED]/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
www-data
is a member of the friendica
group.Friendica Support reshared this.

Marek Bachmann reshared this.
Friendica 2022.12 released
Content warning: We are very happy to announce the avail-ability of the new stable version of Friendica. Wrapping up the sprint from the 2022.10 release of Friendica we closed 73 filed issues and had almost 300 pull requests by 19 contributors. A special thanks goes out t
A special thanks goes out to Christian Pöschl from usd AG and Matthias Moritz who have found a CSRF- and XSS-attack, that is fixed with this release.
In addition to fixing this bug, the highlights of the changes since the 2022.10 release are
- The default theme of Friendica (frio) got many improvements and some old themes got deprecated.
- The calendar saw some improvements and can now be made visible to anonymous visitors.
- The homepage mentioned on the user profile is now automatically verified via the rel-me backlink.
- Images attached to a posting are now shown in a grid at the bottom of the posting.
- A moderation corner was established from the admin panel where a future release will add more moderation tool and bundle them with the current once.
For details, please the CHANGELOG file in the repository.
Since version 2022.06 the lowest required PHP version Friendica needed on the server was raised to PHP 7.3 and PHP 8.0 is supported.
What is Friendica
Friendica is a decentralized communications platform, you can use to host your own social media server that integrates with independent social networking platforms (like the Fediverse or Diaspora*) but also some commercial ones like Twitter.
How to Update
Updating from old Friendica versions
If you are updating from an older version than the 2022.06 release, please first update your Friendica instance to that version as it contained some breaking changes.
Pre-Update Procedures
Ensure that the last backup of your Friendica installation was done recently.
Using Git
Updating from the git repositories should only involve a pull from the Friendica core repository and addons repository, regardless of the branch (stable or develop) you are using. Remember to update the dependencies with composer as well. So, assuming that you are on the
stable
branch, the commands to update your installation to the 2022.12 release would becd friendica
git pull
bin/composer.phar install --no-dev
cd addon
git pull
If you want to use a different branch than the
stable
one, you need to fetch and checkout the branch before your perform the git pull.Pulling in the dependencies with composer will show some deprecation warning, we will be working on that in the upcoming release.
Using the Archive Files
If you had downloaded the source files in an archive file (tar.gz) please download the current version of the archive from friendica-full-2022.12.tar.gz (sha256) and friendica-addons 2022.12.tar.gz (sha256)) and unpack it on your local computer.
As many files got deleted or moved around, please upload the unpacked files to a new directory on your server (say
friendica_new
) and copy over your existing configuration (config/local.config.php
and config/addon.config.php
) and .htaccess
files. Afterwards rename your current Friendica directory (e.g. friendica) to friendica_old
and friendica_new
to friendica
.The files of the dependencies are included in the archive (make sure you are using the friendica-full-2022.12 archive), so you don’t have to worry about them.
Post Update Tasks
The database update should be applied automatically, but sometimes it gets stuck. If you encounter this, please initiate the DB update manually from the command line by running the script
bin/console dbstructure update
from the base of your Friendica installation. If the output contains any error message, please let us know using the channels mentioned below.
Please note, that some of the changes to the database structure will take some time to be applied, depending on the size of your Friendica database.
Known Issues
Regarding the update process none as of writing.
How to Contribute
If you want to contribute to the project, you don’t need to have coding experience. There are a number of tasks listed in the issue tracker with the label “Junior Jobs” we think are good for new contributors. But you are by no means limited to these – if you find a solution to a problem (even a new one) please make a pull request at github or let us know in the development forum.
Contribution to Friendica is also not limited to coding. Any contribution to the documentation, the translation or advertisement materials is welcome or reporting a problem. You don’t need to deal with Git(Hub) or Transifex if you don’t like to. Just get in touch with us and we will get the materials to the appropriate places.
Thanks everyone who helped making this release possible and have fun!
https://friendi.ca/2022/12/20/friendica-2022-12-released/
like this
ginAd, Александр, and2099, Falgn0n The Wizard, Hans-Peter Gauster, Kristian, elrido, Marc, Iron Bug, Roland Häder, Lex Publica, Andreas vom Zwenkauer See, Raroun, Tio, mrostu, Michael, Marek Bachmann, Tim Schlotfeldt 🐧⚓, Hypolite Petovan, Meercat ✅, Alexander Barton, Paula Gentle on Friendica, Aaron, Wandering Thinker, Philipp Holzer, Philipp Holzer, Steffen K9 🐰, Joe Slam, Xiku Francesc, Weltraumeindringling, Andy H3, Carmela, John Samuel, Jonathan Blackshire, Salva Pl and usd AG like this.
reshared this
Poliverso - notizie dal fediverso, ricardo :mastodon:, butterflyofZbeul ⏚:thaenkin:, Wayne Mackintosh 🇳🇿🐧, Александр, Ritinha, wakest, Rag. Gustavino Bevilacqua, Todd FOSS alt :popos:, Tobias, and2099, Falgn0n The Wizard, Debbie Goldsmith 🏳️⚧️🏳️🌈, Pen² L, Aaron Winston Smith, 新中国哈密瓜🇨🇳🍈 :emacs: :verified:, HerrThees, Daniel Siepmann, AndiS 🌞🍷🇪🇺, halfey ✅🎮🎨🔬🔭🐈🇲🇾🇺🇦🇹🇼, hoergen, Robin Hüskes, Marek Bachmann, Wandering Thinker, Hypolite Petovan, Wouter, Philipp Holzer, Philipp Holzer, Steffen K9 🐰, Michael, JyrkiKuoppala, J. Alfred Prufrock, Leo, Hiro :vivaldi_red:, Jonathan Blackshire, Ramon van Belzen and tunda reshared this.
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!?
rel=“me”
presence is checked once on profile form submission, and then once a day. Please resubmit the profile edit form first.Thanks.
Didn't seem to do anything.
Don't worry about it, not all that important, just thought I'd try out "the cool new feature"
Falgn0n The Wizard likes this.
But thx - #Friendica is still the best fedi server and updates are a breeze
@Friendica News
like this
Roland Häder and Александр like this.
Roland Häder likes this.
I think your speed experience of old was more based around that specific instance and its configuration (and it is no longer running). My Friendica installation is as quick and responsive as my Akkoma instance.
On the topic of Friendica I was also somewhat surprised to notice the new (beta) app Mammoth is showing my Friendica instance quite well. Surprised especially since Mammoth does not show my Akkoma (i.e. Pleroma) instance (which the app MetaText does though).
@news
However obviously it depends on the instance and how loaded it is.
Also certain operations in Friendica are slower by design compared to some other platforms. E.g. when you post a comment it isn't fired to other servers almost immediately like in Mastodon but is sent on next worker run which typically is every several minutes. In that regard Friendica feels less like chat and more like email :)
Danke Leute !

With a table of pics at the end of the post it'll would look like fucking FB. :(
NOTE: The Apache2 rewrite rule in the .htaccess-dist has been changed.
The change has to be applied manually to the existing .htaccess.
Unfortunately I cannot find any hint about the change? Is this true or has this hint been carried over from the previous update where such changes were described in detail?
@Friendica News
Roland Häder likes this.
First I already have done this. I can even remembver doing it, but not when. This must have been during the previous update. It is only in .htaccess-dist and not .htaccess - right?
And second, where can I find how to do it? Again as stated above, I already did this but can no longer find the howto ... must be me getting older

@Hypolite Petovan
.htaccess-dist
must be applied manually by node admins to their respective .htaccess
file because we don't have access to them from the official Friendica repository.If you paste the contents of your
.htaccess
file, I'll be able to give you the updated version.Roland Häder likes this.
like this
Hypolite Petovan and Roland Häder like this.
like this
Hypolite Petovan and Shallow Water like this.
Content warning: We are very happy to announce the avail-ability of the new stable version of Friendica. Wrapping up the sprint from the 2022.10 release of Friendica we closed 73 filed issues and had almost 300 pull requests by 19 contributors. A special thanks goes out t
was raised to PHP 7.3 and PHP 8.0 is supported.
I'd say 8.1 is supported, not sure why you kept 8.0.
@Friendica News

Hypolite Petovan likes this.
Cătă likes this.
It's been more than one day already and it's still not showing up the checkmark on my profile here. I wasn't sure if I mistook something or if Gravatar is simply not the right tool for this.
It would show the error in the Friendica log, though, you can grep for "CheckRelMeProfileLink" for more information.
like this
caos
•Gerne auch bei #ThemedServers eintragen lassen, die haben auch eine Kategorie für regionalspezifische #Instanzen : https://gnulinux.ch/themed-servers-auswahlhilfe-fuer-eine-fediverse-instanz
#Fediverse #Nordhessen #Instanzliste #Kassel
"Themed Servers" - Auswahlhilfe für eine Fediverse-Instanz
GNU/Linux.chMarek Bachmann likes this.
Marek Bachmann
Lars
•Marek Bachmann likes this.
Marek Bachmann
Marcel
•like this
Marek Bachmann and Lieschen Müller's father like this.
Esther
•Marcel likes this.
Marek Bachmann
Friendica und Mastodon "federieren" sehr gut miteinander. Kleine Ausnahme ist zum Beispiel das friendica (noch!) nicht die Teilnahme an Umfragen von Mastodon unterstützt.
Dafür kann es aber an einigen Ecken wesentlich mehr als Mastodon. Formatierung von Beiträgen, einbetten von Bildern etc.
Marcel likes this.
Esther
•Marek Bachmann
Das lohnt sich immer mal wieder, da auch Mastodon nicht immer alle Inhalte der Originalbeitrags 1:1 übernimmt. Zum Beispiel limitiert Mastodon die Anzahl der Bilder in einem Beitrag auf vier, auch wenn im Originalbeitrag mehr Bilder eingefügt wurden.
Esther likes this.
Esther
•Marek Bachmann
caos
•Nur kleine Ergänzung: Das dort verlinkte #Peertube-Video gibt es auch auf deutsch:
https://videos.im.allmendenetz.de/w/09718999-9718-4d01-b9a7-979be3e717a5
Vielleicht wäre das noch passender?
Marek Bachmann
caos likes this.
caos
•@tux @phomic
Marek Bachmann
caos likes this.
Lieschen Müller's father
•Frage für einen Freund aus #Frankfurt.
Marek Bachmann
Lieschen Müller's father likes this.
Erinnerungen-im-Netz.de :vf:
•http://www.kasselwiki.de/index.php?title=Kassel
Sprachkulturell:
http://www.kasselwiki.de/index.php?title=Niederhessische_Mundart
Kassel – KasselWiki
www.kasselwiki.delike this
Marek Bachmann and Lieschen Müller's father like this.