]>
source.dussan.org Git - nextcloud-server.git/log
Nextcloud bot [Fri, 18 Sep 2020 19:05:47 +0000 (19:05 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 18 Sep 2020 02:17:17 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 17 Sep 2020 09:54:18 +0000 (11:54 +0200)]
Merge pull request #22900 from nextcloud/backport/21894/stable18
[stable18] fix: file quota was not applied in all cases
korelstar [Fri, 17 Jul 2020 12:14:51 +0000 (14:14 +0200)]
fix: file quota was not applied in all cases
Nextcloud bot [Thu, 17 Sep 2020 02:27:25 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 16 Sep 2020 18:45:32 +0000 (20:45 +0200)]
Merge pull request #22894 from nextcloud/backport/22880/stable18
[stable18] Revoke secsignid
Morris Jobke [Wed, 16 Sep 2020 10:45:16 +0000 (12:45 +0200)]
Revoke secsignid
See nextcloud/app-certificate-requests#343
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Wed, 16 Sep 2020 02:17:10 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 15 Sep 2020 10:48:49 +0000 (10:48 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Mon, 14 Sep 2020 15:16:29 +0000 (17:16 +0200)]
Merge pull request #22841 from nextcloud/backport/22770/stable18
[stable18] Mitigate encoding issue with user principal uri
Georg Ehrke [Thu, 10 Sep 2020 10:55:41 +0000 (12:55 +0200)]
Mitigate encoding issue with user principal uri
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Roeland Jago Douma [Fri, 11 Sep 2020 06:48:22 +0000 (08:48 +0200)]
Merge pull request #22781 from nextcloud/backport/22775/stable18
[stable18] makes LDAP's group updater dispatch type events
Roeland Jago Douma [Fri, 11 Sep 2020 06:48:07 +0000 (08:48 +0200)]
Merge pull request #22779 from nextcloud/backport/22739/stable18
[stable18] Don't fail if copying a file of 0 byte size
Roeland Jago Douma [Fri, 11 Sep 2020 06:47:58 +0000 (08:47 +0200)]
Merge pull request #22777 from nextcloud/backport/22747/stable18
[stable18] fix s3 doesDirectoryExist check for empty directories
Roeland Jago Douma [Fri, 11 Sep 2020 06:43:48 +0000 (08:43 +0200)]
Merge pull request #22592 from nextcloud/backport/22577/stable18
[stable18] Better error message when blocked by access control
Arthur Schiwon [Thu, 10 Sep 2020 13:07:34 +0000 (15:07 +0200)]
makes LDAP's group updater dispatch type events
* fixes group share updates on added users
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Julius Härtl [Wed, 9 Sep 2020 07:51:38 +0000 (09:51 +0200)]
Annotate that writeStream can throw a GenericFileException
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 9 Sep 2020 07:46:44 +0000 (09:46 +0200)]
Properly catch exception from writing to stream when copying a file
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 9 Sep 2020 13:19:04 +0000 (15:19 +0200)]
Set delimiter so that the CommonPrefixes response can properly be determined
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Robin Appelman [Wed, 9 Sep 2020 12:29:11 +0000 (14:29 +0200)]
fix s3 doesDirectoryExist check for empty directories
if a directory is empty, only the 'marker' object `/` exists.
since not all s3 implementations return just the prefix when listing objects by prefix,
when listing objects by the folder prefix, nothing will be returned if the directory is empty.
by not including the trailing slash in the prefix, the folder marked will always be returned if it exists
Signed-off-by: Robin Appelman <robin@icewind.nl>
blizzz [Thu, 10 Sep 2020 08:01:27 +0000 (10:01 +0200)]
Merge pull request #22631 from nextcloud/backport/22583/stable18
[stable18] LDAP: remove unused methods and DB values
Roeland Jago Douma [Thu, 10 Sep 2020 06:44:52 +0000 (08:44 +0200)]
Merge pull request #22754 from nextcloud/backport/22651/stable18
[stable18] Fix reading empty files from objectstorage
Roeland Jago Douma [Mon, 7 Sep 2020 18:53:56 +0000 (20:53 +0200)]
Fix reading empty files from objectstorage
Since we try to do range requests this will fail hard.
However since empty files are not that interesting to read anyways we
just read from an emptry memory stream.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Wed, 9 Sep 2020 14:51:05 +0000 (16:51 +0200)]
Merge pull request #22746 from nextcloud/backport/22646/stable18
[stable18] Fix detecting text/x-php mimetype and secure mimetype mapping
Morris Jobke [Wed, 9 Sep 2020 13:10:28 +0000 (15:10 +0200)]
Merge pull request #22653 from nextcloud/backport/22643/stable18
[stable18] Fix installing on Oracle
Morris Jobke [Wed, 9 Sep 2020 13:09:45 +0000 (15:09 +0200)]
Merge pull request #22714 from nextcloud/backport/stable18/22557
[stable18] Do not fail if share for mountpoint is no longer available
Morris Jobke [Wed, 9 Sep 2020 13:00:23 +0000 (15:00 +0200)]
Merge pull request #22721 from nextcloud/backport/22469/stable18
[stable18] Don't use SELECT DISTINCT when to_char() is used in a WHERE statement
Morris Jobke [Wed, 9 Sep 2020 12:29:45 +0000 (14:29 +0200)]
Merge pull request #22726 from nextcloud/version/18.0.9/final
18.0.9 final
Julius Härtl [Mon, 7 Sep 2020 14:43:00 +0000 (16:43 +0200)]
Add text/x-php as an alternative for application/x-php
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Mon, 7 Sep 2020 14:29:39 +0000 (16:29 +0200)]
Properly add both mimetypes to secure mimetype mapping
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Roeland Jago Douma [Tue, 8 Sep 2020 08:01:05 +0000 (10:01 +0200)]
18.0.9 final
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Joas Schilling [Fri, 28 Aug 2020 06:57:06 +0000 (08:57 +0200)]
Don't use SELECT DISTINCT when to_char() is used in a WHERE statement
Nice bug in Oracle
Signed-off-by: Joas Schilling <coding@schilljs.com>
Julius Härtl [Thu, 3 Sep 2020 09:17:59 +0000 (11:17 +0200)]
Do not fail if share for mountpoint is no longer available
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Joas Schilling [Mon, 7 Sep 2020 11:14:49 +0000 (13:14 +0200)]
Warn about adding NotNull columns with nullable default
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 7 Sep 2020 09:55:03 +0000 (11:55 +0200)]
Fix installing on Oracle
Empty strings are stored as null in Oracle,
so a column with NotNull can not have an empty string as default
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Mon, 7 Sep 2020 10:37:50 +0000 (12:37 +0200)]
Merge pull request #22602 from nextcloud/dependabot/npm_and_yarn/build/stable18/http-proxy-1.18.1
[Security] Bump http-proxy from 1.17.0 to 1.18.1 in /build
Arthur Schiwon [Fri, 4 Sep 2020 08:51:41 +0000 (10:51 +0200)]
add repair step to clean up DB off lastFeatureRefresh entries in user prefs
- also removes related app setting "updateAttributesInterval"
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Mon, 7 Sep 2020 02:16:57 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Fri, 4 Sep 2020 08:27:25 +0000 (10:27 +0200)]
these code bits were part of old logic that was already refactored out
- only references were in unit tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Sun, 6 Sep 2020 02:17:11 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 5 Sep 2020 02:17:04 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Fri, 4 Sep 2020 23:36:56 +0000 (23:36 +0000)]
[Security] Bump http-proxy from 1.17.0 to 1.18.1 in /build
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. **This update includes a security fix.**
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Roeland Jago Douma [Fri, 4 Sep 2020 17:59:10 +0000 (19:59 +0200)]
Merge pull request #22575 from nextcloud/version/18.0.9/rc1
18.0.9 RC1
dependabot-preview[bot] [Fri, 4 Sep 2020 15:35:31 +0000 (15:35 +0000)]
Merge pull request #22595 from nextcloud/dependabot/npm_and_yarn/stable18/node-sass-4.13.1
dependabot-preview[bot] [Fri, 4 Sep 2020 14:06:41 +0000 (14:06 +0000)]
[Security] Bump node-sass from 4.13.0 to 4.13.1
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>
Joas Schilling [Fri, 4 Sep 2020 06:51:35 +0000 (08:51 +0200)]
Better error message when blocked by access control
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 4 Sep 2020 13:37:00 +0000 (15:37 +0200)]
Merge pull request #22585 from nextcloud/backport/22550/stable18
[stable18] Use the correct root to determinate the webroot for the resource
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>
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
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>
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>
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
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
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>
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>
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
Roeland Jago Douma [Fri, 4 Sep 2020 06:49:07 +0000 (08:49 +0200)]
18.0.9 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Fri, 4 Sep 2020 02:17:36 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
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>
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
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>
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
Nextcloud bot [Thu, 3 Sep 2020 02:16:56 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 2 Sep 2020 02:17:30 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
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>
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
Nextcloud bot [Tue, 1 Sep 2020 02:16:26 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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
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>
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>
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>
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
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>
Nextcloud bot [Mon, 31 Aug 2020 02:16:29 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 30 Aug 2020 02:16:24 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 29 Aug 2020 02:18:07 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 28 Aug 2020 02:16:40 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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
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>
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>
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>
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>
Nextcloud bot [Thu, 27 Aug 2020 02:17:00 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
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
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
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
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
Nextcloud bot [Wed, 26 Aug 2020 02:16:48 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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>
Roeland Jago Douma [Tue, 25 Aug 2020 11:09:42 +0000 (13:09 +0200)]
18.0.8
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>
Arthur Schiwon [Tue, 25 Aug 2020 10:47:34 +0000 (12:47 +0200)]
compiled assets
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
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>
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>
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
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
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
Nextcloud bot [Tue, 25 Aug 2020 02:18:00 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
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>
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>