aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26049 from nextcloud/search-file-limit-resultsRoeland Jago Douma2021-03-121-2/+3
|\ | | | | limit constructing of result objects in file search
| * limit constructing of result objects in file searchRobin Appelman2021-03-111-2/+3
| | | | | | | | | | | | | | | | even thought we currently have no proper way of limiting the search itself, we can at least limit the construction of the result objects. this saves about 40% of the time spend in the search request in my local testing Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2021-03-122-0/+12
| |
* | Merge pull request #26057 from ↵dependabot-preview[bot]2021-03-118-8/+8
|\ \ | |/ |/| | | nextcloud/dependabot/npm_and_yarn/nextcloud/vue-3.7.2
| * Compile jsJohn Molakvoæ (skjnldsv)2021-03-118-8/+8
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #25569 from nextcloud/JakubOnderka-patch-1Christoph Wurst2021-03-111-1/+1
|\ \ | |/ |/| file-upload: Correctly handle error responses for HTTP2
| * file-upload: Correctly handle error responses for HTTP2Jakub Onderka2021-03-101-1/+1
| | | | | | | | Signed-off-by: Jakub Onderka <ahoj@jakubonderka.cz>
* | Bump css-loader from 5.0.1 to 5.1.1dependabot-preview[bot]2021-03-103-3/+3
| | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.0.1 to 5.1.1. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.0.1...v5.1.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 bot2021-03-102-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2021-03-096-2/+26
| |
* | [tx-robot] updated from transifexNextcloud bot2021-03-082-0/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2021-03-074-0/+24
| |
* | [tx-robot] updated from transifexNextcloud bot2021-03-0616-12/+128
| |
* | Bump core-js from 3.8.3 to 3.9.1dependabot-preview[bot]2021-03-058-8/+8
| | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.8.3 to 3.9.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/commits/v3.9.1/packages/core-js) 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>
* | Activity: show if files are hidden or notRoeland Jago Douma2021-03-041-2/+38
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2021-03-044-4/+4
| |
* | Update autoloader filesRoeland Jago Douma2021-03-021-2/+4
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Bump bundlesJulius Härtl2021-03-022-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | At least try to give the full context for the file actionJulius Härtl2021-03-021-1/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Do not trigger a full filelist reload after creating a new fileJulius Härtl2021-03-021-3/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2021-03-014-8/+24
| |
* | Fix focus-visible outline for files checkboxesVincent Petry2021-02-261-0/+7
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-02-262-0/+16
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-252-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-242-30/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-234-28/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-202-2/+2
| |
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-182-2/+2
| | | | | | | | | | | | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2021-02-172-0/+100
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-132-12/+12
|/
* Merge pull request #25435 from nextcloud/fix/favorite-iconRoeland Jago Douma2021-02-101-1/+1
|\ | | | | Fix favorite dark icon
| * Fix favorite dark iconGretaD2021-02-021-1/+1
| | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* | tain-escape the cookie inputRoeland Jago Douma2021-02-091-4/+18
| | | | | | | | | | | | | | | | we only set the cookie if it is a proper <=32 char alphanum string. Otherwise we just ignore the input. Makes psalm also happier so that we can focus on other errors. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Bump @babel/preset-env from 7.12.11 to 7.12.13dependabot-preview[bot]2021-02-075-5/+5
| | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.11 to 7.12.13. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.13/packages/babel-preset-env) 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 bot2021-02-074-18/+50
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-052-0/+20
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-044-0/+24
| |
* | This is 22Joas Schilling2021-02-031-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-02-032-0/+14
|/
* [tx-robot] updated from transifexNextcloud bot2021-02-02122-312/+148
|
* [tx-robot] updated from transifexNextcloud bot2021-02-014-4/+24
|
* [tx-robot] updated from transifexNextcloud bot2021-01-314-4/+32
|
* [tx-robot] updated from transifexNextcloud bot2021-01-3018-98/+278
|
* [tx-robot] updated from transifexNextcloud bot2021-01-296-42/+394
|
* Merge pull request #25360 from nextcloud/fix/update-autoloadersRoeland Jago Douma2021-01-282-1/+33
|\ | | | | Update all composer autoloader files
| * Update all composer autoloader filesChristoph Wurst2021-01-282-1/+33
| | | | | | | | | | | | The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Bump bundlesJulius Härtl2021-01-288-6/+9
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix button sizeJulius Härtl2021-01-281-0/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Move TemplateProvider registration to boot context and make template type ↵Julius Härtl2021-01-281-1/+1
| | | | | | | | | | | | registration lazy Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Hide new template directory entry after creating and allow setting existing ↵Julius Härtl2021-01-282-1/+21
| | | | | | | | | | | | directories Signed-off-by: Julius Härtl <jus@bitgrid.net>