mario
@mario@hub.somaton.com
This is a remote user, information on this page may be incomplete. View original ↗
- Comment on @Hubzilla Support Forum hub.alfredbuehler.ch unknow 2 days ago: @Alfred Bühler do you still see this?
I have spent some time looking at this but could not see anything wrong in the code. It would be great if you could share a complete log of posting/sending a post. - Comment on @Hubzilla Support Forum Thanks everybody for the help! I made some good prog 4 days ago: @mrjive
I've discovered that auto completion is case sensitive
Yes, postgresql searches are CS by default not CS.
hub.hubzilla.de uses postgres :slightly_smiling_face: - Comment on Creating a rss feed only channel 5 days ago: @mrjive do you see any errors in the browser javascript console when autocompletion kicks in? Also, does the request for autocompletion succeeds? You should see something in the network tab of the developer tools.
- Comment on Creating a rss feed only channel 5 days ago: @mrjive if you look at the feed contact permissions, ist their permission "Can source/mirror my public posts in derived channels" checked?
To federate with activitypub you must enable the addon as admin -> pubcrawl. Then install the activitypub app for the channels you want federate. - Comment on Creating a rss feed only channel 5 days ago:
- Comment on [Bug] Boolean lines in contact allowlists with more than one OR don't work 1 week ago: @Jupiter Rowland thanks, i have pushed a fix:
https://framagit.org/hubzilla/core/-/commit/57acdc4bdf35d2178337205844f14edb8e2319a5 - Comment on [Bug] Boolean lines in contact allowlists with more than one OR don't work 1 week ago: @Jupiter Rowland i have tried those cases and they all pass here without errors :thinking_face:
- Comment on Issue: The limits of the cloud? 2 weeks ago: @Der Pepe (Hubzilla) ⁂ do you have slow log enabled for your DB backend? Maybe it reveals something :thinking_face:
Performance differences when accessing new vs old files does not make much sense to me though :person_shrugging: - Comment on Issue: The limits of the cloud? 2 weeks ago: @Der Pepe (Hubzilla) ⁂ is there a difference/correlation in how often the image is accessed (server access log) compared between the different scenarios?
- Comment on Issue: The limits of the cloud? 2 weeks ago: @Der Pepe (Hubzilla) ⁂
And it’s reproducible: files newly added to certain directories cause the timeout error. Older files already present in precisely these directories do not cause the error, even when reused in a post.
Just a wild guess: new files are being fetched by all receivers, old files might already be cached and will not be fetched in the same extend as new ones. - Comment on Issue: The limits of the cloud? 2 weeks ago: It looks like a timeout due to too many requests to me. Maybe a configuration issue between server, php-fpm and/or sql backend.
- Comment on About desktop notifications 3 weeks ago: @Alfred Bühler
Could you please tell us something about the warning there?
SSE implements an endless loop. Some hosters do not like this... - Comment on About desktop notifications 3 weeks ago: @Harald Eilertsen i think it is fine as an addon. It is a perfect fit for the hooks system.
- Comment on @Hubzilla Support Forum Conclusion It works only if the SSE plugin 3 weeks ago: @Alfred Bühler anyway, if you feel motivated and have questions, you could start a thread in @Hubzilla Development
- Comment on About desktop notifications 3 weeks ago: So i reviewed this a little. Basically only the SSE Notifications addon needs to be activated. This is because the addon provides the realtime updates for the notifications system no matter if traditional polling or SSE is used. The decision if SSE or traditional polling is used is made in the admin->site settings.
So the name and the description of the addon is somehow misleading. The addon should probably be called "Realtime Notifications" and the description should be "Provides realtime data for the core notifications system". - Comment on @Hubzilla Support Forum Conclusion It works only if the SSE plugin 3 weeks ago: @Alfred Bühler i think an extension does not make much sense here. I would suggest to move the notification settings to a separate settings page (like we already did with display settings etc.). There you could split the settings up to different sections e.g.:
- Notifications widget
- Desktop notifications
- Email notifications
also maybe a general section. - Comment on @Hubzilla Support Forum Conclusion It works only if the SSE plugin 3 weeks ago: @Alfred Bühler i am pretty confident it works with multiple browser tabs if you use a decent browser. For the rest, you could make it configurable :winking_face:
- Comment on @Hubzilla Support Forum Bingo! It works. Don't ask me why. I' 3 weeks ago: @𝓒𝓱𝓻𝓲𝓼 just remove the browser permission again.
- Comment on @Hubzilla Support Forum Bingo! It works. Don't ask me why. I' 3 weeks ago: @Stefan Hay Fidelity sse the addon or the admin setting? And are you sure? After a quick look, in theory, it should work without sse also...
- Comment on About desktop notifications 3 weeks ago: @Alfred Bühler is sse enabled from the admin panel? In theory it should work also without sse though.
Desktop notifications enabled from the notification settings? - Comment on About desktop notifications 3 weeks ago: @Alfred Bühler it is possible that the sse addon must be enabled for them to work :thinking_face:
Not sure though from the top of my head... - Comment on About desktop notifications 3 weeks ago:
- Comment on About desktop notifications 3 weeks ago: @Alfred Bühler Yes, new top level posts, or what we call conversation starters.
- Comment on About desktop notifications 3 weeks ago:
And to be honest, I really don't understand that SSE thing
SSE is my fault :raised_hand:, feel free to ask.
Desktop notifications used to work for gnome here. IIRC they only notify about toplevels because otherwise it was too much... - Comment on Partially incorrect MIME type detection for files newly uploaded to the cloud 4 weeks ago: @Der Pepe (Hubzilla) ⁂
What could be done to ensure that CSS is recognised correctly and entered into the table?
Maybe file an issue to libmagic?
I would rather not rely on file endings to determine the file mime type. We could possibly make an excemption for channels that have code right so that in that case if text/plain is returned from finfo() we compare it to the previously provided mimetype and if it is not the same, revert to the provided one. But i actually do not like this hack! - Comment on Partially incorrect MIME type detection for files newly uploaded to the cloud 4 weeks ago: AFAIK it depends on the content of the css file if
finfo()will recognise it astext/cssor not. - Submitted 5 weeks ago to adminsforum@hubzilla.org | 2 comments
- Comment on Errors in delivery report 5 weeks ago: @Alfred Bühler
I always thought they would need to be in my contact list.
Your contacts might have had clones there. - Comment on Errors in delivery report 5 weeks ago: @Alfred Bühler
But why does my hub try to deliver my posts to them at all?
It does not, it just let you know that they can not be reached. - Comment on Widget repository linking 1 month ago: @Alfred Bühler right, for 3rd party widgets the mechanism is similar to addons...