Zum Inhalt der Seite gehen



https://www.youtube.com/watch?v=GtBnj3Z3eO4

Marek Bachmann hat dies geteilt.



Als Antwort auf Marek Bachmann

@Hypolite Petovan a general question which surely is in the scope of your expertise: Is there some method in git to check when a specific method / code block was last changed by a commit?
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 hat dies geteilt.

Als Antwort auf Marek Bachmann

@Marek Bachmann Yes, it’s called git blame, although I’ve never used it in command line. In PHPStorm, it’s called “Annotate with git blame”.

Friendica Developers hat dies geteilt.

Als Antwort auf Hypolite Petovan

Wow, what a cool function. Tested it in PHPStorm. It really tells me for any line which commit changed this line.

Friendica Developers hat dies geteilt.

Als Antwort auf Hypolite Petovan

Just the name "blame" is a little rude :-D From this function's perspective, you are "to blame" for many code lines ;-)

Friendica Developers hat dies geteilt.

Als Antwort auf Marek Bachmann

@Marek Bachmann It’s a common criticism of the name of the feature, several alternatives have been suggested but there’s little chance any of them will be adopted.

Friendica Developers hat dies geteilt.



Status of "image galleries"?


Hi @Friendica Developers

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

Friendica Developers hat dies geteilt.

Unbekannter Ursprungsbeitrag

Marek Bachmann
Will you provide these enhancements from your friendica instance to the public repository? :-)

Friendica Developers hat dies geteilt.

Unbekannter Ursprungsbeitrag

Marek Bachmann
Ahh really nice to know. Such an app is quite important to provide users easy access for handling media. Really appreciate your work and mindset on this topic.

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 Developers hat dies geteilt.



Why is a E-Mail notfication for new registration only possbile when registrations are unrestricted open?


@Friendica Admins @Friendica Developers @Friendica Support

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!

teilten dies erneut

Als Antwort auf Marek Bachmann

@~friendica ~friendica">Marek Bachmann ~friendica ~friendica Administrator accounts should see tge pending registrations in the notifications menu.

teilten dies erneut



Hi @Friendica Developers @Friendica Developers

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 hat dies geteilt.



"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


Ich habe eine #Friendica Instanz für die Region #Nordhessen auf

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! :-)
Als Antwort auf Marek Bachmann

1866: "Preußen annektierte die bisherigen Staaten Kurhessen und Nassau und vereinigte sie mit der Freien Stadt #Frankfurt zur Provinz #Hessen-Nassau. #Kassel wurde die Hauptstadt der neuen Provinz und Sitz ihres Oberpräsidenten"
http://www.kasselwiki.de/index.php?title=Kassel

Sprachkulturell:
http://www.kasselwiki.de/index.php?title=Niederhessische_Mundart
Dieser Beitrag wurde bearbeitet. (1 Jahr her)


Hi @Friendica Support
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 hat dies geteilt.

Als Antwort auf Marek Bachmann

Checking the file attributers returns:

-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 hat dies geteilt.



Hi @Fedilab Apps how can I switch my timeline to always and directly show full context of a thread. I really don't like the Twitter / Mastodon Style to read text from unknown users and not knowing the context until I click on the message. Feels so unfamiliar to me. :-/


How to make a user admin from console


Hi @Friendica Support

I created a new instance, but for what ever reason the first registered user has no admin rights. How can I set admin rights to a user via console?
Thanks!

Friendica Support hat dies geteilt.

Als Antwort auf Marek Bachmann

Thank you. I had to change config.admin_email, but that worked. But I previously thought that it would determine the email address to get in contact with the admin rather to identify his account :-)

Friendica Support hat dies geteilt.

Als Antwort auf Marek Bachmann

@Marek Bachmann :friendica: Most configuration key purpose is explained in static/defaults.config.php for the file-based configuration, and in static/settings.config.php for database-based configuration.

Friendica Support hat dies geteilt.



Show image Description in Fancybox?


Hi @Grischa CC @Friendica Support

Does fancybox add-on currently support displaying the image description (more formally, the content of the "alt" attribute of the img tag), and if yes, how / where? If no, do we want to add it?

Friendica Support hat dies geteilt.

Unbekannter Ursprungsbeitrag

Marek Bachmann
That is really great. Thank you very much! <3

I would assume, that blind people don't use fancybox

I think it is not on us to decide it, and I am convinced by the slogan "a good inclusion measure is beneficial to anybody".

To be honest I got very quickly used to read the descriptions by myself since I often find it interesting how people describe their content and in some rare cases it helped me to understand what I "see" on the image in the first place. :-D

Friendica Support hat dies geteilt.



"Wir haben einfach zu wenig Platz für drei Antriebstechnologien (...) und deswegen wollen wir uns genau von einer Technologie verabschieden, um mehr Platz für die anderen beiden zu haben".

Die anderen beiden sind Diesel und Batterie. Wirkt auf mich nicht gerade zukunftsorientiert.

#Hessen #hessenschau #wiesbaden #wasserstoff #diesel #Nachhaltigkeit #ÖPNV

https://www.hessenschau.de/tv-sendung/kehrtwende-wiesbaden-schafft-wasserstoffbusse-ab-,video-177352.html


Mein Vorschlag im #Bitburger Brauhaus in #kassel statt den acht #Bit doch einfach ein #Byte zu bestellen kam selbst bei meinen IT Kollegen wirklich schlecht an! 😔


"What does Friendica wants to be"?


teilten dies erneut

Als Antwort auf Marek Bachmann

Honestly I'd be delighted just to get toots with text on Friendica... https://github.com/friendica/friendica/issues/12318#issuecomment-1338961629

teilten dies erneut

Als Antwort auf Lorraine Lee

@Lorraine Lee This is a puzzling issue, nobody else seems to be affected, and your node seems to run fine otherwise.

teilten dies erneut

Als Antwort auf Hypolite Petovan

One of life's mysteries. Perhaps an upgrade will iron it out.

teilten dies erneut

Unbekannter Ursprungsbeitrag

Marek Bachmann
Agreed!

teilten dies erneut


Als Antwort auf Fedilab Apps

I am really impressed that you support #Friendica this much already. I have to admit that I thought you would focus on #mastodon primarily / solely, like many others. <3


Delete User immediately?


Hi @Friendica Admins @Friendica Support

I have a couple of test user accounts for developing, and it is a little bit cumbersome that I can't delete a test account directly but have to wait (a week or so) until it is finally deleted.

Is there a way to "force deletion" immediately?

Thx!

teilten dies erneut

Als Antwort auf Marek Bachmann

You can’t drop them immediately because federation needs time.
But you can delete them from the user table and probably from the userd table.

teilten dies erneut

Als Antwort auf Raroun

@Raroun @Marek Bachmann :friendica: I don't know if that has unwanted side effects, such as warnings or even errors. I would wait for normal deletion and then purge them continue with testing like test12345 and so.

teilten dies erneut

Als Antwort auf Roland Häder

I had an issue with the „move account“ feature in Friendica that doesn’t work.
In my case it created users that didn’t even showed up in the user overview. Deleting them solved my issue.
Anyway ist probably more safe to wait a week.
Dieser Beitrag wurde bearbeitet. (1 Jahr her)

teilten dies erneut

Als Antwort auf Marek Bachmann

In my specific case I was concerned to free the space since had tested with images and my test server has quite low disk quota.

teilten dies erneut



Are these Images "attched" or "inline" ...


... and if inline, how do I even "attach" images to a post? So sorry, but I still just don't get this distinction @Hypolite Petovan @Grischa

Michael hat dies geteilt.

Unbekannter Ursprungsbeitrag

Marek Bachmann
I do not even have the appropriate problem for testing! :-D
Unbekannter Ursprungsbeitrag

Marek Bachmann
Nope, it is "plain" 0e543b2d4 from 2022.12-rc with Fancybox 1.03





Nennt mich konservativ, aber das halte ich am Frankfurter Hauptbahnhof eher für ne schlechte Idee 🤔🚄


The rendering of a thread jumps to its top whenever I interact with, e.g. like a comment


Hi @Friendica Developers @Friendica Support

Is it a general behavior that when I interact with a post, e.g. to like a reply, the site scrolls up to the root of the thread?
This is very annoying when I want to read through replies and comment / like on my way through. It requires a lot of scrolling through the same content over and over again.

Is this an issue with the code, or does it depend on the used browser?

Does anybody else even has this issue?
You can try here https://social.bund.de/@bfdi/109477476223436336 and like e.g. my comment https://friendica.mbbit.de/display/b25b9f4f-6063-9213-2232-ee1397814490


Der #Cell #Broadcasting #Alarm kam pünktlich auf die Minute. Der Inhalt wurde sogar vorgelesen! #Kassel, #Hessen, #Telekom, #Android

teilten dies erneut

Als Antwort auf Marek Bachmann

@Marek Bachmann :friendica: This usually has to do with the automatic collapse of the post content. When a like or a comment is submitted, the whole thread is asynchronously regenerated, and if the dimensions of the new threads aren't the same as the existing thread, browsers adjust the scrolling according to factors unknown to me.

teilten dies erneut



#Kassel #party #goldgrube #select


Vortrag über kooperativen Unfallschutz für ungeschütze Verkehrsteilnehmer


Ein Vortrag von Jens Peters von der Hessischen Hochschule für öffentliches Management und Sicherheit (#HöMS) und mir, beim Forschungstag am 28. September 2022 an der HöMS in #Mühlheim am Main.

https://www.youtube.com/watch?v=U5Hd_X1qibw

#unfallschutz #fußgänger #fahrrad #kooperativ #kassel #hessen #c2p #c2x #polizei #unikassel #unfallszenario

Marek Bachmann hat dies geteilt.



Share example



What attachment detection do you mean exactly?
Before fancybox the attachments were simply .. uhm .. attached. No special detection or preparation. If you search for "body-attach" you'll find the code actually attaching images. But there is no "magic".



Just for you to know:
The song #gloryhammer on the album #gloryhammer from the band #gloryhammer is about a #gloryhammer...
And a laser powered goblin smasher

Have a nice day!


Nach Übernahme durch Elon Musk - Auch Niedersachsens Regierungschef Weil (SPD) kehrt Twitter den Rücken
(...)
Außerdem werde derzeit eine Anmeldung beim in Deutschland entwickelten Twitter-Konkurrenten Mastodon geprüft, teilte sein Social-Media-Team auf Twitter mit.

https://www.deutschlandfunk.de/auch-niedersachsens-regierungschef-weil-spd-kehrt-twitter-den-ruecken-100.html




Appeareance of images attached to a post


Hello @Friendica Developers @Friendica Support @https://friendica-dev.mbbit.de/profile/friendicadev Hello dear community, I would like to discuss with you about the appearance of posts with multiple images on #Friedica. Here is my opinion:
The current way multiple #images are displayed is awful:

Yeah, you saw it by my embedded examples your self. What bothers me most is:

  • It just looks messy (especially when there is a mix of landscape and portrait format)
  • Besides the aesthetics, multiple images take a lot of room (when you do not use an add-on like show more)


My suggestion on which I would love to hear your opinion is to use a grid format like on #mastodon:

I would pitch a suggestion by adding a PR for a (from my point of view) "better" appearance based to this
tutorial. I do not like to use JS in general and would leave it out by determine the suited amount of columns in the backend.

But before I invest time on that, I want to hear your feedback. Thank You!

Als Antwort auf Hypolite Petovan

I am not able to confirm the issue. On my dev instance, clicking on any image in any of both column starts fancybox correctly (Tested it here: https://friendica-dev.mbbit.de/display/fa8fe840-2163-95ff-eaad-d3d249610322).
Can you provide an example? Thank You!

teilten dies erneut

Als Antwort auf Marek Bachmann

@Marek Bachmann :friendica: @Grischa Don't worry about it, it's an issue with the fancybox addon specifically, and you need an image grid with two columns, it doesn't affect inline images like you've shared.

teilten dies erneut



Inconsistent usage for image upload limit values 0 and -1


Hello @Friendica Developers I like to ask you about your opinion regarding the issue:

Currently, I am reworking the upload size limits description and usage for images on the Admin site. I encountered IMHO an inconsistency in the semantic of providing '0' and '-1' as a limit value:


  • For the maximum size 0 means unlimited, but this is yet not interpreted that way in the code (there it is only compared if the image size is grater than the limit, which in case of 0 just rejects any file)
  • For the maximum length -1 mean unlimited


Question: Which values should we use, and how should they be interpreted in the code base? For me, it would make sens to use "-1" in general for no limit and "0" for deactivated. But what would "0" then mean in the case of "image length"?

Any thoughts?

Friendica Developers hat dies geteilt.

Als Antwort auf Marek Bachmann

I am not prioritizing nor advertising such a feature, neither. This option, only came to my awareness while digging through the code. I think this option won't do any harm either, since there might be situations where admins might favor to do not allow image upload, e.g. for legal reasons.
My focus is more on consistency regarding the meaning of the numbers for the limits. :-)

Friendica Developers hat dies geteilt.

Als Antwort auf Marek Bachmann

@Marek Bachmann :friendica: The feature might be useful, but it needs to be clearly advertised to users, which may be the hardest part of this feature.

Friendica Developers hat dies geteilt.



Could not acces .well-known/host-meta


Hello @Friendica Support after pulling from dev at 27th November, I receive this message on the admin page, complaining about the system has no access to .well-known/host-meta which indicates a severe misconfiguration. What has changed? :-)

Friendica Support hat dies geteilt.

Als Antwort auf Marek Bachmann

Here is the error from log corresponding to this message:


2022-11-30T17:30:14Z index [ERROR]: Uncaught Exception Error: "Class 'phpseclib3\Crypt\RSA' not found" at /home/friendica/live/src/Protocol/Salmon.php line 248 {"exception":"Error: Class 'phpseclib3\\Crypt\\RSA' not found in /home/friendica/live/src/Protocol/Salmon.php:248
Stack trace:
#0 /home/friendica/live/src/Module/WellKnown/HostMeta.php(96): Friendica\\Protocol\\Salmon::salmonKey()
#1 /home/friendica/live/src/BaseModule.php(238): Friendica\\Module\\WellKnown\\HostMeta->rawContent()\n#2 /home/friendica/live/src/App.php(739): Friendica\\BaseModule->run()
#3 /home/friendica/live/index.php(44): Friendica\\App->runFrontend()
#4 {main}"} - {"file":null,"line":null,"function":null,"uid":"14c663","process_id":568081}

Friendica Support hat dies geteilt.

Als Antwort auf Marek Bachmann

@Marek Bachmann :friendica: Ah, you need to run bin/composer install --no-dev whenever the composer.lock file changes.

Friendica Support hat dies geteilt.

Als Antwort auf Marek Bachmann

Thx, that fixed it. Nice! Was pulling the last times without worrying about that ;-)

Friendica Support hat dies geteilt.



Question aboout ids and classes in smarty templates


@Friendica Developers @Friendica Support
Currently, I am working on the issue that the size limit for images to be uploaded is not shown in the upload dialogue. To display this information, I want to extend the photos_upload.tpl smarty template. I guess the best way is just to insert a new <div>...</div> beneath the submit button. But I see that any <div>...><div> has a unique id and class attribute.

What's the deal with these two attributes, what do I need to consider? Are they mandatory or optional?
And for this very specific case: When I insert <div>...><div> for the image size limit, which values should I use for id and class attributes?

teilten dies erneut

Als Antwort auf Marek Bachmann

@Marek Bachmann :friendica: The base principle is an HTML elements can have only one id and it should be unique in a page, while they can have multiple classes separated by spaces in the class attribute and elements can share classes.

Form fields are mostly generated through the field_*.tpl templates.

teilten dies erneut



How to deal with / Update Smarty Templates


@Friendica Developers @Friendica Support I am sure someone can solve my problem / ignorance on the following issue within a second after I fought on it for hours:

I changed a smarty template but what ever I do these changes are not reflected on the frontend. I read that Friendica "precompiles" those templates, but I have no clue when and how this is being done?

Anyone? :-)

teilten dies erneut

Als Antwort auf Marek Bachmann

Yeah, that was the problem, I only changed the template in templates/view. Thank you very much. But now I wonder: Since I assume that the frontend always uses on of the themes, where are the templates in templates/view actually used?

teilten dies erneut

Als Antwort auf Marek Bachmann

When there is no corresponding template in the theme folder, then the default one is used.

teilten dies erneut

Als Antwort auf Marek Bachmann

Thank you both for clarification. :-)

teilten dies erneut

Als Antwort auf Marek Bachmann

One more question: When I add change a template for a specific theme, shouldn't I also do it for the other themes?
And if yes, how would I best check their appearance, especially for the default templates?

teilten dies erneut



A thought about the #Fediverse and the origin of #Internet


I think that the #Fediverse has the potential to bring (social) #Web back closer to its original vision of its most important inventor, Tim #Berners-Lee:

"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".

teilten dies erneut

Als Antwort auf Marek Bachmann

Well- from where i'm typing right now. The Fediverse solves a ton of problems. it really does 'Just Work'.


Schnee ist so romantisch! ♥️


„Cause I've got the cure for all of my blues
I take a look at my enormous penis, and my troubles start-a meltin' away
Ba-um-ba!“ - Da Vincis Notebook, Enormous Penis



Deprecated Facebook Connector(s)


@Friendica Support
Hello again!
I just had the great or dump idea (could not test it out yet) to reactivate my Facebook account to advertise the #fediverse, and especially #Friendica . I drew my motivation from the text
With Friendica, you can also fully interact with anyone on Twitter, post on Facebook and receive any content on Tumblr, Wordpress or RSS. Friendica allows you to integrate most things on the web via a range of addons such as ITTT, Buffer; you will be able to easily control your own data as you decide.

https://github.com/friendica/friendica/blob/develop/README.md

But then I read:
Facebook Connector, Facebook Post Connector and Facebook Sync plugins are deprecated. As of the moment you cannot bridge from or to Facebook with Friendica.

https://github.com/friendica/friendica/wiki/How-to:-Friendica%E2%80%99s-Facebook-connector

How about updating the README.md regarding the state-of-the-art in 2022?

BTW: I will nevertheless try to motivate the local Facebook crowd to have a try with #Friedica , evnen though I loved the idea to post there directly from the #fediverse .

Cheers

Friendica Support hat dies geteilt.

Als Antwort auf Marek Bachmann

The full Twitter interaction is still functional, though? (Never used it myself)

Friendica Support hat dies geteilt.

Als Antwort auf Marek Bachmann

@Marek Bachmann :friendica: Yes, I use it regularly, although this may change with the advent of this new era for the platform.

Friendica Support hat dies geteilt.



Participating on polls from Friendica


@Friendica Support : Just a curious question:
I follow quite a lot of mastodon account, and in the last days, mastodon users seem to develop a passion for polls.


I noticed that I am on my friendica instance are not able to participate in these polls since the content is only included in plain text.

Does #Friendica just do not support polls, or is it only my instance / a missing add-on that prevents me to participate in polls?

Friendica Support hat dies geteilt.

Als Antwort auf Marek Bachmann

My understanding is that polls are currently only displayed but you can't vote on them yet. It would be great if this will be added to a future version of Friendica!

Friendica Support hat dies geteilt.

Als Antwort auf Ruben Verweij

Yes, this summarizes exactly my reading. I just asked on git
Is there already _something_ implemented regarding those interactions? I would love to have a look at it as a starting point to get familiar with the code structure. :)

Friendica Support hat dies geteilt.



#kassel #quiz #lolitabar


#Party #Select #Kassel #Goldgrube