summaryrefslogtreecommitdiffstats
path: root/apps/contactsinteraction
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-03-262-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2021-03-042-4/+4
|
* Update autoloader filesRoeland Jago Douma2021-03-021-2/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Card::getOwner should return the actual valueRoeland Jago Douma2021-03-011-1/+1
| | | | | | | I guess we never call this at runtime or it would already ahve done boom very loudly. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2021-02-232-0/+16
|
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
| | | | | | | | | | 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-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2021-02-122-0/+16
|
* This is 22Joas Schilling2021-02-031-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update all composer autoloader filesChristoph Wurst2021-01-282-1/+33
| | | | | | The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2021-01-282-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2021-01-222-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2021-01-192-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-01-162-0/+16
|
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-12-162-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-12-122-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-12-102-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-12-062-2/+4
|
* Merge pull request #24396 from nextcloud/dont-use-system-composerMorris Jobke2020-12-024-3/+5
|\ | | | | dont use system composer for autoload checker
| * rebuild autoloader scripts with 2.0.7Robin Appelman2020-11-264-3/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-11-302-0/+14
|/
* [tx-robot] updated from transifexNextcloud bot2020-11-262-0/+16
|
* Convert the card resource to a string if necessaryChristoph Wurst2020-11-131-1/+6
| | | | | | | Apparently the fetched column can be a string or resource. Hence we have to catch the resource type and convert it to a string. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-11-122-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-11-112-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-10-312-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-10-304-2/+22
|
* [tx-robot] updated from transifexNextcloud bot2020-10-162-0/+16
|
* Drop X-NEXTCLOUD-UIDJohn Molakvoæ (skjnldsv)2020-10-122-4/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Type some of the core mappersChristoph Wurst2020-10-121-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-10-102-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-10-092-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-10-082-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-10-042-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-10-012-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-09-282-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-09-264-4/+22
|
* Update autloaderRoeland Jago Douma2020-09-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-09-242-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-09-234-2/+18
|
* [tx-robot] updated from transifexNextcloud bot2020-09-2012-0/+94
|
* Add transifex config for all new appsMorris Jobke2020-09-181-0/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bump versionsJoas Schilling2020-09-181-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix writing BLOBs to postgres with recent contacts interactionChristoph Wurst2020-08-281-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add some tests for RecentContactMapperDaniel Kesselberg2020-08-121-0/+134
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Migrate contacts interaction to the PSR-3 loggerChristoph Wurst2020-07-161-7/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move contactsinteraction to bootstrap mechanismMorris Jobke2020-07-082-31/+8
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #20860 from ↵Georg Ehrke2020-05-083-4/+28
|\ | | | | | | | | nextcloud/bugfix/noid/macos_contacts_sync_prefer_personal_over_app-generated macOS contacts: prefer personal over app generated
| * Rename app-generated to z-app-generated, because macOS Contacts supports ↵Georg Ehrke2020-05-071-1/+0
| | | | | | | | | | | | only one and will pick the first one alphabetically Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * Implement ctag and etag in ContactsInteractionGeorg Ehrke2020-05-073-3/+28
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>