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
2020-08-31Merge pull request #22519 from nextcloud/backport/22517/stable19Julius Härtl
[stable19] set the mount id before calling storage wrapper
2020-08-31Only update the filecache entry once the file has been written to S3Roeland Jago Douma
If we already update before we have no way to revert if the upload fails. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-08-31Don't lose filecache entry on s3 overwrite errorRoeland Jago Douma
If the object store errors we should not always delete the filecache entry. As this might lead to people losing access to their files. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-08-31set the mount id before calling storage wrapperRobin Appelman
this allows the storage wrapper to use the mount id for it's own logic Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-08-28[tx-robot] updated from transifexNextcloud bot
2020-08-27Remove @package annotations from public namespaceJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-27Remove wrongly annotated package namesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-27[tx-robot] updated from transifexNextcloud bot
2020-08-26Merge pull request #22410 from nextcloud/backport/22359/stable19Roeland Jago Douma
[stable19] fix possible leaking scope in Flow
2020-08-26[tx-robot] updated from transifexNextcloud bot
2020-08-25adjust since for 19Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-08-25fix possible leaking scope in FlowArthur Schiwon
- a configured flow can be brought into consideration, despite its event was not fired - it could either run through - or run into a RuntimeException and killing processing of valid flows Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-08-24Make legacy cipher opt inRoeland Jago Douma
* Systems that upgrade have this enabled by default * New systems disable it * We'll have to add some wargning in the setup checks if this is enabled Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-08-24Merge pull request #22355 from nextcloud/backport/20772/stable19Roeland Jago Douma
[stable19] Properly search for users when limittogroups is enabled
2020-08-23[tx-robot] updated from transifexNextcloud bot
2020-08-21Properly search for users when limittogroups is enabledRoeland Jago Douma
Searching just for the uid is not enough. This makes sure this done properly again now. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-08-20[tx-robot] updated from transifexNextcloud bot
2020-08-19Merge pull request #21983 from nextcloud/backport/21628/stable19Morris Jobke
[stable19] fix moving files from external storage to object store trashbin
2020-08-19Allow to disable share emailsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-19[tx-robot] updated from transifexNextcloud bot
2020-08-18[tx-robot] updated from transifexNextcloud bot
2020-08-17[tx-robot] updated from transifexNextcloud bot
2020-08-14Silence duplicate session warningsRoeland Jago Douma
Fixes #20490 Basically restroring the old behavior. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-08-14Merge pull request #21975 from nextcloud/backport/21658/stable19Roeland Jago Douma
[stable19] allow admin to configure the max trashbin size
2020-08-13Merge pull request #22121 from nextcloud/backport/22008/stable19Roeland Jago Douma
[stable19] Ensured large image is unloaded from memory when generating previews
2020-08-13Merge pull request #22208 from nextcloud/backport/21676/stable19Roeland Jago Douma
[stable19] Fix chmod on file descriptor
2020-08-13Merge pull request #22209 from nextcloud/backport/21677/stable19Roeland Jago Douma
[stable19] Do clearstatcache() on rmdir
2020-08-13[tx-robot] updated from transifexNextcloud bot
2020-08-12[tx-robot] updated from transifexNextcloud bot
2020-08-12Only clear the realpath cacheJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-08-12clearstatcache() on rmdirJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-08-12Fix chmod on file descriptorJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-08-05Use class that actually has the destroy() method in preview generatorMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-05fix memory leak caused by not destroying image in Preview/Generate.phpElijah Martin-Merrill
Signed-off-by: Elijah Martin-Merrill <elijah@nyp-itsours.com>
2020-08-05Search also the email and displayname in user mangement for groupsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-03contactsmanager shall limit number of results earlyArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-07-31dont update mimetype when moving to trashRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-07-31Merge pull request #22053 from nextcloud/backport/22015/stable19Joas Schilling
[stable19] Correctly remove usergroup shares on removing group members
2020-07-30Use old IServerContainer methods Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-30Correctly remove usergroup shares on removing group membersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-29parse_url returns null in case a parameter is not foundJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-29[tx-robot] updated from transifexNextcloud bot
2020-07-27[tx-robot] updated from transifexNextcloud bot
2020-07-25[tx-robot] updated from transifexNextcloud bot
2020-07-24Ignore whitespace in sharing by mailonehappycat
Signed-off-by: onehappycat <one.happy.cat@gmx.com>
2020-07-24[tx-robot] updated from transifexNextcloud bot
2020-07-24fix renameFromStorage messing with folder mimetypeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-07-24use exceptions for error signaling in writeStreamRobin Appelman
this remove the ambiguity when writing zero length files Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-07-24fix moving files from external storage to object store trashbinRobin Appelman
having the "cache rename" after the "storage move" caused the target to get the fileid from the source file, without taking care that the object is stored under the original file id. By doing the "cache rename" first, we trigger the "update existing file" logic while moving the file to the object store and the object gets stored for the correct file id Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-07-23allow admin to configure the max trashbin sizeRobin Appelman
this allows an admin to configure the max trashbin size instead of always relying on the users quota. The trashbin size can be configured using the `occ trash:size` command and can be set both globally and per-user Signed-off-by: Robin Appelman <robin@icewind.nl>