Patrick Robertson
Patrick Robertson
The changes have been merged into maser, and we hope to get a new release out within the next ~week. You can view the full documentation on the new CSV...
Facebook archiving using the yt-dlp built-in code is now merged into main. See https://github.com/bellingcat/auto-archiver/pull/223 It's not perfect (one limitation is it only gets the first 100 characters of text posts),...
Closing this as facebook archiving is now part of the generic_extractor. It is not perfect, but I will open another issue for this
I've been working on a breadcrumb issue with Qtranslate-xt and Yoast 14.0+. I have found the issue with breadcrumbs lies with this line of code: https://github.com/Yoast/wordpress-seo/blob/trunk/src/builders/indexable-post-builder.php#L133 Upon saving a post,...
Thanks for the confirmation dejann. In that case I've created a new issue specific to the bug I've found: https://github.com/Yoast/wordpress-seo/issues/15627
@Djennez @jono-alderson all that is needed to solve this from the plugin's point of view is a filter to be able to alter the value that goes into the indexables...
Confirmed same issue here: Nextcloud Hub 8 (29.0.1) Collectives 2.10.1 Not sure if it's related, but I got this error in the log: ``` Debug no app in context Exception...
Thanks @mejo- for the follow up. I am running Nextcloud 29 with collectives 2.10.1, here is more debug info from the command `sudo -u www-data php occ config:list system` ```json...
OK, I think that helped. I checked and there is a 500 error in Firefox Developer tools. I copied the 'CURL' equivalent code: ``` curl 'https://XXXXX/apps/collectives/_api/47/_pages/3305405/share/CbZx6MwMPLW8WzT' -X PUT -H 'User-Agent:...
Yes, it is 2.13.0: ```bash user@server:/$ grep "version" /var/www/nextcloud/apps/collectives/appinfo/info.xml 2.13.0 ``` Edit: if I disable 'Enforce numeric characters' and change the 'Minimum password length' to 0 in 'password policy' then...