Bart Visscher
|
5bfe4adbaa
|
Whitespace cleanup
|
12 years ago |
Thomas Mueller
|
ccdaec6296
|
webdav returns "503 Service Unavailable" in case the ownCloud server is currently in maintenance mode.
|
12 years ago |
Björn Schießle
|
43415386a8
|
Upstream merged my patch to add additional ssl root certificates to the webdav client.
This means that OC_Connector_Sabre_Client is no longer needed
|
12 years ago |
Arthur Schiwon
|
627da205b3
|
implement getCurrentUser in Sabre Auth Connector, fixes #508
|
12 years ago |
Arthur Schiwon
|
4466e06e7d
|
use username, not passed loginname, might differ
|
12 years ago |
Thomas Mueller
|
84420035df
|
throwing InsufficientStorage in case the quota is reached
|
12 years ago |
Sam Tuke
|
60f4ea8ddc
|
Cleaned up docblock comments
|
12 years ago |
Robin Appelman
|
99aa972a40
|
Allow changing the way etags are generated
|
13 years ago |
Thomas Mueller
|
07ffa0de39
|
adding comments to explain what's going on here
|
13 years ago |
Thomas Mueller
|
415ec58422
|
fixes #329: query the database in chunks of 200
|
13 years ago |
Felix Moeller
|
a4b2ea586d
|
Style: Remove all the dangling white spaces
|
13 years ago |
Felix Moeller
|
30d7993e01
|
Checkstyle fixes: NoSpaceAfterComma
|
13 years ago |
Felix Moeller
|
afadf93d31
|
Checkstyle: many fixes
|
13 years ago |
scambra
|
5af8adc169
|
code style changes
|
13 years ago |
scambra
|
d9c14292a4
|
fix checking quota in webdav, adding a sabredav plugin
|
13 years ago |
Felix Moeller
|
e73b817a38
|
Checkstyle: NoSpaceAfterComma
|
13 years ago |
Arthur Schiwon
|
b43b85c849
|
get effective username after webdav login, fixes oc-2108
|
13 years ago |
Sam Tuke
|
8b01286a5d
|
Merged branch 'master'
|
13 years ago |
Bart Visscher
|
4af5b016cc
|
Whitespace cleanup
|
13 years ago |
Arthur Schiwon
|
783c02eda9
|
fix create folder and upload file issue on win, fixes oc-1747, solution follows suggestion from bug tracker
|
13 years ago |
Björn Schießle
|
f8f73e2675
|
move back to "lastmodified" property since "getlastmodified" is protected by webdav
|
13 years ago |
Björn Schießle
|
50d7cfbbe7
|
prepare server for move of property name "lastmodified" to "getlastmodified" according to RFC4918.
Depreciated const can be removed after sync client update and release
|
13 years ago |
Björn Schießle
|
c3c6e52104
|
- take webdav namespace for properties into account
- change update routine to add the namesapce to all stored properties
|
13 years ago |
Bart Visscher
|
8820cd934a
|
Forgot to return the fileinfo
|
13 years ago |
Bart Visscher
|
b6dc6c5bb9
|
Don't use OC_FileCache directly, but use the functions in OC_Files
This adds getFileInfo to OC_Files to also get fileinfo from shared files
|
13 years ago |
Bart Visscher
|
703aff6c35
|
Run proxies and emit signals when finising chunked upload
Otherwise the file cache and the quota isn't checked
|
13 years ago |
Bart Visscher
|
b1bab6d113
|
Check format of chunked filename
|
13 years ago |
Bart Visscher
|
78a022fda6
|
dirname can also return '.' for empty path
|
13 years ago |
Thomas Müller
|
5721bd2786
|
Respect coding style
|
13 years ago |
Thomas Müller
|
1a10955644
|
Respect coding style
|
13 years ago |
Thomas Müller
|
2271a97992
|
Respect coding style
|
13 years ago |
Thomas Mueller
|
3829460ab8
|
adding space between) and {
|
13 years ago |
Bart Visscher
|
285c198c36
|
EOL fixes
apps/files_external/lib/config.php
apps/files_versions/lib/versions.php
lib/connector/sabre/client.php
|
13 years ago |
Bart Visscher
|
52f2e7112e
|
Whitespace fixes in lib
|
13 years ago |
Jörn Friedrich Dreyer
|
fa3497f6ed
|
add backticks to SQL, use limit parameter instead of LIMIT SQL
|
13 years ago |
Jakob Sack
|
1dfa6f3d8f
|
Fix OC_Connector_Sabre_Locks for SQLite
|
13 years ago |
Jakob Sack
|
1fe9892292
|
Fix #476
|
13 years ago |
jfd
|
ede464f058
|
escape all identifiers with backticks
|
13 years ago |
Bjoern Schiessle
|
9bab06537c
|
update file encryption key over webdav properties for client side encryption
|
13 years ago |
Michael Gapczynski
|
89027545a0
|
Check if user is already logged in for DAV auth, instead of logging in and creating new sessions for every request
|
13 years ago |
Bart Visscher
|
1ea33ff36b
|
Chunked upload: Refactor OC_FileChunking to object
|
13 years ago |
Bart Visscher
|
2d85ef0e04
|
Chunked upload: Refactor to static class
|
13 years ago |
Bart Visscher
|
d26f87e738
|
Smarter remove of etag properties for path
|
13 years ago |
Bart Visscher
|
783d67be62
|
Create uniqid ETag for directories
|
13 years ago |
Bart Visscher
|
381e493a8c
|
Rename functions
getETagPropertyForFile -> getETagPropertyForPath
removeETagPropertyForFile -> removeETagPropertyForPath
|
13 years ago |
Bjoern Schiessle
|
73734c98e0
|
- remove namespace from file property name (webdav)
- update script to fix broken properties in the database
|
13 years ago |
Bjoern Schiessle
|
bd63fddbf4
|
fix broken properties in the database
|
13 years ago |
Bjoern Schiessle
|
c0e37c7d69
|
quick fix for broken properties
|
13 years ago |
Robin Appelman
|
8a19e134df
|
fix ununsed variables
|
13 years ago |
Bart Visscher
|
0b338a7a41
|
Add missing public to function definition
|
13 years ago |