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
2016-03-18Display share status info in favorite listVincent Petry
Returns the shareTypes share status info to the favorites file list.
2016-03-18Add webdav property for share info in PROPFIND responseVincent Petry
2016-03-18Update 3rdparty submodule for sabre 3.0.8 updateVincent Petry
2016-03-18Use raw PATH_INFOLukas Reschke
PATH_INFO will be empty at this point and thus the logic in base.php did not catch this. Changing this to "getRawPathInfo" will ensure that the path info is properly read. Fixes https://github.com/owncloud/core/issues/23199
2016-03-18Write .htaccess update only if not already writtenLukas Reschke
The ownCloud update routine also runs the "updateHtaccess" code in case only an application gets updated. This leads to having entries multiple time in the .htaccess file leading to unpredictable behaviour. With 9.0 we added the "#### DO NOT CHANGE ANYTHING ABOVE THIS LINE ####" entry to the .htaccess file, this change uses it to ensure that only to the .htaccess gets written if the file has not been modified already. Since the .htaccess modifications are optional this is not a big deal. Without this change updates of applications can break the rewrite rules (ending in endless redirects) as well as breaking the code integrity checker.
2016-03-18Update avatar on username change if avatar is setMorris Jobke
* fixes #20455
2016-03-17Merge pull request #23309 from owncloud/backport-23164-stable9Thomas Müller
[stable9] Prevent certain DBs throwing exceptions on same-value updates
2016-03-17Merge pull request #23358 from owncloud/stable9-backport-occ-typosThomas Müller
Some typo corrections in occ command output
2016-03-17Merge pull request #23355 from owncloud/stable9_backport_23346Thomas Müller
[Stable 9] Set proper public webdav permissions when public upload disabled
2016-03-17Only use GDrive chunks when neededVincent Petry
2016-03-17Chunk upload for GDriveVincent Petry
Instead of storing the WHOLE file in memory in a PHP variable, use the library's chunk upload support.
2016-03-17Some typo corrections in occ command outputCarla Schroder
2016-03-17Merge pull request #23259 from owncloud/backport-22998Thomas Müller
[stable9] Delay check till scanner is used
2016-03-17Set proper public webdav permissions when public upload disabledRoeland Jago Douma
Fixes #23325 It can happen that a user shares a folder with public upload. And some time later the admin disables public upload on the server. To make sure this is handled correctly we need to check the config value and reduce the permissions. Fix is kept small to be easy backportable.
2016-03-17Merge pull request #23128 from owncloud/contacts_calendar_name_color-stable9Thomas Müller
add title and color to birthday calendar
2016-03-17Merge pull request #23335 from owncloud/ext-user-mounting-gui-stable9Thomas Müller
[stable9] Display external storage GUI even if user mounting disabled
2016-03-17Merge pull request #23302 from owncloud/fed-unshare-with-9Thomas Müller
[9.0] Specify the target user when unsharing a federated share
2016-03-17Merge pull request #23313 from owncloud/check-syntax-travis-stable9Thomas Müller
[stable9] Execute parallel-lint
2016-03-17Don't try to execute a dav syntax testJoas Schilling
2016-03-17Display external storage GUI even if user mounting disabledRobin McCorkell
2016-03-16Merge pull request #23319 from owncloud/backport-23189-1Thomas Müller
[stable9] Require at least libxml 2.7.0
2016-03-16Merge pull request #23324 from owncloud/stable9-backport-23253Thomas Müller
[stable9] Give swift 15 seconds after startup
2016-03-16Give swift 15 seconds after startupMorris Jobke
2016-03-16[stable9] Execute parallel-lintLukas Reschke
Backport of #22994 and #23303
2016-03-16Merge pull request #23315 from owncloud/travis-stable9Thomas Müller
Execute travis on stable9 as well
2016-03-16Require at least libxml 2.7.0Lukas Reschke
Fixes https://github.com/owncloud/core/issues/23168
2016-03-16Merge pull request #23271 from owncloud/backport-23192Thomas Müller
[stable9] Backport 23192
2016-03-16Merge pull request #23270 from ↵Thomas Müller
owncloud/backport-fix-support-for-php7-in-htaccess [stable9] Backport fix support for php7 in htaccess
2016-03-16Execute travis on stable9 as well Morris Jobke
Backport of #23100 to stable9
2016-03-16Prevent certain DBs throwing exceptions on same-value updatesRobin McCorkell
A PreconditionNotMetException must only be thrown if explicit preconditions are specified for setValues(), not if the value is merely the same as was already in the DB.
2016-03-16Specify the target user when unsharing a federated shareRobin Appelman
2016-03-16Merge pull request #23264 from owncloud/fix_22907_9.0Thomas Müller
allow group shares, even if not all public keys are available
2016-03-16Ensure that stored version is at least 1 for cross-storage copyLukas Reschke
In case of a move operation from an unencrypted to an encrypted storage the old encrypted version would stay with "0" while the correct value would be "1". Thus we manually set the value to "1" for those cases. See also https://github.com/owncloud/core/issues/23078
2016-03-15Fallback for crappy ancient distributionsLukas Reschke
Fixes https://github.com/owncloud/core/issues/23181
2016-03-15always_populate_raw_post_data has been removed with PHP 7.0Lukas Reschke
2016-03-15Add support for custom values in integrity checkerLukas Reschke
2016-03-15Replace all required valuesLukas Reschke
2016-03-15Duplicate block for PHP 7Lukas Reschke
2016-03-15Merge pull request #23237 from owncloud/backport-22901Thomas Müller
[stable9] Add DAV authenticated also to other scopes
2016-03-15Merge pull request #23252 from owncloud/invalid-share-storage-9Thomas Müller
[9.0] dont break when there is an invalid share
2016-03-15allow group shares, even if not all public keys are availableBjoern Schiessle
2016-03-15Delay check till scanner is usedLukas Reschke
Fixes https://github.com/owncloud/core/issues/22973 and https://github.com/owncloud/core/issues/22987
2016-03-15move failedstorage to coreRobin Appelman
2016-03-15dont break when there is an invalid shareRobin Appelman
2016-03-15Merge pull request #23022 from owncloud/stable9_backport_22602Thomas Müller
[stable 9] Do not check all chunks of a chunked upload if we do not need to
2016-03-15Merge pull request #23075 from owncloud/backport-23074-oracle-ext-storageThomas Müller
[9.0] Correctly escape join statements and use selectAlias
2016-03-15Merge pull request #23229 from ↵Thomas Müller
owncloud/backport-23218-memcached-exceptions-on-success [9.0] Fix errors in memcached implementation
2016-03-15Merge pull request #23230 from owncloud/backport-23191Thomas Müller
[stable9] Verify the getResponse returns a ResponseInterface
2016-03-15Merge pull request #23231 from owncloud/backport-23190Thomas Müller
[stable9] Use proper URLs for search results
2016-03-15Merge pull request #23240 from owncloud/backport-23222Thomas Müller
backport of #23222