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 (Collapse)Author
2015-04-07remove old encryption appBjoern Schiessle
2015-04-07Updating keystorage movement and fixing hooksClark Tomlinson
2015-04-07Initial commitClark Tomlinson
2015-04-01Move core apps from private to public functionsRoeland Jago Douma
Apps still use OC_Helper and OC_Util functions even when public ones are already available. Sometimes the public one is even used in the same file.
2015-03-26replace share proxy with hookRobin Appelman
2015-03-26Update license headersJenkins for ownCloud
2015-03-26Merge pull request #15195 from owncloud/reanimate-add-guzzleMorris Jobke
Add wrapper for Guzzle
2015-03-26[tx-robot] updated from transifexJenkins for ownCloud
2015-03-25Add wrapper for GuzzleLukas Reschke
2015-03-25tearDown the file system before reinitializing - fixes #14775Thomas Müller
2015-03-24[tx-robot] updated from transifexJenkins for ownCloud
2015-03-23Merge pull request #14383 from jknockaert/newbranchClark Tomlinson
make encryption stream wrapper seekable
2015-03-20[tx-robot] updated from transifexJenkins for ownCloud
2015-03-19[tx-robot] updated from transifexJenkins for ownCloud
2015-03-17[tx-robot] updated from transifexJenkins for ownCloud
2015-03-03[tx-robot] updated from transifexJenkins for ownCloud
2015-03-02Merge pull request #14573 from owncloud/enc-migrate-disable-updaterVincent Petry
Disable the cache updater when doing the encryption migration
2015-03-02[tx-robot] updated from transifexJenkins for ownCloud
2015-02-28[tx-robot] updated from transifexJenkins for ownCloud
2015-02-27Move keys instead of copy during encryption key migrationVincent Petry
2015-02-27Disable the cache updater when doing the encryption migrationRobin Appelman
2015-02-27Merge pull request #14530 from owncloud/revert-14403Thomas Müller
Revert "Updating license headers"
2015-02-26Merge pull request #14300 from owncloud/commandbusMorris Jobke
Add async command system to handle asynchronous operations
2015-02-26Revert "Updating license headers"Morris Jobke
This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
2015-02-26[tx-robot] updated from transifexJenkins for ownCloud
2015-02-25Rename getAsyncCommandBus to getCommandBusRobin Appelman
2015-02-25require command that do file access to be run sync when encryption is enabledRobin Appelman
2015-02-25Merge pull request #14151 from owncloud/update-sabre2.1Thomas Müller
Sabre Update to 2.1
2015-02-25[tx-robot] updated from transifexJenkins for ownCloud
2015-02-24[tx-robot] updated from transifexJenkins for ownCloud
2015-02-24Removed broken webdav testsVincent Petry
The encryption webdav tests are too broad and do not qualify as unit test. Also, since the sabre upgrade they are not fixable. The matching functionality is already tested in other classes on a smaller scale.
2015-02-24Sabre Update to 2.1Vincent Petry
- VObject fixes for Sabre\VObject 3.3 - Remove VObject property workarounds - Added prefetching for tags in sabre tags plugin - Moved oc_properties logic to separate PropertyStorage backend (WIP) - Fixed Sabre connector namespaces - Improved files plugin to handle props on-demand - Moved allowed props from server class to files plugin - Fixed tags caching for files that are known to have no tags (less queries) - Added/fixed unit tests for Sabre FilesPlugin, TagsPlugin - Replace OC\Connector\Sabre\Request with direct call to httpRequest->setUrl() - Fix exception detection in DAV client when using Sabre\DAV\Client - Added setETag() on Node instead of using the static FileSystem - Also preload tags/props when depth is infinity
2015-02-23Merge pull request #14403 from owncloud/update-license-headersThomas Müller
Update license headers
2015-02-23Updating license headersJenkins for ownCloud
2015-02-23[tx-robot] updated from transifexJenkins for ownCloud
2015-02-22[tx-robot] updated from transifexJenkins for ownCloud
2015-02-21[tx-robot] updated from transifexJenkins for ownCloud
2015-02-20[tx-robot] updated from transifexJenkins for ownCloud
2015-02-20Merge pull request #14366 from owncloud/remove-old-l10n-filesLukas Reschke
Remove some old l10n files they arent loaded anymore
2015-02-19Merge pull request #14199 from owncloud/cast-type-manuallyMorris Jobke
Manually type-cast all AJAX files
2015-02-19againjknockaert
2015-02-19try againjknockaert
2015-02-19new tryjknockaert
2015-02-19Merge remote-tracking branch 'origin/master'jknockaert
Conflicts: apps/files_encryption/lib/stream.php
2015-02-19backjknockaert
2015-02-19OC8 versionjknockaert
2015-02-19Remove some old l10n files they arent loaded anymoreJoas Schilling
2015-02-19[tx-robot] updated from transifexJenkins for ownCloud
2015-02-14[tx-robot] updated from transifexJenkins for ownCloud
2015-02-13Manually type-case all AJAX filesLukas Reschke
This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core