aboutsummaryrefslogtreecommitdiffstats
path: root/apps/contactsinteraction
Commit message (Collapse)AuthorAgeFilesLines
* [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>
* | Bump app versions and requirementsJoas Schilling2020-05-071-2/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-102-13/+13
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1010-14/+0
| | | | | | | | | | | | | | | 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>
* Remove unused importsChristoph Wurst2020-03-251-5/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Convert share event to an interaction eventChristoph Wurst2020-03-251-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Register an address book with recent contactsChristoph Wurst2020-03-2521-0/+1715
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>