summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Make sure transparency is an integer when saving a calendarJoas Schilling2017-03-301-2/+2
* Add integration tests for legacy DAV endpointsLukas Reschke2017-02-102-1/+19
* Fix detection of the new iOS appJoas Schilling2017-02-101-4/+3
* Merge pull request #2462 from nextcloud/stable10-1513Roeland Jago Douma2016-12-162-6/+37
|\
| * Return ETag and OC-ETag in case of a move (#25683)Thomas Müller2016-12-022-6/+37
* | Add test execution against legacy DAV backendLukas Reschke2016-12-151-1/+1
* | fix typoThomas Citharel2016-12-021-1/+1
|/
* Make sure we only use numbers as lengthJoas Schilling2016-10-191-2/+3
* Unset user PHOTO before setting new one in OCA\DAV\CardDAV\Converter::updateC...Olivier Mehani2016-10-121-0/+1
* Close cursorsJoas Schilling2016-09-292-6/+8
* Chunk if you have too many contactsJoas Schilling2016-09-291-10/+16
* Chunk if you have too many eventsJoas Schilling2016-09-291-11/+17
* Merge pull request #1343 from nextcloud/stable10-throw-exceptions-not-printableRoeland Jago Douma2016-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-081-5/+10
* Only require CREATE permissions when the file does not exist yetJoas Schilling2016-09-081-2/+11
* Correctly handle multi-values when converting VCards to arrayJoas Schilling2016-08-311-1/+41
* [master] DAV: Return data-fingerprint always when asked (#25482)Markus Goetz2016-08-291-7/+2
* 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
* Run the license scriptJoas Schilling2016-07-2293-139/+260
* 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