summaryrefslogtreecommitdiffstats
path: root/lib/connector
Commit message (Expand)AuthorAgeFilesLines
* backport 6acbadf41833c8d5a78aabb06c6c7e0f4f4c019bArthur Schiwon2013-03-061-2/+4
* Merge pull request #857 from owncloud/fix_508blizzz2012-12-131-1/+16
|\
| * implement getCurrentUser in Sabre Auth Connector, fixes #508Arthur Schiwon2012-12-131-0/+15
| * use username, not passed loginname, might differArthur Schiwon2012-12-131-1/+1
* | throwing InsufficientStorage in case the quota is reachedThomas Mueller2012-12-121-1/+1
* | code style changesscambra2012-12-121-4/+6
* | fix checking quota in webdav, adding a sabredav pluginscambra2012-12-121-0/+57
|/
* use correct path for property cache (the real path of the file and not the vi...Björn Schießle2012-11-201-1/+1
* Merge pull request #439 from owncloud/239_webdav_999_files_stable45Thomas Müller2012-11-161-11/+14
|\
| * backport of #271 to stable45Thomas Mueller2012-11-141-11/+14
* | Correct quoting error with Sabre connector. Fix critical pg pbmsBrice Maron2012-11-141-1/+1
|/
* make getFileSource staticBjörn Schießle2012-11-081-1/+1
* if file gets modified, always remove etag for all shared folder to make sure ...Björn Schießle2012-11-081-0/+7
* some more checks if file is a shared fileBjörn Schießle2012-11-082-9/+14
* find correct source file and owner of shared filesBjörn Schießle2012-11-081-27/+25
* start implementing a solution to fix broken etags for shared filesBjörn Schießle2012-11-081-4/+29
* Allow changing the way etags are generatedRobin Appelman2012-11-071-2/+14
* get effective username after webdav login, fixes oc-2108Arthur Schiwon2012-10-231-1/+1
* fix create folder and upload file issue on win, fixes oc-1747, solution follo...Arthur Schiwon2012-10-021-2/+2
* move back to "lastmodified" property since "getlastmodified" is protected by ...Björn Schießle2012-09-281-5/+3
* prepare server for move of property name "lastmodified" to "getlastmodified" ...Björn Schießle2012-09-261-4/+6
* - take webdav namespace for properties into accountBjörn Schießle2012-09-261-2/+2
* Forgot to return the fileinfoBart Visscher2012-09-211-1/+1
* Don't use OC_FileCache directly, but use the functions in OC_FilesBart Visscher2012-09-211-3/+5
* Run proxies and emit signals when finising chunked uploadBart Visscher2012-09-181-2/+1
* Check format of chunked filenameBart Visscher2012-09-171-0/+3
* dirname can also return '.' for empty pathBart Visscher2012-09-131-1/+1
* Respect coding styleThomas Müller2012-09-101-5/+4
* Respect coding styleThomas Müller2012-09-101-1/+1
* Respect coding styleThomas Müller2012-09-101-3/+9
* adding space between) and {Thomas Mueller2012-09-075-10/+10
* EOL fixesBart Visscher2012-09-071-172/+172
* Whitespace fixes in libBart Visscher2012-08-295-11/+9
* add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-251-1/+1
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-255-57/+398
|\
| * Merge branch 'chunked_upload'Bart Visscher2012-08-031-4/+16
| |\
| | * Chunked upload: Refactor OC_FileChunking to objectBart Visscher2012-07-271-3/+4
| | * Chunked upload: Refactor to static classBart Visscher2012-07-271-18/+5
| | * Merge branch 'master' into chunked_uploadBart Visscher2012-07-276-55/+182
| | |\
| | * | Custom chunking supportBart Visscher2012-07-081-4/+25
| * | | Fix #476Jakob Sack2012-07-311-4/+7
| | |/ | |/|
| * | Smarter remove of etag properties for pathBart Visscher2012-07-261-2/+18
| * | Create uniqid ETag for directoriesBart Visscher2012-07-253-1/+39
| * | Rename functionsBart Visscher2012-07-253-5/+5
| * | fix broken properties in the databaseBjoern Schiessle2012-07-231-1/+1
| * | quick fix for broken propertiesBjoern Schiessle2012-07-231-0/+1
| * | fix ununsed variablesRobin Appelman2012-07-211-1/+1
| * | Add missing public to function definitionBart Visscher2012-07-211-1/+1
| * | Add ETag support to the Sabre file connector.Bart Visscher2012-07-213-7/+66
| * | adapted to new SabreDav versionBjoern Schiessle2012-07-201-10/+12