summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)Author
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>
2017-04-26Merge pull request #173 from nextcloud/contactsmenu-integrationJan-Christoph Borchardt
Add contacts menu integration
2017-04-24Translate details actionChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-04-24Redirect from UID to GID+UIDChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-04-11Use absolute path for icon urlChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-04-11Ignore system contactsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-04-03Use PSR-4 naming for classesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-03-20Add contacts menu integrationChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2016-10-20Replaced various ownCloud with Nextcloud.Alexander Weidinger
2016-03-27add common makefile, make it possible to run tests and build package without ↵Bernhard Posselt
installing global libs, enhance travis build file to also run php tests, add dev docs fix indention fix copyright exclude gulpfile from appstore build also generate coverage when phpunit exsits in path remove breaking codecov from test run codecov after success, use previous make package run test suite instead of build try without sudo another try without sudo switch from mariadb to mysql mysql server seems to be present out of the box
2016-02-29THIS IS CONTACTS!Thomas Müller
2015-10-26Initial commitHendrik Leppelsack