Commit Graph

3665 Commits (cbd5eb9a1a77a5bcbcb843be21e95bccec26dedb)

Author SHA1 Message Date
Jörn Friedrich Dreyer cbd5eb9a1a use to_char only for oracle, whitespace 13 years ago
Jörn Friedrich Dreyer eceb3c8ed5 add debug output 13 years ago
Jörn Friedrich Dreyer 1b68c0c0cd allow install when only oracle is available 13 years ago
Thomas Tanghus c38dc36665 Remove debug output 13 years ago
Thomas Tanghus b1bb899867 Add rename() method to OC_VCategories. 13 years ago
Jenkins for ownCloud 6609de28d8 [tx-robot] updated from transifex 13 years ago
Lukas Reschke 7ec36c5bbb Add password to pre_login 13 years ago
Jenkins for ownCloud 6a6079176b [tx-robot] updated from transifex 13 years ago
Florin Peter a92dead754 only connect share hooks if installation OC is installed 13 years ago
Florin Peter 469d6028ad revert changes 13 years ago
Thomas Tanghus c8bbf90feb Port OC.dialogs to use octemplate except for prompt() and form(). 13 years ago
Jenkins for ownCloud 966c2231e3 [tx-robot] updated from transifex 13 years ago
Thomas Tanghus f355d797ff Port OC.dialogs to use octemplate except for prompt() and form(). 13 years ago
Florin Peter c50bf3e3c5 fix for losing mount point "/" 13 years ago
Florin Peter 68059b1ec3 fix for SQLite3Result::fetchArray(): The SQLite3Result object has not been correctly initialised in post_addToGroup 13 years ago
Thomas Tanghus cb41a30b00 Add Compound property to avoid double escaping values. 13 years ago
Michael Gapczynski d91161186b Fix finding mount in background watcher, fixes #3353 13 years ago
Michael Gapczynski 71eed76dbe Prevent backgroundScan() from looping if opendir() is failing for the same path 13 years ago
Frank Karlitschek 0e55accee2 Set the SQLite database lock timeout to 60 seconds which is the default in PHP anyways. I don't know why the MDB2 driver has this hardcoded to 0.1 seconds. This potentially fixes a lot of SQLite database lock problems and stuck in maintainance mode during upgrade issues. 13 years ago
Thomas Tanghus baf058316c disable mbstring.func_overload in setup 13 years ago
Lukas Reschke 63d51980e1 Get config from template 13 years ago
Jenkins for ownCloud 74f92d0c7f [tx-robot] updated from transifex 13 years ago
Jörn Friedrich Dreyer 9134395b43 don't emit rename hooks on partial file renames 13 years ago
Jörn Friedrich Dreyer c3b0d3d38c rename isIgnoredFile to isPartialFile, remove check of blacklisted files in isPartialFile, correct usage of isPartialFile and isFileBlacklisted 13 years ago
Robin Appelman 990f23c024 fix typo 13 years ago
Björn Schießle 2e81efc37e don't call correctFolder() in touchHook, it will be called later in the writeUpdate() 13 years ago
Björn Schießle 0e30e68b22 update etag for for the touched file 13 years ago
Robin Appelman d9c19fa8d7 Move legacy filesystem classes 13 years ago
Robin Appelman 71fc4a2cf4 Autoloader: fix loading app clases located in lib/ 13 years ago
Robin Appelman 2a01d39940 Autoloader: load the 3rdparty libraries using prefixes 13 years ago
Robin Appelman 0d25c0001c check for setlocale after setting up the paths to prevent autoloader confusion 13 years ago
Robin Appelman 6d903cf7ae Autoloader: add support for custom namespace paths 13 years ago
Robin Appelman 72ed74f28a Autoloader: split getting the class paths and loading the class 13 years ago
Florin Peter 03d8907df8 fix for tearDownFS, after filesystem::tearDown() the root is not mounted 13 years ago
Robin Appelman cac86bb4db Allow disabling the global classpath in an autoloader 13 years ago
Robin Appelman d1fcb7eb52 Allow the autoloader to try mutliple possible paths for each path 13 years ago
Robin Appelman 19cfe74bf5 Add per-autoloader classPath 13 years ago
Robin Appelman 0b5f6b9c13 Move autoloader to it's own class 13 years ago
Robin Appelman b8a421a86d New hook system 13 years ago
Morris Jobke 2b9da8a6c9 remove hard php-intl requirement 13 years ago
Jenkins for ownCloud a876240b32 [tx-robot] updated from transifex 13 years ago
Michael Gapczynski 73d7cae6df One more mount point fix 13 years ago
Michael Gapczynski 7039421efc Fix retrieving of mount points for shared storage, fix #3218 13 years ago
Bernhard Posselt 11afb2e5a8 respect format output 13 years ago
Bernhard Posselt 0f38e6ec9c logout before output to not run into header already sent problems 13 years ago
Bernhard Posselt ed0c23a9cc fix bug that would only return error responses for 3rdparty apps 13 years ago
joel hansson 7f58b0ef7c typo fix in a comment. 13 years ago
Jenkins for ownCloud 5764bf088e [tx-robot] updated from transifex 13 years ago
miicha fbf9233648 fixing mimetype for "new" ms office formats 13 years ago
Florin Peter f55aaad858 fix for infinite loop causing on files_encryption branch when testing "apps/files_encryption/test/crypt.php" on Method testSymmetricStreamEncryptShortFileContent 13 years ago