summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-114-10/+10
| | | | | | In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see https://github.com/nextcloud/server/pull/24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2021-01-102-0/+10
|
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-087-14/+14
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #24911 from ↵Julius Härtl2021-01-071-2/+4
|\ | | | | | | | | nextcloud/fix/tasks-calendar/undefined-index-search Tasks search: make sure we have existing indexes before using them
| * Make sure we have existing indexes before using themJohn Molakvoæ (skjnldsv)2021-01-041-2/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #24964 from ↵Roeland Jago Douma2021-01-051-1/+6
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/internal-server-error-when-importing-broken-ics-file Don't throw a 500 when importing a broken ics reminder file
| * | Don't throw a 500 when importing a broken ics reminder fileJoas Schilling2021-01-051-1/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-01-052-2/+2
| |/ |/|
* | Merge pull request #24907 from nextcloud/fix/license-headers-21-IIChristoph Wurst2021-01-046-4/+6
|\ \ | |/ |/| Update license headers
| * Update license headersChristoph Wurst2020-12-306-4/+6
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-12-312-22/+22
|/
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-12-272-0/+2
|
* Merge pull request #22222 from nextcloud/enh/social-indexRoeland Jago Douma2020-12-225-0/+221
|\ | | | | re-index contacts with social profiles
| * re-index contacts with social profilescall-me-matt2020-12-225-0/+221
| | | | | | | | Signed-off-by: call-me-matt <nextcloud@matthiasheinisch.de>
* | Merge pull request #22085 from nextcloud/enh/index-socialprofileRoeland Jago Douma2020-12-221-1/+2
|\ \ | |/ |/| adding social profile to search index
| * adding social profile to search indexmatt2020-08-021-1/+2
| | | | | | required in order to optimize regular background updates of contact avatars from social networks (see https://github.com/nextcloud/contacts/pull/1722#discussion_r463782429)
* | Merge pull request #24604 from nextcloud/feat/dav/move-calendar-renameJohn Molakvoæ2020-12-222-17/+71
|\ \ | | | | | | Allow to force rename a conflicting calendar
| * | Allow to force rename a conflicting calendarJohn Molakvoæ (skjnldsv)2020-12-102-17/+71
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-12-202-6/+6
| | |
* | | Merge pull request #24515 from nextcloud/fix/noid/dav-share-groups-special-charsChristoph Wurst2020-12-184-7/+2
|\ \ \ | | | | | | | | fixes sharing to group ids with characters that are being url encoded
| * | | fixes sharing to group ids /w chars that are being url encoded, carddavArthur Schiwon2020-12-161-3/+0
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix finding of groups with decodable chars in their id via DAVArthur Schiwon2020-12-161-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fixes sharing to group ids with characters that are being url encodedArthur Schiwon2020-12-162-3/+1
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Update all license headers for Nextcloud 21Christoph Wurst2020-12-1688-67/+95
|/ / / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #24629 from nextcloud/enh/noid/optional-before-requiredChristoph Wurst2020-12-161-6/+13
|\ \ \ | | | | | | | | Make $vars and $secureRandom required.
| * | | Add $secureRandom to test caseDaniel Kesselberg2020-12-101-6/+13
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | use a consistent default value for sharing.maxAutocompleteResultsArthur Schiwon2020-12-152-2/+10
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | dav search to honour sharing.maxAutocompleteResults settingArthur Schiwon2020-12-154-7/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - it is being used on frontend by users - user and big instances benefit from quicker results and less load Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Add tel, note, org and title searchJohn Molakvoæ (skjnldsv)2020-12-142-1/+15
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-12-132-0/+2
|/ / /
* | | Merge pull request #23044 from nextcloud/migration-10.5Roeland Jago Douma2020-12-101-0/+12
|\ \ \ | | | | | | | | Handle owncloud migration to latest release
| * | | Adjust further columnsVincent Petry2020-12-091-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - calendarsubscriptions.lastmodified -> not null - external_config.value -> allow null Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | Adjust calendars.components to 64 charsVincent Petry2020-12-091-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Merge pull request #24605 from nextcloud/enh/share-deckRoeland Jago Douma2020-12-102-0/+2
|\ \ \ \ | | | | | | | | | | Add deck share provider support
| * | | | Handle deck share type in audit and dav appJulius Härtl2020-12-092-0/+2
| |/ / / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / / / [tx-robot] updated from transifexNextcloud bot2020-12-102-0/+12
|/ / /
* | | Merge pull request #24486 from nextcloud/feature/noid/phone-number-validationJoas Schilling2020-12-083-24/+27
|\ \ \ | | | | | | | | Phone number validation and search
| * | | Make code strictJoas Schilling2020-12-073-24/+27
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | php cs fixRoeland Jago Douma2020-12-071-1/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | We can no longe mock multiple interfacesRoeland Jago Douma2020-12-071-3/+7
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Fix MoveCalendarTestRoeland Jago Douma2020-12-071-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Fix notifier testRoeland Jago Douma2020-12-071-2/+5
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #24358 from nextcloud/dav-storage-copyMorris Jobke2020-12-031-2/+24
|\ \ | | | | | | use storage copy implementation when doing dav copy
| * | use storage copy implementation when doing dav copyRobin Appelman2020-11-241-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | instead of using the sabredav fallback (which does a read+write stream copy) this greatly speeds up dav copies Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #24396 from nextcloud/dont-use-system-composerMorris Jobke2020-12-024-3/+5
|\ \ \ | | | | | | | | dont use system composer for autoload checker
| * | | rebuild autoloader scripts with 2.0.7Robin Appelman2020-11-264-3/+5
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #24340 from nextcloud/td/psalm/job_executeMorris Jobke2020-11-302-4/+6
|\ \ \ \ | | | | | | | | | | Use proper OCP\BackgroundJobs\Job
| * | | | Use proper OCP\BackgroundJobs\JobRoeland Jago Douma2020-11-252-4/+6
| | |/ / | |/| | | | | | | | | | | | | | | | | | And typehunt the IJobList Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #23652 from nextcloud/bug/circles-508/circles-public-sharesMorris Jobke2020-11-301-6/+1
|\ \ \ \ | |_|/ / |/| | | Fix public calendars shared to circles