]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoAdd missing PHPDoc in InvalidateMountCacheEvent 31265/head
Vincent Petry [Thu, 24 Mar 2022 20:02:25 +0000 (21:02 +0100)]
Add missing PHPDoc in InvalidateMountCacheEvent

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoAdd missing event dispatcher in test constructor
Vincent Petry [Thu, 24 Mar 2022 19:31:00 +0000 (20:31 +0100)]
Add missing event dispatcher in test constructor

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoMake phpcs happy in MountProviderCollection
Vincent Petry [Thu, 24 Mar 2022 19:26:42 +0000 (20:26 +0100)]
Make phpcs happy in MountProviderCollection

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoApply suggestions from code review
Robin Appelman [Thu, 24 Mar 2022 16:34:13 +0000 (16:34 +0000)]
Apply suggestions from code review

Co-authored-by: Louis <6653109+artonge@users.noreply.github.com>
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoadd comment for getMountForPath loop
Robin Appelman [Thu, 24 Mar 2022 16:09:52 +0000 (17:09 +0100)]
add comment for getMountForPath loop

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoinvalidate mount cache after share rename
Robin Appelman [Thu, 24 Mar 2022 15:18:34 +0000 (16:18 +0100)]
invalidate mount cache after share rename

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agomake mount cache duration configurable
Robin Appelman [Thu, 24 Mar 2022 14:47:50 +0000 (15:47 +0100)]
make mount cache duration configurable

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agofix method name
Robin Appelman [Thu, 24 Mar 2022 14:47:19 +0000 (15:47 +0100)]
fix method name

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agocaching of userfolder
Robin Appelman [Thu, 24 Mar 2022 14:41:34 +0000 (15:41 +0100)]
caching of userfolder

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agofmt
Robin Appelman [Thu, 17 Mar 2022 18:32:51 +0000 (19:32 +0100)]
fmt

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoinvalidate mount cache on circles change
Robin Appelman [Thu, 17 Mar 2022 17:32:50 +0000 (18:32 +0100)]
invalidate mount cache on circles change

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoforce full setup after external storage config change
Robin Appelman [Thu, 17 Mar 2022 17:24:18 +0000 (18:24 +0100)]
force full setup after external storage config change

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoperform full setup if a cached mount doesn't have a provider set
Robin Appelman [Wed, 16 Mar 2022 17:13:45 +0000 (18:13 +0100)]
perform full setup if a cached mount doesn't have a provider set

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agodon't double setup provider when calling `setupForUser` after `setupForPath`
Robin Appelman [Mon, 14 Mar 2022 14:08:24 +0000 (15:08 +0100)]
don't double setup provider when calling `setupForUser` after `setupForPath`

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoadd logic to perform a full filesystem setup when needed
Robin Appelman [Thu, 10 Mar 2022 17:27:54 +0000 (18:27 +0100)]
add logic to perform a full filesystem setup when needed

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoupdate cached mounts when only specific providers have been setup
Robin Appelman [Thu, 10 Mar 2022 14:53:39 +0000 (15:53 +0100)]
update cached mounts when only specific providers have been setup

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agofix check if dav root is folder
Robin Appelman [Wed, 9 Mar 2022 16:23:59 +0000 (17:23 +0100)]
fix check if dav root is folder

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoimprove lazy UserFolder
Robin Appelman [Wed, 9 Mar 2022 16:23:33 +0000 (17:23 +0100)]
improve lazy UserFolder

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agosetup only relevant mounts when possible
Robin Appelman [Tue, 8 Mar 2022 16:14:15 +0000 (17:14 +0100)]
setup only relevant mounts when possible

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agofixed when accessing static filesystem calls before setup
Robin Appelman [Tue, 8 Mar 2022 16:13:06 +0000 (17:13 +0100)]
fixed when accessing static filesystem calls before setup

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoallow getting mounts by provider
Robin Appelman [Tue, 8 Mar 2022 16:12:26 +0000 (17:12 +0100)]
allow getting mounts by provider

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoallow getting cached mounts by path from the mount cache
Robin Appelman [Tue, 8 Mar 2022 16:11:41 +0000 (17:11 +0100)]
allow getting cached mounts by path from the mount cache

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoreturn a lazy folder from Root::getUserFolder
Robin Appelman [Tue, 8 Mar 2022 15:20:05 +0000 (16:20 +0100)]
return a lazy folder from Root::getUserFolder

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoallow setting some metadata in the lazyfolder without having to get the real folder
Robin Appelman [Tue, 8 Mar 2022 15:18:43 +0000 (16:18 +0100)]
allow setting some metadata in the lazyfolder without having to get the real folder

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agodont setup full fs after dav auth
Robin Appelman [Tue, 8 Mar 2022 14:48:02 +0000 (15:48 +0100)]
dont setup full fs after dav auth

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoMerge pull request #30991 from nextcloud/external-remove-config-migration
Robin Appelman [Thu, 24 Mar 2022 16:00:33 +0000 (16:00 +0000)]
Merge pull request #30991 from nextcloud/external-remove-config-migration

remove old legacy external storage migration logic

2 years agoMerge pull request #31655 from nextcloud/fix-passing-null-to-strlen
Côme Chilliet [Thu, 24 Mar 2022 13:03:13 +0000 (14:03 +0100)]
Merge pull request #31655 from nextcloud/fix-passing-null-to-strlen

Fix passing null to strlen

2 years agoFix passing null to strlen 31655/head
Thomas Citharel [Tue, 22 Mar 2022 09:24:51 +0000 (10:24 +0100)]
Fix passing null to strlen

$filter can be null as it's the default value passed in
ContactsMenuController.

On PHP 8.1 : strlen(): Passing null to parameter #1 ($string) of type string is deprecated

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2 years agoMerge pull request #31688 from nextcloud/bugfix/31658/automatically-cut-the-token...
Joas Schilling [Thu, 24 Mar 2022 09:54:40 +0000 (10:54 +0100)]
Merge pull request #31688 from nextcloud/bugfix/31658/automatically-cut-the-token-name-on-first-level

Automatically cut the token name on the first level

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 24 Mar 2022 02:27:11 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoRemove old shortening 31688/head
Joas Schilling [Wed, 23 Mar 2022 20:42:29 +0000 (21:42 +0100)]
Remove old shortening

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoAutomatically cut the token name on the first level
Joas Schilling [Wed, 23 Mar 2022 20:38:53 +0000 (21:38 +0100)]
Automatically cut the token name on the first level

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #31658 from nextcloud/bugfix/noid/limit-token-names
Joas Schilling [Wed, 23 Mar 2022 13:12:20 +0000 (14:12 +0100)]
Merge pull request #31658 from nextcloud/bugfix/noid/limit-token-names

Limit the length of app password names

2 years agoFix unit tests 31658/head
Joas Schilling [Wed, 23 Mar 2022 10:00:34 +0000 (11:00 +0100)]
Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoLimit the length of app password names
Joas Schilling [Tue, 22 Mar 2022 09:51:54 +0000 (10:51 +0100)]
Limit the length of app password names

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #31668 from nextcloud/fixup/31580/skip-test-for-now
Joas Schilling [Wed, 23 Mar 2022 08:43:29 +0000 (09:43 +0100)]
Merge pull request #31668 from nextcloud/fixup/31580/skip-test-for-now

Test disabled for now due to multiple reasons

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 23 Mar 2022 02:27:52 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoTest disabled for now due to multiple reasons 31668/head
Joas Schilling [Tue, 22 Mar 2022 16:07:48 +0000 (17:07 +0100)]
Test disabled for now due to multiple reasons

see https://github.com/nextcloud/server/pull/31580#issuecomment-1069182234 for details

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #31601 from nextcloud/enh/dashboard-description
Julius Härtl [Tue, 22 Mar 2022 15:06:55 +0000 (16:06 +0100)]
Merge pull request #31601 from nextcloud/enh/dashboard-description

Add proper description for the dashboard app

2 years agoMerge pull request #31569 from nextcloud/bugfix/31519/revert-password-validation
Joas Schilling [Tue, 22 Mar 2022 12:53:42 +0000 (13:53 +0100)]
Merge pull request #31569 from nextcloud/bugfix/31519/revert-password-validation

Allow creating app passwords without validating the user's password a…

2 years agoMerge pull request #31235 from nextcloud/techdebt/noid/extract-request-id
Joas Schilling [Tue, 22 Mar 2022 11:08:45 +0000 (12:08 +0100)]
Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-id

Extract request id handling to dedicated class so it can be injected without DB dependency

2 years agoMerge pull request #31644 from nextcloud/fix/change-to-tertiary-button
John Molakvoæ [Tue, 22 Mar 2022 10:11:08 +0000 (11:11 +0100)]
Merge pull request #31644 from nextcloud/fix/change-to-tertiary-button

2 years agoMerge pull request #31580 from nextcloud/nickvergessen-patch-2
Vincent Petry [Tue, 22 Mar 2022 09:58:24 +0000 (10:58 +0100)]
Merge pull request #31580 from nextcloud/nickvergessen-patch-2

Limit missing primary key fail to new tables and comment out for now

2 years agoMerge pull request #31582 from nextcloud/refactor/carl/accesibility-app
Côme Chilliet [Tue, 22 Mar 2022 09:57:37 +0000 (10:57 +0100)]
Merge pull request #31582 from nextcloud/refactor/carl/accesibility-app

Modernize accessibility app

2 years agoMerge pull request #31605 from nextcloud/cert-manager-cache-path
Vincent Petry [Tue, 22 Mar 2022 09:46:35 +0000 (10:46 +0100)]
Merge pull request #31605 from nextcloud/cert-manager-cache-path

cache the path of the certificate bundle

2 years agoMerge pull request #31620 from nextcloud/fix/noid/truncate-oracle
Vincent Petry [Tue, 22 Mar 2022 09:46:20 +0000 (10:46 +0100)]
Merge pull request #31620 from nextcloud/fix/noid/truncate-oracle

do not forget DB table prefix with truncate query

2 years agoMerge pull request #31639 from nextcloud/fix/moving-calobject-fails
Christoph Wurst [Tue, 22 Mar 2022 09:28:28 +0000 (10:28 +0100)]
Merge pull request #31639 from nextcloud/fix/moving-calobject-fails

Fix moving error for calendar object error because of missing princip…

2 years agoMerge pull request #31409 from nextcloud/fix/31237/new-button-HeaderBar
Vanessa [Tue, 22 Mar 2022 09:00:37 +0000 (10:00 +0100)]
Merge pull request #31409 from nextcloud/fix/31237/new-button-HeaderBar

add new button component HeaderBar

2 years agoRemove leftover useless comment 31582/head
Côme Chilliet [Tue, 22 Mar 2022 08:44:39 +0000 (09:44 +0100)]
Remove leftover useless comment

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #31653 from nextcloud/techdebt/noid/run-with-ONLY_FULL_GROUP_BY
John Molakvoæ [Tue, 22 Mar 2022 08:15:25 +0000 (09:15 +0100)]
Merge pull request #31653 from nextcloud/techdebt/noid/run-with-ONLY_FULL_GROUP_BY

2 years agoMerge pull request #31382 from nextcloud/feat/account-migrator
Côme Chilliet [Tue, 22 Mar 2022 08:11:28 +0000 (09:11 +0100)]
Merge pull request #31382 from nextcloud/feat/account-migrator

User account migration

2 years agoMove data into settings folder 31382/head
Christopher Ng [Tue, 22 Mar 2022 02:25:04 +0000 (02:25 +0000)]
Move data into settings folder

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 22 Mar 2022 02:28:41 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31629 from nextcloud/feat/remove-ie-headers
Pytal [Tue, 22 Mar 2022 01:09:50 +0000 (18:09 -0700)]
Merge pull request #31629 from nextcloud/feat/remove-ie-headers

2 years agoFix moving error for calendar object error because of missing principal uri 31639/head
Anna Larch [Mon, 21 Mar 2022 09:54:13 +0000 (10:54 +0100)]
Fix moving error for calendar object error because of missing principal uri

Signed-off-by: Anna Larch <anna@nextcloud.com>
2 years agoMerge pull request #30336 from quentinguidee/refine-dashboard-customize
Simon L [Mon, 21 Mar 2022 22:15:18 +0000 (23:15 +0100)]
Merge pull request #30336 from quentinguidee/refine-dashboard-customize

Refine dashboard edit widget design

2 years agoMerge pull request #31337 from D0n1elT/fix/issue-31303_irritating-event-reminder...
Christoph Wurst [Mon, 21 Mar 2022 19:00:40 +0000 (20:00 +0100)]
Merge pull request #31337 from D0n1elT/fix/issue-31303_irritating-event-reminder-behaviour

Fix #31303: Make reminder notification behaviour selectable..

2 years agoRun tests with MySQL/MariaDB ONLY_FULL_GROUP_BY 31653/head
Joas Schilling [Mon, 21 Mar 2022 17:07:20 +0000 (18:07 +0100)]
Run tests with MySQL/MariaDB ONLY_FULL_GROUP_BY

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoadd new button component 31409/head
Vanessa Pertsch [Wed, 2 Mar 2022 16:28:37 +0000 (17:28 +0100)]
add new button component

Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agofix: button type to tertiary 31644/head
Vanessa Pertsch [Mon, 21 Mar 2022 12:31:05 +0000 (13:31 +0100)]
fix: button type to tertiary

Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
2 years agoMerge pull request #31616 from nextcloud/Valdnet-patch-4
Louis [Mon, 21 Mar 2022 12:04:39 +0000 (13:04 +0100)]
Merge pull request #31616 from nextcloud/Valdnet-patch-4

l10n: Spelling unification in Transifex.

2 years agoAdd JS Unit tests for new 'sendEventRemindersToSharedGroupMembers' setting. 31337/head
Daniel Teichmann [Mon, 14 Mar 2022 12:58:52 +0000 (13:58 +0100)]
Add JS Unit tests for new 'sendEventRemindersToSharedGroupMembers' setting.

Signed-off-by: Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de>
2 years agoFix #31303: Make reminder notification behaviour selectable.
Daniel Teichmann [Thu, 24 Feb 2022 13:17:43 +0000 (14:17 +0100)]
Fix #31303: Make reminder notification behaviour selectable.

Signed-off-by: Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de>
2 years agoDisable for now again until more apps are fixed 31580/head
Joas Schilling [Wed, 16 Mar 2022 14:17:28 +0000 (15:17 +0100)]
Disable for now again until more apps are fixed

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoLimit missing primary key fail to new tables
Joas Schilling [Tue, 15 Mar 2022 15:52:51 +0000 (16:52 +0100)]
Limit missing primary key fail to new tables

This will work on CI so devs notice it when they install the app for testing,
and at the same time existing faulty tables don't break the upgrade to 24

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #31621 from nextcloud/fix-link-to-calendar-docs-in-groupware-settings
blizzz [Mon, 21 Mar 2022 10:49:11 +0000 (11:49 +0100)]
Merge pull request #31621 from nextcloud/fix-link-to-calendar-docs-in-groupware-settings

Fix link to calendar user docs in groupware settings

2 years agoMerge pull request #31193 from nextcloud/enh/webdav-propfind-count-sub-elements
Julien Veyssier [Mon, 21 Mar 2022 10:33:22 +0000 (11:33 +0100)]
Merge pull request #31193 from nextcloud/enh/webdav-propfind-count-sub-elements

Add optional WebDav propfind properties to count sub elements

2 years agoAdd test to spelling unification 31616/head
Louis Chemineau [Mon, 21 Mar 2022 10:04:04 +0000 (11:04 +0100)]
Add test to spelling unification

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #31625 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-5.1.1
Louis [Mon, 21 Mar 2022 10:01:03 +0000 (11:01 +0100)]
Merge pull request #31625 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-5.1.1

Bump @nextcloud/vue from 5.1.0 to 5.1.1

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 21 Mar 2022 02:27:08 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31633 from nextcloud/automated/noid/psalm-baseline-update-1647749492
MichaIng [Sun, 20 Mar 2022 18:32:17 +0000 (19:32 +0100)]
Merge pull request #31633 from nextcloud/automated/noid/psalm-baseline-update-1647749492

[Automated] Update psalm-baseline.xml

2 years agoUpdate psalm baseline 31633/head
nextcloud-command [Sun, 20 Mar 2022 04:11:32 +0000 (04:11 +0000)]
Update psalm baseline

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoBump @nextcloud/vue from 5.1.0 to 5.1.1 31625/head
dependabot[bot] [Sat, 19 Mar 2022 20:00:31 +0000 (20:00 +0000)]
Bump @nextcloud/vue from 5.1.0 to 5.1.1

Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v5.1.0...v5.1.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  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 agoadd optional WebDav propfind properties to show number of folders/files inside a... 31193/head
Julien Veyssier [Tue, 15 Feb 2022 15:18:41 +0000 (16:18 +0100)]
add optional WebDav propfind properties to show number of folders/files inside a folder

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2 years agoDashboard customize view: revert to large 30336/head
Quentin Guidée [Sat, 19 Mar 2022 18:39:50 +0000 (19:39 +0100)]
Dashboard customize view: revert to large

Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
2 years agoRemove legacy Internet Explorer headers 31629/head
MichaIng [Sat, 19 Mar 2022 17:17:46 +0000 (18:17 +0100)]
Remove legacy Internet Explorer headers

X-UA-Compatible and X-Download-Options headers are interpreted or relevant for Internet Explorer only. With the deprecation of Internet Explorer support in Nextcloud 20 and planned support removal already in Nextcloud 22, these became obsolete and are hereby removed, including their removal from setup checks.

Signed-off-by: MichaIng <micha@dietpi.com>
2 years agoMerge pull request #31626 from nextcloud/dependabot/npm_and_yarn/nextcloud/moment...
dependabot[bot] [Sat, 19 Mar 2022 17:11:59 +0000 (17:11 +0000)]
Merge pull request #31626 from nextcloud/dependabot/npm_and_yarn/nextcloud/moment-1.2.0

2 years agoBump @nextcloud/moment from 1.1.1 to 1.2.0 31626/head
dependabot[bot] [Sat, 19 Mar 2022 02:05:06 +0000 (02:05 +0000)]
Bump @nextcloud/moment from 1.1.1 to 1.2.0

Bumps [@nextcloud/moment](https://github.com/nextcloud/nextcloud-moment) from 1.1.1 to 1.2.0.
- [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.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/moment"
  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 agoRefine dashboard customize view
Quentin Guidée [Sat, 19 Mar 2022 11:01:14 +0000 (12:01 +0100)]
Refine dashboard customize view

Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 19 Mar 2022 02:28:28 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix link to calendar user docs in groupware settings 31621/head
Thomas Citharel [Fri, 18 Mar 2022 16:40:36 +0000 (17:40 +0100)]
Fix link to calendar user docs in groupware settings

Closes #31617

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agodo not forget DB table prefix with truncate query 31620/head
Arthur Schiwon [Fri, 18 Mar 2022 15:59:46 +0000 (16:59 +0100)]
do not forget DB table prefix with truncate query

- as used in LDAP's AbstractMapping::clear() method
- and in Comment's ManagerTest::setUp()
- fixes a DB Exception with Oracle

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoMerge pull request #31425 from nextcloud/updateCrl
blizzz [Fri, 18 Mar 2022 13:43:25 +0000 (14:43 +0100)]
Merge pull request #31425 from nextcloud/updateCrl

Update CRL after revoke deckimportfromtrello.csr

2 years agoUpdate CRL after revoke vdirsyncerui.csr 31425/head
Vitor Mattos [Fri, 18 Mar 2022 11:46:25 +0000 (08:46 -0300)]
Update CRL after revoke vdirsyncerui.csr

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoUpdate CRL after revoke deckimportfromtrello.csr
Vitor Mattos [Thu, 3 Mar 2022 13:23:08 +0000 (10:23 -0300)]
Update CRL after revoke deckimportfromtrello.csr

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoMerge pull request #31613 from nextcloud/automated/noid/psalm-baseline-update-1647576744
Carl Schwan [Fri, 18 Mar 2022 11:40:38 +0000 (12:40 +0100)]
Merge pull request #31613 from nextcloud/automated/noid/psalm-baseline-update-1647576744

[Automated] Update psalm-baseline.xml

2 years agoModernize accessibility app
Carl Schwan [Tue, 15 Mar 2022 16:31:37 +0000 (17:31 +0100)]
Modernize accessibility app

- Use php 7.4 typed properties
- More typed methods (and replace existing php doc in some cases)

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #24166 from nextcloud/imaginary-prototype
Carl Schwan [Fri, 18 Mar 2022 11:32:56 +0000 (12:32 +0100)]
Merge pull request #24166 from nextcloud/imaginary-prototype

Send images to Imaginary docker to generate previews

2 years agoMerge pull request #30768 from nextcloud/feat/chunked-mysql-joblist-remove
Carl Schwan [Fri, 18 Mar 2022 11:29:42 +0000 (12:29 +0100)]
Merge pull request #30768 from nextcloud/feat/chunked-mysql-joblist-remove

Do chuncked job deletion

2 years agoMerge pull request #31614 from nextcloud/bugfix/noid/simplify-comment-search-in-speci...
Joas Schilling [Fri, 18 Mar 2022 11:28:56 +0000 (12:28 +0100)]
Merge pull request #31614 from nextcloud/bugfix/noid/simplify-comment-search-in-special-cases

Simplify comment search in special cases

2 years agol10n: Spelling unification in Transifex.
Valdnet [Fri, 18 Mar 2022 09:14:34 +0000 (10:14 +0100)]
l10n: Spelling unification in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2 years agoSimplify comment search in special cases 31614/head
Joas Schilling [Fri, 18 Mar 2022 08:22:16 +0000 (09:22 +0100)]
Simplify comment search in special cases

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoUse account method to set all properties
Christopher Ng [Fri, 18 Mar 2022 04:10:22 +0000 (04:10 +0000)]
Use account method to set all properties

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoUse streams
Christopher Ng [Thu, 10 Mar 2022 05:49:33 +0000 (05:49 +0000)]
Use streams

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoTransfer to settings app and register
Christopher Ng [Fri, 4 Mar 2022 06:36:49 +0000 (06:36 +0000)]
Transfer to settings app and register

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoUpdate avatar handling
Christopher Ng [Thu, 3 Mar 2022 05:39:03 +0000 (05:39 +0000)]
Update avatar handling

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoAvatar export and import
Christopher Ng [Tue, 1 Mar 2022 02:44:30 +0000 (02:44 +0000)]
Avatar export and import

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoAccount export and import
Christopher Ng [Tue, 1 Mar 2022 01:26:19 +0000 (01:26 +0000)]
Account export and import

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #29372 from nextcloud/feat/28139/global-profile-toggle
Pytal [Fri, 18 Mar 2022 04:35:58 +0000 (21:35 -0700)]
Merge pull request #29372 from nextcloud/feat/28139/global-profile-toggle