]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agoAdd shadow behind navigation when Dashboard is scrolled
Jan C. Borchardt [Mon, 24 Aug 2020 19:16:31 +0000 (21:16 +0200)]
Add shadow behind navigation when Dashboard is scrolled

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoAdd body class when dashboard is scrolled
Julius Härtl [Mon, 24 Aug 2020 12:34:43 +0000 (14:34 +0200)]
Add body class when dashboard is scrolled

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAdd loading indicator until the widget is mounted
Julius Härtl [Mon, 24 Aug 2020 12:24:17 +0000 (14:24 +0200)]
Add loading indicator until the widget is mounted

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #22369 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template...
Roeland Jago Douma [Tue, 25 Aug 2020 18:25:17 +0000 (20:25 +0200)]
Merge pull request #22369 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.6.12

Bump vue and vue-template-compiler

4 years agoBump vue and vue-template-compiler 22369/head
dependabot-preview[bot] [Tue, 25 Aug 2020 09:24:30 +0000 (09:24 +0000)]
Bump vue and vue-template-compiler

Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.

Updates `vue` from 2.6.11 to 2.6.12
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12)

Updates `vue-template-compiler` from 2.6.11 to 2.6.12
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #22359 from nextcloud/fix/noid/flow-leaking-scope
Joas Schilling [Tue, 25 Aug 2020 08:40:26 +0000 (10:40 +0200)]
Merge pull request #22359 from nextcloud/fix/noid/flow-leaking-scope

fix possible leaking scope in Flow

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 25 Aug 2020 02:17:40 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22393 from nextcloud/fix/license-headers-20
Roeland Jago Douma [Mon, 24 Aug 2020 20:03:00 +0000 (22:03 +0200)]
Merge pull request #22393 from nextcloud/fix/license-headers-20

Update the license headers for Nextcloud 20

4 years agoMerge pull request #22357 from nextcloud/enh/dashboard/toggle-statuses
Jan C. Borchardt [Mon, 24 Aug 2020 17:29:49 +0000 (19:29 +0200)]
Merge pull request #22357 from nextcloud/enh/dashboard/toggle-statuses

Ability to toggle statuses in dashboard

4 years agoMerge pull request #22394 from nextcloud/fix/share-federation-missing-fn
John Molakvoæ [Mon, 24 Aug 2020 16:05:00 +0000 (18:05 +0200)]
Merge pull request #22394 from nextcloud/fix/share-federation-missing-fn

Fix missing FN from federated contact

4 years agoMerge pull request #21894 from nextcloud/fix-file-quota
Joas Schilling [Mon, 24 Aug 2020 13:48:48 +0000 (15:48 +0200)]
Merge pull request #21894 from nextcloud/fix-file-quota

fix: file quota was not applied in all cases

4 years agoMerge pull request #22376 from nextcloud/design/wording-leave-share
John Molakvoæ [Mon, 24 Aug 2020 13:23:55 +0000 (15:23 +0200)]
Merge pull request #22376 from nextcloud/design/wording-leave-share

4 years agoFix missing FN from federated contact 22394/head
John Molakvoæ (skjnldsv) [Mon, 24 Aug 2020 13:15:32 +0000 (15:15 +0200)]
Fix missing FN from federated contact

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoUpdate the license headers for Nextcloud 20 22393/head
Christoph Wurst [Mon, 24 Aug 2020 12:54:25 +0000 (14:54 +0200)]
Update the license headers for Nextcloud 20

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMake the tick always white 22357/head
Joas Schilling [Mon, 24 Aug 2020 12:29:34 +0000 (14:29 +0200)]
Make the tick always white

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMake the recent status icon dark theme compatible
Joas Schilling [Mon, 24 Aug 2020 12:28:59 +0000 (14:28 +0200)]
Make the recent status icon dark theme compatible

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #22358 from nextcloud/fix/noid/flow-icon-size-and-alignment
blizzz [Mon, 24 Aug 2020 12:11:41 +0000 (14:11 +0200)]
Merge pull request #22358 from nextcloud/fix/noid/flow-icon-size-and-alignment

fix event icon sizes and text alignment

4 years agoMerge pull request #22382 from nextcloud/bugfix/22380
John Molakvoæ [Mon, 24 Aug 2020 12:00:41 +0000 (14:00 +0200)]
Merge pull request #22382 from nextcloud/bugfix/22380

Add repair step to remove old dashboard app config

4 years agofix possible leaking scope in Flow 22359/head
Arthur Schiwon [Fri, 21 Aug 2020 15:36:01 +0000 (17:36 +0200)]
fix possible leaking scope in Flow

- a configured flow can be brought into consideration, despite its event
  was not fired
- it could either run through
- or run into a RuntimeException and killing processing of valid flows

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #22385 from nextcloud/bump/crl
Roeland Jago Douma [Mon, 24 Aug 2020 11:24:29 +0000 (13:24 +0200)]
Merge pull request #22385 from nextcloud/bump/crl

Update the CRL

4 years agoMerge pull request #22361 from nextcloud/dependabot/npm_and_yarn/vue-material-design...
Roeland Jago Douma [Mon, 24 Aug 2020 11:05:36 +0000 (13:05 +0200)]
Merge pull request #22361 from nextcloud/dependabot/npm_and_yarn/vue-material-design-icons-4.9.0

Bump vue-material-design-icons from 4.8.0 to 4.9.0

4 years agoCompile assets 22358/head
npmbuildbot[bot] [Mon, 24 Aug 2020 10:56:57 +0000 (10:56 +0000)]
Compile assets

Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoUpdate the CRL 22385/head
Roeland Jago Douma [Mon, 24 Aug 2020 10:29:38 +0000 (12:29 +0200)]
Update the CRL

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoAdd repair step to remove old dashboard app config 22382/head
Julius Härtl [Mon, 24 Aug 2020 08:12:25 +0000 (10:12 +0200)]
Add repair step to remove old dashboard app config

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #22363 from nextcloud/dependabot/npm_and_yarn/p-queue-6.6.1
Roeland Jago Douma [Mon, 24 Aug 2020 07:59:37 +0000 (09:59 +0200)]
Merge pull request #22363 from nextcloud/dependabot/npm_and_yarn/p-queue-6.6.1

Bump p-queue from 6.6.0 to 6.6.1

4 years agoBump vue-material-design-icons from 4.8.0 to 4.9.0 22361/head
dependabot-preview[bot] [Mon, 24 Aug 2020 07:35:06 +0000 (07:35 +0000)]
Bump vue-material-design-icons from 4.8.0 to 4.9.0

Bumps [vue-material-design-icons](https://github.com/robcresswell/vue-material-design-icons) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/robcresswell/vue-material-design-icons/releases)
- [Changelog](https://github.com/robcresswell/vue-material-design-icons/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/robcresswell/vue-material-design-icons/compare/4.8.0...4.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #22364 from nextcloud/dependabot/npm_and_yarn/vuedraggable-2.24.1
Roeland Jago Douma [Mon, 24 Aug 2020 07:31:03 +0000 (09:31 +0200)]
Merge pull request #22364 from nextcloud/dependabot/npm_and_yarn/vuedraggable-2.24.1

Bump vuedraggable from 2.24.0 to 2.24.1

4 years agoMerge pull request #22365 from nextcloud/dependabot/npm_and_yarn/webpack-merge-5.1.2
Roeland Jago Douma [Mon, 24 Aug 2020 07:12:45 +0000 (09:12 +0200)]
Merge pull request #22365 from nextcloud/dependabot/npm_and_yarn/webpack-merge-5.1.2

Bump webpack-merge from 5.1.1 to 5.1.2

4 years agoMerge pull request #22360 from nextcloud/dependabot/npm_and_yarn/babel/core-7.11.4
Roeland Jago Douma [Mon, 24 Aug 2020 07:11:35 +0000 (09:11 +0200)]
Merge pull request #22360 from nextcloud/dependabot/npm_and_yarn/babel/core-7.11.4

Bump @babel/core from 7.11.1 to 7.11.4

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 24 Aug 2020 02:16:45 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoFix contrast issue in Files app menu 22376/head
Jan C. Borchardt [Sun, 23 Aug 2020 21:58:53 +0000 (23:58 +0200)]
Fix contrast issue in Files app menu

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoClarify wording to 'Leave this share', fix #18622
Jan C. Borchardt [Sun, 23 Aug 2020 21:58:38 +0000 (23:58 +0200)]
Clarify wording to 'Leave this share', fix #18622

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 23 Aug 2020 02:16:43 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoBump webpack-merge from 5.1.1 to 5.1.2 22365/head
dependabot-preview[bot] [Sat, 22 Aug 2020 07:08:47 +0000 (07:08 +0000)]
Bump webpack-merge from 5.1.1 to 5.1.2

Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/survivejs/webpack-merge/releases)
- [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.1.1...v5.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump vuedraggable from 2.24.0 to 2.24.1 22364/head
dependabot-preview[bot] [Sat, 22 Aug 2020 07:08:05 +0000 (07:08 +0000)]
Bump vuedraggable from 2.24.0 to 2.24.1

Bumps [vuedraggable](https://github.com/SortableJS/Vue.Draggable) from 2.24.0 to 2.24.1.
- [Release notes](https://github.com/SortableJS/Vue.Draggable/releases)
- [Commits](https://github.com/SortableJS/Vue.Draggable/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump p-queue from 6.6.0 to 6.6.1 22363/head
dependabot-preview[bot] [Sat, 22 Aug 2020 07:07:18 +0000 (07:07 +0000)]
Bump p-queue from 6.6.0 to 6.6.1

Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.6.0 to 6.6.1.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v6.6.0...v6.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump @babel/core from 7.11.1 to 7.11.4 22360/head
dependabot-preview[bot] [Sat, 22 Aug 2020 07:05:12 +0000 (07:05 +0000)]
Bump @babel/core from 7.11.1 to 7.11.4

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.1 to 7.11.4.
- [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.11.4/packages/babel-core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 22 Aug 2020 02:16:27 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoFix wording 'User status' to just 'Status'
Jan C. Borchardt [Fri, 21 Aug 2020 20:02:57 +0000 (22:02 +0200)]
Fix wording 'User status' to just 'Status'

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agofix checkbox order and icons
Julien Veyssier [Fri, 21 Aug 2020 15:05:10 +0000 (17:05 +0200)]
fix checkbox order and icons

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
4 years agofix event icon sizes and text alignment
Arthur Schiwon [Fri, 21 Aug 2020 14:19:38 +0000 (16:19 +0200)]
fix event icon sizes and text alignment

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoadd buttons in modal to toggle all statuses
Julien Veyssier [Fri, 21 Aug 2020 13:25:38 +0000 (15:25 +0200)]
add buttons in modal to toggle all statuses

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
4 years agonow able to toggle statuses
Julien Veyssier [Fri, 21 Aug 2020 12:58:12 +0000 (14:58 +0200)]
now able to toggle statuses

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
4 years agoMerge pull request #22317 from nextcloud/bugfix/noid/status_ellipsis
Georg Ehrke [Fri, 21 Aug 2020 12:52:11 +0000 (14:52 +0200)]
Merge pull request #22317 from nextcloud/bugfix/noid/status_ellipsis

Change color of displayname and ellipsis status message

4 years agoMerge pull request #22319 from nextcloud/enh/dashboard/attributions
Jan C. Borchardt [Fri, 21 Aug 2020 11:23:20 +0000 (13:23 +0200)]
Merge pull request #22319 from nextcloud/enh/dashboard/attributions

Add attributions for weather status in modal

4 years agoMerge pull request #22354 from nextcloud/bugfix/noid/fix-dark-theme-selector
Morris Jobke [Fri, 21 Aug 2020 11:20:11 +0000 (13:20 +0200)]
Merge pull request #22354 from nextcloud/bugfix/noid/fix-dark-theme-selector

Fix dark-theme selector

4 years agoMerge pull request #20772 from nextcloud/fix/sharee-integration-test
Morris Jobke [Fri, 21 Aug 2020 11:18:47 +0000 (13:18 +0200)]
Merge pull request #20772 from nextcloud/fix/sharee-integration-test

Properly search for users when limittogroups is enabled

4 years agoIn case the group backend returns $limit or more results it is expected to contain... 20772/head
Morris Jobke [Thu, 20 Aug 2020 16:24:09 +0000 (18:24 +0200)]
In case the group backend returns $limit or more results it is expected to contain more results

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoProperly search for users when limittogroups is enabled
Roeland Jago Douma [Fri, 1 May 2020 14:27:44 +0000 (16:27 +0200)]
Properly search for users when limittogroups is enabled

Searching just for the uid is not enough.
This makes sure this done properly again now.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoFix dark-theme selector 22354/head
Joas Schilling [Fri, 21 Aug 2020 09:42:50 +0000 (11:42 +0200)]
Fix dark-theme selector

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoChange color of displayname and ellipsis status message 22317/head
Georg Ehrke [Thu, 20 Aug 2020 07:48:17 +0000 (09:48 +0200)]
Change color of displayname and ellipsis status message

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoadd attributions and warning for external services in modal, sort statuses 22319/head
Julien Veyssier [Thu, 20 Aug 2020 08:08:30 +0000 (10:08 +0200)]
add attributions and warning for external services in modal, sort statuses

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
4 years agoMerge pull request #22188 from nextcloud/version/20.0.0-beta1 v20.0.0beta1
Roeland Jago Douma [Fri, 21 Aug 2020 07:50:54 +0000 (09:50 +0200)]
Merge pull request #22188 from nextcloud/version/20.0.0-beta1

20.0.0 Beta 1

4 years agoMerge pull request #22347 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
Morris Jobke [Fri, 21 Aug 2020 06:59:35 +0000 (08:59 +0200)]
Merge pull request #22347 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

4 years ago20.0.0 Beta 1 22188/head
Morris Jobke [Tue, 11 Aug 2020 09:31:13 +0000 (11:31 +0200)]
20.0.0 Beta 1

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #22346 from mjanssens/mjanssens-patch1
Roeland Jago Douma [Fri, 21 Aug 2020 06:40:02 +0000 (08:40 +0200)]
Merge pull request #22346 from mjanssens/mjanssens-patch1

l10n:Correct appid for WebAuthn

4 years agoUpdate psalm baseline 22347/head
Nextcloud-PR-Bot [Fri, 21 Aug 2020 04:21:23 +0000 (04:21 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 21 Aug 2020 02:16:43 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agol10n:Correct appid for WebAuthn 22346/head
Michiel Janssens [Thu, 20 Aug 2020 19:45:42 +0000 (21:45 +0200)]
l10n:Correct appid for WebAuthn

Signed-off-by: Michiel Janssens <michiel@nexigon.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #22340 from nextcloud/dashboard/design-polishing
Jan C. Borchardt [Thu, 20 Aug 2020 20:05:22 +0000 (22:05 +0200)]
Merge pull request #22340 from nextcloud/dashboard/design-polishing

Some more Dashboard design polishing

4 years agoMerge pull request #22345 from nextcloud/fix/noid/psalm-warnings
Morris Jobke [Thu, 20 Aug 2020 19:18:25 +0000 (21:18 +0200)]
Merge pull request #22345 from nextcloud/fix/noid/psalm-warnings

Fix psalm warnings

4 years agoFix psalm warnings 22345/head
Morris Jobke [Thu, 20 Aug 2020 19:12:15 +0000 (21:12 +0200)]
Fix psalm warnings

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoDashboard: Fix status bubbles open but unfocused background 22340/head
Jan C. Borchardt [Thu, 20 Aug 2020 16:45:38 +0000 (18:45 +0200)]
Dashboard: Fix status bubbles open but unfocused background

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #20891 from cuppett/cuppett/issue#19790
Roeland Jago Douma [Thu, 20 Aug 2020 18:28:05 +0000 (20:28 +0200)]
Merge pull request #20891 from cuppett/cuppett/issue#19790

Resolves #19790, Provides Support for IAM Credentials

4 years agoMerge pull request #22331 from nextcloud/bugfix/noid/dont-use-deprecated-inigetwrapper
Roeland Jago Douma [Thu, 20 Aug 2020 17:45:47 +0000 (19:45 +0200)]
Merge pull request #22331 from nextcloud/bugfix/noid/dont-use-deprecated-inigetwrapper

Don't use deprecated getIniWrapper() anymore

4 years agoMerge pull request #22342 from nextcloud/fix/noid/psalm-warnings
Morris Jobke [Thu, 20 Aug 2020 16:36:05 +0000 (18:36 +0200)]
Merge pull request #22342 from nextcloud/fix/noid/psalm-warnings

Fix psalm warnings

4 years agoDashboard: Suppress scrollbars inside widgets
Jan C. Borchardt [Thu, 20 Aug 2020 16:32:31 +0000 (18:32 +0200)]
Dashboard: Suppress scrollbars inside widgets

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoFix psalm warnings 22342/head
Morris Jobke [Thu, 20 Aug 2020 16:30:48 +0000 (18:30 +0200)]
Fix psalm warnings

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #22335 from nextcloud/fix/16017/remove_nc_encryption
Morris Jobke [Thu, 20 Aug 2020 16:27:11 +0000 (18:27 +0200)]
Merge pull request #22335 from nextcloud/fix/16017/remove_nc_encryption

Remove encryption option for nextcloud external storage

4 years agoDashboard: Fix text on background choices
Jan C. Borchardt [Thu, 20 Aug 2020 16:07:49 +0000 (18:07 +0200)]
Dashboard: Fix text on background choices

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoAdjust design of 'Get more widgets' button
Jan C. Borchardt [Thu, 20 Aug 2020 16:07:27 +0000 (18:07 +0200)]
Adjust design of 'Get more widgets' button

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoDashboard: Move panels to more semantically correct h2
Jan C. Borchardt [Thu, 20 Aug 2020 16:07:07 +0000 (18:07 +0200)]
Dashboard: Move panels to more semantically correct h2

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoMerge pull request #21529 from nextcloud/enh/encryption/improve_key_format
Morris Jobke [Thu, 20 Aug 2020 15:41:18 +0000 (17:41 +0200)]
Merge pull request #21529 from nextcloud/enh/encryption/improve_key_format

New SSE key format

4 years agoMerge pull request #22284 from nextcloud/feature/noid/status_dashboard
John Molakvoæ [Thu, 20 Aug 2020 15:06:10 +0000 (17:06 +0200)]
Merge pull request #22284 from nextcloud/feature/noid/status_dashboard

"Recent status changes" Dashboard

4 years agoMerge pull request #22327 from nextcloud/dashboard/design-details
Jan C. Borchardt [Thu, 20 Aug 2020 15:00:30 +0000 (17:00 +0200)]
Merge pull request #22327 from nextcloud/dashboard/design-details

Dashboard design details

4 years agoMerge pull request #22322 from nextcloud/bugfix/noid/only-copy-share-link-when-not...
John Molakvoæ [Thu, 20 Aug 2020 14:54:41 +0000 (16:54 +0200)]
Merge pull request #22322 from nextcloud/bugfix/noid/only-copy-share-link-when-not-forced-password

4 years agoRemove unneeded import 22331/head
Morris Jobke [Thu, 20 Aug 2020 14:53:34 +0000 (16:53 +0200)]
Remove unneeded import

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #20724 from nextcloud/remove-children-non-recursive
Morris Jobke [Thu, 20 Aug 2020 14:50:33 +0000 (16:50 +0200)]
Merge pull request #20724 from nextcloud/remove-children-non-recursive

Make Cache::removeChildren non recursive

4 years agoAccept psalm warning for now 20724/head
Morris Jobke [Thu, 20 Aug 2020 14:46:00 +0000 (16:46 +0200)]
Accept psalm warning for now

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoFix unit tests
Morris Jobke [Thu, 20 Aug 2020 14:35:14 +0000 (16:35 +0200)]
Fix unit tests

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoUse the DI container also for the Install command registration
Morris Jobke [Thu, 20 Aug 2020 12:31:16 +0000 (14:31 +0200)]
Use the DI container also for the Install command registration

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoDon't use deprecated getIniWrapper() anymore
Joas Schilling [Thu, 20 Aug 2020 12:08:18 +0000 (14:08 +0200)]
Don't use deprecated getIniWrapper() anymore

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoRemove encryption option for nextcloud external storage 22335/head
Roeland Jago Douma [Thu, 20 Aug 2020 14:28:03 +0000 (16:28 +0200)]
Remove encryption option for nextcloud external storage

Fixes #16017

Since it never worked we should not show it.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agofix: file quota was not applied in all cases 21894/head
korelstar [Fri, 17 Jul 2020 12:14:51 +0000 (14:14 +0200)]
fix: file quota was not applied in all cases

4 years agoMerge pull request #21797 from rawtaz/patch-1
Morris Jobke [Thu, 20 Aug 2020 14:08:51 +0000 (16:08 +0200)]
Merge pull request #21797 from rawtaz/patch-1

Include e-mail shares when transferring ownership

4 years agoMerge pull request #21734 from nextcloud/external-s3-no-touch
Morris Jobke [Thu, 20 Aug 2020 14:07:59 +0000 (16:07 +0200)]
Merge pull request #21734 from nextcloud/external-s3-no-touch

disable touch to update mtime for external s3 storage

4 years agobuild dashboard js 22327/head
Julien Veyssier [Thu, 20 Aug 2020 11:07:45 +0000 (13:07 +0200)]
build dashboard js

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
4 years agoDashboard: Ellipsize widget headings to one line
Jan C. Borchardt [Thu, 20 Aug 2020 10:38:42 +0000 (12:38 +0200)]
Dashboard: Ellipsize widget headings to one line

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoDashboard: No need to extend height of widgets if only one column is shown
Jan C. Borchardt [Thu, 20 Aug 2020 10:38:17 +0000 (12:38 +0200)]
Dashboard: No need to extend height of widgets if only one column is shown

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoResolves #19790, Provides Support for IAM Credentials 20891/head
Stephen Cuppett [Sat, 9 May 2020 14:22:56 +0000 (10:22 -0400)]
Resolves #19790, Provides Support for IAM Credentials

Includes support for either leveraging environment variables
passed to the PHP runtime or IAM instance profile present
on the host being used. The default and first choice is
still the parameter file as documented.

See also: https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_credentials_provider.html#chaining-providers

Signed-off-by: Stephen Cuppett <steve@cuppett.com>
4 years agoAdd Status Dashboard 22284/head
Georg Ehrke [Tue, 18 Aug 2020 08:54:46 +0000 (10:54 +0200)]
Add Status Dashboard

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoNew SSE key format 21529/head
Roeland Jago Douma [Mon, 22 Jun 2020 13:35:52 +0000 (15:35 +0200)]
New SSE key format

* Encrypt the keys with the instance secret
* Store them as json (so we can add other things if needed)

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMake Cache::removeChildren non recursive
Robin Appelman [Wed, 29 Apr 2020 14:07:51 +0000 (16:07 +0200)]
Make Cache::removeChildren non recursive

Currently the "add new files during scanning" call stack is smaller than
the "remove deleted files during scanning" call stack. This can lead to
the scanner adding folders in the folder tree that are to deep to be
removed.

This changes the `removeChildren` logic to be non recursive so there is
no limit to the depth of the folder tree during removal

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoOnly copy the link when updating a share or no password was forced 22322/head
Joas Schilling [Thu, 20 Aug 2020 10:03:46 +0000 (12:03 +0200)]
Only copy the link when updating a share or no password was forced

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #22307 from nextcloud/bugfix/noid/dashboard-background
John Molakvoæ [Thu, 20 Aug 2020 12:33:21 +0000 (14:33 +0200)]
Merge pull request #22307 from nextcloud/bugfix/noid/dashboard-background

4 years agoMerge pull request #22332 from nextcloud/fix/noid/psalm-warnings
Morris Jobke [Thu, 20 Aug 2020 12:32:52 +0000 (14:32 +0200)]
Merge pull request #22332 from nextcloud/fix/noid/psalm-warnings

Extend psalm baseline to ignore errors for now

4 years agoMerge pull request #13712 from nextcloud/bugfix/noid/do-not-load-all-routes
Morris Jobke [Thu, 20 Aug 2020 12:32:25 +0000 (14:32 +0200)]
Merge pull request #13712 from nextcloud/bugfix/noid/do-not-load-all-routes

Only load routes of the app which is requested

4 years agoExtend psalm baseline to ignore errors for now 22332/head
Morris Jobke [Thu, 20 Aug 2020 12:20:54 +0000 (14:20 +0200)]
Extend psalm baseline to ignore errors for now

One is a false positive - see https://github.com/vimeo/psalm/pull/4032

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #22321 from nextcloud/status/icons
Georg Ehrke [Thu, 20 Aug 2020 11:21:07 +0000 (13:21 +0200)]
Merge pull request #22321 from nextcloud/status/icons

User status: Update icons for better visibility

4 years agoRun psalm-baseline.xml update once a day
Morris Jobke [Thu, 20 Aug 2020 10:51:51 +0000 (12:51 +0200)]
Run psalm-baseline.xml update once a day

Signed-off-by: Morris Jobke <hey@morrisjobke.de>