summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * Add background job for token cleanupJulius Härtl2019-11-272-0/+32
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Direct editing API to allow file editing using a one-time token forJulius Härtl2019-11-276-1/+262
| | | | | | | | | | | | mobile apps Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #18064 from nextcloud/feature/php74Roeland Jago Douma2019-11-289-25/+25
|\ \ | | | | | | Add php7.4 support
| * | Mode to modern phpunitRoeland Jago Douma2019-11-276-20/+20
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Make phpunit8 compatibleRoeland Jago Douma2019-11-277-9/+9
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2019-11-284-14/+14
|/
* fix summary elements alignmentGreta Doci2019-11-262-2/+5
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Extract transfer ownership logic into a reusable serviceChristoph Wurst2019-11-265-220/+333
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-11-262-0/+4
|
* Merge pull request #18107 from nextcloud/undefined-index-ownerRoeland Jago Douma2019-11-251-2/+2
|\ | | | | dont throw undefined index errors for storages that have no owner set
| * dont throw undefined index errors for storages that have no owner setRobin Appelman2019-11-251-2/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #18088 from ↵Roeland Jago Douma2019-11-251-88/+88
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/handlebars-4.5.3 Bump handlebars from 4.5.2 to 4.5.3
| * | Bump handlebars from 4.5.2 to 4.5.3dependabot-preview[bot]2019-11-251-88/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.2 to 4.5.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.2...v4.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma2019-11-2519-40/+34
|\ \ \ | |_|/ |/| | Some php-cs fixes
| * | Some php-cs fixesRoeland Jago Douma2019-11-2219-40/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2019-11-254-4/+4
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2019-11-232-6/+6
|/
* [tx-robot] updated from transifexNextcloud bot2019-11-226-38/+42
|
* [tx-robot] updated from transifexNextcloud bot2019-11-214-42/+40
|
* [tx-robot] updated from transifexNextcloud bot2019-11-206-30/+30
|
* [tx-robot] updated from transifexNextcloud bot2019-11-184-2/+4
|
* Merge pull request #17654 from burgha/feature/3866/uploaddetailsRoeland Jago Douma2019-11-171-3/+4
|\ | | | | fix uploadprogressbar tooltip
| * update tooltip content dynamicallyHannes Burger2019-10-231-2/+3
| | | | | | | | Signed-off-by: Hannes Burger <hburger30@gmail.com>
| * fix uploadprogressbar tooltipHannes Burger2019-10-221-1/+1
| | | | | | | | Signed-off-by: Hannes Burger <hburger30@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2019-11-172-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2019-11-154-48/+48
| |
* | [tx-robot] updated from transifexNextcloud bot2019-11-142-6/+6
| |
* | Use function to open a sidebar file (#17750)John Molakvoæ2019-11-136-21/+29
|\ \ | | | | | | Use function to open a sidebar file
| * | Use function to open a sidebar fileJohn Molakvoæ (skjnldsv)2019-11-136-21/+29
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Check quota before transfer ownershipRoeland Jago Douma2019-11-131-2/+14
|/ / | | | | | | | | | | Fixes #15664 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-11-132-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2019-11-124-54/+58
| |
* | Compile handlebarsJulius Härtl2019-11-111-72/+72
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #17895 from ↵Roeland Jago Douma2019-11-112-6/+7
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.7.1 Bump @babel/preset-env from 7.6.3 to 7.7.1
| * | Bump @babel/preset-env from 7.6.3 to 7.7.1dependabot-preview[bot]2019-11-102-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.6.3 to 7.7.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.6.3...v7.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-11-102-0/+4
|/ /
* | Also set X-OC-Mtime header for files that are smaller than 10MBJulius Härtl2019-11-071-0/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | fix tests for background file scan jobRobin Appelman2019-11-061-3/+18
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #17817 from nextcloud/disable-background-scan-optionRoeland Jago Douma2019-11-061-0/+4
|\ \ | | | | | | add option to disable background scanning of files
| * | add option to disable background scanning of filesRobin Appelman2019-11-051-0/+4
| | | | | | | | | | | | | | | | | | | | | when using (only) object store this job doesn't do any scanning anyway, but all the setup can still be expensive on large setups Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2019-11-062-0/+4
|/ /