Commit Graph

3897 Commits (2e6ebe1ab4e1ae6d0fb730e833c09ac4dbbb895c)

Author SHA1 Message Date
Björn Schießle c4aef89278 introduce pre-disable-app hook and use it for the encryption app to reset migration status if the app was disabled 13 years ago
Jenkins for ownCloud 29caae3491 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud c3b8f2bf64 [tx-robot] updated from transifex 13 years ago
Jörn Friedrich Dreyer 3e3b66bd0d use to_char when comparing clob to string on oracle, use execute audited 13 years ago
Jörn Friedrich Dreyer 91c0b81130 add missing backticks 13 years ago
Jenkins for ownCloud 01ab79d460 [tx-robot] updated from transifex 13 years ago
Robin Appelman ff7e903f82 remove deleted files when re-scanning a folder 13 years ago
Björn Schießle 8406d3f7b1 also use the default theme if the theme is set to an empty string in the config.php 13 years ago
shkdee 4a480e4f53 Update user.php 13 years ago
Jörn Friedrich Dreyer 78678be2b6 remove dangling AND in SQL statement 13 years ago
Victor Dubiniuk fbbb6ef8ef Init dummy session first 13 years ago
Robin Appelman 2ed0e6e915 add tests for reusing existing data in scanner 13 years ago
Robin Appelman f10a4db889 scanner: give more percision about what data is reused during scanning 13 years ago
Jörn Friedrich Dreyer 9498cf959f remove default tablespace in parameter 13 years ago
Thomas Mueller 1ef66941a7 adding default to $hint within ctor of DatabaseSetupException 13 years ago
Robin Appelman 30c09d0c8b split of scanning the childs of a folder 13 years ago
Thomas Mueller 5c7d7549ea coding style 13 years ago
Jörn Friedrich Dreyer 471b9c055a use executeAudited in sabredav lock 13 years ago
Jörn Friedrich Dreyer 961a001af3 add missing backticks, use executeAudited in post_deleteGroup and post_removeFromGroup 13 years ago
Jörn Friedrich Dreyer e5d3cd59ac use USERS tablespace whn none is given, only needed when we need to create a user, does not need to be stored in config 13 years ago
Jörn Friedrich Dreyer dcdabac04d oracle does not need sequence suffix, manually set database name to allow fetching db schema, don't shutdown db - we are using utf8 to connect 13 years ago
Thomas Mueller 87521f6c6e dirname('/test.txt') returns '\' on windows whereas on linux we get back '.' 13 years ago
Morris Jobke 7093b0829f improve comment 13 years ago
Jenkins for ownCloud 6c534c8165 [tx-robot] updated from transifex 13 years ago
Jörn Friedrich Dreyer 31f7afe56a PDOException has no previous(), oh the consistency ... 13 years ago
Thomas Mueller 84a8aea410 restore Updater functionality on non-Windows platforms 13 years ago
Jörn Friedrich Dreyer 54f9477f34 fix another double wrapped array 13 years ago
Jörn Friedrich Dreyer 6d55a062be remove additional array wrapping 13 years ago
Jörn Friedrich Dreyer d3eadcde56 use executeAudited in files cache 13 years ago
Björn Schießle 7a575cc2d7 short explanation about OC_Defaults 13 years ago
Björn Schießle 839bce80c6 make main menu aware of the different owncloud editions 13 years ago
Björn Schießle 5c6a854489 add default doc url 13 years ago
Jörn Friedrich Dreyer f7dc07602b minor cleanup for exception handling 13 years ago
Björn Schießle e1e798c623 make footer and urls aware of ownCloud editions 13 years ago
Björn Schießle b29e01d5cf keep all strings in one place to make it easier to change them 13 years ago
eMerzh e33f68ecb6 Correct escaping 13 years ago
Brice Maron edc255421c Try connection with specified db when postgres does not work 13 years ago
Björn Schießle 118f2b3283 createUser() needs to return something; the user object or false 13 years ago
Thomas Mueller 74a170f2a5 [Fixing unit tests in Windows] 13 years ago
Thomas Mueller c0b25a4375 [Fixing Updater Unit Tests on Windows] 13 years ago
Thomas Mueller 073306eaa2 [Fixing Updater Unit Tests on Windows] 13 years ago
Jörn Friedrich Dreyer 875c18b115 fix fetchRow checks to also work with MDB2 13 years ago
Thomas Mueller 988b539dd7 Let's just use '/' as we do almost everywhere - this change fixes two failing unit tests 13 years ago
Jörn Friedrich Dreyer 86c5243be5 remove duplicate logging from db.php, now happens in entrypoints 13 years ago
Jörn Friedrich Dreyer 8dc6bdd96b clean up usage of DatabaseSetupException and catch Exceptions in entrypoints 13 years ago
Jörn Friedrich Dreyer c0bdbd9d81 introduce and use executeAudited in db.php 13 years ago
Jörn Friedrich Dreyer 5ec13742b3 use to_char to allow comparing string to CLOB cloumns in oracle 13 years ago
Jörn Friedrich Dreyer 307f1626e8 convert LIMIT to parameter 13 years ago
Jörn Friedrich Dreyer 124f34422c add missing backticks all over the place 13 years ago
infoneo b39113ae3e Update mapper.php 13 years ago