aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Search
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-20/+6
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-253-8/+8
* fix: https://github.com/nextcloud/calendar/issues/6079 and https://github.com...tobiasKaminsky2024-07-252-2/+16
* chore: Add SPDX headerAndy Scherzinger2024-05-274-83/+8
* feat(dav): hide search providers if their respective app is not activatedBenjamin Gaussorgues2023-11-273-12/+15
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-4/+4
* feat(search): allow contacts person searchhamza2212023-11-141-1/+9
* feat(search): Seach for persons as event attendees and organizersChristoph Wurst2023-11-101-16/+76
* feat(carddav): Allow advanced search for contactsBenjamin Gaussorgues2023-11-101-17/+34
* feat(caldav): Allow advanced search for events/tasksBenjamin Gaussorgues2023-11-103-98/+52
* Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst2021-06-232-4/+4
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-7/+7
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Add tel, note, org and title searchJohn Molakvoæ (skjnldsv)2020-12-141-0/+4
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-28/+38
* Fix search providers order and IDsJohn Molakvoæ (skjnldsv)2020-08-053-6/+6
* Hand in the route and the parameters of the requestJoas Schilling2020-08-053-4/+13
* Make apps handle the order logicJohn Molakvoæ (skjnldsv)2020-08-053-3/+3
* Show mime icon, bump bundles, make the SearchResultEntry class non-abstract,...John Molakvoæ (skjnldsv)2020-08-046-96/+30
* Add Event and Task Backends for Unified SearchGeorg Ehrke2020-08-045-0/+589
* Implement Contacts Backend for Unified SearchGeorg Ehrke2020-08-032-0/+219