Commit Graph

3872 Commits (6156d71832ee031d8d1f50d8dbff7d0bcfb45541)

Author SHA1 Message Date
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
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
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
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
Jörn Friedrich Dreyer 875c18b115 fix fetchRow checks to also work with MDB2 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
Jenkins for ownCloud 3c79d89492 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 67c085417c [tx-robot] updated from transifex 13 years ago
Robin Appelman 85abede9bf actually return result 13 years ago
Robin Appelman 0470a5ba94 fix variable name 13 years ago
Robin Appelman cf7321915d seperate mimetype guessing from filename 13 years ago
Björn Schießle fdaab7372e always emit the preSetPassword hook, this should only indicate the intention. Finally the post-hooks indicate if it was successful or not 13 years ago
Jenkins for ownCloud 81b6cab94f [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 666a5c1cc7 [tx-robot] updated from transifex 13 years ago
Arthur Schiwon c8a2beccb0 Cache: mount user mountpoints to make sure that // exists before accessing it. Fixes #2553 and #2374 13 years ago
Robin Appelman 0ce2b2708c also clear cached users when removing a single backend 13 years ago
Robin Appelman 2a82964830 use caching for userExists 13 years ago
Robin Appelman 83fbdc903f cast result to bool 13 years ago
Robin Appelman eb2a1e0f8a move phpdoc comments 13 years ago
Robin Appelman 1a4021a0fe User: return backend result 13 years ago
Robin Appelman fbe3213fec User: consisten variable naming 13 years ago
Robin Appelman 00b4bfcbf5 User: remove determineDisplayName 13 years ago
Robin Appelman 38bd234686 make sure the filesystem is setup before doing mount operations 13 years ago
Thomas Tanghus 901b1150ff Replacement for jquery.dialog to fit better with ownCloud design. 13 years ago
Robin Appelman b5e817d638 fix clearing mounts when filesystem isn't initialized yet 13 years ago
Thomas Mueller 3e00a3603c adding PHPDoc comment to getManager() 13 years ago