Commit Graph

5367 Commits (f57c38df772fe3bb9135eeab996a644d87e01edd)

Author SHA1 Message Date
Jenkins for ownCloud 6488ff2c75 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud a99dd3183c [tx-robot] updated from transifex 13 years ago
Thomas Tanghus a3fbad43c1 Use DEBUG instead of ERROR when favourites not found. Fix #6419 13 years ago
Vincent Petry 2a1d6d3106 Do not use L10n when logging exceptions 13 years ago
Robin Appelman e2efad6ae7 Also add default to the \OCP\IConfig interface 13 years ago
Robin Appelman 59f02066b6 add default parameter for AllConfig->get*Value() 13 years ago
Jenkins for ownCloud 77b68505c2 [tx-robot] updated from transifex 13 years ago
Robin Appelman 4c45c6f418 dont try to register background jobs if we haven't upgraded yet 13 years ago
Arthur Schiwon f26ba5846d coding style 13 years ago
Arthur Schiwon dcfda5c2a9 coding style 13 years ago
Arthur Schiwon 91d6a6dd7c On webdav sesssions, loginname was compared to username which does not need to match necessarily 13 years ago
Jörn Friedrich Dreyer 6408125edc rely only on php DateTime to parse the db datetime string 13 years ago
Vincent Petry df1a404466 Fix webroot for update page 13 years ago
Robin Appelman 8a86837eac remove unneeded ; in comment 13 years ago
Robin Appelman f23b7a262f fix fallback overwriting result of getHome 13 years ago
Robin Appelman 3d29992378 user Group->users as assosiative array 13 years ago
Robin Appelman 366d75e947 cache the home folder of a User 13 years ago
Robin Appelman b126374780 cache the result from inGroup 13 years ago
Andreas Fischer cdd182ce35 Send "SET NAMES utf8" to MySQL for PHP below 5.3.6 13 years ago
Jenkins for ownCloud 6aab1ebf44 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 079d20a80e [tx-robot] updated from transifex 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
Morris Jobke 9c4bbf9ad7 Revert "Revert "Fix user's displayName being overwritten by (old) cookie"" 13 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. 13 years ago
Morris Jobke eba35d28cd Revert "Fix user's displayName being overwritten by (old) cookie" 13 years ago
Robin Appelman 01ab15a2b0 reuse etags when doing a background scan 13 years ago
Nico Kaiser 2a7380cc21 Fix user's displayName being overwritten by (old) cookie 13 years ago
Jenkins for ownCloud 7e702f294f [tx-robot] updated from transifex 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
Jenkins for ownCloud 83ec234f53 [tx-robot] updated from transifex 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
Jenkins for ownCloud 1b18c5a047 [tx-robot] updated from transifex 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