summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* More group DBThomas Müller2015-11-301-0/+7
* Adding more DB groups to test suitsThomas Müller2015-11-303-0/+21
* Prevent redefinition warning of PHPUNIT_RUNThomas Müller2015-11-301-1/+3
* Apply DB group annotation ...Thomas Müller2015-11-302-0/+15
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-271-2/+2
* Merge pull request #20760 from owncloud/webdav-authredirectfixThomas Müller2015-11-272-1/+31
|\
| * Only reject ajax auth if user is really logged outVincent Petry2015-11-262-1/+31
* | Merge pull request #20702 from owncloud/move-user-principal-into-subfolderThomas Müller2015-11-269-100/+99
|\ \
| * | Fix principal collection for CavDAVTesterThomas Müller2015-11-262-3/+3
| * | Introduce \OCP\IUser::getEMailAddress()Thomas Müller2015-11-252-39/+21
| * | Users are available under it's own principal resource named 'principals/users...Thomas Müller2015-11-258-65/+82
* | | Merge pull request #20731 from owncloud/per-storage-updaterThomas Müller2015-11-261-2/+2
|\ \ \ | |/ / |/| |
| * | Make Cache\Updater per storageRobin Appelman2015-11-251-2/+2
| |/
* | CardDavBackEnd requires principalBackend on ctorThomas Müller2015-11-252-11/+24
* | Output owncloud.log to the consoleThomas Müller2015-11-251-0/+4
* | Adding sync support - including dav testsThomas Müller2015-11-254-2/+1608
|/
* Adjust sabre changes in coreThomas Müller2015-11-2410-155/+192
* Do not authenticate over ajaxVincent Petry2015-11-232-2/+41
* Merge pull request #16902 from owncloud/jsocclientThomas Müller2015-11-231-0/+27
|\
| * Send download token as cookie to tell the UI that it startedVincent Petry2015-11-221-0/+27
* | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-2011-20/+30
|/
* Adding an existing sharee is idempotentThomas Müller2015-11-192-10/+30
* Implement CSRF protectionThomas Müller2015-11-193-1/+26
* Addressbook sharing added based on a simplified approach which is based on ca...Thomas Müller2015-11-1910-5/+605
* Merge pull request #20537 from owncloud/add-internal-locking-to-new-webdav-en...Thomas Müller2015-11-193-15/+10
|\
| * Add internal locking plugin - fixes #20502Thomas Müller2015-11-163-15/+10
* | Merge pull request #20371 from owncloud/add-caldav-2Thomas Müller2015-11-188-7/+1988
|\ \
| * | Use uri as displaynameThomas Müller2015-11-162-20/+13
| * | components was not written to the databaseThomas Müller2015-11-162-0/+5
| * | Add occ command to create a new calendarThomas Müller2015-11-162-0/+54
| * | Add scheduling backendThomas Müller2015-11-162-4/+68
| * | Fix OracleThomas Müller2015-11-161-1/+1
| * | Introducing CalDAV into coreThomas Müller2015-11-166-7/+1872
* | | Add internal fileid to webdav responseVincent Petry2015-11-183-3/+22
* | | Merge pull request #20494 from owncloud/storage-forbidden-exceptionThomas Müller2015-11-188-5/+206
|\ \ \
| * | | Allow storage wrappers to through a forbidden exception with retry informationJoas Schilling2015-11-178-5/+206
| | |/ | |/|
* | | Merge pull request #20188 from owncloud/webdav-exposeshareownerThomas Müller2015-11-173-0/+68
|\ \ \ | |/ / |/| |
| * | Add "owner-id" and "owner-display-name" Webdav propertiesVincent Petry2015-11-163-0/+68
| |/
* / Add fake locker plugin for WebDAVFSLukas Reschke2015-11-137-5/+386
|/
* Merge pull request #20195 from owncloud/add-caldavtesterThomas Müller2015-11-104-0/+1075
|\
| * Add CalDAVTester to travisThomas Müller2015-11-104-0/+1075
* | Merge pull request #20431 from owncloud/carddav-enforce-displaynameThomas Müller2015-11-102-1/+8
|\ \
| * | When creating addressbooks, make sure the displayname is setArthur Schiwon2015-11-102-1/+8
* | | Merge pull request #20422 from owncloud/fix-20421-masterThomas Müller2015-11-101-0/+3
|\ \ \ | |/ / |/| |
| * | Ensure the user folder existsThomas Müller2015-11-101-0/+3
| |/
* / Adding CardDAV plugin to provide addressbook-home-set propertyThomas Müller2015-11-101-0/+2
|/
* Register DAVACL plugin to provide current-user-principalThomas Müller2015-11-091-0/+2
* adding individual phpunit.xml and bootstrap.phpThomas Müller2015-11-062-0/+38
* Adding occ command to create an addressbookThomas Müller2015-11-062-0/+60
* Introducing CardDAV into coreThomas Müller2015-11-0622-23/+958