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
2020-04-08Show the displayname instead of the user idJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-08Try to use the display name of file transfersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-13Merge pull request #19897 from nextcloud/backport/19777/stable18John Molakvoæ
[stable18] Properly emit Viewer event on files and files_sharing
2020-03-12Use dispatchTypedJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-03-12Properly emit Viewer event on files and files_sharingJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-03-10Unify the code a bitJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-10Use contacts name on federated activitiesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-04Do not allow transfer ownership when the user isn't the ownerGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-02-24Make sure that the transfer entry is present in the databaseJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-06Fix event typeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-03Allow specifying this is the first loginRoeland Jago Douma
On firstlogin we allow non empty target folders. So that for guest transfers the user sees the same UI. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-02-03Catch \Error in Transfer::restoreSharesTobia De Koninck
This makes the command more fault tolerant. An \Error can happen when e.g. the owner of a share is null. If we don't catch this, the restore process will stop in an unknown state. Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
2020-02-03Prevent transferring data to user which never loggedinTobia De Koninck
Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
2020-02-03Add option to transfer-ownership to move dataTobia De Koninck
This will move the home folder of own user to another user. Only allowed if that other user's home folder is empty. Can be used as workaround to rename users. Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
2020-01-16Fix Sidebar legacy FileInfoModel requirementJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-01-10Fix webdav urlJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-12-22Merge pull request #18478 from nextcloud/fix/direct-editing-invalid-editor-idRoeland Jago Douma
Do not generate tokens for editor IDs that do not exist
2019-12-20Expose exception message in the responseJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-20Update license headers for 18Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-17added line breaks to incoming transfer notificationSascha Wiswedel
wrapped notifications into double quotes to make line breaks possible Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-12-17added patience note for shareeSascha Wiswedel
note about incoming transfer taken out by background job resolves #18272 Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-12-17transfer ownership dialog word choiceSascha Wiswedel
Use Reject instead of Decline Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-12-17notification polishingSascha Wiswedel
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-12-17Transfer ownership function polishingSascha Wiswedel
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-12-13Merge pull request #18359 from ↵blizzz
nextcloud/fix/18271/dismiss_transfer_ownership_notification Dismiss transferownership notification cancels transfer
2019-12-13Add typed events for the filesystem/scannerChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-11Dismiss transferownership notification cancels transferRoeland Jago Douma
Fixes #18271 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-11Merge pull request #18224 from nextcloud/bugfix/noid/direct-editing-pathRoeland Jago Douma
Use file path for direct editing
2019-12-10Pick a shorter name for the transfer ownership tableJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-09Merge pull request #18256 from nextcloud/files-aditional-scripts-new-eventsRoeland Jago Douma
Use non-depricated events for loading additional scripts in files app
2019-12-08Decouple resource provider registrationDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-12-05Merge pull request #18242 from nextcloud/directEditingEditorWithIdRoeland Jago Douma
add id to editor of direct editing
2019-12-05use OCP\EventDispatcher\GenericEvent for loading additional scripts in the ↵Robin Appelman
files app Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-05Use file path for direct editingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-05add id to editor of direct editingtobiasKaminsky
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-04Merge pull request #17913 from ↵Roeland Jago Douma
nextcloud/fix/transfer-ownership-move-files-error-handling Catch file transfer error and stop transfer ownership command
2019-12-04Fix files app LoadSidebar event (#18213)John Molakvoæ
Fix files app LoadSidebar event
2019-12-04Fix files app LoadSidebar eventJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-03Fix mixed up message and subject on notifications for file transferJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-02Also allow transfer ownership of filesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-02Add a transfer ownership background jobRoeland Jago Douma
This job can be initiated by a user to transfer a file/folder to a target user. The target user will have to accept the job. Once that is done the transfers is initiated in the background. Both parties get notified when the job is done. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27Only expose link to info endpoint in capabiltiesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27Expose editor id for creatorsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27Add mimetype to creatorsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27Code style fixes and cleanupJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27Move editor list to capabilitiesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27Add background job for token cleanupJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27Direct editing API to allow file editing using a one-time token forJulius Härtl
mobile apps Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27Catch file transfer error and stop transfer ownership commandChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>