Commit Graph

1179 Commits (b5bc37d2e40aba0ab8d3e72e7f7075352839096d)

Author SHA1 Message Date
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 11 years ago
Robin McCorkell b653ad164b Replace @returns with @return, in /lib 11 years ago
Vincent Petry bab8c1f8e5 Fixed getAbsolutePath case when path is "0" 11 years ago
Bjoern Schiessle a9ac11718e backup the encryption key after the encryption was disabled so that the user 11 years ago
Bernhard Posselt a152e320f6 make it possible to omit parameters and use the default parameters from the controller method 11 years ago
Thomas Müller f5ed92bf31 remove legacy aka deprecated code: OC_Cache_FileGlobalGC 11 years ago
Thomas Müller e0dd69e4e6 remove legacy aka deprecated code: OC_FilesystemView 11 years ago
Thomas Müller 33987eea83 remove legacy aka deprecated code: OC_Cache 11 years ago
Thomas Müller 4dd1a49a68 remove legacy aka deprecated code: OC_Filesystem 11 years ago
Thomas Müller 3cd32dcb7c adding X-Robots-Tag to all responses of ownCloud + move addSecurityHeaders() to OC_Response, which seems to be a more reasonable place 11 years ago
Morris Jobke 9d95fff427 fix missing spaces 11 years ago
Thomas Müller da0e37ef03 Rotate thumbnail when encryption is enabled 11 years ago
Thomas Müller d853c60d7e adding interpolation as requested by PSR-3 11 years ago
Bernhard Posselt 63f2f16b85 use new controllermethodreflector for corsmiddleware 11 years ago
Bernhard Posselt 474b8f071d Fix typo 11 years ago
Bernhard Posselt 3e58a767ad Fix method signature 11 years ago
Bernhard Posselt fcb1aa36f0 default to null to not fail if type is not annotated via phpdoc 11 years ago
Bernhard Posselt 1d45239c65 adjust license headers to new mail address 11 years ago
Bernhard Posselt cb666c18d6 rename formatter to responder, formatResponse to buildResponse 11 years ago
Bernhard Posselt c590244fa1 add private property for reflector in security middleware 11 years ago
Bernhard Posselt ede7325772 fix broken if 11 years ago
Bernhard Posselt d8da79cab0 add test for not failing when adding more comments after type parameters, do not limit x-www-form-urlencoded to POST 11 years ago
Bernhard Posselt 4dca2038bf add request to dispatcher class 11 years ago
Bernhard Posselt 80648da431 implement most of the basic stuff that was suggested in #8290 11 years ago
Lukas Reschke fd5b2d11d6 Rename issubdirectory to isSubDirectory 11 years ago
Lukas Reschke a40e49cae5 Harden issubdirectory() 11 years ago
Lukas Reschke cd3ed01483 Fix Typo 11 years ago
Bernhard Posselt e05192a23d Fix method signature 11 years ago
Bernhard Posselt 9a4d204b55 add cors middleware 11 years ago
Bernhard Posselt b4298c68ca - make logger available in the container 11 years ago
Bart Visscher 88225db4af Memcached hasKey should test for success, the get can fail for other reasons. 11 years ago
Vincent Petry 05dc694c5c Fix getPathById for Oracle 11 years ago
Bart Visscher 9f88141bcd Use 'boolean' as type instead of 'bool' 11 years ago
Lukas Reschke c4109d9aef Use strict type comparison 11 years ago
Vincent Petry 4a493c8835 Some expected Sabre exceptions are now logged with DEBUG level 11 years ago
Bart Visscher 72864d1c53 Typo 11 years ago
Morris Jobke 91a5e728c0 fix getUserFolder() of server container 11 years ago
Robin Appelman 578eb33c20 Dont create borders around previews when scaling up is disabled 11 years ago
Lukas Reschke 5cfc9d973d Fix PHP Doc and use readable variable name 11 years ago
Lukas Reschke 6f57911b44 Does also take int or string 11 years ago
Lukas Reschke d091cca636 Fix typo 11 years ago
Thomas Müller 20893cc3b3 Images on public sharing get downscaled to increase use experience - this will speed up loading time 11 years ago
Bart Visscher 50f49c57b5 Some more params are optional 11 years ago
Robin Appelman 77e6278d09 Preserve keys when sorting parameters when generatings urls 11 years ago
Joas Schilling c060f6ec7b Deduplicate code 11 years ago
Joas Schilling c1caaa6241 Correctly emit create/update hooks when a large file is being created/update 11 years ago
Joas Schilling 4fa9e46d2b Emit a new hook, when a file is being updated only 11 years ago
Thomas Müller 6935364b33 add class Pimple to autloader 11 years ago
Volkan Gezer e7c6111ae3 Update outdated comment 11 years ago
Sjors van der Pluijm e8a287f5bb refs #8376; spaces=>tabs 11 years ago