aboutsummaryrefslogtreecommitdiffstats
path: root/apps/contactsinteraction/lib
Commit message (Expand)AuthorAgeFilesLines
* fix: Adjust Entity typesfeat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-171-6/+7
* chore(db): Correctly apply query typesGit'Fellow2024-10-171-4/+4
* fix(BackgroundJobs): Adjust intervals and time sensitivitiesprovokateurin2024-10-081-2/+1
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-254-9/+9
* fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`...Joas Schilling2024-07-192-14/+20
* chore: Add SPDX headerAndy Scherzinger2024-05-2710-195/+20
* fix(contactsinteraction): Allow vCard downloadChristoph Wurst2024-03-261-1/+1
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-301-1/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-233-8/+6
* Fix: duplicating contacts with the Recently contacted featurehamza2212023-10-241-25/+14
* Make adjustments based on the psalm messagesHamid Dehnavi2023-08-291-1/+1
* Refactor contactsinteraction appHamid Dehnavi2023-08-295-57/+33
* chore: Improve possibly null gettersChristoph Wurst2023-04-261-12/+15
* fix(contactsinteraction): Read, update or insert in DB transactionChristoph Wurst2023-04-261-49/+59
* Cleanup contactsinteractionCarl Schwan2022-11-257-78/+27
* Ignore contact interaction with selfThomas Citharel2022-02-091-0/+5
* Use the new option to signaling insensitivityJoas Schilling2022-02-071-1/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0410-40/+45
* Card::getOwner should return the actual valueRoeland Jago Douma2021-03-011-1/+1
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-1/+1
* Convert the card resource to a string if necessaryChristoph Wurst2020-11-131-1/+6
* Drop X-NEXTCLOUD-UIDJohn Molakvoæ (skjnldsv)2020-10-121-3/+0
* Type some of the core mappersChristoph Wurst2020-10-121-0/+3
* Fix writing BLOBs to postgres with recent contacts interactionChristoph Wurst2020-08-281-1/+1
* Migrate contacts interaction to the PSR-3 loggerChristoph Wurst2020-07-161-7/+8
* Move contactsinteraction to bootstrap mechanismMorris Jobke2020-07-081-5/+8
* Rename app-generated to z-app-generated, because macOS Contacts supports only...Georg Ehrke2020-05-071-1/+0
* Implement ctag and etag in ContactsInteractionGeorg Ehrke2020-05-073-3/+28
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-102-13/+13
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1010-14/+0
* Remove unused importsChristoph Wurst2020-03-251-5/+0
* Register an address book with recent contactsChristoph Wurst2020-03-2510-0/+1047