]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 years agoBump 3rdparty from `9741497` to `5b2c4bd` 23616/head
dependabot-preview[bot] [Thu, 22 Oct 2020 01:15:18 +0000 (01:15 +0000)]
Bump 3rdparty from `9741497` to `5b2c4bd`

Bumps [3rdparty](https://github.com/nextcloud/3rdparty) from `9741497` to `5b2c4bd`.
- [Release notes](https://github.com/nextcloud/3rdparty/releases)
- [Commits](https://github.com/nextcloud/3rdparty/compare/974149755d9ab7ca1e7edf0f3fa63e6a6c01ac3f...5b2c4bd44fe8beddff3731516e53cc5ad9269c9b)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoMerge pull request #23606 from nextcloud/bugfix/22913/only-use-index-when-it-exists
Morris Jobke [Wed, 21 Oct 2020 18:43:52 +0000 (20:43 +0200)]
Merge pull request #23606 from nextcloud/bugfix/22913/only-use-index-when-it-exists

Only use index of mount point when it is there

3 years agoOnly use index of mount point when it is there 23606/head
Joas Schilling [Wed, 21 Oct 2020 11:37:56 +0000 (13:37 +0200)]
Only use index of mount point when it is there

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoMerge pull request #23599 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
Roeland Jago Douma [Wed, 21 Oct 2020 06:51:07 +0000 (08:51 +0200)]
Merge pull request #23599 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

3 years agoUpdate psalm baseline 23599/head
Nextcloud-PR-Bot [Wed, 21 Oct 2020 04:30:21 +0000 (04:30 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 21 Oct 2020 02:18:44 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #23173 from nextcloud/feat/comments-sidebar-vue
John Molakvoæ [Tue, 20 Oct 2020 18:46:21 +0000 (20:46 +0200)]
Merge pull request #23173 from nextcloud/feat/comments-sidebar-vue

3 years agoMerge pull request #23417 from nextcloud/techdebt/noid/psr-logger-for-accounts
Christoph Wurst [Tue, 20 Oct 2020 18:25:42 +0000 (20:25 +0200)]
Merge pull request #23417 from nextcloud/techdebt/noid/psr-logger-for-accounts

PSR logger for accounts

3 years agoBump @nextcloud/vue to 3.0.0 23173/head
John Molakvoæ (skjnldsv) [Tue, 20 Oct 2020 12:24:01 +0000 (14:24 +0200)]
Bump @nextcloud/vue to 3.0.0

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
3 years agoUse auto-wiring on most outer level 23417/head
Joas Schilling [Tue, 20 Oct 2020 15:43:50 +0000 (17:43 +0200)]
Use auto-wiring on most outer level

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoPSR logger for accounts
Joas Schilling [Tue, 13 Oct 2020 14:33:53 +0000 (16:33 +0200)]
PSR logger for accounts

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoMerge pull request #23581 from nextcloud/fix/theming-tests
Morris Jobke [Tue, 20 Oct 2020 12:49:20 +0000 (14:49 +0200)]
Merge pull request #23581 from nextcloud/fix/theming-tests

Fix theming manifest tests

3 years agoAdd ICommentsManager::load method
John Molakvoæ (skjnldsv) [Mon, 19 Oct 2020 07:49:04 +0000 (09:49 +0200)]
Add ICommentsManager::load method

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoCleanup old comments tab
John Molakvoæ (skjnldsv) [Fri, 16 Oct 2020 20:50:01 +0000 (22:50 +0200)]
Cleanup old comments tab

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoInit vue comments tab
John Molakvoæ (skjnldsv) [Sun, 4 Oct 2020 13:33:17 +0000 (15:33 +0200)]
Init vue comments tab

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoMerge pull request #23305 from nextcloud/bugfix/noid/change-status-ux-fixes
Roeland Jago Douma [Tue, 20 Oct 2020 11:20:35 +0000 (13:20 +0200)]
Merge pull request #23305 from nextcloud/bugfix/noid/change-status-ux-fixes

UX improvements change status dialog

3 years agoUX improvements change status dialog 23305/head
Vincent Petry [Fri, 9 Oct 2020 09:50:54 +0000 (11:50 +0200)]
UX improvements change status dialog

Focus on the custom message field after picking an emoji.
Hitting the enter key while in the custom message field now triggers
saving.
Disable save buttons while saving is in progress.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoFix status clearing with initial empty value
Vincent Petry [Tue, 13 Oct 2020 10:01:20 +0000 (12:01 +0200)]
Fix status clearing with initial empty value

When selecting an emoji but not specifying a message, the internal
message value was null which caused a server validation error on
sending.

This fixes the SetStatusModal to always work with an empty string
upfront, as this is the value the field would have if edited and cleared
manually.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoMerge pull request #23580 from nextcloud/feat/share-mail-expire
John Molakvoæ [Tue, 20 Oct 2020 09:33:17 +0000 (11:33 +0200)]
Merge pull request #23580 from nextcloud/feat/share-mail-expire

Also expire share type email

3 years agoFix theming manifest tests 23581/head
John Molakvoæ (skjnldsv) [Tue, 20 Oct 2020 09:03:24 +0000 (11:03 +0200)]
Fix theming manifest tests

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoAlso expire share type email 23580/head
John Molakvoæ (skjnldsv) [Tue, 20 Oct 2020 08:20:26 +0000 (10:20 +0200)]
Also expire share type email

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoMerge pull request #23576 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
Roeland Jago Douma [Tue, 20 Oct 2020 07:27:56 +0000 (09:27 +0200)]
Merge pull request #23576 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

3 years agoMerge pull request #23374 from nextcloud/bugfix/noid/app-fetch-retry
Roeland Jago Douma [Tue, 20 Oct 2020 07:21:51 +0000 (09:21 +0200)]
Merge pull request #23374 from nextcloud/bugfix/noid/app-fetch-retry

Only retry fetching app store data once every 5 minutes in case it fails

3 years agoUpdate psalm baseline 23576/head
Nextcloud-PR-Bot [Tue, 20 Oct 2020 04:29:45 +0000 (04:29 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 20 Oct 2020 02:18:38 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #23520 from nhirokinet/patch-1
John Molakvoæ [Mon, 19 Oct 2020 17:00:37 +0000 (19:00 +0200)]
Merge pull request #23520 from nhirokinet/patch-1

manifest to report correct favicon size

4 years agoMerge pull request #23566 from nextcloud/fix/noid/groupsbymember-apply-group-filter...
blizzz [Mon, 19 Oct 2020 13:34:52 +0000 (15:34 +0200)]
Merge pull request #23566 from nextcloud/fix/noid/groupsbymember-apply-group-filter-early-if-possible

LDAP: when nesting is not enabled, the group filter can be applied right away

4 years agoMerge pull request #23415 from nextcloud/bugfix/23304/some-emojis-are-in-general...
Roeland Jago Douma [Mon, 19 Oct 2020 13:05:34 +0000 (15:05 +0200)]
Merge pull request #23415 from nextcloud/bugfix/23304/some-emojis-are-in-general-other-types

Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES

4 years agoMerge pull request #22954 from nextcloud/dependabot/npm_and_yarn/v-click-outside...
dependabot-preview[bot] [Mon, 19 Oct 2020 11:58:30 +0000 (11:58 +0000)]
Merge pull request #22954 from nextcloud/dependabot/npm_and_yarn/v-click-outside-3.1.2

4 years agotame psalm. why does it ignore '@property'? 23566/head
Arthur Schiwon [Mon, 19 Oct 2020 11:27:58 +0000 (13:27 +0200)]
tame psalm. why does it ignore '@property'?

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agowhen nesting is not enabled, the group filter can be applied right away
Arthur Schiwon [Mon, 19 Oct 2020 11:17:06 +0000 (13:17 +0200)]
when nesting is not enabled, the group filter can be applied right away

- helps performance, but skipping unnecessary entries
- reduces reoccuring info-level log output against groups that do not
  qualify ("no or empty name")

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #23497 from nextcloud/bugfix/noid/caldav-timerange-array
Joas Schilling [Mon, 19 Oct 2020 10:54:14 +0000 (12:54 +0200)]
Merge pull request #23497 from nextcloud/bugfix/noid/caldav-timerange-array

CalDavBackend: check if timerange is array before accessing

4 years agoBump v-click-outside from 3.1.1 to 3.1.2 22954/head
dependabot-preview[bot] [Mon, 19 Oct 2020 10:25:53 +0000 (10:25 +0000)]
Bump v-click-outside from 3.1.1 to 3.1.2

Bumps [v-click-outside](https://github.com/ndelvalle/v-click-outside) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/ndelvalle/v-click-outside/releases)
- [Commits](https://github.com/ndelvalle/v-click-outside/compare/v3.1.1...v3.1.2)

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 #23551 from nextcloud/dependabot/npm_and_yarn/various
Roeland Jago Douma [Mon, 19 Oct 2020 09:20:12 +0000 (11:20 +0200)]
Merge pull request #23551 from nextcloud/dependabot/npm_and_yarn/various

Dependabot various

4 years agoMerge pull request #23554 from nextcloud/ca/noid/update-bunlded-ca
Roeland Jago Douma [Mon, 19 Oct 2020 08:58:12 +0000 (10:58 +0200)]
Merge pull request #23554 from nextcloud/ca/noid/update-bunlded-ca

Update CA bundle to october version

4 years agoUpdate CA bundle to october version 23554/head
Morris Jobke [Mon, 19 Oct 2020 08:30:41 +0000 (10:30 +0200)]
Update CA bundle to october version

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoBump file-loader from 6.1.0 to 6.1.1 23551/head
dependabot-preview[bot] [Sat, 17 Oct 2020 01:17:16 +0000 (01:17 +0000)]
Bump file-loader from 6.1.0 to 6.1.1

Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases)
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v6.1.0...v6.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoBump @babel/plugin-proposal-class-properties from 7.10.4 to 7.12.1
dependabot-preview[bot] [Sat, 17 Oct 2020 01:19:28 +0000 (01:19 +0000)]
Bump @babel/plugin-proposal-class-properties from 7.10.4 to 7.12.1

Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties) from 7.10.4 to 7.12.1.
- [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.1/packages/babel-plugin-proposal-class-properties)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump @nextcloud/eslint-plugin from 1.4.0 to 1.5.0
dependabot-preview[bot] [Sat, 17 Oct 2020 01:17:52 +0000 (01:17 +0000)]
Bump @nextcloud/eslint-plugin from 1.4.0 to 1.5.0

Bumps [@nextcloud/eslint-plugin](https://github.com/nextcloud/eslint-plugin) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/nextcloud/eslint-plugin/releases)
- [Changelog](https://github.com/nextcloud/eslint-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/eslint-plugin/compare/v1.4.0...v1.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump url-loader from 4.1.0 to 4.1.1
dependabot-preview[bot] [Sat, 17 Oct 2020 01:20:00 +0000 (01:20 +0000)]
Bump url-loader from 4.1.0 to 4.1.1

Bumps [url-loader](https://github.com/webpack-contrib/url-loader) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/webpack-contrib/url-loader/releases)
- [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/url-loader/compare/v4.1.0...v4.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump vuedraggable from 2.24.1 to 2.24.2
dependabot-preview[bot] [Sat, 17 Oct 2020 01:20:38 +0000 (01:20 +0000)]
Bump vuedraggable from 2.24.1 to 2.24.2

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump @nextcloud/initial-state from 1.1.2 to 1.2.0
dependabot-preview[bot] [Sat, 17 Oct 2020 01:21:20 +0000 (01:21 +0000)]
Bump @nextcloud/initial-state from 1.1.2 to 1.2.0

Bumps [@nextcloud/initial-state](https://github.com/nextcloud/nextcloud-initial-state) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/nextcloud/nextcloud-initial-state/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-initial-state/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-initial-state/compare/v1.1.2...v1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump vue-router from 3.4.5 to 3.4.7
dependabot-preview[bot] [Sat, 17 Oct 2020 01:16:38 +0000 (01:16 +0000)]
Bump vue-router from 3.4.5 to 3.4.7

Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.4.5 to 3.4.7.
- [Release notes](https://github.com/vuejs/vue-router/releases)
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-router/compare/v3.4.5...v3.4.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 19 Oct 2020 02:17:57 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 18 Oct 2020 02:17:43 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoFix sidebar legacy fileinfo
John Molakvoæ (skjnldsv) [Sat, 17 Oct 2020 13:55:14 +0000 (15:55 +0200)]
Fix sidebar legacy fileinfo

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 17 Oct 2020 02:18:48 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agomanifest to report correct favicon size 23520/head
nhirokinet [Fri, 16 Oct 2020 14:59:43 +0000 (23:59 +0900)]
manifest to report correct favicon size

In the environment where php-imagick with SVG support is correctly installed, this endpoint returns 512x512 image.
https://github.com/nextcloud/server/blob/d9015a8c94bfd71fe484618a06d276701d3bf9ff/apps/theming/lib/Controller/IconController.php#L146

The problem is in the environment without php-imagick or without SVG support, this will fall back to original, whose default is 128x128; but I thought this is a separate problem. (For this, default image may be enlarged. Should I create another issue if this is important one?)

Signed-off-by: nhirokinet <nhirokinet@nhiroki.net>
4 years agoMerge pull request #23508 from nextcloud/fix/23355/iuser-expected-null-given
Morris Jobke [Fri, 16 Oct 2020 12:57:54 +0000 (14:57 +0200)]
Merge pull request #23508 from nextcloud/fix/23355/iuser-expected-null-given

fixes potential passing of null to getUserGroupIds

4 years agoMerge pull request #23478 from nextcloud/fix/21059/fix-deadlock-in-scsscacher
Morris Jobke [Fri, 16 Oct 2020 12:56:43 +0000 (14:56 +0200)]
Merge pull request #23478 from nextcloud/fix/21059/fix-deadlock-in-scsscacher

Clear cached app config while waiting for the SCSSCache lock to return

4 years agoOnly retry fetching app store data once every 5 minutes in case it fails 23374/head
Julius Härtl [Wed, 14 Oct 2020 14:58:52 +0000 (16:58 +0200)]
Only retry fetching app store data once every 5 minutes in case it fails

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoClear cached app config while waiting for the SCSSCache to finish processing the... 23478/head
Morris Jobke [Thu, 15 Oct 2020 13:59:21 +0000 (15:59 +0200)]
Clear cached app config while waiting for the SCSSCache to finish processing the file

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #23488 from nextcloud/fix/noid/no-lock-removal-scss-cacher
Morris Jobke [Fri, 16 Oct 2020 11:25:23 +0000 (13:25 +0200)]
Merge pull request #23488 from nextcloud/fix/noid/no-lock-removal-scss-cacher

SCSSCacher - Lock should not be removed

4 years agofixes potential passing of null to getUserGroupIds 23508/head
Arthur Schiwon [Fri, 16 Oct 2020 10:29:35 +0000 (12:29 +0200)]
fixes potential passing of null to getUserGroupIds

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #23348 from nohn/gh20679
Julius Härtl [Fri, 16 Oct 2020 09:57:43 +0000 (11:57 +0200)]
Merge pull request #23348 from nohn/gh20679

Fix #20679 - be more alert about 2FA consequences

4 years agoSCSSCacher - Lock should not be removed 23488/head
Morris Jobke [Thu, 15 Oct 2020 21:48:26 +0000 (23:48 +0200)]
SCSSCacher - Lock should not be removed

This is within the failed lock acquiring branch. So the lock is free by another process and should not be removed because the cached file (that was created by the process having the lock) appeared on the filesystem.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #23490 from nextcloud/debug/noid/log-statements-for-scss-locking
Morris Jobke [Fri, 16 Oct 2020 07:48:09 +0000 (09:48 +0200)]
Merge pull request #23490 from nextcloud/debug/noid/log-statements-for-scss-locking

Provide log statements for SCSS cache

4 years agoMerge pull request #23494 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
Morris Jobke [Fri, 16 Oct 2020 07:26:56 +0000 (09:26 +0200)]
Merge pull request #23494 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

4 years agoMerge pull request #23492 from nextcloud/tests/22305/unreliable-SharedMountTest
Christoph Wurst [Fri, 16 Oct 2020 06:39:06 +0000 (08:39 +0200)]
Merge pull request #23492 from nextcloud/tests/22305/unreliable-SharedMountTest

SharedMountTest.php:367 is unreliable

4 years agoMerge pull request #23495 from nextcloud/dependabot/composer/vimeo/psalm-3.17.2
dependabot-preview[bot] [Fri, 16 Oct 2020 05:54:18 +0000 (05:54 +0000)]
Merge pull request #23495 from nextcloud/dependabot/composer/vimeo/psalm-3.17.2

4 years agoCalDavBackend: check if timerange is array before accessing 23497/head
Simon Spannagel [Fri, 16 Oct 2020 05:47:29 +0000 (07:47 +0200)]
CalDavBackend: check if timerange is array before accessing

Signed-off-by: Simon Spannagel <simonspa@kth.se>
4 years agoBump vimeo/psalm from 3.17.1 to 3.17.2 23495/head
dependabot-preview[bot] [Fri, 16 Oct 2020 05:13:31 +0000 (05:13 +0000)]
Bump vimeo/psalm from 3.17.1 to 3.17.2

Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 3.17.1 to 3.17.2.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/3.17.1...3.17.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoUpdate psalm baseline 23494/head
Nextcloud-PR-Bot [Fri, 16 Oct 2020 04:28:48 +0000 (04:28 +0000)]
Update psalm baseline

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

4 years agoSharedMountTest.php:367 is unreliable 23492/head
Morris Jobke [Thu, 15 Oct 2020 22:36:23 +0000 (00:36 +0200)]
SharedMountTest.php:367 is unreliable

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #23479 from nextcloud/techdebt/noid/typed-migration-template
Morris Jobke [Thu, 15 Oct 2020 22:33:50 +0000 (00:33 +0200)]
Merge pull request #23479 from nextcloud/techdebt/noid/typed-migration-template

Make the migration template typed

4 years agoMerge pull request #23481 from nextcloud/enhancement/psalm-typed-event-dispatcher
Morris Jobke [Thu, 15 Oct 2020 22:32:04 +0000 (00:32 +0200)]
Merge pull request #23481 from nextcloud/enhancement/psalm-typed-event-dispatcher

Add psalm types for the event dispatcher

4 years agoProvide log statements for SCSS cache 23490/head
Morris Jobke [Thu, 15 Oct 2020 15:13:35 +0000 (17:13 +0200)]
Provide log statements for SCSS cache

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #15999 from gary-kim/bugfix/15954/set-favicon-ico
John Molakvoæ [Thu, 15 Oct 2020 15:09:29 +0000 (17:09 +0200)]
Merge pull request #15999 from gary-kim/bugfix/15954/set-favicon-ico

4 years agoType the authentication listeners 23481/head
Christoph Wurst [Thu, 15 Oct 2020 14:43:21 +0000 (16:43 +0200)]
Type the authentication listeners

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoAdd psalm types for the event dispatcher
Christoph Wurst [Thu, 15 Oct 2020 14:23:26 +0000 (16:23 +0200)]
Add psalm types for the event dispatcher

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMake the migration template typed 23479/head
Joas Schilling [Thu, 15 Oct 2020 14:08:50 +0000 (16:08 +0200)]
Make the migration template typed

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #23464 from nextcloud/enhancement/psalm-typed-migration-schema...
Morris Jobke [Thu, 15 Oct 2020 11:21:44 +0000 (13:21 +0200)]
Merge pull request #23464 from nextcloud/enhancement/psalm-typed-migration-schema-closure

Add psalm types for the migration schema closure

4 years agoAdd psalm types for the migration schema closure 23464/head
Christoph Wurst [Thu, 15 Oct 2020 08:58:51 +0000 (10:58 +0200)]
Add psalm types for the migration schema closure

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #23448 from nextcloud/fix/sidebar-standalone
John Molakvoæ [Thu, 15 Oct 2020 05:46:17 +0000 (07:46 +0200)]
Merge pull request #23448 from nextcloud/fix/sidebar-standalone

Fix app sidebar mountpoint

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 15 Oct 2020 02:18:25 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoAllow setting favicon with a .ico file 15999/head
Gary Kim [Tue, 18 Jun 2019 20:22:56 +0000 (04:22 +0800)]
Allow setting favicon with a .ico file

Signed-off-by: Gary Kim <gary@garykim.dev>
4 years agoMerge pull request #23097 from nextcloud/bugfix/noid/trashbin-query-versions
Morris Jobke [Wed, 14 Oct 2020 20:50:02 +0000 (22:50 +0200)]
Merge pull request #23097 from nextcloud/bugfix/noid/trashbin-query-versions

Restrict query when searching for versions of trashbin files

4 years agoFix app sidebar mountpoint 23448/head
John Molakvoæ (skjnldsv) [Wed, 14 Oct 2020 16:03:17 +0000 (18:03 +0200)]
Fix app sidebar mountpoint

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #23377 from nextcloud/enhancement/psalm-annotate-icontainer
Morris Jobke [Wed, 14 Oct 2020 15:04:37 +0000 (17:04 +0200)]
Merge pull request #23377 from nextcloud/enhancement/psalm-annotate-icontainer

Annotate IContainer so Psalm knows what resove and query return

4 years agoMerge pull request #23436 from nextcloud/fix/23158/remove-posix_getpwuid
Morris Jobke [Wed, 14 Oct 2020 14:48:50 +0000 (16:48 +0200)]
Merge pull request #23436 from nextcloud/fix/23158/remove-posix_getpwuid

Remove posix_getpwuid and compare only userid

4 years agoRestrict query when searching for versions of trashbin files 23097/head
Julius Härtl [Tue, 29 Sep 2020 15:02:53 +0000 (17:02 +0200)]
Restrict query when searching for versions of trashbin files

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoFix type errors detected by Psalm 23377/head
Christoph Wurst [Wed, 14 Oct 2020 11:00:20 +0000 (13:00 +0200)]
Fix type errors detected by Psalm

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoAnnotate IContainer so Psalm knows what resove and query return
Christoph Wurst [Mon, 12 Oct 2020 11:15:40 +0000 (13:15 +0200)]
Annotate IContainer so Psalm knows what resove and query return

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #23434 from nextcloud/dependachristoph/composer/vimeo-psalm-3...
Morris Jobke [Wed, 14 Oct 2020 10:28:01 +0000 (12:28 +0200)]
Merge pull request #23434 from nextcloud/dependachristoph/composer/vimeo-psalm-3.17.1

Bump vimeo/psalm from 3.15 to 3.17.1

4 years agoBump vimeo/psalm from 3.15 to 3.17.1 23434/head
Christoph Wurst [Wed, 14 Oct 2020 09:47:54 +0000 (11:47 +0200)]
Bump vimeo/psalm from 3.15 to 3.17.1

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 14 Oct 2020 02:18:46 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #23155 from nextcloud/dependabot/npm_and_yarn/dompurify-2.1.1
dependabot-preview[bot] [Tue, 13 Oct 2020 23:49:41 +0000 (23:49 +0000)]
Merge pull request #23155 from nextcloud/dependabot/npm_and_yarn/dompurify-2.1.1

4 years agoBump dompurify from 2.0.15 to 2.1.1 23155/head
dependabot-preview[bot] [Tue, 13 Oct 2020 19:47:49 +0000 (19:47 +0000)]
Bump dompurify from 2.0.15 to 2.1.1

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.15 to 2.1.1.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.0.15...2.1.1)

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 #23401 from nextcloud/techdebt/psalm-no-global
Morris Jobke [Tue, 13 Oct 2020 21:34:17 +0000 (23:34 +0200)]
Merge pull request #23401 from nextcloud/techdebt/psalm-no-global

Use own psalm instead of a global one

4 years agoDo not fail on changes to baseline.xml 23401/head
Morris Jobke [Tue, 13 Oct 2020 19:55:37 +0000 (21:55 +0200)]
Do not fail on changes to baseline.xml

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 13 Oct 2020 19:33:40 +0000 (19:33 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #23286 from nextcloud/design/deleted-sorting
Morris Jobke [Tue, 13 Oct 2020 17:42:13 +0000 (19:42 +0200)]
Merge pull request #23286 from nextcloud/design/deleted-sorting

Sort deleted files by most recently deleted first

4 years agoMerge pull request #23021 from nextcloud/notify-saved-login-auth
blizzz [Tue, 13 Oct 2020 17:39:31 +0000 (19:39 +0200)]
Merge pull request #23021 from nextcloud/notify-saved-login-auth

allow using saved login credentials for notify

4 years agoUse own psalm instead of a global one
Christoph Wurst [Tue, 13 Oct 2020 06:20:10 +0000 (08:20 +0200)]
Use own psalm instead of a global one

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #23409 from nextcloud/fix/cache-entry-array-access
Morris Jobke [Tue, 13 Oct 2020 15:54:21 +0000 (17:54 +0200)]
Merge pull request #23409 from nextcloud/fix/cache-entry-array-access

The file cache entry is array accessible

4 years agoMerge pull request #23410 from nextcloud/fix/encryption-decrypt-position-type
Morris Jobke [Tue, 13 Oct 2020 15:50:31 +0000 (17:50 +0200)]
Merge pull request #23410 from nextcloud/fix/encryption-decrypt-position-type

The encryption decrypt position can be int or string

4 years agoMerge pull request #23398 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
Morris Jobke [Tue, 13 Oct 2020 15:38:28 +0000 (17:38 +0200)]
Merge pull request #23398 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

4 years agoMerge pull request #23295 from nextcloud/fix/versions-no-space-no-versions-undefined...
Morris Jobke [Tue, 13 Oct 2020 15:35:35 +0000 (17:35 +0200)]
Merge pull request #23295 from nextcloud/fix/versions-no-space-no-versions-undefined-index

Fix undefined index and consequential damages in versions code

4 years agoMerge pull request #23402 from nextcloud/bugfix/noid/encode-logout
Morris Jobke [Tue, 13 Oct 2020 15:32:24 +0000 (17:32 +0200)]
Merge pull request #23402 from nextcloud/bugfix/noid/encode-logout

Encode requesttoken for logout url in auto logout