]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years ago🤖 Rebuild 34650/head
Joas Schilling [Tue, 18 Oct 2022 09:18:32 +0000 (11:18 +0200)]
🤖 Rebuild

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago🧭 Fix rebuilding the navigation
Joas Schilling [Tue, 18 Oct 2022 09:17:52 +0000 (11:17 +0200)]
🧭 Fix rebuilding the navigation

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #34614 from nextcloud/bugfix/34441/fix-search-in-regexp
Simon L [Tue, 18 Oct 2022 17:44:51 +0000 (19:44 +0200)]
Merge pull request #34614 from nextcloud/bugfix/34441/fix-search-in-regexp

Fix regexp for unified searching in apps

2 years agoMerge pull request #34632 from nextcloud/fix/rate-limit-recovery-emails
Côme Chilliet [Tue, 18 Oct 2022 15:29:17 +0000 (17:29 +0200)]
Merge pull request #34632 from nextcloud/fix/rate-limit-recovery-emails

Add rate limiting on lost password emails

2 years agoMerge pull request #34625 from nextcloud/fix/filepicker-endtoend
Carl Schwan [Tue, 18 Oct 2022 14:59:57 +0000 (16:59 +0200)]
Merge pull request #34625 from nextcloud/fix/filepicker-endtoend

Fix icon of encrypted folders in filepicker

2 years agoFix LostController test 34632/head
Côme Chilliet [Tue, 18 Oct 2022 13:18:40 +0000 (15:18 +0200)]
Fix LostController test

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAdd rate limiting on lost password emails
Côme Chilliet [Mon, 17 Oct 2022 12:36:24 +0000 (14:36 +0200)]
Add rate limiting on lost password emails

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #34628 from nextcloud/fix/files_sharing_psalm
Carl Schwan [Tue, 18 Oct 2022 12:44:28 +0000 (14:44 +0200)]
Merge pull request #34628 from nextcloud/fix/files_sharing_psalm

Various psalm fixes in files_sharing

2 years agoMerge pull request #34554 from nextcloud/fix/psalm-twofactor-registry
Carl Schwan [Tue, 18 Oct 2022 12:42:43 +0000 (14:42 +0200)]
Merge pull request #34554 from nextcloud/fix/psalm-twofactor-registry

Fix wrong types in phpdoc for twofactor registry

2 years agoFix the type of the return array in a few more places 34554/head
Carl Schwan [Tue, 18 Oct 2022 11:22:50 +0000 (13:22 +0200)]
Fix the type of the return array in a few more places

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #34379 from nextcloud/fix/transactional-session-token-renewal
Christoph Wurst [Tue, 18 Oct 2022 09:19:33 +0000 (11:19 +0200)]
Merge pull request #34379 from nextcloud/fix/transactional-session-token-renewal

Run session token renewals in a database transaction

2 years agoMerge pull request #34636 from nextcloud/fix/user-status-dislexia
Simon L [Tue, 18 Oct 2022 09:01:36 +0000 (11:01 +0200)]
Merge pull request #34636 from nextcloud/fix/user-status-dislexia

Fix vertical alignment of user status icon

2 years agoMerge pull request #34620 from nextcloud/fix/cleanup-theming-cache
blizzz [Tue, 18 Oct 2022 08:24:53 +0000 (10:24 +0200)]
Merge pull request #34620 from nextcloud/fix/cleanup-theming-cache

Add a repair step to cleanup old theming cache

2 years agoMerge pull request #34634 from nextcloud/fix/focus-file-selection
Carl Schwan [Tue, 18 Oct 2022 08:21:21 +0000 (10:21 +0200)]
Merge pull request #34634 from nextcloud/fix/focus-file-selection

Fix unnecessary highlighting of selected element

2 years agoMerge pull request #34609 from nextcloud/enh/noid/always-enable-theming
blizzz [Tue, 18 Oct 2022 08:13:56 +0000 (10:13 +0200)]
Merge pull request #34609 from nextcloud/enh/noid/always-enable-theming

set theming app to alwaysEnabled

2 years agoMake css rule important 34636/head
Carl Schwan [Mon, 17 Oct 2022 21:40:24 +0000 (23:40 +0200)]
Make css rule important

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoRun session token renewals in a database transaction 34379/head
Christoph Wurst [Sun, 2 Oct 2022 12:11:41 +0000 (14:11 +0200)]
Run session token renewals in a database transaction

The session token renewal does
1) Read the old token
2) Write a new token
3) Delete the old token

If two processes succeed to read the old token there can be two new tokens because
the queries were not run in a transaction. This is particularly problematic on
clustered DBs where 1) would go to a read node and 2) and 3) go to a write node.

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoAdd a repair step to cleanup old theming cache 34620/head
Christopher Ng [Sat, 15 Oct 2022 02:21:58 +0000 (02:21 +0000)]
Add a repair step to cleanup old theming cache

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #34643 from nextcloud/dependabot/npm_and_yarn/exports-loader-4.0.0
Pytal [Mon, 17 Oct 2022 23:42:53 +0000 (16:42 -0700)]
Merge pull request #34643 from nextcloud/dependabot/npm_and_yarn/exports-loader-4.0.0

2 years agoBump exports-loader from 3.1.0 to 4.0.0 34643/head
dependabot[bot] [Mon, 17 Oct 2022 22:30:59 +0000 (22:30 +0000)]
Bump exports-loader from 3.1.0 to 4.0.0

Bumps [exports-loader](https://github.com/webpack-contrib/exports-loader) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/exports-loader/releases)
- [Changelog](https://github.com/webpack-contrib/exports-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/exports-loader/compare/v3.1.0...v4.0.0)

---
updated-dependencies:
- dependency-name: exports-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #33725 from nextcloud/dependabot/npm_and_yarn/webdav-4.11.0
Louis [Mon, 17 Oct 2022 22:29:46 +0000 (00:29 +0200)]
Merge pull request #33725 from nextcloud/dependabot/npm_and_yarn/webdav-4.11.0

Bump webdav from 4.8.0 to 4.11.0

2 years agoBump webdav from 4.8.0 to 4.11.0 33725/head
dependabot[bot] [Mon, 17 Oct 2022 15:29:42 +0000 (15:29 +0000)]
Bump webdav from 4.8.0 to 4.11.0

Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 4.8.0 to 4.11.0.
- [Release notes](https://github.com/perry-mitchell/webdav-client/releases)
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v4.8.0...v4.11.0)

---
updated-dependencies:
- dependency-name: webdav
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #34631 from nextcloud/chore/no-automatic-dependabot-rebase
John Molakvoæ [Mon, 17 Oct 2022 18:17:12 +0000 (20:17 +0200)]
Merge pull request #34631 from nextcloud/chore/no-automatic-dependabot-rebase

2 years agoset theming app to alwaysEnabled 34609/head
szaimen [Fri, 14 Oct 2022 13:25:02 +0000 (15:25 +0200)]
set theming app to alwaysEnabled

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years agoMerge pull request #34622 from nextcloud/dependabot/npm_and_yarn/jquery-ui-dist-1...
Louis [Mon, 17 Oct 2022 15:27:41 +0000 (17:27 +0200)]
Merge pull request #34622 from nextcloud/dependabot/npm_and_yarn/jquery-ui-dist-1.13.2

Bump jquery-ui-dist from 1.13.1 to 1.13.2

2 years agoFix vertical alignment of user status icon
Carl Schwan [Mon, 17 Oct 2022 14:08:27 +0000 (16:08 +0200)]
Fix vertical alignment of user status icon

Now it is properly centered even if the font size is bigger (when using
the dislexia font)

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #31499 from nextcloud/bugfix/empty-secret
Carl Schwan [Mon, 17 Oct 2022 14:02:58 +0000 (16:02 +0200)]
Merge pull request #31499 from nextcloud/bugfix/empty-secret

Add fallback routines for empty secret cases

2 years agoFix unnecessary highlighting of selected element 34634/head
Carl Schwan [Mon, 17 Oct 2022 13:29:02 +0000 (15:29 +0200)]
Fix unnecessary highlighting of selected element

Use focus-visible to only show focus ring on keyboard navigation

Fix #34589

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #34563 from nextcloud/debt/noid/carddav-too-many-arguments
Christoph Wurst [Mon, 17 Oct 2022 11:26:57 +0000 (13:26 +0200)]
Merge pull request #34563 from nextcloud/debt/noid/carddav-too-many-arguments

Fix TooManyArguments warning for carddav.php

2 years agoMerge pull request #34565 from nextcloud/debt/noid/fakelocker-too-many-arguments
Christoph Wurst [Mon, 17 Oct 2022 11:26:32 +0000 (13:26 +0200)]
Merge pull request #34565 from nextcloud/debt/noid/fakelocker-too-many-arguments

Fix TooManyArguments for FakeLockerPlugin

2 years agoDisable automatic Dependabot rebases 34631/head
Christoph Wurst [Mon, 17 Oct 2022 11:18:26 +0000 (13:18 +0200)]
Disable automatic Dependabot rebases

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoFix various other small psalm issues 34628/head
Carl Schwan [Mon, 17 Oct 2022 10:40:35 +0000 (12:40 +0200)]
Fix various other small psalm issues

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoFix incorrect argument name in inherited method
Carl Schwan [Mon, 17 Oct 2022 10:38:49 +0000 (12:38 +0200)]
Fix incorrect argument name in inherited method

The arguments now need to be the same as in the parent method

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoFix checkpassword undocummented null parameter
Carl Schwan [Mon, 17 Oct 2022 10:38:21 +0000 (12:38 +0200)]
Fix checkpassword undocummented null parameter

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoFix permission not being int
Carl Schwan [Mon, 17 Oct 2022 10:37:46 +0000 (12:37 +0200)]
Fix permission not being int

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoFix exception getCode type
Carl Schwan [Mon, 17 Oct 2022 10:36:50 +0000 (12:36 +0200)]
Fix exception getCode type

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoFix type when getting appconfig with int
Carl Schwan [Mon, 17 Oct 2022 10:36:05 +0000 (12:36 +0200)]
Fix type when getting appconfig with int

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoBump jquery-ui-dist from 1.13.1 to 1.13.2 34622/head
dependabot[bot] [Sun, 16 Oct 2022 18:07:36 +0000 (18:07 +0000)]
Bump jquery-ui-dist from 1.13.1 to 1.13.2

Bumps [jquery-ui-dist](https://github.com/jquery/jquery-ui) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.1...1.13.2)

---
updated-dependencies:
- dependency-name: jquery-ui-dist
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 17 Oct 2022 02:14:43 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix icon of encrypted folders in filepicker 34625/head
Carl Schwan [Sun, 16 Oct 2022 23:04:13 +0000 (01:04 +0200)]
Fix icon of encrypted folders in filepicker

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #34619 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template...
Carl Schwan [Sun, 16 Oct 2022 18:06:34 +0000 (20:06 +0200)]
Merge pull request #34619 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.7.13

Bump vue and vue-template-compiler

2 years agoBump vue and vue-template-compiler 34619/head
dependabot[bot] [Sat, 15 Oct 2022 01:02:15 +0000 (01:02 +0000)]
Bump vue and vue-template-compiler

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

Updates `vue` from 2.7.10 to 2.7.13
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits)

Updates `vue-template-compiler` from 2.7.10 to 2.7.13
- [Release notes](https://github.com/vuejs/vue/releases)
- [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue/compare/v2.7.10...v2.7.13)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: vue-template-compiler
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #34621 from nextcloud/automated/noid/master-update-psalm-baseline
Carl Schwan [Sun, 16 Oct 2022 17:20:34 +0000 (19:20 +0200)]
Merge pull request #34621 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

2 years agoFix TooManyArguments warning for carddav.php 34563/head
Daniel Kesselberg [Wed, 12 Oct 2022 17:39:07 +0000 (19:39 +0200)]
Fix TooManyArguments warning for carddav.php

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2 years agoMerge pull request #34618 from nextcloud/rakekniven-patch-1
Daniel [Sun, 16 Oct 2022 16:36:37 +0000 (18:36 +0200)]
Merge pull request #34618 from nextcloud/rakekniven-patch-1

l10n: Fixed grammar

2 years agoUpdate psalm baseline 34621/head
nextcloud-command [Sun, 16 Oct 2022 04:41:24 +0000 (04:41 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 16 Oct 2022 02:14:37 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 15 Oct 2022 02:14:32 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoCompile assets 34618/head
nextcloud-command [Fri, 14 Oct 2022 19:15:15 +0000 (19:15 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agol10n: Fixed grammar
rakekniven [Fri, 14 Oct 2022 18:58:05 +0000 (20:58 +0200)]
l10n: Fixed grammar

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2 years agoMerge pull request #34599 from nextcloud/fix/background-appdata-scrope
Vincent Petry [Fri, 14 Oct 2022 15:54:03 +0000 (17:54 +0200)]
Merge pull request #34599 from nextcloud/fix/background-appdata-scrope

Scope the appdata theming storage for global and users

2 years agoFix regexp for unified searching in apps 34614/head
Vincent Petry [Fri, 14 Oct 2022 15:43:16 +0000 (17:43 +0200)]
Fix regexp for unified searching in apps

Use the correct match for operators.

Prevent the dropdown to close itself when selecting an app to filter by.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoMerge pull request #34188 from nextcloud/feat/profiler-clear
Carl Schwan [Fri, 14 Oct 2022 15:35:28 +0000 (17:35 +0200)]
Merge pull request #34188 from nextcloud/feat/profiler-clear

Expose clearing the profiles and fix it

2 years agoImprove cache buster for user backgrounds 34599/head
Vincent Petry [Fri, 14 Oct 2022 10:54:51 +0000 (12:54 +0200)]
Improve cache buster for user backgrounds

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoFix tests
John Molakvoæ [Fri, 14 Oct 2022 10:19:31 +0000 (12:19 +0200)]
Fix tests

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoFix migration
John Molakvoæ [Fri, 14 Oct 2022 09:40:24 +0000 (11:40 +0200)]
Fix migration

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoProperly use user background cachebuster
John Molakvoæ [Fri, 14 Oct 2022 09:35:16 +0000 (11:35 +0200)]
Properly use user background cachebuster

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoScope the appdata theming storage for global and users
John Molakvoæ [Fri, 14 Oct 2022 09:19:00 +0000 (11:19 +0200)]
Scope the appdata theming storage for global and users

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoMerge pull request #34471 from starypatyk/dav_read_share_notes
Vincent Petry [Fri, 14 Oct 2022 13:33:13 +0000 (15:33 +0200)]
Merge pull request #34471 from starypatyk/dav_read_share_notes

Reduce number of database queries during WebDAV propfind request

2 years agoFix TooManyArguments for FakeLockerPlugin 34565/head
Daniel Kesselberg [Wed, 12 Oct 2022 18:17:00 +0000 (20:17 +0200)]
Fix TooManyArguments for FakeLockerPlugin

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2 years agoMerge pull request #34569 from nextcloud/filterOutBackupStatus
Vincent Petry [Fri, 14 Oct 2022 12:48:10 +0000 (14:48 +0200)]
Merge pull request #34569 from nextcloud/filterOutBackupStatus

Filter out backup user status (those beginning with _ as userId)

2 years agoMerge pull request #33388 from nextcloud/enh/container-annotations
Julius Härtl [Fri, 14 Oct 2022 11:19:04 +0000 (13:19 +0200)]
Merge pull request #33388 from nextcloud/enh/container-annotations

2 years agoMerge pull request #34135 from nextcloud/fix/noid/disable_activity.email_address_chan...
Julien Veyssier [Fri, 14 Oct 2022 08:55:23 +0000 (10:55 +0200)]
Merge pull request #34135 from nextcloud/fix/noid/disable_activity.email_address_changed_by_admin

Fix "email changed" activity email check

2 years agoImprove container return type annotations 33388/head
Julius Härtl [Thu, 28 Jul 2022 05:50:17 +0000 (07:50 +0200)]
Improve container return type annotations

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoMerge pull request #34595 from nextcloud/fix/invalid-template
Simon L [Fri, 14 Oct 2022 08:42:13 +0000 (10:42 +0200)]
Merge pull request #34595 from nextcloud/fix/invalid-template

Fix file creation issue if no action are registered

2 years agoCompile assets 34595/head
nextcloud-command [Fri, 14 Oct 2022 08:11:35 +0000 (08:11 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agocheck disable_activity.email_address_changed_by_admin when email is changed by admin... 34135/head
Julien Veyssier [Mon, 19 Sep 2022 10:42:44 +0000 (12:42 +0200)]
check disable_activity.email_address_changed_by_admin when email is changed by admin via the OCS API

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2 years agoFix file creation issue if no action are registered
John Molakvoæ [Fri, 14 Oct 2022 07:17:01 +0000 (09:17 +0200)]
Fix file creation issue if no action are registered

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoMerge pull request #34450 from nextcloud/fix/noid/opengraph-preview-without-cache
Joas Schilling [Fri, 14 Oct 2022 07:11:51 +0000 (09:11 +0200)]
Merge pull request #34450 from nextcloud/fix/noid/opengraph-preview-without-cache

Fix reference preview when no server-side cache configured

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 14 Oct 2022 02:14:47 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #34541 from nextcloud/deps/password-confirmation-4.0.2
Pytal [Thu, 13 Oct 2022 23:05:20 +0000 (16:05 -0700)]
Merge pull request #34541 from nextcloud/deps/password-confirmation-4.0.2

2 years agoFix empty password string being submitted to server 34541/head
Christopher Ng [Thu, 13 Oct 2022 18:39:12 +0000 (18:39 +0000)]
Fix empty password string being submitted to server

- Fix reveal password not working

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoBump @nextcloud/password-confirmation from 4.0.1 to 4.0.2
Christopher Ng [Thu, 13 Oct 2022 17:34:42 +0000 (17:34 +0000)]
Bump @nextcloud/password-confirmation from 4.0.1 to 4.0.2

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #34461 from nextcloud/fix/migrate-background
Vincent Petry [Thu, 13 Oct 2022 18:10:57 +0000 (20:10 +0200)]
Merge pull request #34461 from nextcloud/fix/migrate-background

Fix missing background on upgrade

2 years agoMerge pull request #34437 from nextcloud/feat/theming-default-system-value
Simon L [Thu, 13 Oct 2022 17:57:28 +0000 (19:57 +0200)]
Merge pull request #34437 from nextcloud/feat/theming-default-system-value

Use default system primary

2 years agoProperly escape underscore in db query 34569/head
Carl Schwan [Thu, 13 Oct 2022 16:50:36 +0000 (18:50 +0200)]
Properly escape underscore in db query

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agograceful background image handling 34461/head
Arthur Schiwon [Thu, 13 Oct 2022 13:40:47 +0000 (15:40 +0200)]
graceful background image handling

- fallback to background image from old location
- migrate background images to new location as insensitive job

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoMerge pull request #34438 from nextcloud/dav-exception-request
Vincent Petry [Thu, 13 Oct 2022 14:48:21 +0000 (16:48 +0200)]
Merge pull request #34438 from nextcloud/dav-exception-request

return proper error code when reporting exception fails in remote.php

2 years agoAdjust testing 34437/head
John Molakvoæ [Thu, 13 Oct 2022 10:10:56 +0000 (12:10 +0200)]
Adjust testing

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoDo the filtering on the DB instead
Carl Schwan [Thu, 13 Oct 2022 11:44:37 +0000 (13:44 +0200)]
Do the filtering on the DB instead

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agofix reference preview endpoint when no server-side cache configured 34450/head
Julien Veyssier [Thu, 6 Oct 2022 10:57:38 +0000 (12:57 +0200)]
fix reference preview endpoint when no server-side cache configured

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2 years agoMerge pull request #34572 from nextcloud/bugfix/noid/green-ci
John Molakvoæ [Thu, 13 Oct 2022 11:19:47 +0000 (13:19 +0200)]
Merge pull request #34572 from nextcloud/bugfix/noid/green-ci

2 years agoMerge pull request #34546 from nextcloud/improve-hight-contrast
John Molakvoæ [Thu, 13 Oct 2022 10:17:54 +0000 (12:17 +0200)]
Merge pull request #34546 from nextcloud/improve-hight-contrast

Add seperator in high contrast mode

2 years agoFix primary and debounce to avoid infinite loop
John Molakvoæ [Thu, 6 Oct 2022 10:36:59 +0000 (12:36 +0200)]
Fix primary and debounce to avoid infinite loop

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoAllow to pick custom colour
John Molakvoæ (skjnldsv) [Wed, 5 Oct 2022 10:14:03 +0000 (12:14 +0200)]
Allow to pick custom colour

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoUse default system primary
John Molakvoæ (skjnldsv) [Wed, 5 Oct 2022 09:34:05 +0000 (11:34 +0200)]
Use default system primary

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoMake CI green again 34572/head
Joas Schilling [Thu, 13 Oct 2022 09:13:13 +0000 (11:13 +0200)]
Make CI green again

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #34571 from nextcloud/bugfix/noid/fix-popovermenu-selector
Joas Schilling [Thu, 13 Oct 2022 09:09:01 +0000 (11:09 +0200)]
Merge pull request #34571 from nextcloud/bugfix/noid/fix-popovermenu-selector

Fix avatar menu icons in darkmode

2 years agoFix migration parameter handling
Joas Schilling [Thu, 13 Oct 2022 08:36:05 +0000 (10:36 +0200)]
Fix migration parameter handling

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agofix querybuilder instance recuse
Arthur Schiwon [Thu, 13 Oct 2022 08:29:37 +0000 (10:29 +0200)]
fix querybuilder instance recuse

...and execute delete query

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoDelete theming background preferences
Christopher Ng [Thu, 13 Oct 2022 00:19:00 +0000 (00:19 +0000)]
Delete theming background preferences

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoNew code being new
Joas Schilling [Fri, 7 Oct 2022 09:20:48 +0000 (11:20 +0200)]
New code being new

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoFix SQL errors
Joas Schilling [Fri, 7 Oct 2022 09:17:36 +0000 (11:17 +0200)]
Fix SQL errors

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoFix missing background on upgrade
Christopher Ng [Fri, 7 Oct 2022 02:20:43 +0000 (02:20 +0000)]
Fix missing background on upgrade

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoFix avatar menu icons in darkmode 34571/head
Joas Schilling [Thu, 13 Oct 2022 08:11:09 +0000 (10:11 +0200)]
Fix avatar menu icons in darkmode

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoFilter out backup user status (those beginning with _ as userId)
tobiasKaminsky [Thu, 13 Oct 2022 07:04:27 +0000 (09:04 +0200)]
Filter out backup user status (those beginning with _ as userId)

2 years agoMerge pull request #32226 from nextcloud/dependabot/npm_and_yarn/nextcloud/moment...
dependabot[bot] [Thu, 13 Oct 2022 04:25:33 +0000 (04:25 +0000)]
Merge pull request #32226 from nextcloud/dependabot/npm_and_yarn/nextcloud/moment-1.2.1

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 13 Oct 2022 02:15:09 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoBump @nextcloud/moment from 1.2.0 to 1.2.1 32226/head
dependabot[bot] [Thu, 13 Oct 2022 00:57:10 +0000 (00:57 +0000)]
Bump @nextcloud/moment from 1.2.0 to 1.2.1

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

---
updated-dependencies:
- dependency-name: "@nextcloud/moment"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>