summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | A valid user session is required for circles.Daniel Kesselberg2020-11-261-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | The circles app depends on a valid userId. A public shared calender might be viewed by guests without a user session. For such requests the principal is null. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Update phpdoc for circleToPrincipalDaniel Kesselberg2020-11-261-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | as the QueryException is already catched inside circleToPrincipal. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #24357 from nextcloud/fix/vcf-export-group-multilineChristoph Wurst2020-11-251-1/+1
|\ \ \ \ | | | | | | | | | | Make sure we add new line between vcf groups exports
| * | | | Make sure we add new line between vcf groups exportsJohn Molakvoæ (skjnldsv)2020-11-241-1/+1
| | |/ / | |/| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / | | [tx-robot] updated from transifexNextcloud bot2020-11-252-0/+2
|/ / /
* | | Merge pull request #24108 from csware/apple-unknown-yearJohn Molakvoæ2020-11-171-1/+6
|\ \ \ | | | | | | | | Use correct year for generated birthdays events
| * | | Use correct year for generated birthdays eventsSven Strickroth2020-11-131-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'X-APPLE-OMIT-YEAR' is not always present, at least iOS 12.4 uses the hard coded date of 1604 (the start of the gregorian calendar) when the year is unknown. cf. https://forums.bitfire.at/topic/2050/bday-without-year-for-vcard-3-0-if-server-drops-property-x-apple-omit-year and https://gitlab.com/CardBook/CardBook/-/issues/586 Signed-off-by: Sven Strickroth <email@cs-ware.de>
* | | | [tx-robot] updated from transifexNextcloud bot2020-11-162-0/+12
|/ / /
* | | Merge pull request #24054 from nextcloud/bugfix/noid/calendar-repair-oracleMorris Jobke2020-11-111-0/+32
|\ \ \ | | | | | | | | Manually iterate over calendardata when oracle is used
| * | | Manually iterate over calendardata when oracle is usedJulius Härtl2020-11-111-0/+32
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #23915 from ↵Morris Jobke2020-11-112-8/+8
|\ \ \ \ | |/ / / |/| | | | | | | | | | | st3iny/fix/noid/png-icons-in-caldav-reminder-emails Use png icons in caldav reminder emails
| * | | Use png icons in caldav reminder emailsRichard Steinmetz2020-11-072-8/+8
| |/ / | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Fix CSJoas Schilling2020-11-101-0/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix public calendars as they are stored with null on oracleJoas Schilling2020-11-101-12/+34
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Make sure columns with an empty default are nullable for OracleJoas Schilling2020-11-105-2/+64
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>