aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | test case for iRODS storage addedThomas Mueller2013-04-231-0/+30
| * | | | | | | | | | | | | | checkbox in settings uiThomas Mueller2013-04-181-1/+2
| * | | | | | | | | | | | | | in order to use the ownCloud login credentials we use a login hook to grab ui...Thomas Mueller2013-04-182-45/+17
| * | | | | | | | | | | | | | Merge branch 'master' into ext-fs-irods-masterThomas Mueller2013-04-18969-8283/+11224
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | initial integration with iRODS www.irods.orgThomas Mueller2013-04-124-0/+116
* | | | | | | | | | | | | | | | Merge pull request #4045 from owncloud/disable-anon-upload-masterThomas Müller2013-07-226-3/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'master' into disable-anon-upload-masterThomas Müller2013-07-22653-200/+62543
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #2980 from owncloud/===_and_!==_in_settingsMorris Jobke2013-07-2218-62/+62
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Use !== and === in settings.kondou2013-07-2118-62/+62
* | | | | | | | | | | | | | | | | Merge pull request #3925 from berendt/reworking_OC_Files_Storage_AmazonS3Thomas Müller2013-07-22635-138/+62481
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | stripping services from AWS SDKChristian Berendt2013-07-10596-114377/+0
| * | | | | | | | | | | | | | | | fixing style issuesChristian Berendt2013-07-101-13/+13
| * | | | | | | | | | | | | | | | use === instead of ==Christian Berendt2013-07-101-7/+7
| * | | | | | | | | | | | | | | | remove uneeded calls to touchChristian Berendt2013-07-101-2/+0
| * | | | | | | | | | | | | | | | rewrote initialisation, added testing workaroundChristian Berendt2013-07-103-28/+49
| * | | | | | | | | | | | | | | | minimize waiting timeChristian Berendt2013-07-082-2/+6
| * | | | | | | | | | | | | | | | wait methods are probably not working, just waitChristian Berendt2013-07-082-6/+2
| * | | | | | | | | | | | | | | | make tests workable with Amazon S3Christian Berendt2013-07-081-9/+16
| * | | | | | | | | | | | | | | | added exception messagesChristian Berendt2013-07-081-2/+2
| * | | | | | | | | | | | | | | | increasing allowed time differenceChristian Berendt2013-07-081-9/+9
| * | | | | | | | | | | | | | | | wait until bucket exists after the creationChristian Berendt2013-07-081-0/+3
| * | | | | | | | | | | | | | | | check if used bucket name is validChristian Berendt2013-07-081-0/+4
| * | | | | | | | | | | | | | | | fixed syntax errorChristian Berendt2013-07-081-1/+1
| * | | | | | | | | | | | | | | | remove needless checkChristian Berendt2013-07-081-4/+0
| * | | | | | | | | | | | | | | | replaced substr with trimChristian Berendt2013-07-081-7/+1
| * | | | | | | | | | | | | | | | removed aws.phar and added extracted zip insteadChristian Berendt2013-07-081228-1/+176428
| * | | | | | | | | | | | | | | | revoking additional testsChristian Berendt2013-07-041-99/+0
| * | | | | | | | | | | | | | | | use us-west-1 as default region for Amazon S3Christian Berendt2013-07-031-1/+4
| * | | | | | | | | | | | | | | | remove tests from the wrong test methodChristian Berendt2013-07-031-10/+0
| * | | | | | | | | | | | | | | | test moving and copying of subdirectoriesChristian Berendt2013-07-031-0/+41
| * | | | | | | | | | | | | | | | move new tests into the correct test methodChristian Berendt2013-07-031-10/+10
| * | | | | | | | | | | | | | | | fixing rmdir in \OC\Files\Storage\AmazonS3Christian Berendt2013-07-031-4/+4
| * | | | | | | | | | | | | | | | test working with files in subdirectoriesChristian Berendt2013-07-031-0/+10
| * | | | | | | | | | | | | | | | test working with subdirectoriesChristian Berendt2013-07-031-0/+48
| * | | | | | | | | | | | | | | | test copying and moving files in subdirectoriesChristian Berendt2013-07-031-0/+10
| * | | | | | | | | | | | | | | | increasing difference for modifcation time testsChristian Berendt2013-07-031-9/+9
| * | | | | | | | | | | | | | | | added commented new parametersChristian Berendt2013-07-031-1/+6
| * | | | | | | | | | | | | | | | reworking testclass for \OC\Files\Storage\AmazonS3Christian Berendt2013-07-031-7/+18
| * | | | | | | | | | | | | | | | reworking and extending \OC\Files\Storage\AmazonS3Christian Berendt2013-07-031-117/+363
| * | | | | | | | | | | | | | | | adding several new parametersChristian Berendt2013-07-031-3/+8
| * | | | | | | | | | | | | | | | adding AWS SDK for PHP 2.4.0Christian Berendt2013-07-031-0/+0
| | | * | | | | | | | | | | | | | Merge branch 'master' into disable-anon-upload-masterThomas Müller2013-07-22674-10082/+6931
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | if the file doesn't exists; create a new one. We use this to create new text ...Björn Schießle2013-07-221-1/+7
* | | | | | | | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-07-22573-4669/+4404
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #4131 from owncloud/scanner-splitBart Visscher2013-07-215-49/+140
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Split scanning logic from ajax fileRobin Appelman2013-07-193-46/+119
| * | | | | | | | | | | | | | | | add option to get the mountmanager from the filesystemRobin Appelman2013-07-191-1/+8
| * | | | | | | | | | | | | | | | Make Cache\Scanner an emitterRobin Appelman2013-07-191-2/+13
* | | | | | | | | | | | | | | | | Merge pull request #4092 from owncloud/base-better-errorsBart Visscher2013-07-214-24/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Result of && if not the partBart Visscher2013-07-191-1/+1