]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agoUse the correct root to determinate the webroot for the resource 22585/head
Joas Schilling [Fri, 4 Sep 2020 11:20:42 +0000 (13:20 +0200)]
Use the correct root to determinate the webroot for the resource

Since all the compiled routes are based on the server webroot,
we have to use this, independent from which app this belongs to.

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #22554 from nextcloud/backport/22528/stable18
Roeland Jago Douma [Fri, 4 Sep 2020 10:30:26 +0000 (12:30 +0200)]
Merge pull request #22554 from nextcloud/backport/22528/stable18

[stable18] Change free space calculation

4 years agoTests only: Forward calls to getUserValue and getAppValue 22554/head
Daniel Kesselberg [Tue, 1 Sep 2020 07:58:59 +0000 (09:58 +0200)]
Tests only: Forward calls to getUserValue and getAppValue

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoChange free space calculation
Daniel Kesselberg [Mon, 31 Aug 2020 21:10:04 +0000 (23:10 +0200)]
Change free space calculation

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoMerge pull request #22570 from nextcloud/backport/22524/stable18
Roeland Jago Douma [Fri, 4 Sep 2020 10:26:31 +0000 (12:26 +0200)]
Merge pull request #22570 from nextcloud/backport/22524/stable18

[stable18] Fix app password updating out of bounds

4 years agoMerge pull request #22582 from nextcloud/backport/22578/stable18
Roeland Jago Douma [Fri, 4 Sep 2020 10:26:00 +0000 (12:26 +0200)]
Merge pull request #22582 from nextcloud/backport/22578/stable18

[stable18] Upgrade icewind/smb to 3.2.7

4 years agoUpgrade icewind/smb to 3.2.7 22582/head
Roeland Jago Douma [Fri, 4 Sep 2020 06:57:27 +0000 (08:57 +0200)]
Upgrade icewind/smb to 3.2.7

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoFix app password updating out of bounds 22570/head
Roeland Jago Douma [Mon, 31 Aug 2020 17:45:40 +0000 (19:45 +0200)]
Fix app password updating out of bounds

When your password changes out of bounds your Nextcloud tokens will
become invalid. There is no real way around that. However we should make
sure that if you successfully log in again your passwords are all
updates

* Added event listener to the PostLoggedInEvent so that we can act on it
  - Only if it is not a token login
* Make sure that we actually reset the invalid state when we update a
  token. Else it keeps being marked invalid and thus not used.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #22572 from nextcloud/dependabot/npm_and_yarn/build/stable18/node...
Roeland Jago Douma [Fri, 4 Sep 2020 07:04:39 +0000 (09:04 +0200)]
Merge pull request #22572 from nextcloud/dependabot/npm_and_yarn/build/stable18/node-sass-4.13.1

[Security] Bump node-sass from 4.13.0 to 4.13.1 in /build

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 4 Sep 2020 02:17:36 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years ago[Security] Bump node-sass from 4.13.0 to 4.13.1 in /build 22572/head
dependabot-preview[bot] [Thu, 3 Sep 2020 21:59:11 +0000 (21:59 +0000)]
[Security] Bump node-sass from 4.13.0 to 4.13.1 in /build

Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.0 to 4.13.1. **This update includes a security fix.**
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.13.0...v4.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #22561 from nextcloud/backport/22556/stable18
Roeland Jago Douma [Thu, 3 Sep 2020 19:06:27 +0000 (21:06 +0200)]
Merge pull request #22561 from nextcloud/backport/22556/stable18

[stable18] Do not keep the part file if the forbidden exception has no retry set

4 years agoDo not keep the part file if the forbidden exception has retry set to false 22561/head
Julius Härtl [Thu, 3 Sep 2020 09:00:24 +0000 (11:00 +0200)]
Do not keep the part file if the forbidden exception has retry set to false

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #22538 from nextcloud/backport/22535/stable18
Roeland Jago Douma [Thu, 3 Sep 2020 06:41:47 +0000 (08:41 +0200)]
Merge pull request #22538 from nextcloud/backport/22535/stable18

[stable18] Only disable zip64 if the size is known

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 3 Sep 2020 02:16:56 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 2 Sep 2020 02:17:30 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoOnly disable zip64 if the size is known 22538/head
Roeland Jago Douma [Tue, 1 Sep 2020 09:24:01 +0000 (11:24 +0200)]
Only disable zip64 if the size is known

Else we might run into the issue that for an external storage where the
size is not known yet we do not use zip64. Which then of course fails on
large zip files.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #22518 from nextcloud/backport/22517/stable18
Roeland Jago Douma [Tue, 1 Sep 2020 06:05:15 +0000 (08:05 +0200)]
Merge pull request #22518 from nextcloud/backport/22517/stable18

[stable18] set the mount id before calling storage wrapper

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 1 Sep 2020 02:16:26 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22522 from nextcloud/backport/22514/stable18
Roeland Jago Douma [Mon, 31 Aug 2020 19:44:11 +0000 (21:44 +0200)]
Merge pull request #22522 from nextcloud/backport/22514/stable18

[stable18] Fix S3 error handling

4 years agoOnly update the filecache entry once the file has been written to S3 22522/head
Roeland Jago Douma [Mon, 31 Aug 2020 10:28:04 +0000 (12:28 +0200)]
Only update the filecache entry once the file has been written to S3

If we already update before we have no way to revert if the upload
fails.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoDon't lose filecache entry on s3 overwrite error
Roeland Jago Douma [Mon, 31 Aug 2020 10:25:20 +0000 (12:25 +0200)]
Don't lose filecache entry on s3 overwrite error

If the object store errors we should not always delete the filecache
entry. As this might lead to people losing access to their files.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoset the mount id before calling storage wrapper 22518/head
Robin Appelman [Mon, 31 Aug 2020 14:38:47 +0000 (16:38 +0200)]
set the mount id before calling storage wrapper

this allows the storage wrapper to use the mount id for it's own logic

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoMerge pull request #22504 from nextcloud/backport/22481/stable18
Julius Härtl [Mon, 31 Aug 2020 13:42:48 +0000 (15:42 +0200)]
Merge pull request #22504 from nextcloud/backport/22481/stable18

[stable18] Fix clicks on actions menu of non opaque file rows in acceptance tests

4 years agoFix clicks on actions menu of non opaque file rows in acceptance tests 22504/head
Daniel Calviño Sánchez [Fri, 28 Aug 2020 23:08:30 +0000 (01:08 +0200)]
Fix clicks on actions menu of non opaque file rows in acceptance tests

When a row is added to the file list the opacity of the file row is
animated from transparent to fully opaque. As the file actions menu is a
descendant of the row but overflows it when the row is not fully opaque
clicks on the menu entries "fall-through" and are received instead by
the rows behind.

The opacity animation is a CSS animation, and it is not possible to know
if a row is appearing or not except from its opacity (the row will have
the "appear" CSS class even after the animation ended). Therefore it
should be waited until the row of the file is fully opaque before using
the menu.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 31 Aug 2020 02:16:29 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

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

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 29 Aug 2020 02:18:07 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 28 Aug 2020 02:16:40 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22449 from nextcloud/stable18-phpdoc
Roeland Jago Douma [Thu, 27 Aug 2020 13:35:27 +0000 (15:35 +0200)]
Merge pull request #22449 from nextcloud/stable18-phpdoc

[stable18] Add php docs build script

4 years agoUse proper branch name in phpdoc builds 22449/head
Julius Härtl [Thu, 27 Aug 2020 06:45:43 +0000 (08:45 +0200)]
Use proper branch name in phpdoc builds

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoRemove @package annotations from public namespace
Julius Härtl [Wed, 26 Aug 2020 14:59:40 +0000 (16:59 +0200)]
Remove @package annotations from public namespace

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoRemove wrongly annotated package names
Julius Härtl [Wed, 26 Aug 2020 10:35:27 +0000 (12:35 +0200)]
Remove wrongly annotated package names

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAdd php docs build script
Julius Härtl [Wed, 26 Aug 2020 06:08:37 +0000 (08:08 +0200)]
Add php docs build script

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 27 Aug 2020 02:17:00 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22411 from nextcloud/backport/22359/stable18
Roeland Jago Douma [Wed, 26 Aug 2020 18:22:28 +0000 (20:22 +0200)]
Merge pull request #22411 from nextcloud/backport/22359/stable18

[stable18] fix possible leaking scope in Flow

4 years agoMerge pull request #22415 from nextcloud/backport/22358/stable18
Roeland Jago Douma [Wed, 26 Aug 2020 18:22:14 +0000 (20:22 +0200)]
Merge pull request #22415 from nextcloud/backport/22358/stable18

[stable18] fix event icon sizes and text alignment

4 years agoMerge pull request #22428 from nextcloud/backport/21988/stable18
Roeland Jago Douma [Wed, 26 Aug 2020 18:21:36 +0000 (20:21 +0200)]
Merge pull request #22428 from nextcloud/backport/21988/stable18

[stable18] Combine body-login rules in theming and fix twofactor and guest styling on bright colors

4 years agoMerge pull request #22417 from nextcloud/version/18.0.8/final v18.0.8
Roeland Jago Douma [Wed, 26 Aug 2020 17:21:12 +0000 (19:21 +0200)]
Merge pull request #22417 from nextcloud/version/18.0.8/final

18.0.8

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 26 Aug 2020 02:16:48 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoCombine body-login rules in theming and fix twofactor and guest styling on bright... 22428/head
Julius Härtl [Fri, 24 Jul 2020 06:59:28 +0000 (08:59 +0200)]
Combine body-login rules in theming and fix twofactor and guest styling on bright colors

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years ago18.0.8 22417/head
Roeland Jago Douma [Tue, 25 Aug 2020 11:09:42 +0000 (13:09 +0200)]
18.0.8

4 years agoadjust since for 18 22411/head
Arthur Schiwon [Tue, 25 Aug 2020 11:06:03 +0000 (13:06 +0200)]
adjust since for 18

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agocompiled assets 22415/head
Arthur Schiwon [Tue, 25 Aug 2020 10:47:34 +0000 (12:47 +0200)]
compiled assets

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

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agofix possible leaking scope in Flow
Arthur Schiwon [Fri, 21 Aug 2020 15:36:01 +0000 (17:36 +0200)]
fix possible leaking scope in Flow

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

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #22350 from nextcloud/version/18.0.8/RC2 v18.0.8RC2
Roeland Jago Douma [Tue, 25 Aug 2020 07:41:28 +0000 (09:41 +0200)]
Merge pull request #22350 from nextcloud/version/18.0.8/RC2

18.0.8 RC2

4 years agoMerge pull request #22401 from nextcloud/backport/22394/stable18
Roeland Jago Douma [Tue, 25 Aug 2020 07:38:49 +0000 (09:38 +0200)]
Merge pull request #22401 from nextcloud/backport/22394/stable18

[stable18] Fix missing FN from federated contact

4 years agoMerge pull request #22405 from nextcloud/backport/22390/stable18
Roeland Jago Douma [Tue, 25 Aug 2020 07:37:08 +0000 (09:37 +0200)]
Merge pull request #22405 from nextcloud/backport/22390/stable18

[stable18] Make legacy format opt-in

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

4 years agoMake legacy format opt-in 22405/head
Roeland Jago Douma [Mon, 24 Aug 2020 11:37:39 +0000 (13:37 +0200)]
Make legacy format opt-in

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoFix missing FN from federated contact 22401/head
John Molakvoæ (skjnldsv) [Mon, 24 Aug 2020 13:15:32 +0000 (15:15 +0200)]
Fix missing FN from federated contact

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoMerge pull request #22388 from nextcloud/backport/22385/stable18
Roeland Jago Douma [Mon, 24 Aug 2020 12:07:59 +0000 (14:07 +0200)]
Merge pull request #22388 from nextcloud/backport/22385/stable18

[stable18] Update the CRL

4 years agoUpdate the CRL 22388/head
Roeland Jago Douma [Mon, 24 Aug 2020 10:29:38 +0000 (12:29 +0200)]
Update the CRL

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 24 Aug 2020 02:17:04 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 23 Aug 2020 02:17:01 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 22 Aug 2020 02:16:47 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22338 from nextcloud/backport/22322/stable18
Roeland Jago Douma [Fri, 21 Aug 2020 08:30:47 +0000 (10:30 +0200)]
Merge pull request #22338 from nextcloud/backport/22322/stable18

[stable18] Only copy the link when updating a share or no password was forced

4 years agoMerge pull request #22343 from nextcloud/backport/22335/stable18
Roeland Jago Douma [Fri, 21 Aug 2020 07:24:31 +0000 (09:24 +0200)]
Merge pull request #22343 from nextcloud/backport/22335/stable18

[stable18] Remove encryption option for nextcloud external storage

4 years ago18.0.8 RC2 22350/head
Roeland Jago Douma [Fri, 21 Aug 2020 06:57:01 +0000 (08:57 +0200)]
18.0.8 RC2

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 21 Aug 2020 02:17:03 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoRemove encryption option for nextcloud external storage 22343/head
Roeland Jago Douma [Thu, 20 Aug 2020 14:28:03 +0000 (16:28 +0200)]
Remove encryption option for nextcloud external storage

Fixes #16017

Since it never worked we should not show it.

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

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #22226 from nextcloud/version/18.0.8/RC1 v18.0.8RC1
Morris Jobke [Thu, 20 Aug 2020 07:59:47 +0000 (09:59 +0200)]
Merge pull request #22226 from nextcloud/version/18.0.8/RC1

18.0.8 RC1

4 years agoMerge pull request #22310 from nextcloud/backport/22221/stable18-2
Joas Schilling [Thu, 20 Aug 2020 06:16:00 +0000 (08:16 +0200)]
Merge pull request #22310 from nextcloud/backport/22221/stable18-2

[stable18] fixing a logged deprecation message #22309

4 years agoMerge pull request #22306 from nextcloud/backport/22300/stable18
Morris Jobke [Thu, 20 Aug 2020 06:02:33 +0000 (08:02 +0200)]
Merge pull request #22306 from nextcloud/backport/22300/stable18

[stable18] Allow to disable share emails

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 20 Aug 2020 02:17:58 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agosimplified backport of #22221, fixing a deprecation log message 22310/head
Arthur Schiwon [Wed, 19 Aug 2020 21:00:03 +0000 (23:00 +0200)]
simplified backport of #22221, fixing a deprecation log message

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoAllow to disable share emails 22306/head
Joas Schilling [Wed, 19 Aug 2020 07:03:58 +0000 (09:03 +0200)]
Allow to disable share emails

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #22301 from nextcloud/backport/22299/stable18
Morris Jobke [Wed, 19 Aug 2020 18:38:05 +0000 (20:38 +0200)]
Merge pull request #22301 from nextcloud/backport/22299/stable18

[stable18] Show disabled user count in occ user:report

4 years agoMerge pull request #22240 from nextcloud/backport/22128/stable18
Morris Jobke [Wed, 19 Aug 2020 17:31:01 +0000 (19:31 +0200)]
Merge pull request #22240 from nextcloud/backport/22128/stable18

[stable18] Delete chunks if the move on an upload failed

4 years agoShow disabled user count in occ user:report 22301/head
Morris Jobke [Wed, 19 Aug 2020 07:31:41 +0000 (09:31 +0200)]
Show disabled user count in occ user:report

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoFix broken backport 22240/head
Joas Schilling [Wed, 19 Aug 2020 13:43:10 +0000 (15:43 +0200)]
Fix broken backport

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 19 Aug 2020 02:17:29 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

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

4 years agoMerge pull request #22268 from nextcloud/backport/22087/stable18
Morris Jobke [Mon, 17 Aug 2020 13:11:51 +0000 (15:11 +0200)]
Merge pull request #22268 from nextcloud/backport/22087/stable18

[stable18] Fix browser freeze on long password input

4 years agoFix browser freeze on long password input 22268/head
Joas Schilling [Mon, 3 Aug 2020 10:24:35 +0000 (12:24 +0200)]
Fix browser freeze on long password input

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 17 Aug 2020 02:16:56 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

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

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 15 Aug 2020 02:17:34 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 14 Aug 2020 02:32:17 +0000 (02:32 +0000)]
[tx-robot] updated from transifex

4 years agoReturn proper status when file didn't exist before
Julius Härtl [Thu, 13 Aug 2020 13:26:42 +0000 (15:26 +0200)]
Return proper status when file didn't exist before

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAdjust chunking test for non-existing target node
Julius Härtl [Wed, 12 Aug 2020 06:18:35 +0000 (08:18 +0200)]
Adjust chunking test for non-existing target node

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoDelete chunks if the move on an upload failed
Julius Härtl [Thu, 6 Aug 2020 09:50:31 +0000 (11:50 +0200)]
Delete chunks if the move on an upload failed

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #22233 from nextcloud/backport/22217/stable18
Morris Jobke [Thu, 13 Aug 2020 12:49:13 +0000 (14:49 +0200)]
Merge pull request #22233 from nextcloud/backport/22217/stable18

[stable18] Add app config option to disable "Email was changed by admin" activity

4 years agoAdd app config option to disable "Email was changed by admin" activity 22233/head
Morris Jobke [Wed, 12 Aug 2020 10:27:43 +0000 (12:27 +0200)]
Add app config option to disable "Email was changed by admin" activity

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoNew cert bundle 22226/head
Roeland Jago Douma [Thu, 13 Aug 2020 06:37:31 +0000 (08:37 +0200)]
New cert bundle

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years ago18.0.8 RC1
Roeland Jago Douma [Thu, 13 Aug 2020 06:37:18 +0000 (08:37 +0200)]
18.0.8 RC1

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #21956 from nextcloud/backport/21949/stable18
Roeland Jago Douma [Thu, 13 Aug 2020 03:23:42 +0000 (05:23 +0200)]
Merge pull request #21956 from nextcloud/backport/21949/stable18

[stable18] update icewind/smb to 3.2.6

4 years agoMerge pull request #22182 from nextcloud/backport/21775/stable18
Roeland Jago Douma [Thu, 13 Aug 2020 03:13:36 +0000 (05:13 +0200)]
Merge pull request #22182 from nextcloud/backport/21775/stable18

[stable18] Do not exit if available space cannot be determined on file transfer

4 years agoMerge pull request #22207 from nextcloud/backport/21676/stable18
Roeland Jago Douma [Thu, 13 Aug 2020 03:06:21 +0000 (05:06 +0200)]
Merge pull request #22207 from nextcloud/backport/21676/stable18

[stable18] Fix chmod on file descriptor

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 13 Aug 2020 02:16:56 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22204 from nextcloud/backport/21559/stable18
Morris Jobke [Wed, 12 Aug 2020 20:55:16 +0000 (22:55 +0200)]
Merge pull request #22204 from nextcloud/backport/21559/stable18

[stable18] shortcut in reading nested group members when IN_CHAIN is available

4 years agoadapt tests for nc18 22204/head
Arthur Schiwon [Wed, 12 Aug 2020 08:23:13 +0000 (10:23 +0200)]
adapt tests for nc18

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #22212 from nextcloud/backport/22196/stable18
Roeland Jago Douma [Wed, 12 Aug 2020 08:44:15 +0000 (10:44 +0200)]
Merge pull request #22212 from nextcloud/backport/22196/stable18

[stable18] SSE enhancement of file signature

4 years agoSSE enhancement 22212/head
Roeland Jago Douma [Tue, 11 Aug 2020 17:26:41 +0000 (19:26 +0200)]
SSE enhancement

Do not blind concatenate ints. Lets add a _ between them. So that we can
distrinquis them properly

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 12 Aug 2020 02:17:10 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoFix chmod on file descriptor 22207/head
J0WI [Fri, 3 Jul 2020 18:53:54 +0000 (20:53 +0200)]
Fix chmod on file descriptor

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
4 years agodo not flip available state to unavailable, allow empty results
Arthur Schiwon [Tue, 11 Aug 2020 16:53:50 +0000 (18:53 +0200)]
do not flip available state to unavailable, allow empty results

- the detection relies that the first, requested result is not empty
- it might be empty though – groups without members
- protect switching from available to unavailable
  - switching the other way around was also not envisaged either

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoLDAP: shortcut in reading nested group members when IN_CHAIN is available
Arthur Schiwon [Wed, 24 Jun 2020 11:09:15 +0000 (13:09 +0200)]
LDAP: shortcut in reading nested group members when IN_CHAIN is available

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>