Commit Graph

33 Commits

Author SHA1 Message Date
Alexis Saettler 78cd01b2b5 chore: update dependencies for Laravel 9 (#6098) 2022-08-12 18:42:35 +02:00
Alexis Saettler 1a00864eff refactor: cosmetic changes (#6123) 2022-05-04 23:15:44 +02:00
Landon Dyck 626f078e73 fix: only include real contacts in carddav sync (#6014) 2022-04-30 15:04:04 +02:00
Alexis Saettler 6f887dfb75 feat: add contact soft delete and prunable (#5826) 2022-01-09 19:10:16 +01:00
Alexis Saettler 57b31f6526 refactor: fix sonar issues (#5837) 2022-01-07 19:30:42 +01:00
Alexis Saettler 38bdeaa8dc refactor: change log class and content (#5608) 2021-10-15 07:41:10 +02:00
Alexis Saettler 1da427f113 fix: fix distant contact etag handle (#5605) 2021-10-11 20:46:42 +02:00
Alexis Saettler 0e989fec35 feat: use queue to update contacts with carddav (#5575) 2021-10-08 20:51:47 +00:00
Alexis Saettler 741f5a7a75 fix: fix import vcard photo (#5577) 2021-10-08 21:38:10 +02:00
Alexis Saettler 4370b81d7f refactor: improve carddavbackend and syncdto connections (#5574) 2021-10-08 13:56:13 +02:00
Alexis Saettler e6c92cf005 feat: carddav client (#3851) 2021-09-20 22:54:29 +02:00
Alexis Saettler 223fbed0a8 Apply fixes from StyleCI (#5495) 2021-09-12 09:13:02 +02:00
Alexis Saettler 2c22d73d4d chore(deps): update psalm (#5287) 2021-06-19 22:29:32 +02:00
dependabot[bot] 31138a81ea chore: Bump nunomaduro/larastan from 0.6.13 to 0.7.0 (#4858)
* chore: Bump nunomaduro/larastan from 0.6.13 to 0.7.0

Bumps [nunomaduro/larastan](https://github.com/nunomaduro/larastan) from 0.6.13 to 0.7.0.
- [Release notes](https://github.com/nunomaduro/larastan/releases)
- [Changelog](https://github.com/nunomaduro/larastan/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/larastan/compare/v0.6.13...v0.7.0)

Signed-off-by: dependabot[bot] <support@github.com>

* fix phpdoc

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexis Saettler <alexis@saettler.org>
2021-02-13 08:42:02 +00:00
Alexis Saettler a18962ecbf feat: add notion of addressbooks (#3749) 2020-12-15 08:54:27 +01:00
Alexis Saettler 01d1248c4f chore: reactivate analysers (#4660)
* chore: reactivate analysers

* reactivate psalm

* Apply fixes from StyleCI

* fix

* fixes

* rename back the file

Co-authored-by: Alexis Saettler <asbiin@users.noreply.github.com>
2020-12-06 15:51:47 +00:00
Alexis Saettler 7f68e93988 feat: improve synctoken support (#3871) 2020-04-20 22:01:31 +02:00
Alexis Saettler 0a2604d6d3 chore: upgrade to laravel 7 (#3746) 2020-04-01 09:50:58 +02:00
Alexis Saettler 7257a5a1b3 fix: fix bugs with phpstan and psalm (#3753) 2020-03-29 16:44:06 +02:00
Alexis Saettler ebba317474 fix: fix carddav sync-collection reporting wrong syncToken (#3734) 2020-03-24 21:11:47 +01:00
Alexis Saettler 87bb435ab0 chore: remove access of eager load object if not needed (#3639) 2020-03-04 22:25:24 +01:00
Alexis Saettler 10e73e35b6 feat: vcard photo import (#2915) 2019-08-22 19:31:23 +02:00
Alexis Saettler 697eb8f83b feat: add notion of _me_ as a contact (#2899) 2019-08-17 11:42:45 +02:00
Alexis Saettler 73592fcaef Apply fixes from StyleCI (#2768) 2019-06-13 00:42:33 +02:00
Alexis Saettler 536f34abd0 chore: use string and array classes instead of helpers (#2605) 2019-04-16 08:21:46 +02:00
Alexis Saettler 08d87c18c3 feat: use laravel-sabre package (#2482) 2019-03-02 12:52:00 +01:00
Matthew Brown 684ce6bc56 refactor: fix bad return types with Psalter (#2435) 2019-02-16 19:20:28 +01:00
Alexis Saettler 92bef2413c chore: add phpstan (#2383) 2019-02-07 22:44:34 +01:00
Alexis Saettler 3ed3e477de fix: change dav resources names (#2346) 2019-01-27 13:44:33 +01:00
Alexis Saettler b4befd7de2 fix: accept lastname_firstname name order for VCard imports (FN field) (#2343) 2019-01-26 14:29:23 +01:00
Alexis Saettler f660c4fd98 feat: register all app services as singleton (#2337) 2019-01-25 15:56:35 +01:00
Alexis Saettler 9b3fd15d94 feat: add a page in settings to display all DAV resources (#2341) 2019-01-25 15:08:13 +01:00
Alexis Saettler ba236dd718 feat: support CalDAV for birthdays and tasks (#2304) 2019-01-23 14:39:44 +01:00