summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26473 from owncloud/stable9.1-565c875fc84436fe25e3f690b28...Vincent Petry2016-10-251-2/+8
|\
| * [stable9.1] Merge pull request #26459 from owncloud/limit-carddav-image-expor...Vincent Petry2016-10-251-2/+8
* | [stable9.1] Merge pull request #26460 from owncloud/throw-exceptions-not-prin...Vincent Petry2016-10-251-13/+4
|/
* Sanitize length headers when validating quota (#26416)Vincent Petry2016-10-201-10/+16
* Merge pull request #26334 from owncloud/stable9.1-2c4c56c69b1c8e1bf3b3f1abbb4...Vincent Petry2016-10-112-6/+36
|\
| * [stable9.1] Return ETag and OC-ETag in case of a move (#25683)Thomas Müller2016-10-102-6/+36
* | [stable9.1] Escape special characters (#25429)Aaron Wood2016-10-111-1/+1
* | Tear down FS after user update in CardDAV sync job (#26320)Vincent Petry2016-10-101-0/+2
|/
* [stable9.1] Merge pull request #25636 from owncloud/fix-birthday-calendar-com...Thomas Müller2016-09-302-0/+63
* [stable9.1] Unset user PHOTO before setting new one in OCA\DAV\CardDAV\Conver...Thomas Müller2016-09-301-0/+1
* Improve chunk upload AssemblyStream performance (#26062) (#26072)Vincent Petry2016-09-091-8/+31
* [stable9.1] Best practice through out the web speak of a max avatar image siz...Thomas Müller2016-08-221-1/+1
* DAV: Return data-fingerprint always when asked (#25482)Markus Goetz2016-08-131-7/+2
* [stable9.1] Faster classification migration (#25638)Thomas Müller2016-08-102-28/+38
* [stable9.1] Adding quota plugin to new dav endpoint (#25615) (#25648)Thomas Müller2016-08-011-0/+3
* Add all properties while creating a subscription (#25318) (#25335)Thomas Müller2016-07-211-9/+14
* [stable9.1] Added custom exception as non fatal (#25486) (#25489)Thomas Müller2016-07-161-0/+2
* Change load order of auth backends so that we can throw an exception in OCA\D...Vincent Petry2016-07-141-1/+4
* [stable9.1] Cast share id to string (#25402) (#25432)Thomas Müller2016-07-131-1/+1
* Additional perm check in WebdavVincent Petry2016-07-121-0/+5
* [stable9.1] Revert invalid commits from master->stable9.1 merge (#25420)Vincent Petry2016-07-081-15/+10
* 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
* PasswordLoginForbidden must extend NotAuthenticatedVincent Petry2016-06-171-2/+2
* throw PasswordLoginForbidden on DAVChristoph Wurst2016-06-172-2/+56
* add PasswordLoginForbiddenExceptionChristoph Wurst2016-06-171-6/+13
* Move birthday calendar generation to a live migration job (#25135)Thomas Müller2016-06-162-14/+81
* create session token on all APIsChristoph Wurst2016-06-131-2/+1
* Merge pull request #24080 from owncloud/support-calendar-class-propertyVincent Petry2016-06-105-25/+337
|\
| * Filter confidential calendar objects in shared calendarsThomas Müller2016-06-093-3/+172
| * Added unit testing for the migration stepThomas Müller2016-06-092-4/+12
| * Implement classification migration as repair stepThomas Müller2016-06-093-57/+101
| * Bump dav app version and fix variable renameThomas Müller2016-06-091-2/+2
| * Add migration stepThomas Müller2016-06-092-0/+59
| * Extract CLASS property from calendar object and store it in the databaseThomas Müller2016-06-091-21/+53
* | Merge pull request #25046 from owncloud/fix-the-realmVincent Petry2016-06-103-4/+12
|\ \
| * | Use the correct realm for basic authentication - fixes #23427Thomas Müller2016-06-093-4/+12
| |/
* | Merge pull request #25043 from owncloud/webdav-download-mimetypeVincent Petry2016-06-103-1/+24
|\ \
| * | DAV now returns file name with Content-Disposition headerVincent Petry2016-06-093-1/+24
| |/
* / Allow login by email address via webdav as well - fixes #24791Thomas Müller2016-06-091-2/+2
|/
* Better handling of forbidden files in davRobin Appelman2016-06-072-0/+4
* Fix checkMove() implementation for dav v2 - fixes #24776 (#24971)Thomas Müller2016-06-062-5/+8
* Merge pull request #24935 from owncloud/2fa-block-davVincent Petry2016-06-022-3/+14
|\
| * block DAV if 2FA challenge needs to be solved firstChristoph Wurst2016-06-012-3/+14
* | Catch the ForbiddenException to make sure it gets handledJoas Schilling2016-06-011-0/+3
|/
* Update license headersLukas Reschke2016-05-2647-50/+163
* do not allow client password logins if token auth is enforced or 2FA is enabledChristoph Wurst2016-05-241-2/+1