summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11942 from nextcloud/techdebt/noid/use-count-functionMorris Jobke2018-11-122-3/+3
|\ | | | | Use the defined func()->count() instead of manual counting
| * Use the defined func()->count() instead of manual countingJoas Schilling2018-11-082-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix displayName return of dav groups requestJohn Molakvoæ (skjnldsv)2018-11-102-48/+17
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* cache webcal calendars on serverGeorg Ehrke2018-11-0720-116/+2379
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* [tx-robot] updated from transifexNextcloud bot2018-11-072-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-11-062-0/+14
|
* Allow writing an empty file with the new writeStreamRoeland Jago Douma2018-11-051-0/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Phpunit testsJohn Molakvoæ (skjnldsv)2018-11-051-25/+112
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add check for vCard uidJohn Molakvoæ (skjnldsv)2018-11-051-0/+13
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #12004 from nextcloud/dl-vcf-groups-pluginJohn Molakvoæ2018-11-054-0/+126
|\ | | | | Multi vcf download plugin
| * Added multi-get vcf download pluginJohn Molakvoæ (skjnldsv)2018-11-044-0/+126
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #12265 from nextcloud/dav-bumpRoeland Jago Douma2018-11-052-7/+9
|\ \ | | | | | | bump dav version for migration
| * | bump dav version for migrationJohn Molakvoæ (skjnldsv)2018-11-052-7/+9
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix testsRoeland Jago Douma2018-11-042-20/+10
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Do not log FileLock as exceptionRoeland Jago Douma2018-11-041-0/+3
|/ | | | | | | | There is no reason to log FileLock errors as exceptions to the log file. Locks happen for very legit reasons and it is actually a sign of the code doing its job. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #12071 from nextcloud/addressbook-uid-check-migrationRoeland Jago Douma2018-11-025-23/+109
|\ | | | | Addressbook uid check migration
| * Phpunit fixJohn Molakvoæ (skjnldsv)2018-11-022-25/+36
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Update PHPDoc to reflect the actual behaviourMorris Jobke2018-11-011-2/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * move migrationJohn Molakvoæ (skjnldsv)2018-11-014-2/+67
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Properly set uid and create and updateJohn Molakvoæ (skjnldsv)2018-11-011-3/+13
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #12148 from nextcloud/suppress-wrong-audit-log-messageRoeland Jago Douma2018-11-021-2/+3
|\ \ | | | | | | suppress wrong audit log messages about failed login attempts
| * | first check if the user is already logged in and then try to authenticate ↵Bjoern Schiessle2018-10-301-2/+3
| | | | | | | | | | | | | | | | | | via apache, this way we suppress wrong audit log messages about failed login attempts Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Fix testsRoeland Jago Douma2018-11-011-6/+6
| |/ |/| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | fix writeStream for jail wrapperRobin Appelman2018-10-311-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | update dav testsRobin Appelman2018-10-311-3/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | extend storage api to allow directly writing a stream to storageRobin Appelman2018-10-311-11/+16
| | | | | | | | | | | | | | | | | | | | | | this removes the need for temporary storages with some external storage backends. The new method is added to a separate interface to maintain compatibility with storage backends implementing the storage interface directly (without inheriting common) Currently the interface is implemented for objectstorage based storages and local storage and used by webdav uploads Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #12020 from ↵blizzz2018-10-301-1/+1
|\ \ | | | | | | | | | | | | nextcloud/bugfix/11795/calendar_invitation_fallback_lang Calendar invitation: use system default instead of sender's language as fallback
| * | Calendar invitation: use system default instead of sender's language as fallbackGeorg Ehrke2018-10-241-1/+1
| |/ | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Update AddressBookImpl documentationJulius Härtl2018-10-301-1/+9
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Make enhancing entries with type property optionalJulius Härtl2018-10-301-4/+9
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add type of properties to address book resultsJulius Härtl2018-10-301-1/+7
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Remove federated sharing address books which are the same as local onesJulius Härtl2018-10-301-2/+6
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-10-294-0/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2018-10-272-0/+2
| |
* | Merge pull request #12038 from nextcloud/assemblystream_sizeMorris Jobke2018-10-261-1/+3
|\ \ | | | | | | Implement the size of an assembly stream
| * | Implement the size of an assembly streamRoeland Jago Douma2018-10-261-1/+3
| |/ | | | | | | | | | | | | This will make it possible to act propely on moves of future files if we need to know the size (like for max size virus scanning). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-10-262-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-10-2514-0/+14
|/
* [tx-robot] updated from transifexNextcloud bot2018-10-242-0/+34
|
* Merge pull request #11886 from ↵Roeland Jago Douma2018-10-2312-38/+428
|\ | | | | | | | | nextcloud/feature/noid/principal_search_displayname Principal property search for users and groups with {DAV:}display name
| * allow group principal search for dav displayname propertyGeorg Ehrke2018-10-223-19/+313
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * allow user principal search for dav displayname propertyGeorg Ehrke2018-10-222-15/+69
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * overwrite Sabre/DAV's handler for calendar-user-type to report correct user typeGeorg Ehrke2018-10-221-0/+25
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * add correct calendar-user-type to resource and room backendGeorg Ehrke2018-10-226-4/+21
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | [tx-robot] updated from transifexNextcloud bot2018-10-2328-30/+126
| |
* | lazy open first source stream in assemblystreamRobin Appelman2018-10-221-5/+6
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #11931 from ↵Roeland Jago Douma2018-10-191-6/+5
|\ | | | | | | | | nextcloud/bug/do_not_emit_pre_hooks_twice_objectstore Do not emit preHooks twice on non-part-storage
| * Do not emit preHooks twice on non-part-storageRoeland Jago Douma2018-10-191-6/+5
| | | | | | | | | | | | | | The old code would emit the hooks twice. Thus having the version written twice. Which is not very performant as it is first read twice as well. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #11668 from ↵Morris Jobke2018-10-194-1/+57
|\ \ | |/ |/| | | | | nextcloud/bugfix/7726/convert_caldav_subscription_source_to_long_text convert source column in calendarsubscription table to (long) text
| * convert source column in calendarsubscription table to (long) textGeorg Ehrke2018-10-154-1/+57
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>