summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-241-1/+1
* Merge pull request #24559 from owncloud/2faVincent Petry2016-05-231-0/+1
|\
| * Add two factor auth to coreChristoph Wurst2016-05-231-0/+1
* | Merge pull request #22690 from owncloud/fix-comments-href-remote.php-filesVincent Petry2016-05-231-3/+3
|\ \ | |/ |/|
| * ensure comments-href returns a value also when propfind is done against remot...Arthur Schiwon2016-05-201-3/+3
* | Make the root collection neutral so it does not only work for filesJoas Schilling2016-05-233-30/+40
* | Remove unused UserFolderJoas Schilling2016-05-232-15/+5
* | Adjust DAV SystemTagPlugin unit tests for groupsVincent Petry2016-05-201-16/+25
* | Fix system tag update codeVincent Petry2016-05-201-0/+4
* | Add admin-only system tag groups propertyVincent Petry2016-05-201-4/+39