Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-17Make all tests extend the new \Test\TestCaseJoas Schilling
2014-09-16Update storage.phpEugene Tetlow
2014-05-29replace require tag with requireminVolkan Gezer
2014-05-12remove legacy aka deprecated code: OC_FilesystemViewThomas Müller
2013-07-19Change files_archive to use the OCP functions instead of the core onesBart Visscher
2013-03-30Remove apps/ infront of includes.Kondou
2013-02-24Set required owncloud version to 4.93Robin Appelman
2013-02-10Files Archive: fix running unit testsRobin Appelman
2013-01-28Archive: use updated fakedirstream apiRobin Appelman
2013-01-28change required ownCloud version to 4.91Robin Appelman
2013-01-15Merge branch 'master' into filesystemRobin Appelman
2013-01-15fixes https://github.com/owncloud/core/issues/1175Thomas Mueller
2012-12-02prevent recursion in archive automountRobin Appelman
2012-12-02md5 archive paths to ensure we keep within the maximum id lengthRobin Appelman
2012-11-15Merge branch 'master' into filesystemRobin Appelman
2012-11-13Fix linkTo links for new url formatBart Visscher
2012-10-27merge master into filesystemRobin Appelman
2012-10-26Add loadApp to test casesBart Visscher
2012-10-17merge master into filesystemRobin Appelman
2012-10-14Whitespace cleanupBart Visscher
2012-10-13Merge branch 'master' into filesystemRobin Appelman
2012-10-10don't need the test data here anymoreRobin Appelman
2012-10-10don't use depricated OC_FilesystemRobin Appelman
2012-10-03Merge branch 'master' into filesystemRobin Appelman
2012-10-02bump the required field of all the shipped apps to 4.9 which is the internal ...Frank Karlitschek
2012-10-01disable by default. This has serious perfomance issues with big archivesFrank Karlitschek
2012-09-22move storage backend test cases to their own namespaceRobin Appelman
2012-09-22code styleRobin Appelman
2012-09-22add getId to archive storage backendRobin Appelman
2012-09-22merge master into filesystemRobin Appelman
2012-09-17Fixed bug where tar, tar.gz2 and tgz could not be opened and explored like zi...Juan Carlos Cornejo
2012-09-07put filestorages in a namespaceRobin Appelman
2012-09-07adding space between) and {Thomas Mueller
2012-08-31unify permissions (2/3): change apps to use OC::PERMISSION_XJörn Friedrich Dreyer
2012-08-20Merge branch 'share_api'Michael Gapczynski
2012-08-19improve hasUpdated for archive storage backendRobin Appelman
2012-08-19don't report ctime in the archive storage backend since it isn't reliableRobin Appelman
2012-08-19small fix for normalizing paths in archivesRobin Appelman
2012-08-19ensure proper result format when using opendir on the archive storage backendRobin Appelman
2012-08-19better file_get_contents, file_put_contents and toTmpFile for archive storage...Robin Appelman
2012-07-26Make file actions permissions awareMichael Gapczynski
2012-07-25Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski
2012-06-08Don't use substr to get first char of stringBart Visscher
2012-05-31linkTo instead of hard links in Files and Files_Archive. Hope that makes sense.Arthur Schiwon
2012-05-18mark the apps as part of the shipped package and increase the requirement to ...Frank Karlitschek
2012-05-18improve tar archive backendRobin Appelman
2012-05-15removing executable bit - againThomas Mueller
2012-05-15cache app types during install or updateRobin Appelman
2012-05-05porting the hooks and starting with the templatesFrank Karlitschek
2012-05-03move archive library to core so we can properly depend on itRobin Appelman