]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoMerge pull request #31958 from nextcloud/release/rc1/22.2.7 v22.2.7rc1
blizzz [Thu, 14 Apr 2022 20:01:41 +0000 (22:01 +0200)]
Merge pull request #31958 from nextcloud/release/rc1/22.2.7

22.2.7 RC1

2 years agoMerge pull request #31974 from nextcloud/backport/31878/stable22
blizzz [Thu, 14 Apr 2022 20:01:27 +0000 (22:01 +0200)]
Merge pull request #31974 from nextcloud/backport/31878/stable22

[stable22] Fix incorrect if conditions in View

2 years agoMerge pull request #31819 from nextcloud/backport/31574/stable22
blizzz [Thu, 14 Apr 2022 12:38:17 +0000 (14:38 +0200)]
Merge pull request #31819 from nextcloud/backport/31574/stable22

[stable22] use the nextcloud certificate bundle for s3

2 years agoMerge pull request #31747 from nextcloud/backport/31592/stable22
blizzz [Thu, 14 Apr 2022 12:31:49 +0000 (14:31 +0200)]
Merge pull request #31747 from nextcloud/backport/31592/stable22

[stable22] Add direct arg to login flow

2 years agoMerge pull request #31677 from nextcloud/backport/31658/stable22
blizzz [Thu, 14 Apr 2022 12:15:08 +0000 (14:15 +0200)]
Merge pull request #31677 from nextcloud/backport/31658/stable22

[stable22] Limit the length of app password names

2 years agoFix incorrect if conditions in View 31974/head
Côme Chilliet [Wed, 30 Mar 2022 09:19:30 +0000 (11:19 +0200)]
Fix incorrect if conditions in View

($something->getPermissions() && Constants::PERMISSION_READ) does not
  make sense as PERMISSION_READ contant is 1 this will always evaluate to
  true.
getPersmissions is returning an int which is a bitwise combination as
  documented in the interface, so it should be used with bit operators.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAdd direct arg to login flow 31747/head
Vincent Petry [Tue, 25 Jan 2022 16:47:58 +0000 (17:47 +0100)]
Add direct arg to login flow

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Co-Authored-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #31967 from nextcloud/backport/31908/stable22
blizzz [Thu, 14 Apr 2022 11:02:02 +0000 (13:02 +0200)]
Merge pull request #31967 from nextcloud/backport/31908/stable22

[stable22] Fix LDAP Dark Theme Issue

2 years agoMerge pull request #31881 from nextcloud/backport/31877/stable22
blizzz [Thu, 14 Apr 2022 11:01:19 +0000 (13:01 +0200)]
Merge pull request #31881 from nextcloud/backport/31877/stable22

[stable22] Do not decorate the CLI output if it's explicitly turned off

2 years agoMerge pull request #31855 from nextcloud/backport/31594/stable22
blizzz [Thu, 14 Apr 2022 11:00:41 +0000 (13:00 +0200)]
Merge pull request #31855 from nextcloud/backport/31594/stable22

[stable22] Log in audit log federated shares events

2 years agoMerge pull request #31837 from nextcloud/backport/31734/stable22
blizzz [Thu, 14 Apr 2022 10:59:15 +0000 (12:59 +0200)]
Merge pull request #31837 from nextcloud/backport/31734/stable22

[stable22] dont re-query fileinfo when getting dav quota

2 years agoMerge pull request #31834 from nextcloud/backport/31816/stable22
blizzz [Thu, 14 Apr 2022 10:57:51 +0000 (12:57 +0200)]
Merge pull request #31834 from nextcloud/backport/31816/stable22

[stable22] Deduplicate storage ids in list before reusing

2 years agoMerge pull request #31830 from nextcloud/backport/31380/stable22
blizzz [Thu, 14 Apr 2022 10:56:40 +0000 (12:56 +0200)]
Merge pull request #31830 from nextcloud/backport/31380/stable22

[stable22] Ignore errors when searching for bundled preview

2 years agoMerge pull request #31777 from nextcloud/backport/31514/stable22
blizzz [Thu, 14 Apr 2022 10:50:41 +0000 (12:50 +0200)]
Merge pull request #31777 from nextcloud/backport/31514/stable22

[stable22] user_ldap fix ldap connection resets #31421

2 years agoMerge pull request #31640 from nextcloud/backport/31193/stable22
blizzz [Thu, 14 Apr 2022 10:44:11 +0000 (12:44 +0200)]
Merge pull request #31640 from nextcloud/backport/31193/stable22

[stable22] Add optional WebDav propfind properties to count sub elements

2 years agoMerge pull request #31541 from nextcloud/backport/31454/stable22
blizzz [Thu, 14 Apr 2022 10:42:34 +0000 (12:42 +0200)]
Merge pull request #31541 from nextcloud/backport/31454/stable22

[stable22] Fix the logger that is imported for critical actions

2 years agoMerge pull request #31522 from nextcloud/backport/31491/stable22
blizzz [Thu, 14 Apr 2022 10:39:51 +0000 (12:39 +0200)]
Merge pull request #31522 from nextcloud/backport/31491/stable22

[stable22] Fix duplicated UUID detection when there are empty uuids

2 years agoMerge pull request #31393 from nextcloud/backport/30536/stable22
blizzz [Thu, 14 Apr 2022 10:37:07 +0000 (12:37 +0200)]
Merge pull request #31393 from nextcloud/backport/30536/stable22

[stable22] Make Sabre File exception messages translatable

2 years agoMerge pull request #31941 from nextcloud/backport/31907/stable22
Vincent Petry [Thu, 14 Apr 2022 09:02:41 +0000 (11:02 +0200)]
Merge pull request #31941 from nextcloud/backport/31907/stable22

[stable22] confirm user is internal to globalscale

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 14 Apr 2022 02:29:06 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31924 from nextcloud/backport/31610/stable22
blizzz [Wed, 13 Apr 2022 18:06:26 +0000 (20:06 +0200)]
Merge pull request #31924 from nextcloud/backport/31610/stable22

[stable22] fix shared mount roots not being returned from `getSharesInFolder`

2 years agoFix LDAP Dark Theme Issue 31967/head
Andy Xheli [Fri, 8 Apr 2022 16:53:28 +0000 (11:53 -0500)]
Fix LDAP Dark Theme Issue

Signed-off-by: Andy Xheli axheli@axtsolutions.com
2 years ago22.2.7 RC1 31958/head
Arthur Schiwon [Wed, 13 Apr 2022 08:55:49 +0000 (10:55 +0200)]
22.2.7 RC1

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoMerge pull request #31957 from nextcloud/backport/31933/stable22
blizzz [Wed, 13 Apr 2022 07:42:29 +0000 (09:42 +0200)]
Merge pull request #31957 from nextcloud/backport/31933/stable22

[stable22] update CRL after revocation of socialsharing_telegram.csr

2 years agoUpdate root.crt 31957/head
Vitor Mattos [Mon, 11 Apr 2022 14:34:23 +0000 (11:34 -0300)]
Update root.crt
Reference: https://github.com/nextcloud/app-certificate-requests/pull/515

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 13 Apr 2022 02:28:46 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoconfirm user is internal to globalscale 31941/head
Maxence Lange [Tue, 12 Apr 2022 10:10:41 +0000 (09:10 -0100)]
confirm user is internal to globalscale

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 12 Apr 2022 02:28:05 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoadd optional WebDav propfind properties to show number of folders/files inside a... 31640/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 agoMerge pull request #31912 from nextcloud/dependabot/npm_and_yarn/stable22/moment...
Louis [Mon, 11 Apr 2022 09:30:13 +0000 (11:30 +0200)]
Merge pull request #31912 from nextcloud/dependabot/npm_and_yarn/stable22/moment-2.29.2

Bump moment from 2.29.1 to 2.29.2

2 years agofix shared mount roots not being returned from `getSharesInFolder` 31924/head
Robin Appelman [Thu, 17 Mar 2022 16:19:24 +0000 (17:19 +0100)]
fix shared mount roots not being returned from `getSharesInFolder`

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 11 Apr 2022 02:28:19 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 10 Apr 2022 02:34:03 +0000 (02:34 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoBump moment from 2.29.1 to 2.29.2 31912/head
dependabot[bot] [Sat, 9 Apr 2022 02:22:17 +0000 (02:22 +0000)]
Bump moment from 2.29.1 to 2.29.2

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2)

---
updated-dependencies:
- dependency-name: 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>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 9 Apr 2022 02:28:03 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 8 Apr 2022 02:28:41 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoDo not decorate the CLI output if it's explicitly turned off 31881/head
Christoph Wurst [Thu, 7 Apr 2022 12:38:10 +0000 (14:38 +0200)]
Do not decorate the CLI output if it's explicitly turned off

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 7 Apr 2022 02:27:55 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoLog in audit log federated shares events 31855/head
Carl Schwan [Wed, 16 Mar 2022 14:17:55 +0000 (15:17 +0100)]
Log in audit log federated shares events

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 6 Apr 2022 02:28:10 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31838 from nextcloud/fix/add-additional-email
Pytal [Tue, 5 Apr 2022 16:55:21 +0000 (09:55 -0700)]
Merge pull request #31838 from nextcloud/fix/add-additional-email

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 5 Apr 2022 02:28:23 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix use of outdated state by using functional programming 31838/head
Christopher Ng [Wed, 11 Aug 2021 02:17:41 +0000 (02:17 +0000)]
Fix use of outdated state by using functional programming

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agodont re-query fileinfo when getting dav quota 31837/head
Robin Appelman [Mon, 28 Mar 2022 13:32:34 +0000 (15:32 +0200)]
dont re-query fileinfo when getting dav quota

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoDeduplicate storage ids in list before reusing 31834/head
Joas Schilling [Mon, 4 Apr 2022 05:06:55 +0000 (07:06 +0200)]
Deduplicate storage ids in list before reusing

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoIgnore errors when searching for bundled preview 31830/head
Côme Chilliet [Mon, 28 Feb 2022 14:40:33 +0000 (15:40 +0100)]
Ignore errors when searching for bundled preview

When an odt file is xml and not zip, it would throw a ValueError.
It will now just ignore this file and return null for the preview.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agodon't try to get custom certs for s3 primary storage 31819/head
Robin Appelman [Tue, 15 Mar 2022 14:50:08 +0000 (15:50 +0100)]
don't try to get custom certs for s3 primary storage

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoreturn default bundle when there is an error getting the bundle
Robin Appelman [Mon, 14 Mar 2022 17:34:09 +0000 (18:34 +0100)]
return default bundle when there is an error getting the bundle

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agouse the nextcloud certificate bundle for s3
Robin Appelman [Mon, 14 Mar 2022 17:09:48 +0000 (18:09 +0100)]
use the nextcloud certificate bundle for s3

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoMerge pull request #31803 from nextcloud/backport/31782/stable22
Louis [Mon, 4 Apr 2022 08:54:03 +0000 (10:54 +0200)]
Merge pull request #31803 from nextcloud/backport/31782/stable22

[stable22] Fix ldap wizard styling

2 years agoFix $baseDN parameter type in ILDAPWrapper::read 31777/head
Côme Chilliet [Tue, 29 Mar 2022 14:20:28 +0000 (16:20 +0200)]
Fix $baseDN parameter type in ILDAPWrapper::read

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoInherit doc from interface in LDAP class
Côme Chilliet [Tue, 29 Mar 2022 12:50:54 +0000 (14:50 +0200)]
Inherit doc from interface in LDAP class

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix unit tests
Côme Chilliet [Thu, 3 Mar 2022 15:35:06 +0000 (16:35 +0100)]
Fix unit tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix executeRead when connection is reset because of a timeout
Côme Chilliet [Thu, 3 Mar 2022 09:24:07 +0000 (10:24 +0100)]
Fix executeRead when connection is reset because of a timeout

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 4 Apr 2022 02:27:33 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 3 Apr 2022 02:27:15 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix ldap wizard styling 31803/head
Richard Steinmetz [Thu, 31 Mar 2022 18:54:22 +0000 (20:54 +0200)]
Fix ldap wizard styling

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 2 Apr 2022 02:28:10 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31784 from nextcloud/backport/31779/stable22
blizzz [Fri, 1 Apr 2022 09:47:43 +0000 (11:47 +0200)]
Merge pull request #31784 from nextcloud/backport/31779/stable22

[stable22] Fix assignment of the LDAP Wizard connection

2 years agoFix assignment of the LDAP Wizard connection 31784/head
Christoph Wurst [Thu, 31 Mar 2022 12:42:39 +0000 (14:42 +0200)]
Fix assignment of the LDAP Wizard connection

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 1 Apr 2022 02:28:32 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31767 from nextcloud/backport/31740/stable22
Simon L [Thu, 31 Mar 2022 15:39:16 +0000 (17:39 +0200)]
Merge pull request #31767 from nextcloud/backport/31740/stable22

[stable22] show that the web updater is not recommended on big instances

2 years agoran autoloaderchecker.sh 31767/head
szaimen [Thu, 31 Mar 2022 12:15:16 +0000 (14:15 +0200)]
ran autoloaderchecker.sh

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years agoaddress reviews
szaimen [Fri, 25 Mar 2022 09:03:38 +0000 (10:03 +0100)]
address reviews

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoshow warning in update admin overview
szaimen [Fri, 11 Mar 2022 11:23:15 +0000 (12:23 +0100)]
show warning in update admin overview

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 31 Mar 2022 02:29:57 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 30 Mar 2022 02:27:52 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31530 from nextcloud/backport/stable22/30889
Côme Chilliet [Tue, 29 Mar 2022 16:21:34 +0000 (18:21 +0200)]
Merge pull request #31530 from nextcloud/backport/stable22/30889

[stable22] Fix listeners declaration in case of occ usage

2 years agoBuild OC\Core\Application when running occ or cron to register listeners correctly 31530/head
Côme Chilliet [Thu, 3 Feb 2022 15:12:37 +0000 (16:12 +0100)]
Build OC\Core\Application when running occ or cron to register listeners correctly

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
(cherry picked from commit 63d7e7c798f6a6cbd56642a287673532b991c5ac)

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 29 Mar 2022 02:28:22 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31720 from nextcloud/dependabot/npm_and_yarn/stable22/babel-loade...
Louis [Mon, 28 Mar 2022 14:52:48 +0000 (16:52 +0200)]
Merge pull request #31720 from nextcloud/dependabot/npm_and_yarn/stable22/babel-loader-8.2.4

Bump babel-loader from 8.2.3 to 8.2.4

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 28 Mar 2022 02:27:41 +0000 (02:27 +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, 26 Mar 2022 02:28:08 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoBump babel-loader from 8.2.3 to 8.2.4 31720/head
dependabot[bot] [Sat, 26 Mar 2022 02:08:15 +0000 (02:08 +0000)]
Bump babel-loader from 8.2.3 to 8.2.4

Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.3 to 8.2.4.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.3...v8.2.4)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 25 Mar 2022 02:45:00 +0000 (02:45 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 24 Mar 2022 02:27:29 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix unit tests 31677/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 #31099 from nextcloud/backport/30942/stable22
Robin Appelman [Wed, 23 Mar 2022 16:11:20 +0000 (16:11 +0000)]
Merge pull request #31099 from nextcloud/backport/30942/stable22

[stable22] only setup part of the filesystem for appdata requests

2 years agoMerge pull request #31669 from nextcloud/backport/31620/stable22
blizzz [Wed, 23 Mar 2022 12:23:41 +0000 (13:23 +0100)]
Merge pull request #31669 from nextcloud/backport/31620/stable22

[stable22] do not forget DB table prefix with truncate query

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agodo not forget DB table prefix with truncate query 31669/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 #31535 from nextcloud/backport/31519/stable22
Joas Schilling [Tue, 22 Mar 2022 12:54:36 +0000 (13:54 +0100)]
Merge pull request #31535 from nextcloud/backport/31519/stable22

[stable22] Fix occ user:add-app-password

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 22 Mar 2022 02:28:57 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31517 from nextcloud/backport/31430/stable22
Simon L [Mon, 21 Mar 2022 21:29:00 +0000 (22:29 +0100)]
Merge pull request #31517 from nextcloud/backport/31430/stable22

[stable22] Validate `overwrite.cli.url` to be a url in setup check

2 years agoimprove overwrite cli url setup check 31517/head
szaimen [Thu, 3 Mar 2022 17:08:08 +0000 (18:08 +0100)]
improve overwrite cli url setup check

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years agohandle setupFS with null user 31099/head
Robin Appelman [Wed, 2 Feb 2022 15:25:47 +0000 (16:25 +0100)]
handle setupFS with null user

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agodont mark fs as setup when no user is active
Robin Appelman [Tue, 1 Feb 2022 18:05:23 +0000 (19:05 +0100)]
dont mark fs as setup when no user is active

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agofix fs cache test user setup
Robin Appelman [Tue, 1 Feb 2022 12:53:22 +0000 (13:53 +0100)]
fix fs cache test user setup

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agopass user object during fs init
Robin Appelman [Tue, 1 Feb 2022 12:49:43 +0000 (13:49 +0100)]
pass user object during fs init

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoonly setup part of the filesystem for appdata requests
Robin Appelman [Mon, 31 Jan 2022 14:53:28 +0000 (15:53 +0100)]
only setup part of the filesystem for appdata requests

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoMerge pull request #31643 from nextcloud/release/22.2.6/final v22.2.6
blizzz [Mon, 21 Mar 2022 12:44:20 +0000 (13:44 +0100)]
Merge pull request #31643 from nextcloud/release/22.2.6/final

22.2.6

2 years agoMerge pull request #31619 from nextcloud/backport/31425/stable22
blizzz [Mon, 21 Mar 2022 12:32:42 +0000 (13:32 +0100)]
Merge pull request #31619 from nextcloud/backport/31425/stable22

[stable22] Update CRL after revoke deckimportfromtrello.csr

2 years ago22.2.6 31643/head
Arthur Schiwon [Mon, 21 Mar 2022 12:29:29 +0000 (13:29 +0100)]
22.2.6

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 21 Mar 2022 02:27:25 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 20 Mar 2022 02:28:15 +0000 (02:28 +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, 19 Mar 2022 02:28:47 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoUpdate CRL after revoke vdirsyncerui.csr 31619/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 ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 18 Mar 2022 02:27:26 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>