summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Do not log FileLock as exceptionRoeland Jago Douma2018-11-041-0/+3
* Merge pull request #12071 from nextcloud/addressbook-uid-check-migrationRoeland Jago Douma2018-11-022-3/+80
|\
| * Phpunit fixJohn Molakvoæ (skjnldsv)2018-11-021-5/+9
| * Update PHPDoc to reflect the actual behaviourMorris Jobke2018-11-011-2/+2
| * move migrationJohn Molakvoæ (skjnldsv)2018-11-012-2/+65
| * Properly set uid and create and updateJohn Molakvoæ (skjnldsv)2018-11-011-3/+13
* | Merge pull request #12148 from nextcloud/suppress-wrong-audit-log-messageRoeland Jago Douma2018-11-021-2/+3
|\ \ | |/ |/|
| * first check if the user is already logged in and then try to authenticate via...Bjoern Schiessle2018-10-301-2/+3
* | fix writeStream for jail wrapperRobin Appelman2018-10-311-1/+1
* | extend storage api to allow directly writing a stream to storageRobin Appelman2018-10-311-11/+16
* | Merge pull request #12020 from nextcloud/bugfix/11795/calendar_invitation_fal...blizzz2018-10-301-1/+1
|\ \
| * | Calendar invitation: use system default instead of sender's language as fallbackGeorg Ehrke2018-10-241-1/+1
| |/
* | Update AddressBookImpl documentationJulius Härtl2018-10-301-1/+9
* | Make enhancing entries with type property optionalJulius Härtl2018-10-301-4/+9
* | Add type of properties to address book resultsJulius Härtl2018-10-301-1/+7
* | Remove federated sharing address books which are the same as local onesJulius Härtl2018-10-301-2/+6
* | Implement the size of an assembly streamRoeland Jago Douma2018-10-261-1/+3
|/
* Merge pull request #11886 from nextcloud/feature/noid/principal_search_displa...Roeland Jago Douma2018-10-237-16/+192
|\
| * allow group principal search for dav displayname propertyGeorg Ehrke2018-10-222-10/+133
| * allow user principal search for dav displayname propertyGeorg Ehrke2018-10-221-2/+22
| * overwrite Sabre/DAV's handler for calendar-user-type to report correct user typeGeorg Ehrke2018-10-221-0/+25
| * add correct calendar-user-type to resource and room backendGeorg Ehrke2018-10-223-4/+12
* | lazy open first source stream in assemblystreamRobin Appelman2018-10-221-5/+6
|/
* Merge pull request #11931 from nextcloud/bug/do_not_emit_pre_hooks_twice_obje...Roeland Jago Douma2018-10-191-6/+5
|\
| * Do not emit preHooks twice on non-part-storageRoeland Jago Douma2018-10-191-6/+5
* | Merge pull request #11668 from nextcloud/bugfix/7726/convert_caldav_subscript...Morris Jobke2018-10-191-0/+54
|\ \ | |/ |/|
| * convert source column in calendarsubscription table to (long) textGeorg Ehrke2018-10-151-0/+54
* | Merge pull request #11822 from nextcloud/bugfix/noid/forbid_freebusy_but_allo...Morris Jobke2018-10-183-9/+138
|\ \
| * | move disableFreeBusy check from User principal backend to Scheduling Outbox c...Georg Ehrke2018-10-163-9/+138
| |/
* / Properly escape column name in "createFunction" callMorris Jobke2018-10-161-1/+1
|/
* Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-091-4/+4
* adjust Calendar resource / room interfaces to use class implementationGeorg Ehrke2018-10-081-8/+24
* 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 assemblystreamRobin Appelman2018-09-281-0/+9
* | AssemblyStream is also eof if we have no more source streamRobin Appelman2018-09-281-1/+1
|/
* remove LogicException, because it's also triggered with legitimate parametersGeorg Ehrke2018-09-052-9/+10
* use the same ignored properties list for both CustomerPropertiesBackendsRobin Appelman2018-08-282-1/+1
* cast timestamps older than unix epoch to 0Christian2018-08-271-1/+1
* disallow negative mtime in dav searchRobin Appelman2018-08-241-1/+1
* Merge pull request #10543 from nextcloud/ignore-deactivated-usersRoeland Jago Douma2018-08-101-10/+14
|\
| * Remove users from system addressbook when user deactivatedThomas Citharel2018-08-061-10/+14
* | Add room shares to DAV and recent files "share-types" propertyDaniel Calviño Sánchez2018-08-081-0/+1
* | Adding test for table schedulingobjects and fixing postgres LOBThomas Müller2018-08-061-1/+1
|/
* Update IMipPlugin.phprakekniven2018-07-301-1/+1
* Typo fix: Triple dot to ellipsisrakekniven2018-07-291-1/+1
* Replace contacts-dark icon with contactsJulius Härtl2018-07-242-2/+2
* Merge pull request #9581 from nextcloud/dav-acl-no-filesRoeland Jago Douma2018-07-201-0/+11
|\
| * disable dav acl plugin for files resourceRobin Appelman2018-05-241-0/+11
* | Fixed testsJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
* | Fix getting ocs share permissions if a storage is not availableRobin Appelman2018-07-181-5/+8