summaryrefslogtreecommitdiffstats
path: root/tests/unit/Service/SocialApiServiceTest.php
AgeCommit message (Collapse)Author
2022-05-16Resize maximum dimensions for pictures coming from SocialApiServiceThomas Citharel
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-05-04Merge pull request #2729 from nextcloud/optimize-social-searchJohn Molakvoæ
2022-05-04optimize search for contacts with social datacall-me-matt
Signed-off-by: call-me-matt <nextcloud@matthiasheinisch.de>
2022-04-24Make sure URLs for social avatars of contacts are actual URLsThomas Citharel
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-07-16Replace any string value with a nullable network for the fallback to match ↵Julius Härtl
the first social service Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-03-16Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot[bot]
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-07vcard should only have 1 photo field when adding/removing photosleith abdulla
when adding photo fields through the social api service, an extra photo field is created for vcard version 3.0 due to setting a field as empty instead of unsetting it all together when removing photo fields, this empty photo field is left untouched thus, syncing photos to address book clients can be buggy as most address book clients do not properly iterate through all photo fields to display the contact photo Signed-off-by: leith abdulla <online-nextcloud@eleith.com>
2020-11-01linting, unit tests, comment fixesleith abdulla
Signed-off-by: leith abdulla <online-nextcloud@eleith.com>
2020-09-11Merge pull request #1745 from call-me-matt/enh/social-chunksJohn Molakvoæ
2020-09-06perform sanity checkscall-me-matt
Signed-off-by: call-me-matt <nextcloud@matthiasheinisch.de>
2020-09-04Bump christophwurst/nextcloud_testing from 0.7.0 to 0.10.0dependabot[bot]
Bumps [christophwurst/nextcloud_testing](https://github.com/ChristophWurst/nextcloud_testing) from 0.7.0 to 0.10.0. - [Release notes](https://github.com/ChristophWurst/nextcloud_testing/releases) - [Commits](https://github.com/ChristophWurst/nextcloud_testing/compare/0.7.0...0.10.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-08-14update social avatars in chunkscall-me-matt
Signed-off-by: call-me-matt <nextcloud@matthiasheinisch.de>
2020-08-05allowing for background updates of social avatarscall-me-matt
Signed-off-by: call-me-matt <nextcloud@matthiasheinisch.de>
2020-07-25Allow for avatar downloads from social networksmatthias
Signed-off-by: call-me-matt <nextcloud@matthiasheinisch.de>