summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Improve chunk upload AssemblyStream performanceVincent Petry2016-09-131-8/+31
* Cast query result to intRoeland Jago Douma2016-09-092-2/+2
* Merge pull request #1342 from nextcloud/throw-exceptions-not-printableMorris Jobke2016-09-091-4/+3
|\
| * Don't print exception message in HTMLLukas Reschke2016-09-091-4/+3
* | Filter more mimetypesLukas Reschke2016-09-091-0/+12
|/
* UPDATE permissions qualify for renaming a nodeJoas Schilling2016-09-071-5/+10
* Only require CREATE permissions when the file does not exist yetJoas Schilling2016-09-071-2/+11
* more efficient check if addressbook and calendar exists for userRobin Appelman2016-08-313-4/+41
* Correctly handle multi-values when converting VCards to arrayJoas Schilling2016-08-301-1/+41
* [master] DAV: Return data-fingerprint always when asked (#25482)Markus Goetz2016-08-291-7/+2
* Merge pull request #1054 from nextcloud/less-cache-hitsLukas Reschke2016-08-271-1/+6
|\
| * reuse the userfolder's fileinfo when possible during dav setupRobin Appelman2016-08-251-1/+6
* | Merge pull request #1031 from nextcloud/2fa-infinite-redirect-loopJoas Schilling2016-08-261-1/+1
|\ \
| * | prevent infinite redirect loops if the there is no 2fa provider to passChristoph Wurst2016-08-241-1/+1
| |/
* | Better displaynames for shared address booksJoas Schilling2016-08-243-4/+31
* | Better displaynames for shared calendarsJoas Schilling2016-08-244-5/+31
|/
* Fix phpdoc in CommentsRoeland Jago Douma2016-08-161-1/+1
* Adding quota plugin to new dav endpoint (#25615)Thomas Müller2016-07-291-0/+3
* add dav property to check if a file has a preview availableRobin Appelman2016-07-273-1/+26
* Update with robinJoas Schilling2016-07-2118-18/+18
* Fix apps/Joas Schilling2016-07-2193-126/+247
* Merge pull request #479 from nextcloud/add-bruteforce-throttlerLukas Reschke2016-07-212-2/+10
|\
| * Implement brute force protectionLukas Reschke2016-07-202-2/+10
* | Merge pull request #466 from nextcloud/escape-special-charactersLukas Reschke2016-07-201-1/+1
|\ \
| * | Escape special characters (#25429)Aaron Wood2016-07-201-1/+1
| |/
* | Merge pull request #464 from nextcloud/master-change-load-orderRoeland Douma2016-07-201-1/+4
|\ \
| * | Change load order of auth backends so that we can throw an exception in OCA\D...Thomas Müller2016-07-201-1/+4
| |/
* / Cast share id to string (#25402)Vincent Petry2016-07-201-1/+1
|/
* Merge pull request #394 from nextcloud/tags-for-everythingMorris Jobke2016-07-193-19/+37
|\
| * Allow apps to register SystemTags pluginsJoas Schilling2016-07-182-2/+21
| * Fix doc blocksJoas Schilling2016-07-181-0/+5
| * Fix TODO and bring in abstraction (similar to comments)Joas Schilling2016-07-183-21/+15
* | Merge pull request #405 from nextcloud/theming-fixesBjörn Schießle2016-07-182-2/+2
|\ \ | |/ |/|
| * Use the themed Defaults everywhereJoas Schilling2016-07-152-2/+2
* | PasswordLoginForbidden is not a FATAL exceptionRoeland Jago Douma2016-07-141-0/+3
|/
* Fix test using private propertriesRobin Appelman2016-07-081-1/+1
* Fix type hintingRobin Appelman2016-07-082-2/+2
* Fix undefined propertiesRobin Appelman2016-07-083-0/+14
* Merge branch 'master' into sync-masterMorris Jobke2016-07-071-3/+29
|\
| * Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-07-011-2/+12
| |\
| * | fix error messageBjoern Schiessle2016-06-301-1/+1
| * | Add proper throws PHP docsLukas Reschke2016-06-301-2/+13
| * | Add required $message parameterLukas Reschke2016-06-301-2/+2
| * | add some additonal permission checks to the webdav backendBjoern Schiessle2016-06-301-1/+16
| * | get only vcard which match both the address book id and the vcard uriBjoern Schiessle2016-06-281-1/+1
* | | Add all properties while creating a subscription (#25318)Thomas Citharel2016-07-011-10/+15
| |/ |/|
* | get only vcards which match both the address book id and the vcard uri (#25294)Björn Schießle2016-06-291-1/+1
* | fix a ImageExportPlugin Test (#25215)Georg Ehrke2016-06-271-2/+12
|/
* Show error message when posting an invalid commentVincent Petry2016-06-241-1/+1
* Contacts API: replace raw image data with url (#25081)Georg Ehrke2016-06-216-19/+198