privacy_image_cache: Pictures are now fetched from the original source #91
No reviewers
Labels
No labels
2018.09
2019.01
2019.03
2019.06
2019.09
2019.12
2020.03
2020.06
2020.09
2020.12
2021.03
2021.07
2021.09
2022.02
2022.06
2022.09
2022.12
2023.04
2023.05
2023.09
2024.03
2024.06
2024.09
2024.12
dependencies
Hackathon 2021
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: friendica/friendica-addons#91
Loading…
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
privacy_image_cache now tries to detect if a picture is sent through a picture cache - like the one from facebook - and tries to detect the original image.
In the forumlist I added a "div" to be able to do some CSS stuff. It shouldn't harm any other theme.
This pull request now contains the multi directional synchronisation as well. That means that posts from statusnet, twitter and facebook are mirrored to friendica if the user activates it.
It is working now for several days and it seems stable in my eyes. The import from facebook still has got room for improvements - but in my eyes it is production ready.
Sometimes it happens that posts from twitter or statusnet are mirrored - also they came originally from friendica. This can be avoided if the admin defines the name of the application for twitter and statusnet in the .htconfig.php, for example:
$a->config['twitter']['application_name'] = "piratica";
$a->config['statusnet']['application_name'] = "pirati.ca";