summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Update apps/dav/lib/CardDAV/PhotoCache.php Morris Jobke2019-01-211-1/+1
* Log failure on parsingJohn Molakvoæ (skjnldsv)2019-01-214-14/+24
* Allow URI as data for vcard PHOTOJohn Molakvoæ (skjnldsv)2019-01-212-4/+10
* Principals can be principal/user/<name> or principal/<name> from legacy installsJoas Schilling2019-01-141-1/+1
* check anonymous OPTIONS requests file in root (not in subdir)Bastien Durel2019-01-131-1/+8
* Check for no longer existing calendarsRoeland Jago Douma2019-01-111-0/+8
* Prevent php info about missing index for old eventsJoas Schilling2019-01-091-1/+1
* Add a repair step to remove sensitive event activityJoas Schilling2019-01-091-0/+124
* Correctly handle the classification of events in the activity streamJoas Schilling2019-01-092-3/+20
* Merge pull request #12617 from nextcloud/backport/10839/stable14Roeland Jago Douma2018-12-221-8/+24
|\
| * adjust Calendar resource / room interfaces to use class implementationGeorg Ehrke2018-11-221-8/+24
* | be careful with mixed return values even if it may look unsuspicious…Arthur Schiwon2018-12-172-2/+4
* | If the parent is not cached we should request the fileRoeland Jago Douma2018-12-071-3/+3
* | Fix the system address bookRoeland Jago Douma2018-12-041-7/+8
* | Only run the AnonymousOptionsPlugion on Anonymous requestsRoeland Jago Douma2018-12-041-1/+1
* | extend anonymous options to work on every dav urlRobin Appelman2018-11-231-1/+1
* | Load apps that have a dav type set before the dav server pluginsJulius Härtl2018-11-221-3/+0
|/
* forward object not found error in swift as dav 404Robin Appelman2018-11-191-0/+4
* fixes dav share issue with ownerGeorg Ehrke2018-11-142-14/+18
* first check if the user is already logged in and then try to authenticate via...Bjoern Schiessle2018-11-091-2/+3
* Do not log FileLock as exceptionRoeland Jago Douma2018-11-061-0/+3
* Implement the size of an assembly streamRoeland Jago Douma2018-10-291-1/+3
* Merge pull request #11994 from nextcloud/assemblly-stream-lazy-14Morris Jobke2018-10-231-5/+6
|\
| * lazy open first source stream in assemblystreamRobin Appelman2018-10-231-5/+6
* | Merge pull request #11961 from nextcloud/backport/11931/stable14Morris Jobke2018-10-231-6/+5
|\ \ | |/ |/|
| * Do not emit preHooks twice on non-part-storageRoeland Jago Douma2018-10-211-6/+5
* | move disableFreeBusy check from User principal backend to Scheduling Outbox c...Georg Ehrke2018-10-223-9/+138
|/
* Properly escape column name in "createFunction" callMorris Jobke2018-10-191-1/+1
* throw an error if a node is smaller than expected in assemblystreamRobin Appelman2018-10-021-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
* | Also shorten the name of the invitation tokensJoas Schilling2018-07-124-7/+7
* | Shorten resource table names to allow install on oracle againJoas Schilling2018-07-123-12/+9
* | Merge pull request #9942 from nextcloud/feature/2338/invitation_response_in_e...Roeland Jago Douma2018-07-115-6/+566
|\ \
| * | Include accept / decline links in CalDAV invitation emailsGeorg Ehrke2018-06-295-6/+566
* | | always log exceptions on dav writeRobin Appelman2018-07-091-0/+1