Jenkins for ownCloud
a711399e62
[tx-robot] updated from transifex
12 years ago
Thomas Tanghus
092b4e7b53
Implement PUT an PATCH support
12 years ago
Thomas Tanghus
2115db3892
Add interface docs to IRequest.
12 years ago
Thomas Tanghus
35fae7aaf8
Add patch method to OC_Route
12 years ago
Thomas Tanghus
50fc5e8792
Check if accessor matched request method.
...
It's easier to find errors in the code if an exception is thrown.
12 years ago
Thomas Müller
c2b6775efc
adding :
12 years ago
Thomas Müller
5e0cc6b5a6
adding copyright and PHPDocs
12 years ago
Thomas Müller
ecfde5faa1
Contains ownCloud's own implementation of the Sabre_DAV_Server regarding the handling of depth infinity
...
The clean way would have been to submit proper patches to the upstream project and reincorporate the code once released.
This will and has to follow!
12 years ago
Thomas Müller
92c02e6797
remove commented code
12 years ago
Bjoern Schiessle
029abc9c43
mail is already themable via the template, no need to provide additional string in OC_Defaults
12 years ago
Thomas Müller
aaba0d83b5
fixing PHPDoc & typo
12 years ago
Evgeni Golov
b6fc143074
cURL does not honour default_socket_timeout
...
SabreDAV uses cURL for the requests and as this does not honour
default_socket_timeout, setting it is useless and confusing as
people will expect the request to timeout faster than it actually
will do.
One has to use
curl_setopt($curl, CURLOPT_TIMEOUT, x)
or
curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, x)
but there is currently no way to make SabreDAV pass this to cURL.
12 years ago
Thomas Müller
48b5c1d5f9
initial implementation of activity manager
12 years ago
Thomas Müller
adcb738e47
initialize $middleWares
12 years ago
Thomas Tanghus
d124b6965b
Implement PUT an PATCH support
12 years ago
Thomas Müller
57f37c876b
delay middleware registrations
12 years ago
Thomas Müller
adff34cb8a
fixing error in initialization of TagManager
12 years ago
Thomas Tanghus
95cc666742
Add interface docs to IRequest.
12 years ago
Thomas Tanghus
b0d6d30705
Add patch method to OC_Route
12 years ago
Thomas Tanghus
d49e982ac8
Check if accessor matched request method.
...
It's easier to find errors in the code if an exception is thrown.
12 years ago
Bjoern Schiessle
03d5ea6cec
check not only if the keyfile folder exists but also if it contains keyfiles
12 years ago
Jenkins for ownCloud
f31d31844e
[tx-robot] updated from transifex
12 years ago
Bjoern Schiessle
9bb244cc59
check every enabled app if the remember login feature needs to be disabled
12 years ago
Thomas Müller
e515509a81
prelogin apps have to be loaded within setupBackend() otherwise required classes cannot be loaded
12 years ago
Thomas Müller
a86c10984a
catching NotPermittedException and throw it to the dav client as 403
12 years ago
Thomas Müller
b11d8799c1
adding unit tests for ObjectTree::move()
12 years ago
Thomas Müller
0c44cdd4ea
remove unneccessary code
12 years ago
Thomas Müller
5e27ac4b1a
$path already contains the full path to the file
12 years ago
Thomas Müller
09b64535a9
fixing copyright and add class documentation
12 years ago
Arthur Schiwon
1c976a7c9b
manager checkPassword now returns User object, adjust internal user class accordingly.
12 years ago
Bjoern Schiessle
acd3c11e47
use OC_DB::executeAudited
12 years ago
Bjoern Schiessle
5a9e473a79
use OC_DB::executeAudited
12 years ago
Bjoern Schiessle
3cd0caa643
set default value for expire parameter
12 years ago
Bjoern Schiessle
883d1c0df3
use template for txt and html mails to send notification mails
12 years ago
Thomas Müller
30286c06ab
stripos return value check
12 years ago
Thomas Müller
b168d5aa3b
class API decommissioning part 1
12 years ago
Thomas Müller
b2ef978d10
AppFramework:
...
- get request from the server container
- implement registerMiddleWare()
- adding getAppName() to app container
12 years ago
Bjoern Schiessle
ca47fc5f18
fix PHPDoc
12 years ago
Jenkins for ownCloud
2d12e52769
[tx-robot] updated from transifex
12 years ago
Bjoern Schiessle
0637dad0b3
some small fixes
12 years ago
Bjoern Schiessle
c486fc7608
introduce OC_Util::rememberLoginAllowed()
12 years ago
Thomas Tanghus
aaed871cee
Add factory class for the server container.
12 years ago
Arthur Schiwon
14a160e176
Adjust Tests and satisfy them
12 years ago
Thomas Müller
84a0e6930b
creating non static getETagPropertyForPath()
...
adding public $fileView to Node to allow unit testing
12 years ago
Thomas Müller
4e7f82ef04
unify duplicate code
12 years ago
Thomas Müller
cf9dbc6e34
adding error handling on file_put_contents within the web dav implementation
12 years ago
Arthur Schiwon
63324e2347
Fix doc
12 years ago
Arthur Schiwon
0a7ee7c3f7
Fix return value from User object to User ID
12 years ago
Thomas Müller
e9eb34f187
duplicate code :sigh: - will fix this in a second pr
12 years ago
Thomas Müller
6c5466a540
adding file_exists check just to be on the save side
12 years ago