Commit Graph

3954 Commits (4e55d0ef9be67efaacefbba720ef1dbce67d6ede)

Author SHA1 Message Date
Robin Appelman 4e55d0ef9b make use of the fact that rmdir is already recursive 13 years ago
Robin Appelman 2d1c6ae726 overwrite Sabre_DAV_ObjectTree with a faster getNodeForPath 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
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
Bart Visscher 1edf01d09f Fix usage of non existent consts 13 years ago
Thomas Mueller de93b21505 missing $ 13 years ago
Bart Visscher fb80cbd499 Fix review points 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
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 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 63c898c064 Make rmdir recursive for local storage 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