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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller
2013-09-14Merge pull request #4712 from owncloud/fileapi-forewardThomas Müller
2013-09-10add storage backend interface to public namespaceRobin Appelman
2013-09-05more is_resource checks before readdirArthur Schiwon
2013-09-04Always check variable type before using readdir to avoid surprisesArthur Schiwon
2013-08-22additional readdir check in mappedlocalThomas Müller
2013-08-19Merge branch 'master' into readdir-strict-equalsGeorg Ehrke
2013-08-19Merge pull request #4467 from owncloud/storage-wrapper-quotaicewind1991
2013-08-19use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman
2013-08-18Add _many_ newlines at the end of fileskondou
2013-08-16fix quota wrapper reporting negative free_space, breaking user interfaceRobin Appelman
2013-07-25fix getPermissionsCache for storage wrapperRobin Appelman
2013-07-25add quota storage wrapperRobin Appelman
2013-07-25rename constantsRobin Appelman
2013-06-30Merge pull request #3763 from owncloud/recursive-rmdirThomas Müller
2013-06-30make rmdir recursive for mappellocal storage backendRobin Appelman
2013-06-28fix storage wrapper namespacesRobin Appelman
2013-06-28move storage wrappers to their own namespaceRobin Appelman
2013-06-17Make rmdir recursive for local storageRobin Appelman
2013-06-07Storage wrapper: provide access to the wrapped storageRobin Appelman
2013-06-07merge master into storage-wrapperRobin Appelman
2013-06-07manage creating and wrapping storages in it's own classRobin Appelman
2013-05-20Remove user name addition to paths in deleteAllMichael Gapczynski
2013-05-09Add mechanism to allow apps to wraper storage classesRobin Appelman
2013-05-08Add wrapper storage backendRobin Appelman
2013-04-26Code styleRobin Appelman
2013-04-26Cache: seperate handing of numeric storage id's to it's own classRobin Appelman
2013-04-10Merge pull request #2747 from owncloud/cache-contructed-cache-objectsJörn Friedrich Dreyer
2013-04-10Fix touch for creating new filesRobin Appelman
2013-04-09fixes #2792 - only touch if writableThomas Mueller
2013-04-05Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\CommonBart Visscher
2013-03-23Some improvements for the Storage phpdocRobin Appelman
2013-03-21Add phpdoc documentation to the Storage interfaceRobin Appelman
2013-03-14Return unknown freespace if the free_space call failedRobin Appelman
2013-03-12fixing various filesystem/storage unit tests on windowsThomas Mueller
2013-02-27Merge pull request #1031 from owncloud/external_storage_ui_feedbackMichael Gapczynski
2013-02-26Storage: don't throw warnings when a stat failsRobin Appelman
2013-02-26Code styleRobin Appelman
2013-02-26Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski
2013-02-25Merge pull request #1856 from owncloud/fix_error_handling_stream_copyFrank Karlitschek
2013-02-22Whitespace fixesBart Visscher
2013-02-22return both, count and result if the operation succeeded or failed. Maybe in ...Björn Schießle
2013-02-20Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski
2013-02-20Merge pull request #1731 from owncloud/unknown-freespaceFrank Karlitschek
2013-02-16Give storage backends the option to define having no known free spaceRobin Appelman
2013-02-15fix error in recursive searchThomas Mueller
2013-02-14Style-fix: Breakup long linesBart Visscher
2013-02-14Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher
2013-02-14Fix indentation styleBart Visscher
2013-02-14Fix SpaceBeforeOpenBrace errorsBart Visscher