Commit Graph

43 Commits (stable20)

Author SHA1 Message Date
Nextcloud bot 9fe8dbda33
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Nextcloud bot 89e392ad07
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot c4c6539f83
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot cfdbe717c9
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 61cc3990ea
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 1a05043008
[tx-robot] updated from transifex 3 years ago
Nextcloud bot 21ff951ca3
[tx-robot] updated from transifex 3 years ago
Roeland Jago Douma 622a3b8c74 Card::getOwner should return the actual value
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>
3 years ago
Nextcloud bot a85fa7b6d3
[tx-robot] updated from transifex 3 years ago
Nextcloud bot 9b978a714d
[tx-robot] updated from transifex 3 years ago
Nextcloud bot d7f6a4800c
[tx-robot] updated from transifex 3 years ago
Nextcloud bot f92289f5a7
[tx-robot] updated from transifex 3 years ago
Nextcloud bot f94215a58e
[tx-robot] updated from transifex 3 years ago
Nextcloud bot 996d6ce994
[tx-robot] updated from transifex 3 years ago
Nextcloud bot 257e3dd50b
[tx-robot] updated from transifex 4 years ago
Nextcloud bot c676da759e
[tx-robot] updated from transifex 4 years ago
Nextcloud bot 4a51875a73
[tx-robot] updated from transifex 4 years ago
Nextcloud bot 80ef7e14da
[tx-robot] updated from transifex 4 years ago
Nextcloud bot c1e993333e
[tx-robot] updated from transifex 4 years ago
Nextcloud bot 921f9441d3
[tx-robot] updated from transifex 4 years ago
Christoph Wurst 07861fe52d Convert the card resource to a string if necessary
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>
4 years ago
Joas Schilling 8ff0523c3d
Make sure columns with an empty default are nullable for Oracle
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
Nextcloud bot 140068e91d
[tx-robot] updated from transifex 4 years ago
Nextcloud bot 3d3cebc321
[tx-robot] updated from transifex 4 years ago
Nextcloud bot b1159294a8
[tx-robot] updated from transifex 4 years ago
Nextcloud bot dac9c01eb5
[tx-robot] updated from transifex 4 years ago
Nextcloud bot 7aeb050124
[tx-robot] updated from transifex 4 years ago
Nextcloud bot 1b8d9e9c13
[tx-robot] updated from transifex 4 years ago
John Molakvoæ (skjnldsv) a9425c7ebf Drop X-NEXTCLOUD-UID
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years ago
Morris Jobke bf58dcb247 Add transifex config for all new apps
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years ago
Christoph Wurst 3bc54bfd06
Fix writing BLOBs to postgres with recent contacts interaction
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years ago
Daniel Kesselberg 1fc1376175
Add some tests for RecentContactMapper
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years ago
Christoph Wurst b3b856c9db
Migrate contacts interaction to the PSR-3 logger
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years ago
Morris Jobke a5488c01de
Move contactsinteraction to bootstrap mechanism
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years ago
Georg Ehrke a45f4035e6
Merge pull request #20860 from nextcloud/bugfix/noid/macos_contacts_sync_prefer_personal_over_app-generated
macOS contacts: prefer personal over app generated
4 years ago
Georg Ehrke cbbe11fa1f
Rename app-generated to z-app-generated, because macOS Contacts supports only one and will pick the first one alphabetically
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years ago
Georg Ehrke ee0019cdf5
Implement ctag and etag in ContactsInteraction
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years ago
Joas Schilling af1dd9f152
Bump app versions and requirements
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
Christoph Wurst 1584c9ae9c
Add visibility to all methods and position of static keyword
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function
To continue this formatting madness, here's a tiny patch that adds
unified formatting for control structures like if and loops as well as
classes, their methods and anonymous functions. This basically forces
the constructs to start on the same line. This is not exactly what PSR2
wants, but I think we can have a few exceptions with "our" style. The
starting of braces on the same line is pracrically standard for our
code.

This also removes and empty lines from method/function bodies at the
beginning and end.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years ago
Christoph Wurst 74936c49ea
Remove unused imports
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years ago
Christoph Wurst 37786c4d74
Convert share event to an interaction event
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years ago
Christoph Wurst 5a33cb0b78
Register an address book with recent contacts
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years ago