summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #25080 from nextcloud/fix/file-scan-dbRoeland Jago Douma2021-01-122-18/+22
|\ | | | | Fix database connection usage in the files scanner
| * Fix database connection usage in the files scannerChristoph Wurst2021-01-112-18/+22
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2021-01-122-6/+6
|/
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
| | | | | | In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see https://github.com/nextcloud/server/pull/24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2021-01-112-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-01-102-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2021-01-092-0/+2
|
* Bump core-js from 3.8.1 to 3.8.2dependabot-preview[bot]2021-01-076-6/+6
| | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.1 to 3.8.2. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.8.1...v3.8.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump @nextcloud/axios from 1.5.0 to 1.6.0dependabot-preview[bot]2021-01-076-6/+6
| | | | | | | | | | | Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/nextcloud/nextcloud-axios/releases) - [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.5.0...v1.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2021-01-062-0/+24
|
* Merge pull request #24907 from nextcloud/fix/license-headers-21-IIChristoph Wurst2021-01-042-0/+2
|\ | | | | Update license headers
| * Update license headersChristoph Wurst2020-12-302-0/+2
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-12-312-4/+4
|/
* [tx-robot] updated from transifexNextcloud bot2020-12-304-2/+14
|
* Merge pull request #24833 from ↵Roeland Jago Douma2020-12-281-1/+4
|\ | | | | | | | | nextcloud/fix-total-upload-size-overwritten-by-next-upload Fix total upload size overwritten by next upload
| * Fix total upload size overwritten by next uploadDaniel Calviño Sánchez2020-12-231-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The upload progress is based on the "totalToUpload" variable. However, as the variable is set when an upload is submitted, if another upload is submitted before the previous one finished the upload progress only took into account the size of the new upload (although the upload itself worked fine; the files of the new submitted upload are added to the active one). Now "totalToUpload" is either increased or set depending on whether an upload is active or not. Note that although "data.total" holds the total size of the files being uploaded "totalToUpload" needs to be used in "fileuploadprogressall" instead; "totalToUpload" is calculated when the upload is submitted, but since 7c4c5fe6ae91 the actual upload of the files, and thus updating the value of "data.total", may be deferred until the parent folders were created. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2020-12-262-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2020-12-242-8/+12
|/
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-222-2/+2
|\ | | | | Unify links to php.net
| * Unify links to php.netJ0WI2020-09-172-2/+2
| | | | | | | | | | | | Update all links to https://www.php.net/ Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-12-182-6/+6
| |
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-1621-22/+22
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Bump core-js from 3.8.0 to 3.8.1dependabot-preview[bot]2020-12-154-4/+4
| | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.8.0...v3.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-12-142-4/+8
| |
* | Indicate preview availability in recent file api responsesRichard Steinmetz2020-12-101-0/+1
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Merge pull request #24605 from nextcloud/enh/share-deckRoeland Jago Douma2020-12-102-2/+3
|\ \ | | | | | | Add deck share provider support
| * | Address minor commentsJulius Härtl2020-12-091-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Introduce deck share type to ShareAPIControllerJulius Härtl2020-12-092-2/+3
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2020-12-104-28/+46
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-12-074-8/+24
| |
* | [tx-robot] updated from transifexNextcloud bot2020-12-064-4/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2020-12-052-4/+4
| |
* | Add attributes to file search resultsChristoph Wurst2020-12-031-1/+4
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #24396 from nextcloud/dont-use-system-composerMorris Jobke2020-12-024-3/+5
|\ \ | | | | | | dont use system composer for autoload checker
| * | rebuild autoloader scripts with 2.0.7Robin Appelman2020-11-264-3/+5
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-12-012-4/+4
| | |
* | | Bump core-js from 3.7.0 to 3.8.0dependabot-preview[bot]2020-11-304-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.7.0...v3.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-11-284-8/+8
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-11-252-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2020-11-242-8/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2020-11-192-0/+154
| |
* | [tx-robot] updated from transifexNextcloud bot2020-11-186-0/+20
| |
* | Bump jquery from 3.2 to 3.3Christoph Wurst2020-11-172-2/+2
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Bump jquery from 3.1 to 3.2Christoph Wurst2020-11-172-2/+2
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Check for target folder available quota when uploadingJulius Härtl2020-11-173-3/+17
| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-11-1752-264/+60
| |
* | [tx-robot] updated from transifexNextcloud bot2020-11-162-2/+6
| |
* | Bump core-js from 3.6.5 to 3.7.0dependabot-preview[bot]2020-11-146-6/+6
| | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.5 to 3.7.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.6.5...v3.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Bump @nextcloud/dialogs from 3.0.0 to 3.1.1dependabot-preview[bot]2020-11-142-2/+2
| | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 3.0.0 to 3.1.1. - [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases) - [Changelog](https://github.com/nextcloud/nextcloud-dialogs/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v3.0.0...v3.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Merge pull request #24119 from ↵dependabot-preview[bot]2020-11-144-4/+4
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/vue-3.2.0