Commit Graph

5617 Commits (dc6f1d875d7c6f86b07aba8b6f1119083279cd30)

Author SHA1 Message Date
Robin Appelman 366d75e947 cache the home folder of a User 11 years ago
Robin Appelman b126374780 cache the result from inGroup 11 years ago
Robin Appelman 5c7a08aab4 check if a $_SESSION entry exists before we try to remove it 11 years ago
Andreas Fischer cdd182ce35 Send "SET NAMES utf8" to MySQL for PHP below 5.3.6 11 years ago
Vincent Petry 82bf1f9c8c Added workaround for Android content disposition 11 years ago
Vincent Petry 409b510889 Moved content disposition code+workarounds to OCP\Response 11 years ago
Joas Schilling 009e25788f correctly mark app management active 11 years ago
Jenkins for ownCloud 6aab1ebf44 [tx-robot] updated from transifex 11 years ago
Robin Appelman a36bf5c2b5 preserve 3rd party values in in the Session destructor 11 years ago
Pellaeon Lin fc607e6bce Separate PHP upload limit and free space 11 years ago
Jenkins for ownCloud 079d20a80e [tx-robot] updated from transifex 11 years ago
Morris Jobke 4c4c9096c4 fix plural translation - fixes #6226 11 years ago
Bart Visscher 4c8bc61753 XSendfile and encryption don't work together 11 years ago
Bart Visscher 6aa9daf4e6 Users of getFolderContent are mostly interested in the unecrypted file size 11 years ago
Morris Jobke 9c4bbf9ad7 Revert "Revert "Fix user's displayName being overwritten by (old) cookie"" 11 years ago
Bjoern Schiessle 3f7aac1a79 add a optional parameter to skip check for expired files, this is necessary to find out to whom a file was shared after it was expired. 11 years ago
Morris Jobke eba35d28cd Revert "Fix user's displayName being overwritten by (old) cookie" 11 years ago
Robin Appelman 01ab15a2b0 reuse etags when doing a background scan 11 years ago
Nico Kaiser 2a7380cc21 Fix user's displayName being overwritten by (old) cookie 11 years ago
Jenkins for ownCloud 7e702f294f [tx-robot] updated from transifex 11 years ago
Alexander Bergolth 301d469813 Symfonys addCollection() with multiple arguments is deprecated, fix deprecation warning 11 years ago
Frank Karlitschek 61296ed7bb lower required php version to 5.3.3 11 years ago
Vincent Petry 6cf9844e9c Added unit test for the test() method 11 years ago
Jenkins for ownCloud 83ec234f53 [tx-robot] updated from transifex 11 years ago
Robin Appelman 64bfcbee0a check if a directory exists before we try to remove it 11 years ago
Robin Appelman 4f4ad72460 remove background jobs if they are failing 11 years ago
Robin Appelman 35bb6f7e3a Catch exceptions from background jobs and log them 11 years ago
Thomas Mueller 87e795a693 fixing PHPDoc and spelling 11 years ago
Jenkins for ownCloud 1b18c5a047 [tx-robot] updated from transifex 11 years ago
Vincent Petry 80d2371f97 Fixed touch after chunk assembling 11 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 11 years ago
Bjoern Schiessle 466ed01e5d correctFolder() already resolves the dirname internally 11 years ago
Bjoern Schiessle bdfef554c4 add PHPDoc for setMimetype() 11 years ago
Bjoern Schiessle eeb31420fe we need to be able to set the mimetype manually 11 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 11 years ago
Andreas Fischer 93b0bd0a9e Use getLastError() everywhere. 11 years ago
Andreas Fischer 904573d0d0 Add getLastError() 11 years ago
Andreas Fischer 955127231a No function as oci_last_error. It's oci_error. 11 years ago
Andreas Fischer fcf332abbf There is no property such as dbusername. It's 'dbuser'. 11 years ago
Andreas Fischer b90f88f939 Correct property name. It's 'dbpassword', with the 'db' prefix. 11 years ago
Andreas Fischer 005c98e46c Correct property name. It's just 'tableprefix', without the 'db' prefix. 11 years ago
Vincent Petry 43b1cf7988 Redetect mime type whenever extension is renamed 11 years ago
Robin Appelman 885d04bc86 Fix getRawPathInfo for the '/' edge case 11 years ago
Jenkins for ownCloud 4a78f12682 [tx-robot] updated from transifex 11 years ago
Bjoern Schiessle 6deda1b9f6 return false if user is in incognito mode 11 years ago
Robin Appelman c47e46fda0 fix custom routes defined by apps 11 years ago
Morris Jobke 7755e69af0 add PHPDoc for urlParams 11 years ago
Morris Jobke b910524acb add comment from @DeepDiver 11 years ago
Morris Jobke 7c88736292 API doc for contacts manager, server container and share 11 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.' 11 years ago