Commit Graph

11958 Commits (dfa6aa25c3bec3cba027b5bf89f75303fe7bce06)
 

Author SHA1 Message Date
Thomas Müller dfa6aa25c3 Merge pull request #3886 from owncloud/disable-public-upload-if-encryption-enabled-master 12 years ago
Morris Jobke c2ac0fb4df Merge pull request #3881 from owncloud/archive_tar_php5.5 12 years ago
Morris Jobke 67ed48d4c9 Merge pull request #3884 from owncloud/fixing-unittests-master 12 years ago
icewind1991 30a403e327 Merge pull request #3892 from owncloud/static-streamwrapper 12 years ago
Bart Visscher e3df2b8c87 Merge pull request #1044 from owncloud/fix_extra_slash 12 years ago
Bart Visscher 89dc8be9f5 update to !== 12 years ago
Robin Appelman a0d8377109 better unit tests for static stream wrapper 12 years ago
Robin Appelman dc0ebe9007 fix is_file and is_dir for the static streamwrapper 12 years ago
Robin Appelman 156e72a0c4 add option to clear the files in the static streamwrapper 12 years ago
Jörn Friedrich Dreyer f3c4a37a78 Merge pull request #3832 from owncloud/oracle_sql_fixes 12 years ago
Thomas Mueller f726de3cab for now we disable public upload in case encryption is enabled 12 years ago
Jörn Friedrich Dreyer 7d3490036c Merge pull request #3838 from rgeber/master 12 years ago
Bart Visscher b1a2ddd149 Merge pull request #3799 from owncloud/fix_pdo_statement_wrapper_numrows_on_modification 12 years ago
Thomas Müller 3bedb09753 Merge pull request #3843 from owncloud/sabre-exceptions 12 years ago
Bart Visscher 6ad7a0336f Oracle doesn't know & as bitwise AND 12 years ago
Bart Visscher 6ddfe2029c Merge pull request #3865 from owncloud/fix_test_for_oracle 12 years ago
Thomas Mueller de66861ef1 make phpunit happy - adding asserts 12 years ago
Bart Visscher df9e56efd0 Merge pull request #3839 from owncloud/unix_timestamp_replacement_for_oracle 12 years ago
Thomas Mueller 3abeb252d8 make PHPUnit happy and add asserts 12 years ago
Thomas Mueller 42cb77b982 TimedJob: make PhpUnit happy with asserts 12 years ago
Bart Visscher 7f3ddd4341 Skip Test_Archive_TAR in php 5.5 for now 12 years ago
Jenkins for ownCloud 6127fee5aa [tx-robot] updated from transifex 12 years ago
Jörn Friedrich Dreyer df43ddb902 Merge pull request #3872 from bantu/phpunit-xml-dist 12 years ago
Thomas Tanghus be22d28eb9 Merge pull request #3576 from owncloud/jquery.multiselect-1.13 12 years ago
Andreas Fischer 2269145b4d gitignore: Fix typo + adjust comment format. 12 years ago
Andreas Fischer d015b9219c PHPUnit: Add tests/phpunit.xml to gitignore. 12 years ago
Andreas Fischer 121e4ca395 PHPUnit: Allow developers to use their own custom phpunit.xml file. 12 years ago
Jörn Friedrich Dreyer 45c897acf3 one if less 12 years ago
Thomas Müller aa7403500f Merge pull request #3847 from bantu/phpunit-json-listener-removal 12 years ago
Jenkins for ownCloud 29caae3491 [tx-robot] updated from transifex 12 years ago
Roman Geber da0caadf4e Added file-upload to GIT repo 12 years ago
Jörn Friedrich Dreyer 5d51118cb2 fix type of numeric columns 12 years ago
Jörn Friedrich Dreyer bf49edde6b check item id is set 12 years ago
VicDeo 6fcee1ee11 Merge pull request #3855 from owncloud/fixing-3853-master 12 years ago
Thomas Mueller e6c1db7a3f move javascript variables 'oc_current_user' and 'oc_requesttoken' to js.js - fixes #3853 12 years ago
Jenkins for ownCloud afc3d9314a [tx-robot] updated from transifex 12 years ago
Andreas Fischer 592bb01ccd phpunit: Remove PHPUnit_Util_Log_JSON which spammed to stdout on console. 12 years ago
Robin Appelman 6208780332 Sabre: throw exceptions when delete/create/write operations are not permitted 12 years ago
Jörn Friedrich Dreyer 9c9bfcd626 log as index, not remote 12 years ago
Thomas Müller 39cca72964 Merge pull request #3750 from owncloud/dummy_session_for_errors 12 years ago
Roman Geber ddb0ff346d Public upload feature 12 years ago
Jörn Friedrich Dreyer 7273b43cd5 manuall calculate unix_timestamp for oracle 12 years ago
Jenkins for ownCloud c3b8f2bf64 [tx-robot] updated from transifex 12 years ago
Jörn Friedrich Dreyer b32d6d8487 for oracle use BITAND() instead of & in sharing permissions sql 12 years ago
Thomas Müller 754bc86ec8 Merge pull request #3826 from owncloud/fix_webdav_locking_for_oracle 12 years ago
Jörn Friedrich Dreyer 1b97c186b4 use assertEquals number of rows in db tests 12 years ago
Jörn Friedrich Dreyer c79f7f4f3c fix numRows usage in files_encryption 12 years ago
Jörn Friedrich Dreyer c223bee6df fix numRows usage in core lib 12 years ago
Jörn Friedrich Dreyer 88fc410c19 fix numRows usage in user_ldap 12 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 12 years ago