Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | test case for iRODS storage added | Thomas Mueller | 2013-04-23 | 1 | -0/+30 | |
| * | | | | | | | | | | | | | | checkbox in settings ui | Thomas Mueller | 2013-04-18 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | in order to use the ownCloud login credentials we use a login hook to grab ui... | Thomas Mueller | 2013-04-18 | 2 | -45/+17 | |
| * | | | | | | | | | | | | | | Merge branch 'master' into ext-fs-irods-master | Thomas Mueller | 2013-04-18 | 969 | -8283/+11224 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | initial integration with iRODS www.irods.org | Thomas Mueller | 2013-04-12 | 4 | -0/+116 | |
* | | | | | | | | | | | | | | | | Merge pull request #4045 from owncloud/disable-anon-upload-master | Thomas Müller | 2013-07-22 | 6 | -3/+28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'master' into disable-anon-upload-master | Thomas Müller | 2013-07-22 | 653 | -200/+62543 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #2980 from owncloud/===_and_!==_in_settings | Morris Jobke | 2013-07-22 | 18 | -62/+62 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Use !== and === in settings. | kondou | 2013-07-21 | 18 | -62/+62 | |
* | | | | | | | | | | | | | | | | | Merge pull request #3925 from berendt/reworking_OC_Files_Storage_AmazonS3 | Thomas Müller | 2013-07-22 | 635 | -138/+62481 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | stripping services from AWS SDK | Christian Berendt | 2013-07-10 | 596 | -114377/+0 | |
| * | | | | | | | | | | | | | | | | fixing style issues | Christian Berendt | 2013-07-10 | 1 | -13/+13 | |
| * | | | | | | | | | | | | | | | | use === instead of == | Christian Berendt | 2013-07-10 | 1 | -7/+7 | |
| * | | | | | | | | | | | | | | | | remove uneeded calls to touch | Christian Berendt | 2013-07-10 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | | rewrote initialisation, added testing workaround | Christian Berendt | 2013-07-10 | 3 | -28/+49 | |
| * | | | | | | | | | | | | | | | | minimize waiting time | Christian Berendt | 2013-07-08 | 2 | -2/+6 | |
| * | | | | | | | | | | | | | | | | wait methods are probably not working, just wait | Christian Berendt | 2013-07-08 | 2 | -6/+2 | |
| * | | | | | | | | | | | | | | | | make tests workable with Amazon S3 | Christian Berendt | 2013-07-08 | 1 | -9/+16 | |
| * | | | | | | | | | | | | | | | | added exception messages | Christian Berendt | 2013-07-08 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | increasing allowed time difference | Christian Berendt | 2013-07-08 | 1 | -9/+9 | |
| * | | | | | | | | | | | | | | | | wait until bucket exists after the creation | Christian Berendt | 2013-07-08 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | check if used bucket name is valid | Christian Berendt | 2013-07-08 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | fixed syntax error | Christian Berendt | 2013-07-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | remove needless check | Christian Berendt | 2013-07-08 | 1 | -4/+0 | |
| * | | | | | | | | | | | | | | | | replaced substr with trim | Christian Berendt | 2013-07-08 | 1 | -7/+1 | |
| * | | | | | | | | | | | | | | | | removed aws.phar and added extracted zip instead | Christian Berendt | 2013-07-08 | 1228 | -1/+176428 | |
| * | | | | | | | | | | | | | | | | revoking additional tests | Christian Berendt | 2013-07-04 | 1 | -99/+0 | |
| * | | | | | | | | | | | | | | | | use us-west-1 as default region for Amazon S3 | Christian Berendt | 2013-07-03 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | | | | remove tests from the wrong test method | Christian Berendt | 2013-07-03 | 1 | -10/+0 | |
| * | | | | | | | | | | | | | | | | test moving and copying of subdirectories | Christian Berendt | 2013-07-03 | 1 | -0/+41 | |
| * | | | | | | | | | | | | | | | | move new tests into the correct test method | Christian Berendt | 2013-07-03 | 1 | -10/+10 | |
| * | | | | | | | | | | | | | | | | fixing rmdir in \OC\Files\Storage\AmazonS3 | Christian Berendt | 2013-07-03 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | | test working with files in subdirectories | Christian Berendt | 2013-07-03 | 1 | -0/+10 | |
| * | | | | | | | | | | | | | | | | test working with subdirectories | Christian Berendt | 2013-07-03 | 1 | -0/+48 | |
| * | | | | | | | | | | | | | | | | test copying and moving files in subdirectories | Christian Berendt | 2013-07-03 | 1 | -0/+10 | |
| * | | | | | | | | | | | | | | | | increasing difference for modifcation time tests | Christian Berendt | 2013-07-03 | 1 | -9/+9 | |
| * | | | | | | | | | | | | | | | | added commented new parameters | Christian Berendt | 2013-07-03 | 1 | -1/+6 | |
| * | | | | | | | | | | | | | | | | reworking testclass for \OC\Files\Storage\AmazonS3 | Christian Berendt | 2013-07-03 | 1 | -7/+18 | |
| * | | | | | | | | | | | | | | | | reworking and extending \OC\Files\Storage\AmazonS3 | Christian Berendt | 2013-07-03 | 1 | -117/+363 | |
| * | | | | | | | | | | | | | | | | adding several new parameters | Christian Berendt | 2013-07-03 | 1 | -3/+8 | |
| * | | | | | | | | | | | | | | | | adding AWS SDK for PHP 2.4.0 | Christian Berendt | 2013-07-03 | 1 | -0/+0 | |
| | | * | | | | | | | | | | | | | | Merge branch 'master' into disable-anon-upload-master | Thomas Müller | 2013-07-22 | 674 | -10082/+6931 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | if the file doesn't exists; create a new one. We use this to create new text ... | Björn Schießle | 2013-07-22 | 1 | -1/+7 | |
* | | | | | | | | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-22 | 573 | -4669/+4404 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #4131 from owncloud/scanner-split | Bart Visscher | 2013-07-21 | 5 | -49/+140 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Split scanning logic from ajax file | Robin Appelman | 2013-07-19 | 3 | -46/+119 | |
| * | | | | | | | | | | | | | | | | add option to get the mountmanager from the filesystem | Robin Appelman | 2013-07-19 | 1 | -1/+8 | |
| * | | | | | | | | | | | | | | | | Make Cache\Scanner an emitter | Robin Appelman | 2013-07-19 | 1 | -2/+13 | |
* | | | | | | | | | | | | | | | | | Merge pull request #4092 from owncloud/base-better-errors | Bart Visscher | 2013-07-21 | 4 | -24/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Result of && if not the part | Bart Visscher | 2013-07-19 | 1 | -1/+1 |