summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)Author
2023-01-28prioritize local users in mastodon avatar download, fixes #3210call-me-matt
Signed-off-by: call-me-matt <nextcloud@matthiasheinisch.de>
2023-01-20chore: run composer cs:checkRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-01-13allow social avatars from telegram, fixes #2393call-me-matt
Signed-off-by: call-me-matt <nextcloud@matthiasheinisch.de>
2023-01-07use Mastodon API instead of scrapingcall-me-matt
fixes #3151 Signed-off-by: call-me-matt <nextcloud@matthiasheinisch.de>
2022-09-20Properly decode escaped principal urlsCorentin Noël
Apply the same fix as in https://github.com/nextcloud/calendar/commit/8c294b12e16cf0fb9e4297eb35310d341ec30de3 to allow sharing with groups that contains spaces and escaped characters Fixes #2411 Signed-off-by: Corentin Noël <tintou@noel.tf>
2022-08-05Adjust coding styleJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
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>
2022-03-15Add testingJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2021-11-08don't urlencode protocol in XingProviderTestDaniel Opitz
Signed-off-by: Daniel Opitz <git@copynpaste.de>
2021-11-08fix scope of anonymous function in XingProviderTestDaniel Opitz
Signed-off-by: Daniel Opitz <git@copynpaste.de>
2021-11-07allow special chars for xing profile imageDaniel Opitz
Signed-off-by: Daniel Opitz <git@copynpaste.de>
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-06-04Properly check for circles versionJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-06-01Fix testsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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>
2021-02-23Merge pull request #2081 from nextcloud/fix/twitter-uriJohn Molakvoæ
adapted twitter uri
2021-02-23add user agentcall-me-matt
Signed-off-by: call-me-matt <nextcloud@matthiasheinisch.de>
2021-02-22adapted twitter uricall-me-matt
Signed-off-by: call-me-matt <nextcloud@matthiasheinisch.de>
2021-01-11Make sure twitter returns the raw static html page so we can get the profile ↵John Molakvoæ (skjnldsv)
picture properly Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-12-11Fix generating the redirect urlJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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-04unit tests for all providersleith abdulla
this commit adds unit tests for all providers while also reducing some redundancy in looking up social fields minor feedback was addressed as well as some minor bugs fixed 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-21Improve performance, sort contacts, exclude read-only and exclude already ↵John Molakvoæ (skjnldsv)
selected ones Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.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-08-03Allow to get direct contact routeJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-07-25Allow for avatar downloads from social networksmatthias
Signed-off-by: call-me-matt <nextcloud@matthiasheinisch.de>
2020-07-09Fix syntaxJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-04-17Fix testsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-03-03Cleanup old unused testsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-12-08Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]
Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-17fix testGreta Doci
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-10-03Implement our own initialStateService for 15John Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-09-27Add TZ & LANGJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-09-26Move to global eslintJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-02-13Fix testsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-23Travis bumpJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-23Fix phpunit testsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-09Eslint aliases and improved linting rulesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-09Fix tests & add MOVEJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-25Copyright fixJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-08Details properties update and addressbook templateJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-11Vue cleanup and initJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>