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
2018-11-15Merge pull request #12437 from nextcloud/version/noid/13.0.8RC1v13.0.8RC1Morris Jobke
13.0.8 RC 1
2018-11-1513.0.8 RC 1Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-15Merge pull request #12460 from nextcloud/bugfix-stable13/dav_shares_hickupMorris Jobke
[stable13] fixes dav share issue with owner
2018-11-15fix caldav testsGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-11-15[tx-robot] updated from transifexNextcloud bot
2018-11-14fixes dav share issue with ownerGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-11-14[tx-robot] updated from transifexNextcloud bot
2018-11-13Merge pull request #12376 from nextcloud/backport/12284/stable13Roeland Jago Douma
[13] Properly search the root of a shared external storage
2018-11-13Merge pull request #12434 from ↵Morris Jobke
nextcloud/backport/12411-12413/unique-constraint-fix-13 [stable13] Unique contraint and deadlock fixes for filecache and file_locks
2018-11-13Fix UniqueConstraintViolationException while insert into oc_file_locksMorris Jobke
* fixes #9305 by not being prone to the race condition in insertIfNotExists * fixes #6899 by not using a query that can result in a deadlock * replaces the insertIfNotExists call with an insert which is wrapped into a try-catch block * followup to #12371 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-13Fix UniqueConstraintViolationException while insert into oc_filecacheMorris Jobke
* fixes #6160 by not being prone to the race condition in insertIfNotExists * fixes #12228 by not using a query that can result in a deadlock * replaces the insertIfNotExists call with an insert which is wrapped into a try-catch block Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-13[tx-robot] updated from transifexNextcloud bot
2018-11-12[tx-robot] updated from transifexNextcloud bot
2018-11-11[tx-robot] updated from transifexNextcloud bot
2018-11-10[tx-robot] updated from transifexNextcloud bot
2018-11-09Properly search the root of a shared external storageRoeland Jago Douma
Fixes #1020 When an external storage is shared with you in full the root is '' (empty). This adds an extra check for an empty jail basically. Because if the jail is on the empty string. It matches all paths. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-09[tx-robot] updated from transifexNextcloud bot
2018-11-08[tx-robot] updated from transifexNextcloud bot
2018-11-07[tx-robot] updated from transifexNextcloud bot
2018-11-06Merge pull request #12298 from nextcloud/backport/12127/stable13Morris Jobke
[13] A folder should get a folder mimetype
2018-11-06A folder should get a folder mimetypeRoeland Jago Douma
If doing achunked upload the mimetype of the folder would otherwise be guessed from the path. Which always returned application/octet-stream. If an access control rule to block that is in place this means that all chunked uploads fail hard in directories as the isCreatable on the directory always fails. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-06[tx-robot] updated from transifexNextcloud bot
2018-11-05[tx-robot] updated from transifexNextcloud bot
2018-11-04[tx-robot] updated from transifexNextcloud bot
2018-11-03[tx-robot] updated from transifexNextcloud bot
2018-11-02Merge pull request #12212 from nextcloud/backport/12140/stable13Morris Jobke
[13] Expired tokens should not trigger bruteforce protection
2018-11-02Error out early on an expired tokenRoeland Jago Douma
Fixes #12131 If we hit an expired token there is no need to continue checking. Since we know it is a token. We also should not register this with the bruteforce throttler as it is actually a valid token. Just expired. Instead the authentication should fail. And buisness continues as usual. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-02Move ExpiredTokenException to the correct namespaceRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-02Merge pull request #12208 from nextcloud/backport/12130/stable13Roeland Jago Douma
[13] Reset bruteforce on token refresh OAuth
2018-11-02Reset bruteforce on token refresh OAuthRoeland Jago Douma
When using atoken obtained via OAuth the token expires. Resulting in brute force attempts hitting the requesting IP. This resets the brute force attempts for that UID on a valid refresh of the token. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-02[tx-robot] updated from transifexNextcloud bot
2018-11-01[tx-robot] updated from transifexNextcloud bot
2018-10-31[tx-robot] updated from transifexNextcloud bot
2018-10-30Merge pull request #12142 from nextcloud/backport/12054/stable13Roeland Jago Douma
[stable13] LDAP: announce display name changes so that addressbook picks it up
2018-10-30adjust tests to 13 codebaseArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-10-30Backport of #12054 to stable13Arthur Schiwon
only write when the displayname differs, but then announce it refs #5212 and fixes #9112 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> do not run into UniqueConstraintViolationException … when an unmapped user logs in for the first time when background job mode is ajax and no memcache was configured. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-10-30[tx-robot] updated from transifexNextcloud bot
2018-10-29Merge pull request #12123 from nextcloud/backport/12107/stable13Roeland Jago Douma
[stable13] remove unneeded empty search attribute values, fixes #12086
2018-10-29remove unneeded empty search attribute values, fixes #12086Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-10-29Merge pull request #12112 from nextcloud/backport/12038/stable13Morris Jobke
[13] Implement the size of an assembly stream
2018-10-29Merge pull request #12109 from nextcloud/backport/11862/stable13Morris Jobke
[13] Double check for failed cache with a shared storage
2018-10-29Implement the size of an assembly streamRoeland Jago Douma
This will make it possible to act propely on moves of future files if we need to know the size (like for max size virus scanning). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-29Double check for failed cache with a shared storageRoeland Jago Douma
When obtaining the SourceRootInfo we can call init. If this fails the cache is set to a failed cache and the storage to a failed storage. However we did not check for this. Which means that if the storage was invalid it would fail later on. Now we will properly error out. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-29[tx-robot] updated from transifexNextcloud bot
2018-10-28[tx-robot] updated from transifexNextcloud bot
2018-10-27[tx-robot] updated from transifexNextcloud bot
2018-10-26Merge pull request #12060 from mikaelh/stable13Morris Jobke
Actually return the root folder when traversing up the tree
2018-10-26Actually return the root folder when traversing up the treeRoeland Jago Douma
If you now keep calling $node->getParent() you will at some point get the RootFolder back. This is a nice termination check and will prevent endless loops if an exit condition is slightly off. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-26[tx-robot] updated from transifexNextcloud bot
2018-10-25[tx-robot] updated from transifexNextcloud bot