summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11822 from ↵Morris Jobke2018-10-183-9/+138
|\ | | | | | | | | nextcloud/bugfix/noid/forbid_freebusy_but_allow_local_delivery allow local delivery of schedule message while prohibiting FreeBusy requests
| * move disableFreeBusy check from User principal backend to Scheduling Outbox ↵Georg Ehrke2018-10-163-9/+138
| | | | | | | | | | | | collection. This allows to keep local delivery of scheduling messages while prohibiting FreeBusy requests Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Properly escape column name in "createFunction" callMorris Jobke2018-10-161-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use numeric placeholders if there are multiple, so that RTL languages can ↵Joas Schilling2018-10-091-4/+4
| | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com>
* adjust Calendar resource / room interfaces to use class implementationGeorg Ehrke2018-10-081-8/+24
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Merge pull request #11435 from nextcloud/assemblystream-node-to-smallMorris Jobke2018-10-011-0/+9
|\ | | | | throw an error if a node is smaller than expected in assemblystream
| * throw an error if a node is smaller than expected in assemblystreamRobin Appelman2018-09-281-0/+9
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | AssemblyStream is also eof if we have no more source streamRobin Appelman2018-09-281-1/+1
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* remove LogicException, because it's also triggered with legitimate parametersGeorg Ehrke2018-09-052-9/+10
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* use the same ignored properties list for both CustomerPropertiesBackendsRobin Appelman2018-08-282-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* cast timestamps older than unix epoch to 0Christian2018-08-271-1/+1
| | | This change solves issues #10870, which is caused by method castValue of class FileSearchBackend: It casts the timestamps older than the unix epoch to false., see my comment https://github.com/nextcloud/server/pull/10835#discussion_r212806153.
* disallow negative mtime in dav searchRobin Appelman2018-08-241-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #10543 from nextcloud/ignore-deactivated-usersRoeland Jago Douma2018-08-101-10/+14
|\ | | | | Do not show deactivated users in sharees and contacts
| * Remove users from system addressbook when user deactivatedThomas Citharel2018-08-061-10/+14
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Add room shares to DAV and recent files "share-types" propertyDaniel Calviño Sánchez2018-08-081-0/+1
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Adding test for table schedulingobjects and fixing postgres LOBThomas Müller2018-08-061-1/+1
|/ | | | | | (cherry picked from commit afd4ebf0404e8bcd7cba0bec2dce177e97632f8a) Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
* Update IMipPlugin.phprakekniven2018-07-301-1/+1
| | | Added space before ellipsis
* Typo fix: Triple dot to ellipsisrakekniven2018-07-291-1/+1
| | | Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
* Replace contacts-dark icon with contactsJulius Härtl2018-07-242-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #9581 from nextcloud/dav-acl-no-filesRoeland Jago Douma2018-07-201-0/+11
|\ | | | | disable dav acl plugin for files resource
| * disable dav acl plugin for files resourceRobin Appelman2018-05-241-0/+11
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fixed testsJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix getting ocs share permissions if a storage is not availableRobin Appelman2018-07-181-5/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Also shorten the name of the invitation tokensJoas Schilling2018-07-124-7/+7
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Shorten resource table names to allow install on oracle againJoas Schilling2018-07-123-12/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #9942 from ↵Roeland Jago Douma2018-07-115-6/+566
|\ \ | | | | | | | | | | | | nextcloud/feature/2338/invitation_response_in_email Include accept / decline links in CalDAV invitation emails
| * | Include accept / decline links in CalDAV invitation emailsGeorg Ehrke2018-06-295-6/+566
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | always log exceptions on dav writeRobin Appelman2018-07-091-0/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #9345 from nextcloud/federation20Morris Jobke2018-07-031-0/+38
|\ \ \ | | | | | | | | Federation 2.0
| * | | look for correct OCM permissionsBjoern Schiessle2018-07-021-0/+38
| |/ / | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Improved logging of smb connection errorsRobin Appelman2018-07-031-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #10078 from ↵Morris Jobke2018-07-021-0/+2
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/activity-277/invalid-actor-and-calendar-for-link-shares Correctly parse the subject parameters for link (un)shares of calendars
| * | | Correctly parse the subject parameters for link (un)shares of calendarsJoas Schilling2018-07-021-0/+2
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / Fix lazy search backendRobin Appelman2018-07-021-2/+2
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #10037 from nextcloud/dav-options-searchMorris Jobke2018-06-293-3/+82
|\ \ | | | | | | Fix search related results in OPTIONS requests
| * | Fix search related results in OPTIONS requestsRobin Appelman2018-06-283-3/+82
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #9773 from nextcloud/feature/noid/resource_bookingMorris Jobke2018-06-2911-13/+953
|\ \ \ | |/ / |/| | resource booking
| * | Calendar resource booking: unit tests / adding missing annotationsGeorg Ehrke2018-06-251-4/+6
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | periodically query calendar resource / room backends for updated resource / ↵Georg Ehrke2018-06-251-0/+335
| | | | | | | | | | | | | | | | | | room information Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | apply group restrictions to resourcesGeorg Ehrke2018-06-255-29/+95
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | add resource / room principalsGeorg Ehrke2018-06-2510-13/+550
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Add groupware settings sectionJulius Härtl2018-06-271-2/+2
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | properly lock the target file on dav upload when not using part filesRobin Appelman2018-06-111-15/+23
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | enable caldav for webdav subtree public-calendarsGeorg Ehrke2018-06-081-1/+1
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Add sabre plugin to allow anonymous options requests to the dav rootRobin Appelman2018-06-013-0/+66
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #9609 from ↵Morris Jobke2018-06-011-0/+67
|\ \ | | | | | | | | | | | | nextcloud/bugfix/3830/invitations_for_shared_calendars send invitations for shared calendars
| * | send invitations for shared calendarsGeorg Ehrke2018-05-251-0/+67
| |/ | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #9550 from ↵Morris Jobke2018-06-013-6/+19
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/override_freebusy_sharing_rules allow admins to disable FreeBusy without modifying ShareAPI capabilities
| * | allow admins to override FreeBusy capabilities without modifying ShareAPI ↵Georg Ehrke2018-05-223-6/+19
| |/ | | | | | | | | | | capabilities Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #9583 from nextcloud/files-home-userfolderMorris Jobke2018-05-292-7/+9
|\ \ | | | | | | use getUserFolder instead of getFileInfo when constructing FilesHome