]>
source.dussan.org Git - nextcloud-server.git/log
Valdnet [Tue, 28 Jun 2022 06:59:10 +0000 (08:59 +0200)]
l10n: Separate words
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Nextcloud bot [Tue, 28 Jun 2022 02:28:28 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Pytal [Mon, 27 Jun 2022 17:55:51 +0000 (10:55 -0700)]
Merge pull request #32561 from nextcloud/port/vue-personal-federation
Louis [Mon, 27 Jun 2022 09:58:54 +0000 (11:58 +0200)]
Merge pull request #32998 from nextcloud/fix/setting_name
Rename setting name to reduce its length
Louis Chemineau [Thu, 23 Jun 2022 15:51:03 +0000 (17:51 +0200)]
Rename setting name to reduce its length
Signed-off-by: Louis Chemineau <louis@chmn.me>
Nextcloud bot [Mon, 27 Jun 2022 02:27:18 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Sat, 25 Jun 2022 03:21:58 +0000 (03:21 +0000)]
Merge pull request #33016 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.4.5
Nextcloud bot [Sat, 25 Jun 2022 02:27:31 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Sat, 25 Jun 2022 01:05:27 +0000 (01:05 +0000)]
Update guzzlehttp/guzzle requirement in /build/integration
Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.4.4...7.4.5)
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Carl Schwan [Fri, 24 Jun 2022 13:43:55 +0000 (15:43 +0200)]
Merge pull request #33006 from nextcloud/dependabot/composer/guzzlehttp/guzzle-7.4.5
Bump guzzlehttp/guzzle from 7.4.4 to 7.4.5
Carl Schwan [Fri, 24 Jun 2022 09:02:45 +0000 (11:02 +0200)]
Bump guzzlehttp/guzzle from 7.4.4 to 7.4.5
See https://github.com/nextcloud/3rdparty/pull/1088
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
blizzz [Fri, 24 Jun 2022 09:01:55 +0000 (11:01 +0200)]
Merge pull request #32820 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.4.4
Update guzzlehttp/guzzle requirement from 7.4.2 to 7.4.4 in /build/integration
blizzz [Fri, 24 Jun 2022 08:28:13 +0000 (10:28 +0200)]
Merge pull request #32863 from nextcloud/feature/add-comments-expire-date
Add comments expire date
Nextcloud bot [Fri, 24 Jun 2022 02:27:15 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Thu, 23 Jun 2022 15:45:05 +0000 (17:45 +0200)]
Merge pull request #32980 from nextcloud/fix/32887/dashboard-load-only-enabled-apps
load dashboard widgets of enabled apps only
Carl Schwan [Thu, 23 Jun 2022 15:39:45 +0000 (17:39 +0200)]
Merge pull request #32957 from nextcloud/fix/import-float
Fix importing float value
Carl Schwan [Thu, 23 Jun 2022 15:39:30 +0000 (17:39 +0200)]
Merge pull request #32962 from nextcloud/getstoragestat-change-url
Remove .php from url
Carl Schwan [Thu, 23 Jun 2022 11:01:35 +0000 (13:01 +0200)]
Merge pull request #32701 from nextcloud/fix/type-error-objectree
Fix type error in Sabre/Connector/Directory
John Molakvoæ [Thu, 23 Jun 2022 10:50:16 +0000 (12:50 +0200)]
Merge pull request #32988 from nextcloud/fix/improve-local-domain-detection
Carl Schwan [Tue, 7 Jun 2022 12:14:14 +0000 (14:14 +0200)]
Add test
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Tue, 21 Jun 2022 12:14:32 +0000 (14:14 +0200)]
Fix importing float value
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Côme Chilliet [Thu, 23 Jun 2022 09:45:16 +0000 (11:45 +0200)]
Improve local domain detection
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Nextcloud bot [Thu, 23 Jun 2022 02:27:35 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Wed, 22 Jun 2022 16:19:00 +0000 (18:19 +0200)]
avoid early DI of IAppManager
- might break install
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Wed, 22 Jun 2022 13:53:12 +0000 (15:53 +0200)]
load widgets only of enabled apps
- per design, all enabled apps have their registration run
- limitations, e.g. enabled by group, are not considered in that state,
because we do not have a session (and might need apps?)
- before instantiation of widget it has to be checked whether the providing
app is actually enabled for the logged in user.
- a public interface is being changed, but it is not meant to be
implemented or used outside of the core handling. Therefore save to
backport.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Daniel [Wed, 22 Jun 2022 09:56:17 +0000 (11:56 +0200)]
Merge pull request #32971 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
Carl Schwan [Wed, 22 Jun 2022 09:09:06 +0000 (11:09 +0200)]
Merge pull request #32884 from nextcloud/typing/dav-sharing
Add typing to Sharing Backend
Carl Schwan [Tue, 14 Jun 2022 13:26:15 +0000 (15:26 +0200)]
Add typing to Sharing Backend
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
nextcloud-command [Wed, 22 Jun 2022 04:21:01 +0000 (04:21 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Wed, 22 Jun 2022 02:28:08 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Tue, 21 Jun 2022 17:02:43 +0000 (19:02 +0200)]
Merge pull request #32964 from nextcloud/feat/add-title-folderview
Add title to file name
blizzz [Tue, 21 Jun 2022 16:49:08 +0000 (18:49 +0200)]
Merge pull request #32242 from nextcloud/fix-logging-data-array
Fix logging data context to file
Carl Schwan [Tue, 21 Jun 2022 16:48:10 +0000 (18:48 +0200)]
Merge pull request #32941 from nextcloud/dependabot/composer/guzzlehttp/guzzle-7.4.4
Bump guzzlehttp/guzzle from 7.4.0 to 7.4.4
blizzz [Tue, 21 Jun 2022 16:44:05 +0000 (18:44 +0200)]
Merge pull request #31475 from nextcloud/kofemann-patch-1
files: close open directory file descriptor on error path
Carl Schwan [Tue, 21 Jun 2022 14:50:16 +0000 (16:50 +0200)]
Add title to file name
Fix #32157
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Tue, 21 Jun 2022 14:44:37 +0000 (16:44 +0200)]
Remove .php from url
Probably here for legacy reasons, but it is a bit weird to call an .php
endpoint that doesn't correspond to a .php file
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Mon, 20 Jun 2022 12:18:32 +0000 (14:18 +0200)]
Bump guzzlehttp/guzzle from 7.4.0 to 7.4.4
See https://github.com/nextcloud/3rdparty/pull/1072
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Daniel [Tue, 21 Jun 2022 13:59:37 +0000 (15:59 +0200)]
Merge pull request #32823 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
Carl Schwan [Tue, 21 Jun 2022 11:39:28 +0000 (13:39 +0200)]
Merge pull request #32924 from nextcloud/memcached-binary-protocol
Enable binary protocol again
Côme Chilliet [Tue, 21 Jun 2022 11:30:33 +0000 (13:30 +0200)]
Merge pull request #32954 from nextcloud/fix/replace-opis-closure-by-laravel-fork-cleanup
Sync back with 3rdparty master
Simon L [Tue, 21 Jun 2022 11:26:30 +0000 (13:26 +0200)]
Merge pull request #32902 from nextcloud/enh/noid/opcache-buffer-size-limit
do not display the buffer_size info if the size is already set to a c…
Simon L [Tue, 21 Jun 2022 11:25:39 +0000 (13:25 +0200)]
Merge pull request #32948 from nextcloud/dashboardFix
make 'text-overflow: ellipsis' possible again in dashboard
Côme Chilliet [Tue, 21 Jun 2022 11:13:15 +0000 (13:13 +0200)]
Sync back with 3rdparty master
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
blizzz [Tue, 21 Jun 2022 10:21:32 +0000 (12:21 +0200)]
Merge pull request #32868 from nextcloud/fix/replace-opis-closure-by-laravel-fork
Replace opis/closure by laravel/serializable-closure
Carl Schwan [Tue, 21 Jun 2022 09:47:43 +0000 (11:47 +0200)]
Merge pull request #32861 from nextcloud/fix/remove-at-matcher-in-user_ldap-tests
Remove deprecated at() matcher from user_ldap tests
Côme Chilliet [Tue, 21 Jun 2022 09:45:17 +0000 (11:45 +0200)]
Merge pull request #32900 from nextcloud/fix/remove-at-matcher-in-theming-tests
Remove at matcher in theming tests
Côme Chilliet [Tue, 21 Jun 2022 09:45:00 +0000 (11:45 +0200)]
Merge pull request #32901 from nextcloud/fix/remove-at-matcher-in-lib-tests
Remove at matcher uses in tests/lib
Côme Chilliet [Tue, 21 Jun 2022 09:33:46 +0000 (11:33 +0200)]
Explicitely only accept closures from our dependencies in ClosureJob
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Artur Neumann [Tue, 21 Jun 2022 05:51:19 +0000 (11:36 +0545)]
make 'text-overflow: ellipsis' possible again in dashboard
Signed-off-by: Artur Neumann <artur@jankaritech.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Côme Chilliet [Tue, 21 Jun 2022 08:03:53 +0000 (10:03 +0200)]
Update 3rdparty branch with opis/closure back
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Tue, 21 Jun 2022 08:00:49 +0000 (10:00 +0200)]
Update 3rdparty branch with opis/closure back
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
nextcloud-command [Tue, 21 Jun 2022 04:20:18 +0000 (04:20 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Tue, 21 Jun 2022 02:28:53 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Côme Chilliet [Mon, 20 Jun 2022 15:34:29 +0000 (17:34 +0200)]
Add a test about unserializing data from opis/closure serialization
We need to be able to unserialize data from before upgrade.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Vitor Mattos [Mon, 20 Jun 2022 14:46:13 +0000 (11:46 -0300)]
Follow the most common pattern used in project
```
git grep strval|wc -l
32
git grep "(string)"|wc -l
481
```
Signed-off-by: Vitor Mattos <vitor@php.rio>
Vitor Mattos [Mon, 20 Jun 2022 12:53:51 +0000 (09:53 -0300)]
Fix test to check the expire date
Signed-off-by: Vitor Mattos <vitor@php.rio>
rakekniven [Mon, 20 Jun 2022 11:35:51 +0000 (13:35 +0200)]
Merge pull request #32881 from nextcloud/Valdnet-patch-2
l10n: Spelling unification
Richard Steinmetz [Mon, 20 Jun 2022 11:24:35 +0000 (13:24 +0200)]
Merge pull request #32719 from nextcloud/fix/noid/email-shares-not-shown
Fix email shares not being shown to other users
blizzz [Mon, 20 Jun 2022 10:52:39 +0000 (12:52 +0200)]
Merge pull request #32910 from nextcloud/fix/profiler-invalid-utf8
Fix profiler trying to serialize invalid utf8
Carl Schwan [Fri, 17 Jun 2022 08:23:03 +0000 (10:23 +0200)]
Fix profiler trying to serialize invalid utf8
The cookie value contains invalid utf8 characters most of the time so
let's just ignore it as it is also not that interesting to analyse.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Côme Chilliet [Mon, 20 Jun 2022 08:53:06 +0000 (10:53 +0200)]
Remove some more at matchers in tests/lib
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 16 Jun 2022 13:56:25 +0000 (15:56 +0200)]
Remove deprecated expectException from theming tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Nextcloud bot [Mon, 20 Jun 2022 02:27:27 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 19 Jun 2022 02:27:46 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 18 Jun 2022 02:27:27 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
szaimen [Thu, 16 Jun 2022 15:53:23 +0000 (17:53 +0200)]
do not display the buffer_size info if the size is already set to a certain threshold
Signed-off-by: szaimen <szaimen@e.mail.de>
Co-Authored-By: MichaIng <micha@dietpi.com>
Arthur Schiwon [Fri, 17 Jun 2022 16:09:35 +0000 (18:09 +0200)]
memcached should not throw arbitrary exceptions
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Richard Steinmetz [Fri, 3 Jun 2022 13:27:11 +0000 (15:27 +0200)]
Fix email shares not being shown to other users
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Carl Schwan [Fri, 17 Jun 2022 15:24:24 +0000 (17:24 +0200)]
Enable binary protocol again
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Simon L [Fri, 17 Jun 2022 10:12:25 +0000 (12:12 +0200)]
Merge pull request #32874 from bill-mcgonigle/patch-1
Mention missing files subdir
Nextcloud bot [Fri, 17 Jun 2022 02:27:44 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Thu, 16 Jun 2022 18:32:33 +0000 (20:32 +0200)]
Merge pull request #32898 from nextcloud/fix/noid/logger-overwrites-vars
Fix logger overwriting vars in some circumstances
Arthur Schiwon [Thu, 16 Jun 2022 11:50:59 +0000 (13:50 +0200)]
make placeholder a const for reuse
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Thu, 16 Jun 2022 11:30:52 +0000 (13:30 +0200)]
fix overwriting original vars when logging
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Wed, 15 Jun 2022 11:54:54 +0000 (13:54 +0200)]
add serializer test
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Côme Chilliet [Thu, 16 Jun 2022 15:43:17 +0000 (17:43 +0200)]
Remove at matcher uses in tests/lib
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 16 Jun 2022 13:55:05 +0000 (15:55 +0200)]
Remove deprecated at matcher from theming tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Nextcloud bot [Thu, 16 Jun 2022 02:27:32 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Wed, 15 Jun 2022 19:39:56 +0000 (21:39 +0200)]
Merge pull request #32876 from nextcloud/fix/fix-string-interpolation
Use {$var} instead of ${var} for PHP 8.2 compatibility
blizzz [Wed, 15 Jun 2022 19:36:47 +0000 (21:36 +0200)]
Merge pull request #32878 from nextcloud/fix-default-toast-message-for-failed-uploads-with-http2
Fix default toast message for failed uploads with HTTP/2
Vitor Mattos [Mon, 13 Jun 2022 15:22:36 +0000 (12:22 -0300)]
Add comments expire date
https://github.com/nextcloud/spreed/pull/7327
Signed-off-by: Vitor Mattos <vitor@php.rio>
Carl Schwan [Mon, 23 May 2022 15:29:03 +0000 (17:29 +0200)]
Port federatedfilesharing personal settings to vue
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Daniel [Wed, 15 Jun 2022 09:37:43 +0000 (11:37 +0200)]
Merge pull request #32584 from nextcloud/fix-ResetTokenBackgroundJob
Make sure ResetTokenBackgroundJob doesn't execute if config is read-only
Valdnet [Wed, 15 Jun 2022 09:01:58 +0000 (11:01 +0200)]
Spelling unification
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Valdnet [Wed, 15 Jun 2022 09:01:18 +0000 (11:01 +0200)]
l10n: Spelling unification
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Valdnet [Wed, 15 Jun 2022 08:57:05 +0000 (10:57 +0200)]
l10n: Spelling unification
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Thomas Citharel [Wed, 25 May 2022 06:58:10 +0000 (08:58 +0200)]
Update tests after ResetTokenBackgroundJob changes
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Thomas Citharel [Wed, 25 May 2022 06:52:39 +0000 (08:52 +0200)]
Use OCP version of TimedJob instead of OC for ResetTokenBackgroundJob
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Thomas Citharel [Wed, 25 May 2022 06:51:16 +0000 (08:51 +0200)]
Make sure ResetTokenBackgroundJob doesn't execute if config is read-only
No need to try to delete the config key in config.php if we aren't
allowed to.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Nextcloud bot [Wed, 15 Jun 2022 02:27:55 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Daniel Calviño Sánchez [Tue, 14 Jun 2022 14:07:35 +0000 (16:07 +0200)]
Fix default toast message for failed uploads with HTTP/2
When an upload fails a toast is shown with either a specific message or
just the textual part of the HTTP error code (which comes from the
upload failure handler and set by "jQuery.ajax()". However, if there
is neither a message nor an error then the toast will show the default
message from the Toastify-js library, which is an undescriptive "Hi
there!".
When HTTP/2 is used Chromium does not provide the textual part of the
HTTP error code, so when an upload fails the toast can receive an empty
message and thus just show "Hi there!". Now an explicit message is
provided as a fallback to prevent that.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Christoph Wurst [Tue, 14 Jun 2022 13:58:56 +0000 (15:58 +0200)]
Merge pull request #32351 from nextcloud/dav-handle-move-operation-properly
Handle the move operation properly between shared calendars
Côme Chilliet [Tue, 14 Jun 2022 13:44:51 +0000 (15:44 +0200)]
Remove bogus expects from user_ldap tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Christoph Wurst [Tue, 14 Jun 2022 13:33:29 +0000 (15:33 +0200)]
Merge pull request #32875 from nextcloud/fix/setup-set-up-2fa
Fix 2FA setup vs set up typo
Côme Chilliet [Tue, 14 Jun 2022 13:12:28 +0000 (15:12 +0200)]
Use {$var} instead of ${var} for PHP 8.2 compatibility
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Thomas Citharel [Thu, 12 May 2022 07:23:26 +0000 (09:23 +0200)]
Handle the move operation properly between shared calendars
- Introduce a new CalendarObjectMovedEvent typed event dedicated for
this operation
- Handle the event in the activity backend and add new appropriate activity subjects
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Christoph Wurst [Tue, 14 Jun 2022 12:34:20 +0000 (14:34 +0200)]
Fix 2FA setup vs set up typo
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Bill McGonigle [Tue, 14 Jun 2022 11:10:29 +0000 (07:10 -0400)]
Mention missing files subdir
Many users are getting confused by the inaccurate error message "Home storage for user $user not writable" because the storage *is* writable. The actual issue is a missing files/ subdirectory. cf. https://help.nextcloud.com/t/home-storage-for-user-not-writable/10831/7
By mentioning the possible cause in the error message, users are going to be able to rapidly solve their problem rather than bang their heads against the screen, Google, and eventually forums to find out that the error message is wrong in their case.
Yes, it would be better to detect and precisely describe the fault, or fix the problem automatically, but until then, be kind to the users for the next however many years.
Carl Schwan [Thu, 2 Jun 2022 08:23:39 +0000 (10:23 +0200)]
Fix type error in Sabre/Connector/Directory
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Daniel [Tue, 14 Jun 2022 10:34:55 +0000 (12:34 +0200)]
Merge pull request #32813 from nextcloud/debt/noid/check-for-3rdparty-updates
Run php tests when 3rdparty changed