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-04-14Handle unset owner in sharingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-14Merge pull request #20164 from nextcloud/backport/19782/stable17Morris Jobke
[stable17] Use global used space in quota wrappen when external storage is included
2020-04-14[tx-robot] updated from transifexNextcloud bot
2020-04-13[tx-robot] updated from transifexNextcloud bot
2020-04-11[tx-robot] updated from transifexNextcloud bot
2020-04-10[tx-robot] updated from transifexNextcloud bot
2020-04-09[tx-robot] updated from transifexNextcloud bot
2020-04-08[tx-robot] updated from transifexNextcloud bot
2020-04-07[tx-robot] updated from transifexNextcloud bot
2020-04-06[tx-robot] updated from transifexNextcloud bot
2020-04-05[tx-robot] updated from transifexNextcloud bot
2020-04-04[tx-robot] updated from transifexNextcloud bot
2020-04-03[tx-robot] updated from transifexNextcloud bot
2020-04-01Dont always use the current users quota when calculating storage infoRobin Appelman
instead pass the quota as parameter. Without this fix, when 'quota_include_external_storage' is enabled, the webui will show the quota configured for the admin for every user instead of the users quota Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-01Merge pull request #20203 from nextcloud/backport/19978/stable17Roeland Jago Douma
[stable17] Actually check if the owner is not null
2020-03-30[tx-robot] updated from transifexNextcloud bot
2020-03-29[tx-robot] updated from transifexNextcloud bot
2020-03-28[tx-robot] updated from transifexNextcloud bot
2020-03-27Actually check if the owner is not nullRoeland Jago Douma
Else this can error out on storages that do not have an owner (e.g. groupfolders). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-03-27[tx-robot] updated from transifexNextcloud bot
2020-03-25Check the user on remote wipeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-25Use global used space in quota wrappen when external storage is includedRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-25[tx-robot] updated from transifexNextcloud bot
2020-03-24Remove admin_notifications since it is obsolete since Nextcloud 14Julius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-24[tx-robot] updated from transifexNextcloud bot
2020-03-20[tx-robot] updated from transifexNextcloud bot
2020-03-19[tx-robot] updated from transifexNextcloud bot
2020-03-18Update the target when it isempty after sharingRoeland Jago Douma
Hooks that listen to it (audit log) benefit from having the target properly set. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-03-17[tx-robot] updated from transifexNextcloud bot
2020-03-16[tx-robot] updated from transifexNextcloud bot
2020-03-15[tx-robot] updated from transifexNextcloud bot
2020-03-13Do not use the instance name as user part of from mail addressesJulius Härtl
This will cause issues since the theming name can contain characters that are not allowed in the local part of the mail address (like spaces) Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-12Get correct mimetype on objectstoresRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-03-06Add message for DoesNotExistExceptionDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-03-05Merge pull request #19327 from nextcloud/backport/19303/stable17Roeland Jago Douma
[stable17] Fix occ maintenance:install database connect failure
2020-03-05Merge pull request #19095 from nextcloud/backport/19023/stable17Roeland Jago Douma
[stable17] expose Argon2 options (as we did for bcrypt)
2020-03-05[tx-robot] updated from transifexNextcloud bot
2020-03-04[tx-robot] updated from transifexNextcloud bot
2020-03-02[tx-robot] updated from transifexNextcloud bot
2020-02-28[tx-robot] updated from transifexNextcloud bot
2020-02-25[tx-robot] updated from transifexNextcloud bot
2020-02-23Fix requested changesTimObert
Signed-off-by: Tim Obert <tobert@w-commerce.de>
2020-02-23Change the route generation of AuthPublicShareController.php and adjust the ↵Tim Obert
routes for file sharing Signed-off-by: Tim Obert <tobert@w-commerce.de>
2020-02-22Strip of users home path from share api messageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-21ignore values that undershoot the minimum, go with defaultArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-21use getSystemValueIntblizzz
Co-Authored-By: kesselb <mail@danielkesselberg.de> Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-21expose Argon2 options (as we did for bcrypt)Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-17Merge pull request #19471 from nextcloud/backport/19465/stable17Joas Schilling
[stable17] when we receive intentional empty whats new info, do not try to show it
2020-02-15[tx-robot] updated from transifexNextcloud bot
2020-02-14when we receive intentional empty whats new info, do not try to show itArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>