aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-12-152-0/+40
|
* [tx-robot] updated from transifexNextcloud bot2019-12-144-0/+4
|
* Merge pull request #18359 from ↵blizzz2019-12-131-2/+49
|\ | | | | | | | | nextcloud/fix/18271/dismiss_transfer_ownership_notification Dismiss transferownership notification cancels transfer
| * Dismiss transferownership notification cancels transferRoeland Jago Douma2019-12-111-2/+49
| | | | | | | | | | | | Fixes #18271 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Add typed events for the filesystem/scannerChristoph Wurst2019-12-133-22/+17
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2019-12-132-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2019-12-1222-0/+22
|/
* Merge pull request #18224 from nextcloud/bugfix/noid/direct-editing-pathRoeland Jago Douma2019-12-111-2/+2
|\ | | | | Use file path for direct editing
| * Use file path for direct editingJulius Härtl2019-12-051-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-12-112-0/+2
| |
* | Merge pull request #18293 from ↵Roeland Jago Douma2019-12-105-18/+242
|\ \ | | | | | | | | | | | | nextcloud/feature/transfer-ownership-autocompletion Add autocompletion to the ownership transfer UI
| * | Add autocompletion to the ownership transfer UIChristoph Wurst2019-12-105-18/+242
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Pick a shorter name for the transfer ownership tableJoas Schilling2019-12-104-12/+15
|/ / | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #18256 from nextcloud/files-aditional-scripts-new-eventsRoeland Jago Douma2019-12-091-1/+1
|\ \ | | | | | | Use non-depricated events for loading additional scripts in files app
| * | use OCP\EventDispatcher\GenericEvent for loading additional scripts in the ↵Robin Appelman2019-12-051-1/+1
| | | | | | | | | | | | | | | | | | files app Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #17325 from nextcloud/enh/decouple-register-resource-providerChristoph Wurst2019-12-091-4/+4
|\ \ \ | | | | | | | | Decouple resource provider registration
| * | | Decouple resource provider registrationDaniel Kesselberg2019-12-071-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | [tx-robot] updated from transifexNextcloud bot2019-12-092-0/+26
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-12-084-76/+126
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2019-12-076-40/+114
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-12-0616-0/+106
| | |
* | | Merge pull request #18242 from nextcloud/directEditingEditorWithIdRoeland Jago Douma2019-12-051-0/+1
|\ \ \ | | | | | | | | add id to editor of direct editing
| * | | add id to editor of direct editingtobiasKaminsky2019-12-051-0/+1
| | |/ | |/| | | | | | | Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
* | | Update license headersChristoph Wurst2019-12-0562-88/+196
| |/ |/| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Allow to unfavorite all files (#18241)John Molakvoæ2019-12-051-2/+1
|\ \ | | | | | | Allow to unfavorite all files
| * | Allow to unfavorite all filesJoas Schilling2019-12-051-2/+1
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #17989 from Noodlesalat/fix-padding-top-filelistRoeland Jago Douma2019-12-051-5/+9
|\ \ | |/ |/| Remove whitespace above file list ref #17891
| * Remove whitespace above file listFabian Dreßler2019-11-181-5/+9
| | | | | | | | | | | | This reverts #16366 and fixes #17891 Signed-off-by: Fabian Dreßler <nudelsalat@clouz.de>
* | [tx-robot] updated from transifexNextcloud bot2019-12-0510-0/+10
| |
* | Merge pull request #18222 from nextcloud/fix/files/reload-on-share-acceptRoeland Jago Douma2019-12-041-0/+7
|\ \ | | | | | | Properly reload file list on share accept
| * | Properly reload file list on share acceptJohn Molakvoæ (skjnldsv)2019-12-041-0/+7
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #17913 from ↵Roeland Jago Douma2019-12-041-1/+6
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/transfer-ownership-move-files-error-handling Catch file transfer error and stop transfer ownership command
| * | | Catch file transfer error and stop transfer ownership commandChristoph Wurst2019-11-271-1/+6
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Fix files app LoadSidebar event (#18213)John Molakvoæ2019-12-0410-13/+95
|\ \ \ \ | | | | | | | | | | Fix files app LoadSidebar event
| * | | | Properly query filesJohn Molakvoæ (skjnldsv)2019-12-043-2/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Use own getIconUrl methodJohn Molakvoæ (skjnldsv)2019-12-043-5/+36
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Fix files app LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-12-049-12/+60
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-12-0416-12/+50
| |_|/ / |/| | |
* | | | Merge pull request #18212 from nextcloud/bugfix/noid/subject-message-mixed-upRoeland Jago Douma2019-12-041-10/+14
|\ \ \ \ | | | | | | | | | | Fix mixed up message and subject on notifications for file transfer
| * | | | Fix mixed up message and subject on notifications for file transferJoas Schilling2019-12-031-10/+14
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / / [tx-robot] updated from transifexNextcloud bot2019-12-0420-2/+282
|/ / /
* | | Also allow transfer ownership of filesChristoph Wurst2019-12-026-16/+25
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Add a transfer ownership background jobRoeland Jago Douma2019-12-0222-20/+1207
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | [tx-robot] updated from transifexNextcloud bot2019-12-024-4/+22
| | |
* | | Merge pull request #17625 from nextcloud/enh/noid/direct-editingRoeland Jago Douma2019-11-289-2/+377
|\ \ \ | | | | | | | | Direct editing API to allow file editing using a one-time token
| * | | Only expose link to info endpoint in capabiltiesJulius Härtl2019-11-276-42/+120
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Expose editor id for creatorsJulius Härtl2019-11-271-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Add mimetype to creatorsJulius Härtl2019-11-271-5/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Code style fixes and cleanupJulius Härtl2019-11-273-6/+18
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Move editor list to capabilitiesJulius Härtl2019-11-273-48/+42
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>