Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 1 | -276/+0 |
| | |||||
* | expose locking api in sabre connector | Robin Appelman | 2015-09-14 | 1 | -1/+26 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -2/+0 |
| | |||||
* | fixing namespaces and PHPDoc | Thomas Müller | 2015-03-09 | 1 | -14/+26 |
| | |||||
* | adding storage specific filename verification - refs #13640 | Thomas Müller | 2015-03-09 | 1 | -3/+11 |
| | |||||
* | Sabre Update to 2.1 | Vincent Petry | 2015-02-23 | 1 | -118/+38 |
| | | | | | | | | | | | | | | | | | | - VObject fixes for Sabre\VObject 3.3 - Remove VObject property workarounds - Added prefetching for tags in sabre tags plugin - Moved oc_properties logic to separate PropertyStorage backend (WIP) - Fixed Sabre connector namespaces - Improved files plugin to handle props on-demand - Moved allowed props from server class to files plugin - Fixed tags caching for files that are known to have no tags (less queries) - Added/fixed unit tests for Sabre FilesPlugin, TagsPlugin - Replace OC\Connector\Sabre\Request with direct call to httpRequest->setUrl() - Fix exception detection in DAV client when using Sabre\DAV\Client - Added setETag() on Node instead of using the static FileSystem - Also preload tags/props when depth is infinity | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -1/+30 |
| | |||||
* | Revert "adding OC-ETag header" | Vincent Petry | 2015-02-05 | 1 | -16/+0 |
| | | | | This reverts commit 96a931929ea837a40a7e9b836252587c949a8127. | ||||
* | Returns and update tags through WebDAV PROPFIND and PROPPATCH | Vincent Petry | 2014-12-17 | 1 | -0/+11 |
| | | | | | | | Added oc:tags and oc:favorites in PROPFIND response. It is possible to update them with PROPPATCH. These properties are optional which means they need to be requested explicitly | ||||
* | Fix dav permissions for folders without create permissions | Robin Appelman | 2014-09-25 | 1 | -1/+1 |
| | |||||
* | adding OC-ETag header | Thomas Müller | 2014-08-29 | 1 | -0/+16 |
| | |||||
* | WebDAV Permissions: Distinguish between renameing and moving | Markus Goetz | 2014-06-05 | 1 | -1/+1 |
| | |||||
* | Upgrade SabreDAV to 1.8.10 | Thomas Müller | 2014-06-04 | 1 | -8/+9 |
| | | | | Updating SabreDAV namespaces | ||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -6/+6 |
| | | | | * test case added to avoid adding them later | ||||
* | - update permissions | Thomas Müller | 2014-05-09 | 1 | -3/+6 |
| | | | | - change xml tag to perm | ||||
* | - Introduce isShared() and isMounted() on FileInfo class | Thomas Müller | 2014-05-02 | 1 | -0/+29 |
| | | | | | | - Reuse these methods on determineIcon() - Generate permission string for the desktop client - expose {http://owncloud.org/ns}permissions as additional WebDAV property containing the permission string | ||||
* | fixing typos and PHPDoc | Thomas Müller | 2014-04-23 | 1 | -0/+3 |
| | |||||
* | merge master into webdav-injection | Robin Appelman | 2014-04-15 | 1 | -3/+6 |
|\ | |||||
| * | Fixed Sabre Node implementation to correctly return timestamps as int | Vincent Petry | 2014-04-09 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | Negative timestamps were returned as string and were confusing other Sabre API like Sabre_DAV_Property_GetLastModified. This fix makes sure the timestamp is returned as int when defined. | ||||
* | | Pass the filesystem view as argument in the sabredav connectors and use the ↵ | Robin Appelman | 2014-02-25 | 1 | -110/+56 |
|/ | | | | fileinfo object | ||||
* | Merge pull request #6714 from owncloud/files-newfileinvalidcharsfix | Lukas Reschke | 2014-02-20 | 1 | -2/+7 |
|\ | | | | | Added extra checks for invalid file chars in newfile.php and newfolder.php | ||||
| * | Added file name check in webdav connector | Vincent Petry | 2014-02-18 | 1 | -2/+7 |
| | | | | | | | | | | | | | | - added file name check for the put, rename and setNames() methods which throw a "Bad Request" whenever invalid characters are used - replaced \OC\Filesystem usage with $this->getFS() to be able to write unit tests | ||||
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -3/+2 |
|/ | |||||
* | switch instance id and file id | Thomas Müller | 2013-10-25 | 1 | -1/+1 |
| | |||||
* | handle case where fileid is not set | Thomas Müller | 2013-10-23 | 1 | -3/+8 |
| | |||||
* | introducing new dav property {xmlns:oc="http://owncloud.org/ns}id | Thomas Müller | 2013-10-23 | 1 | -1/+17 |
| | |||||
* | - delete properties on node delete | Thomas Müller | 2013-10-22 | 1 | -0/+11 |
| | | | | - move properties on node move | ||||
* | due to internal implementations touch will always be successful - $mtime ↵ | Thomas Müller | 2013-10-09 | 1 | -6/+0 |
| | | | | | | will be stored in the cache from desktop client perspective it is necessary to set the mtime under every condition | ||||
* | Merge branch 'master' into fixing-4011-master | Thomas Müller | 2013-10-04 | 1 | -2/+15 |
| | |||||
* | DAV: Use fileinfo_cache for ETag | Markus Goetz | 2013-10-03 | 1 | -1/+8 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+238 |
Conflicts: lib/private/vcategories.php |