Commit Graph

6013 Commits (2a2aabbdafc11fac687cb69d4804e6d03df882c2)

Author SHA1 Message Date
Lukas Reschke eecc400698 p() and print_unescaped() also take arrays as parameter 13 years ago
Jenkins for ownCloud 982d2bcc5b [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 329b8f3e99 [tx-robot] updated from transifex 13 years ago
Lukas Reschke 77ecfdd1a4 Only encode dangerous dangerous characters 13 years ago
Jenkins for ownCloud 36107e1bad [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 7c072510d3 [tx-robot] updated from transifex 13 years ago
Bernhard Posselt f06ef8aa4b register middleware as string to not force request to be instantiated too early and thus not having url parameters 13 years ago
Thomas Müller 98a5f121fd To isolate the variable scope used inside the $file it is required in it's own method 13 years ago
Bernhard Posselt 70c88027db add requirements to routing 13 years ago
Vincent Petry 4f11786a3d Fixed Sabre Node implementation to correctly return timestamps as int 13 years ago
Joas Schilling 352063cf0a Fix Undefined index: storage in share.php 13 years ago
Jenkins for ownCloud 796f719548 [tx-robot] updated from transifex 13 years ago
Volkan Gezer a4f42676ea Make hardcoded exception messages translatable 13 years ago
Jenkins for ownCloud 4ad4b9768c [tx-robot] updated from transifex 13 years ago
Thomas Müller c1fd300048 using array_key_exists() instead of isset() - required because in case the value is null isset is returning false 13 years ago
Thomas Müller 85e7921b14 fixing undefined exception classes 13 years ago
Thomas Müller 647abe512b reduce code duplication, fix parse error, prevent page reload on hitting enter while changing the display name - refs #8085 13 years ago
Jenkins for ownCloud e295d48fd4 [tx-robot] updated from transifex 13 years ago
Lukas Reschke 6babf90175 Switch to HTTPS 13 years ago
Lukas Reschke 5679f5c37e Remove wrong whitespace from URL and use HTTPS 13 years ago
Jenkins for ownCloud a9d49de465 [tx-robot] updated from transifex 13 years ago
Lukas Reschke 1b55c312e5 Removed two unused functions 13 years ago
Robin Appelman b61ec7352b dont scan not existing files in View->getFileInfo 13 years ago
Robin Appelman e76c246718 Pass the correct root to the preview on post_write 13 years ago
Vincent Petry ab56f69416 Do not expire chunks while checking for their existence 13 years ago
Robin Appelman db95f49b7e Load all routes when matching an ocs route 13 years ago
Bernhard Posselt 5f3b8c45d7 Remove dependency on container, removing service locator antipattern 13 years ago
tomneedham 6b017201b8 Only accept success as 100 like the OCS spec does 13 years ago
Robin Appelman da5541ac02 Allow reusing FileInfo for getStorageInfo 13 years ago
Volkan Gezer b6ad7c3cdd Fix admin-dir_permissions redirection when cannot write warning 13 years ago
Jenkins for ownCloud 73dd5ff26c [tx-robot] updated from transifex 13 years ago
Robin Appelman 1c7a71ca77 use binary safe read 13 years ago
Robin Appelman 54a15a8001 Use streams when generating hashes of remote files 13 years ago
Vincent Petry 0067a4eac2 Added missing fclose in file_get_contents and file_put_contents 13 years ago
Vincent Petry d6ce45fe61 Correctly read the full stream in file_get_contents 13 years ago
Jenkins for ownCloud 7a4a836abe [tx-robot] updated from transifex 13 years ago
Bjoern Schiessle 8e34812393 always encrypt files to owner 13 years ago
Thomas Müller fe2c6f4e6d remove pl_PL - fixes #7973 13 years ago
Vincent Petry cf361b6b4a Allow using "/" in "overwritewebroot" 13 years ago
Bjoern Schiessle 3a731a01b1 select statement always need to contain file_source respectively item_source 13 years ago
Robin Appelman 0c2585f3ac Improve phpdoc 13 years ago
Thomas Tanghus 6292aa57af Check if web root has already been appended 13 years ago
Thomas Tanghus 7278f2f567 Sub-dir was prepended twice 13 years ago
Thomas Tanghus 3a7829f784 Sub-dir was prepended twice 13 years ago
Thomas Tanghus c14107550d Use UrlGenerator in OC\Util::redirectToDefaultPage(). Fix #7936 13 years ago
Robin Appelman f331d5f9d4 Give storages the option to implement the getById behaviour for View->getPath 13 years ago
Morris Jobke e4069e1553 Emit event after setting a new expiration for a share 13 years ago
Thomas Müller f1b085df01 adding @method annotation to declare methods which can be called on the wrapped statement object 13 years ago
Thomas Müller 2d592ddc8f Fix CURLOPT_FOLLOWLOCATION bug with open_basedir or safe_mode restriction enabled. 13 years ago
Vincent Petry b48510c978 Use the correct resolve method to resolve file storage 13 years ago