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
path: root/lib
AgeCommit message (Collapse)Author
2018-11-15[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-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-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-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-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-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-10-29[tx-robot] updated from transifexNextcloud bot
2018-10-27[tx-robot] updated from transifexNextcloud bot
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-23[tx-robot] updated from transifexNextcloud bot
2018-10-23Merge pull request #11978 from ↵Roeland Jago Douma
nextcloud/bugfix-stable13/9326/make_sure_usermanager_getByEmail_only_returns_IUser [stable13] filter null values for UserManager::getByEmail
2018-10-23Load apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.jsMorris Jobke
Before it quit right after finding the theme version of the l10n file which results in a not translated part of the UI. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-22filter null values for UserManager::getByEmailGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-10-10[tx-robot] updated from transifexNextcloud bot
2018-10-09Allow the creationg of previews of files stored in appdataRoeland Jago Douma
To allow us to create previews of files stored in appdata we need to construct the view differently. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-03[tx-robot] updated from transifexNextcloud bot
2018-10-02[tx-robot] updated from transifexNextcloud bot
2018-09-28[tx-robot] updated from transifexNextcloud bot
2018-09-27Merge pull request #10884 from nextcloud/large-share-count-performance-13Morris Jobke
[13] Improve performance when dealing with large numbers of shares
2018-09-27[tx-robot] updated from transifexNextcloud bot
2018-09-26[tx-robot] updated from transifexNextcloud bot
2018-09-25[tx-robot] updated from transifexNextcloud bot
2018-09-24[tx-robot] updated from transifexNextcloud bot
2018-09-23[tx-robot] updated from transifexNextcloud bot
2018-09-22[tx-robot] updated from transifexNextcloud bot
2018-09-21[tx-robot] updated from transifexNextcloud bot
2018-09-17[tx-robot] updated from transifexNextcloud bot
2018-09-16[tx-robot] updated from transifexNextcloud bot
2018-09-15[tx-robot] updated from transifexNextcloud bot
2018-09-14[tx-robot] updated from transifexNextcloud bot
2018-09-13[tx-robot] updated from transifexNextcloud bot
2018-09-11[tx-robot] updated from transifexNextcloud bot
2018-09-08[tx-robot] updated from transifexNextcloud bot
2018-09-01[tx-robot] updated from transifexNextcloud bot
2018-08-27tokens can't be valid local user namesRobin Appelman
this saves searching for shares on non-public link dav requests Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27more efficient way to detect added and removed mountsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27cache OC\Files\Mount\Manager::findIn resultsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27cache OC\Files\Mount\Manager::findIn resultsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27use more efficient method to find mountpoint for pathRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27remove double loop for detecting changed mountsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-25[tx-robot] updated from transifexNextcloud bot