Commit Graph

417 Commits (82bf1f9c8ccbfed39790d22b2fbea2c5286122dc)

Author SHA1 Message Date
Vincent Petry 82bf1f9c8c Added workaround for Android content disposition 13 years ago
Vincent Petry 409b510889 Moved content disposition code+workarounds to OCP\Response 13 years ago
Morris Jobke 4c4c9096c4 fix plural translation - fixes #6226 13 years ago
Bart Visscher 4c8bc61753 XSendfile and encryption don't work together 13 years ago
Bart Visscher 6aa9daf4e6 Users of getFolderContent are mostly interested in the unecrypted file size 13 years ago
Robin Appelman 01ab15a2b0 reuse etags when doing a background scan 13 years ago
Frank Karlitschek 61296ed7bb lower required php version to 5.3.3 13 years ago
Vincent Petry 6cf9844e9c Added unit test for the test() method 13 years ago
Robin Appelman 64bfcbee0a check if a directory exists before we try to remove it 13 years ago
Robin Appelman 4f4ad72460 remove background jobs if they are failing 13 years ago
Robin Appelman 35bb6f7e3a Catch exceptions from background jobs and log them 13 years ago
Thomas Mueller 87e795a693 fixing PHPDoc and spelling 13 years ago
Vincent Petry 80d2371f97 Fixed touch after chunk assembling 13 years ago
Frank Karlitschek 7ca0de9bd3 make 5.3.8 the minimum supported version. This fixes several issues with broken PHP versions like: https://github.com/owncloud/core/issues/5734 13 years ago
Bjoern Schiessle 466ed01e5d correctFolder() already resolves the dirname internally 13 years ago
Bjoern Schiessle bdfef554c4 add PHPDoc for setMimetype() 13 years ago
Bjoern Schiessle eeb31420fe we need to be able to set the mimetype manually 13 years ago
Bjoern Schiessle eaedda2116 make sure that we don't try to access an already deleted files, fixes some file source not found warnings 13 years ago
Andreas Fischer 93b0bd0a9e Use getLastError() everywhere. 13 years ago
Andreas Fischer 904573d0d0 Add getLastError() 13 years ago
Andreas Fischer 955127231a No function as oci_last_error. It's oci_error. 13 years ago
Andreas Fischer fcf332abbf There is no property such as dbusername. It's 'dbuser'. 13 years ago
Andreas Fischer b90f88f939 Correct property name. It's 'dbpassword', with the 'db' prefix. 13 years ago
Andreas Fischer 005c98e46c Correct property name. It's just 'tableprefix', without the 'db' prefix. 13 years ago
Vincent Petry 43b1cf7988 Redetect mime type whenever extension is renamed 13 years ago
Robin Appelman 885d04bc86 Fix getRawPathInfo for the '/' edge case 13 years ago
Bjoern Schiessle 6deda1b9f6 return false if user is in incognito mode 13 years ago
Robin Appelman c47e46fda0 fix custom routes defined by apps 13 years ago
Morris Jobke 7755e69af0 add PHPDoc for urlParams 13 years ago
Thomas Mueller 4fbc2774ef on mssql the schema migration sometimes fails due to an already existing transaction - error: 'New transaction is not allowed because there are other threads running in the session.' 13 years ago
Thomas Müller 52941341fd fixing failing unit test 13 years ago
Thomas Müller 2a93720f3f fixes #6050 13 years ago
Robin Appelman 10d84f6e9b Add a (currently) empty system for running common repair steps 13 years ago
Bjoern Schiessle 62afe7fe7a remove passwords from logfile 13 years ago
Thomas Müller 27cc333dfe adding chunked upload handling 13 years ago
Thomas Müller b9fed935b4 in case uri and script name don't match we better throw an exception 13 years ago
Thomas Müller a0a665ea45 handle duplicate slashes in case of reverse proxy configuration 13 years ago
Morris Jobke 7f47cc062c fix defaults.php doc 13 years ago
Thomas Müller 993fea2f05 fix appframework routing 13 years ago
Thomas Mueller 228f1788fa add new function to generate the human readable version string based on version, channel and build number 13 years ago
Thomas Mueller 6229f457d0 update PHPDoc 13 years ago
Frank Karlitschek a11192bab3 send the build number too to push the next daily build. This is needed for the new daily build update channel 13 years ago
Frank Karlitschek 2ce850f7db fix overwrite host support and make the code a bit more readable 13 years ago
Arthur Schiwon 6085878966 Avatar: accept OC_Image as in setParameter 13 years ago
Vincent Petry c62cce8269 Moved default isReadable/isUpdatable impl into Common class 13 years ago
Bjoern Schiessle aeefe48cba Revert "use relative paths to create images from a file. This way it also works if" 13 years ago
Bjoern Schiessle 7e4f50d4e3 add incognito mode, allows to hide my user ID. For example, this is useful to access public resources while a user is still logged in 13 years ago
Arthur Schiwon 8ccac86c98 Enable user backends to provide avatar images 13 years ago
Thomas Müller 92c8672c0f fixing PHPDoc comments and syntax 13 years ago
Bjoern Schiessle 3488f0b77a use relative paths to create images from a file. This way it also works if 13 years ago