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-12-099.0.55v9.0.55Lukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-07v9.0.55RC2Lukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-06Merge pull request #2467 from ↵Lukas Reschke
nextcloud/backport-1972-invalid-files-from-scanner-9 [stable9] Make sure we don't scan files that can not be accessed
2016-12-06Merge pull request #2518 from nextcloud/stable9-rc-1Lukas Reschke
9.0.55 RC1
2016-12-059.0.55 RC1Lukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-02Merge pull request #2488 from nextcloud/update-cache-success-9Roeland Jago Douma
[9] only update the cache if the storage operation succeeds
2016-12-02only update the cache if the storage operation succeedsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-12-02Make sure we don't scan files that can not be accessedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-12-02Merge pull request #2455 from nextcloud/stable9-1872Morris Jobke
[stable9] Fix misleading SSL/TLS SMTP email configuration
2016-12-02Merge pull request #2453 from nextcloud/stable9-1826Morris Jobke
[stable9] Fix post_unshareFromSelf hook parameter format
2016-12-02Merge pull request #2461 from nextcloud/stable9-2010Morris Jobke
[stable9] Fixed disappearing of share info in file view
2016-12-02Merge pull request #2458 from nextcloud/stable9-2457Roeland Jago Douma
[stable9] Tear down FS between cron jobs (#26223)
2016-12-02Merge pull request #2450 from nextcloud/stable9-1745Roeland Jago Douma
[stable9] fix typo
2016-12-02Fixed disappearing of share info in file viewMichael Jobst
2016-12-02[master] Tear down FS between cron jobs (#26223)Vincent Petry
Because some cron jobs do not always properly clean up their FS usage and others might not clean up before setting up the FS, this could cause potential side effects. To make sure we exclude side effects, we tear down the FS between cron jobs. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-12-02Fix misleading SSL/TLS SMTP email configurationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-12-02Fix post_unshareFromSelf hook parameter formatVincent Petry
When unsharing from self in a group share situation, the share items passed to the post_unshareFromSelf hook were using the wrong format in which the attribute names (ex: "share_type") have non camel-case format. This fix makes sure that in group sharing case we use the correct format. It looks like the code was already producing it but in array_merge it was not using it and adding the unprocessed one.
2016-12-02fix typoThomas Citharel
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2016-12-02Merge pull request #2446 from nextcloud/stable9-detect-also-a-400-statusMorris Jobke
[stable9] Catch status code 400
2016-12-01Merge pull request #2439 from ↵Roeland Jago Douma
nextcloud/stable9-dont-allow-subfolders-for-write-only-shares [stable9] On write-only shares do not allow to specify subfolders
2016-12-01[stable9] Catch status code 400Lukas Reschke
In case the server returns a statuscode 400 we should also gracefully return to the home directory. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-01[stable9] On write-only shares do not allow to specify subfoldersLukas Reschke
In case of a write-only share we should not allow to specify a subfolder as this is unexpected behaviour. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-17Merge pull request #2120 from nextcloud/stable9_2100Morris Jobke
[stable9] Fixes not allowed increasing of link share permissions
2016-11-15Add testsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-14[stable9] Fixes not allowed increasing of link share permissionsRoeland Jago Douma
Backport of #2100 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-09Merge pull request #2060 from ↵Morris Jobke
nextcloud/backport-2058-better-error-message-for-installation-error-9 [stable9] Use a better error message and point the users to the support channels
2016-11-09Correctly catch the "soft errors" nowJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-09Use a better error message and point the users to the support channelsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-09Fix help linkJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-09Merge pull request #2057 from nextcloud/stable9-fix-public-buttonRoeland Jago Douma
[stable9] fix button on public upload page
2016-11-09fix button on public upload pageJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2016-11-08Merge pull request #2049 from nextcloud/stable9-update-containersChristoph Wurst
[stable9] Update containers to latest version
2016-11-08Update containers to latest versionMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-10-25Merge pull request #1900 from nextcloud/stable9-php-7.1.0-checkRoeland Jago Douma
[stable9] console.php also needs a PHP 7.1 check
2016-10-25console.php also needs a PHP 7.1 checkMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-10-24Merge pull request #1770 from ↵Roeland Jago Douma
nextcloud/backport-1766-force-uid-casing-on-transfer-ownership-9 [stable9] Make sure the UID is correctly cased
2016-10-21Fix issues where some user settings cannot be loaded when the user id ↵Joas Schilling
differs in case sensitivity Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-20Merge pull request #1819 from nextcloud/stable9-fullscreen-iconMorris Jobke
[stable9] add fullscreen icon
2016-10-20add fullscreen iconJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2016-10-19Merge pull request #1799 from nextcloud/backport-1740-numeric-quota-9Joas Schilling
[stable9] Make sure we only use numbers as length
2016-10-19Make sure we only use numbers as lengthJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-17Make sure the UID is correctly casedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-12Merge pull request #1719 from nextcloud/stable9-backport-1580Joas Schilling
[stable9] Unset user PHOTO before setting new one in OCA\DAV\CardDAV\Converter:…
2016-10-12Unset user PHOTO before setting new one in ↵Olivier Mehani
OCA\DAV\CardDAV\Converter::updateCard (#26243) Signed-off-by: Olivier Mehani <shtrom@ssji.net> #26242
2016-10-11Merge pull request #1698 from ↵blizzz
nextcloud/backport-1558-remove-notifications-upon-user-deletion-9 [stable9] Remove notifications upon user deletion
2016-10-11Merge pull request #1687 from ↵Roeland Jago Douma
nextcloud/backport-1638-allow-cross-repository-execution-9 [stable9] Allow to call the files even when you are in another instance atm
2016-10-11Merge pull request #1690 from ↵Roeland Jago Douma
nextcloud/backport-1586-fix-multi-translation-names-and-descriptions-9 [stable9] Fix multi translation names and descriptions
2016-10-11Merge pull request #1696 from nextcloud/stable9-backport-1679Roeland Jago Douma
[stable9] Improve user list rendering perf by not resorting after every add (#2…
2016-10-11Merge pull request #1699 from nextcloud/stable9-backport-1644Roeland Jago Douma
[stable9] Set proper web title for apple
2016-10-11Only trigger postDelete hooks when the user was deleted...Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>