Commit Graph

3983 Commits (bb07dde9881368f5727133b73f6017deae4ff18d)

Author SHA1 Message Date
Björn Schießle cb5811bcf5 backport from pull request #3863 13 years ago
Björn Schießle d8b3aee24e set default logo claim to '' 13 years ago
Björn Schießle d97d00fe0f add logo claim to defaults.php 13 years ago
Björn Schießle f622f35a1a make mail footer aware of different themes 13 years ago
Björn Schießle 68369ebb86 remove unneeded if condition 13 years ago
Björn Schießle 996b1e80c6 lib/defaults.php should only contain the default strings and read the other strings directly from the theme 13 years ago
Björn Schießle 23cc69b816 construct the foother in defaults.php so that we use always the same footer 13 years ago
Robin Appelman d051d6f925 make rmdir recursive for mappellocal storage backend 13 years ago
Jenkins for ownCloud 4d74e8955f [tx-robot] updated from transifex 13 years ago
Bart Visscher 60eb63e35a Fix review items 13 years ago
Bart Visscher e93ce26f27 Fix found errors 13 years ago
Bart Visscher 42c44d5165 Fix OCI setupDatabase parameter 13 years ago
Bart Visscher bf30e03048 Remove unsued parameter 13 years ago
Bart Visscher 6831b78597 Use db setup class for option validation 13 years ago
Bart Visscher 2faccaee0d Change database creation to use array to select db setup class 13 years ago
Bart Visscher e232907698 Convert database setup code to objects 13 years ago
Bart Visscher a6d07cd512 Split database specific install/setup code to their own class 13 years ago
Thomas Mueller 66e1eaac93 isError should detect a PEAR_Error even if the backend is PDO. 13 years ago
Jörn Friedrich Dreyer e62eb2e8d1 correctly handle error results of PDO and MDB2 backends 13 years ago
Robin Appelman dc0ebe9007 fix is_file and is_dir for the static streamwrapper 13 years ago
Robin Appelman 156e72a0c4 add option to clear the files in the static streamwrapper 13 years ago
Robin Appelman a7c70915d5 fix storage wrapper namespaces 13 years ago
Bart Visscher 6ad7a0336f Oracle doesn't know & as bitwise AND 13 years ago
Robin Appelman 125f9f4221 move storage wrappers to their own namespace 13 years ago
Thomas Mueller 3b91ce695f session_life_time -> session_lifetime 13 years ago
Bart Visscher 1edf01d09f Fix usage of non existent consts 13 years ago
Thomas Mueller de93b21505 missing $ 13 years ago
Bart Visscher 12976fb2e1 Set debugMode after reading the config file 13 years ago
Bart Visscher 194b61b4c5 Revert "Can't determine if debug mode is defined until we read the config" 13 years ago
Bart Visscher ae2b3732de Use file_exists to fix the unittests 13 years ago
Bart Visscher fb80cbd499 Fix review points 13 years ago
Bart Visscher 64f16f1db1 Fix stupid namespace separator 13 years ago
Bart Visscher 2eaad58922 Make the object drive the logging backend 13 years ago
Jörn Friedrich Dreyer 45c897acf3 one if less 13 years ago
Jenkins for ownCloud 29caae3491 [tx-robot] updated from transifex 13 years ago
Jörn Friedrich Dreyer 5d51118cb2 fix type of numeric columns 13 years ago
Jörn Friedrich Dreyer bf49edde6b check item id is set 13 years ago
Thomas Mueller 794c189650 session life time is now configurable and set to the same value 13 years ago
Robin Appelman 6208780332 Sabre: throw exceptions when delete/create/write operations are not permitted 13 years ago
Roman Geber ddb0ff346d Public upload feature 13 years ago
Jörn Friedrich Dreyer 7273b43cd5 manuall calculate unix_timestamp for oracle 13 years ago
Jenkins for ownCloud c3b8f2bf64 [tx-robot] updated from transifex 13 years ago
Jörn Friedrich Dreyer b32d6d8487 for oracle use BITAND() instead of & in sharing permissions sql 13 years ago
Jörn Friedrich Dreyer c223bee6df fix numRows usage in core lib 13 years ago
Jörn Friedrich Dreyer 643c8d3088 make PDOStatementWrapper return number of updated rows on INSERT, UPDATE or DELETE queries, introduces isManipulation() to guess type of query 13 years ago
Jörn Friedrich Dreyer 3e3b66bd0d use to_char when comparing clob to string on oracle, use execute audited 13 years ago
Roland Hager a06d901e37 Fix: The check if upload_max_filesize or post_max_size is 0 fails if only one of them is 0. 13 years ago
Jörn Friedrich Dreyer 372f261fe3 remove unnecessary exception handling 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