]>
source.dussan.org Git - nextcloud-server.git/log
Joas Schilling [Wed, 21 Jun 2023 05:11:16 +0000 (07:11 +0200)]
fix(l10n): Fix plural issue with different locale and language
We need to use the language code here instead of the locale,
because Symfony does not distinguish between the two and would
otherwise e.g. with locale "Czech" and language "German" try to
pick a non-existing plural rule, because Czech has 4 plural forms
and German only 2.
Signed-off-by: Joas Schilling <coding@schilljs.com>
Simon L [Wed, 21 Jun 2023 02:41:14 +0000 (04:41 +0200)]
Merge pull request #38915 from nextcloud/enh/noid/increase-https-warning
adjust admin setup check to increase warning to configure https
Nextcloud bot [Wed, 21 Jun 2023 00:37:42 +0000 (00:37 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Tue, 20 Jun 2023 20:54:48 +0000 (22:54 +0200)]
adjust admin setup check to increase warning to set up https
Signed-off-by: Simon L <szaimen@e.mail.de>
Louis [Tue, 20 Jun 2023 16:56:39 +0000 (18:56 +0200)]
Merge pull request #38762 from fsamapoor/constructor_property_promotion_in_core_command_part1
Uses PHP8's constructor property promotion in core/Command/Encryption
Louis [Tue, 20 Jun 2023 15:49:32 +0000 (17:49 +0200)]
Merge pull request #38768 from fsamapoor/constructor_property_promotion_in_core_command_part5
Uses PHP8's constructor property promotion in core/Command/Config and Group
Simon L [Tue, 20 Jun 2023 14:36:28 +0000 (16:36 +0200)]
Merge pull request #38639 from charno/bugfix/36644-pruneOutdatedSyncTokens-deletes-all-entries
Bugfix/36644 pruneOutdatedSyncTokens deletes all entries
Faraz Samapoor [Tue, 20 Jun 2023 08:11:21 +0000 (11:41 +0330)]
Update core/Command/Encryption/DecryptAll.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
Faraz Samapoor [Tue, 20 Jun 2023 08:11:14 +0000 (11:41 +0330)]
Update core/Command/Encryption/EncryptAll.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
Faraz Samapoor [Tue, 13 Jun 2023 07:59:52 +0000 (11:29 +0330)]
Moves single constructor parameters to new lines.
Based on:
https://github.com/nextcloud/server/pull/38764#discussion_r1227630895
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
Faraz Samapoor [Mon, 12 Jun 2023 14:57:35 +0000 (18:27 +0330)]
Fixes php-cs error.
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
Faraz Samapoor [Mon, 12 Jun 2023 14:22:30 +0000 (17:52 +0330)]
Uses PHP8's constructor property promotion in core/Command/Encryption classes.
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
Côme Chilliet [Tue, 20 Jun 2023 13:33:53 +0000 (15:33 +0200)]
Merge pull request #38638 from fsamapoor/constructor_property_promotion_part3
[3/3] Refactors /core controllers using constructor property promotion.
Côme Chilliet [Tue, 20 Jun 2023 12:50:04 +0000 (14:50 +0200)]
Merge pull request #35424 from nextcloud/cleanup/comments
Cleanup comments code
Côme Chilliet [Tue, 20 Jun 2023 10:14:57 +0000 (12:14 +0200)]
Throw if creation date is read before inserting into database
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Carl Schwan [Mon, 28 Nov 2022 09:54:47 +0000 (10:54 +0100)]
Improve typing in ICommentsManager
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Fri, 25 Nov 2022 10:19:47 +0000 (11:19 +0100)]
Cleanup comments code
- Fix various psalm issues
- Add as much typing as possible while preserving stable API
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Faraz Samapoor [Tue, 20 Jun 2023 08:17:04 +0000 (11:47 +0330)]
Update core/Controller/SetupController.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
Faraz Samapoor [Mon, 5 Jun 2023 15:17:57 +0000 (18:47 +0330)]
Applies agreed-upon indentation convention to the changed controllers.
Based on https://github.com/nextcloud/server/pull/38636#discussion_r1218167753
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
Faraz Samapoor [Sun, 4 Jun 2023 20:00:58 +0000 (23:30 +0330)]
Refactors controllers by using PHP8's constructor property promotion.
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
Côme Chilliet [Tue, 20 Jun 2023 08:12:52 +0000 (10:12 +0200)]
Merge pull request #38774 from fsamapoor/constructor_property_promotion_in_core_command_part8
Uses PHP8's constructor property promotion in core/Command/Log, /Security, and /SystemTag
Faraz Samapoor [Tue, 13 Jun 2023 12:11:33 +0000 (15:41 +0330)]
Moves single constructor parameters to new lines.
Based on:
https://github.com/nextcloud/server/pull/38764#discussion_r1227630895
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
Faraz Samapoor [Mon, 12 Jun 2023 14:52:05 +0000 (18:22 +0330)]
Uses PHP8's constructor property promotion in core/Command/Config and core/Command/Group classes.
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
Nextcloud bot [Tue, 20 Jun 2023 00:22:52 +0000 (00:22 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Mon, 19 Jun 2023 22:32:54 +0000 (00:32 +0200)]
Merge pull request #38888 from nextcloud/artonge/fix/dont_disable_action_during_save
Don't disable actions when saving share permissions
Julius Härtl [Mon, 19 Jun 2023 20:40:55 +0000 (22:40 +0200)]
Merge pull request #38890 from nextcloud/obj-store-copy-list-source-cache
Louis [Mon, 19 Jun 2023 19:09:24 +0000 (21:09 +0200)]
Merge pull request #38769 from fsamapoor/constructor_property_promotion_in_core_command_part6
Uses PHP8's constructor property promotion core/Command/App,/Background, and /Broadcast
Simon L [Mon, 19 Jun 2023 18:24:02 +0000 (20:24 +0200)]
Merge pull request #38876 from Freiheitswolke/style/config/alphabetise-preview-providers
style(config): alphabetise preview providers
Faraz Samapoor [Tue, 13 Jun 2023 12:36:16 +0000 (16:06 +0330)]
Moves single constructor parameters to new lines.
Based on:
https://github.com/nextcloud/server/pull/38764#discussion_r1227630895
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
Faraz Samapoor [Mon, 12 Jun 2023 15:46:09 +0000 (19:16 +0330)]
Uses PHP8's constructor property promotion.
in core/Command/Log, /Security, and /SystemTag classes.
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
Louis [Mon, 19 Jun 2023 15:43:12 +0000 (17:43 +0200)]
Merge pull request #38767 from fsamapoor/constructor_property_promotion_in_core_command_part4
Uses PHP8's constructor property promotion in core/Command/Maintenance
Louis [Mon, 19 Jun 2023 15:27:10 +0000 (17:27 +0200)]
Merge pull request #38764 from fsamapoor/constructor_property_promotion_in_core_command_part2
Uses PHP8's constructor property promotion in core/Command/Db classes.
Louis [Mon, 19 Jun 2023 15:09:08 +0000 (17:09 +0200)]
Merge pull request #38766 from fsamapoor/constructor_property_promotion_in_core_command_part3
Uses PHP8's constructor property promotion in core/Command/User classes.
Robin Appelman [Fri, 26 May 2023 12:51:05 +0000 (14:51 +0200)]
use source cache when listing folder during recursive copy
Signed-off-by: Robin Appelman <robin@icewind.nl>
Louis [Mon, 19 Jun 2023 12:09:01 +0000 (14:09 +0200)]
Merge pull request #38865 from nextcloud/dependabot/npm_and_yarn/nextcloud/files-3.0.0-beta.10
bump @nextcloud/files from 3.0.0-beta.9 to 3.0.0-beta.10
Julien Veyssier [Mon, 19 Jun 2023 11:46:18 +0000 (13:46 +0200)]
Merge pull request #38773 from nextcloud/fix/noid/protect-oauth2-api-controller
Add bruteforce protection in OauthApiController
Joda Stößer [Mon, 19 Jun 2023 00:28:01 +0000 (02:28 +0200)]
style(config): alphabetise preview providers
Signed-off-by: Joda Stößer <git@simjo.st>
Faraz Samapoor [Tue, 13 Jun 2023 07:40:41 +0000 (11:10 +0330)]
Moves single constructor parameters to new lines.
Based on:
https://github.com/nextcloud/server/pull/38764#discussion_r1227630895
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
Faraz Samapoor [Mon, 12 Jun 2023 15:02:59 +0000 (18:32 +0330)]
Uses PHP8's constructor property promotion.
in core/Command/App, /Background, and /Broadcast classes.
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
Faraz Samapoor [Tue, 13 Jun 2023 08:40:10 +0000 (12:10 +0330)]
Moves single constructor parameters to new lines.
Based on:
https://github.com/nextcloud/server/pull/38764#discussion_r1227630895
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
Faraz Samapoor [Mon, 12 Jun 2023 14:46:44 +0000 (18:16 +0330)]
Uses PHP8's constructor property promotion in core/Command/Maintenance classes.
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
Faraz Samapoor [Tue, 13 Jun 2023 07:33:25 +0000 (11:03 +0330)]
Update core/Command/Db/ConvertType.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
Faraz Samapoor [Tue, 13 Jun 2023 07:15:35 +0000 (10:45 +0330)]
Update core/Command/Db/ConvertFilecacheBigInt.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
Faraz Samapoor [Tue, 13 Jun 2023 07:14:12 +0000 (10:44 +0330)]
Update core/Command/Db/Migrations/MigrateCommand.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
Faraz Samapoor [Tue, 13 Jun 2023 07:13:59 +0000 (10:43 +0330)]
Update core/Command/Db/Migrations/StatusCommand.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
Faraz Samapoor [Mon, 12 Jun 2023 14:37:03 +0000 (18:07 +0330)]
Uses PHP8's constructor property promotion in core/Command/Db classes.
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
Faraz Samapoor [Tue, 13 Jun 2023 08:37:56 +0000 (12:07 +0330)]
Moves single constructor parameters to new lines.
Based on:
https://github.com/nextcloud/server/pull/38764#discussion_r1227630895
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
Faraz Samapoor [Mon, 12 Jun 2023 14:41:17 +0000 (18:11 +0330)]
Uses PHP8's constructor property promotion in core/Command/User classes.
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
Louis [Mon, 19 Jun 2023 10:22:07 +0000 (12:22 +0200)]
Merge pull request #38637 from fsamapoor/constructor_property_promotion_part2
[2/3] Refactors /core controllers using constructor property promotion.
dependabot[bot] [Sat, 17 Jun 2023 03:04:56 +0000 (03:04 +0000)]
bump @nextcloud/files from 3.0.0-beta.9 to 3.0.0-beta.10
---
updated-dependencies:
- dependency-name: "@nextcloud/files"
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>
Louis Chemineau [Mon, 19 Jun 2023 10:13:19 +0000 (12:13 +0200)]
Don't disable actions when saving share permissions
Signed-off-by: Louis Chemineau <louis@chmn.me>
Simon L [Mon, 19 Jun 2023 09:35:19 +0000 (11:35 +0200)]
Merge pull request #38868 from nextcloud/enh/noid/fix-mail-confusion
fix confusion around mail settings and improve layout a bit
Kate [Mon, 19 Jun 2023 09:20:02 +0000 (11:20 +0200)]
Merge pull request #38878 from nextcloud/cleanup/controller-service-aliases
Cleanup controller service aliases
Julien Veyssier [Mon, 12 Jun 2023 15:36:49 +0000 (17:36 +0200)]
add bruteforce protection in OauthApiController
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Hephi2 [Mon, 19 Jun 2023 09:09:06 +0000 (11:09 +0200)]
Merge pull request #38776 from nextcloud/fix/app-menu-do-not-invert-text
fix(core): Do not invert app menu text color
Jonas [Mon, 19 Jun 2023 07:52:14 +0000 (09:52 +0200)]
Compile JS assets
Signed-off-by: Jonas <jonas@freesources.org>
Ferdinand Thiessen [Wed, 3 May 2023 10:58:07 +0000 (12:58 +0200)]
fix(core): Do not invert app menu text color
* Also fixes other cypress test
* Build assets
Signed-off-by: Philipp Hempel <Philipp.Hempel1@web.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
jld3103 [Mon, 19 Jun 2023 05:48:44 +0000 (07:48 +0200)]
workflowengine: Stop using a service alias for controller
Signed-off-by: jld3103 <jld3103yt@gmail.com>
jld3103 [Mon, 19 Jun 2023 05:48:03 +0000 (07:48 +0200)]
comments: Stop using a service alias for controller
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Nextcloud bot [Mon, 19 Jun 2023 00:18:02 +0000 (00:18 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 18 Jun 2023 00:17:49 +0000 (00:17 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Sat, 17 Jun 2023 16:07:07 +0000 (18:07 +0200)]
fix confusion around mail settings
Signed-off-by: Simon L <szaimen@e.mail.de>
Nextcloud bot [Sat, 17 Jun 2023 00:17:53 +0000 (00:17 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Faraz Samapoor [Mon, 5 Jun 2023 15:12:42 +0000 (18:42 +0330)]
Applies agreed-upon indentation convention to the changed controllers.
Based on https://github.com/nextcloud/server/pull/38636#discussion_r1218167753
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
Faraz Samapoor [Sun, 4 Jun 2023 21:45:34 +0000 (01:15 +0330)]
Fixes psalm error.
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
Faraz Samapoor [Sun, 4 Jun 2023 20:56:15 +0000 (00:26 +0330)]
Fixes php-cs-fixer error.
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
Faraz Samapoor [Sun, 4 Jun 2023 20:16:27 +0000 (23:46 +0330)]
Refactors controllers by using PHP8's constructor property promotion.
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
Robin Appelman [Fri, 16 Jun 2023 15:57:24 +0000 (17:57 +0200)]
Merge pull request #38843 from nextcloud/message-log-event-type
fix type in BeforeMessageLoggedEvent
Simon L [Fri, 16 Jun 2023 11:05:45 +0000 (13:05 +0200)]
Merge pull request #38823 from nextcloud/enh/noid/fix-icons
generate user themed favicon and touchicon
Louis [Fri, 16 Jun 2023 08:09:05 +0000 (10:09 +0200)]
Merge pull request #38793 from Jenandra/fix-subadminsgroups-css-name
align subadmins css class name
Nextcloud bot [Fri, 16 Jun 2023 00:18:00 +0000 (00:18 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Wed, 14 Jun 2023 17:58:31 +0000 (19:58 +0200)]
generate user themed favicon and touchicon
Signed-off-by: Simon L <szaimen@e.mail.de>
Andy Scherzinger [Thu, 15 Jun 2023 22:06:54 +0000 (00:06 +0200)]
Merge pull request #38841 from nextcloud/fix/code-ownders-vitor
fix: Removed invalid user from CODEOWNERS file
Robin Appelman [Thu, 15 Jun 2023 15:29:11 +0000 (17:29 +0200)]
fix type in BeforeMessageLoggedEvent
Signed-off-by: Robin Appelman <robin@icewind.nl>
Christoph Wurst [Thu, 15 Jun 2023 14:33:58 +0000 (16:33 +0200)]
fix: Removed invalid user from CODEOWNERS file
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Kate [Thu, 15 Jun 2023 14:18:59 +0000 (16:18 +0200)]
Merge pull request #38830 from nextcloud/fix/files-api-route-names
Fix files API route names
Côme Chilliet [Thu, 15 Jun 2023 14:11:47 +0000 (16:11 +0200)]
Merge pull request #38827 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
Silke Suck [Wed, 14 Jun 2023 14:05:12 +0000 (16:05 +0200)]
duplicate css for subadmins to allow for both class names being used
Signed-off-by: Silke Suck <silke.suck@adacor.com>
Silke Suck [Tue, 13 Jun 2023 11:56:05 +0000 (13:56 +0200)]
align subadmins css class name with actually used class name subAdminsGroups to fix display issue when users are in many groups
Signed-off-by: Silke Suck <silke.suck@adacor.com>
jld3103 [Thu, 15 Jun 2023 08:21:35 +0000 (10:21 +0200)]
Fix files API route names
Signed-off-by: jld3103 <jld3103yt@gmail.com>
nextcloud-command [Thu, 15 Jun 2023 02:40:26 +0000 (02:40 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Thu, 15 Jun 2023 00:18:00 +0000 (00:18 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julien Veyssier [Wed, 14 Jun 2023 15:21:51 +0000 (17:21 +0200)]
Merge pull request #38770 from nextcloud/fix/38398/oauth-encrypted-secret-length
Make oauth2 client secret column larger
Julien Veyssier [Wed, 14 Jun 2023 08:16:53 +0000 (10:16 +0200)]
add extra migration that sets the secret column length in case the previous step has run when it was setting it to 256
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Julien Veyssier [Mon, 12 Jun 2023 15:00:42 +0000 (17:00 +0200)]
make oauth2 client secret column larger
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Julien Veyssier [Mon, 12 Jun 2023 15:48:21 +0000 (17:48 +0200)]
add test that inserts a long oauth client secret
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Kate [Wed, 14 Jun 2023 14:00:55 +0000 (16:00 +0200)]
Merge pull request #36214 from nextcloud/techdebt/noid/define-parameters-of-federated-file-sharing
Specify the parameters of FederatedFileSharing controllers
Simon L [Wed, 14 Jun 2023 13:26:43 +0000 (15:26 +0200)]
Merge pull request #38742 from nextcloud/automated/noid/master-fix-npm-audit
[master] Fix npm audit
Joas Schilling [Wed, 18 Jan 2023 11:44:17 +0000 (12:44 +0100)]
Specify the parameters of FederatedFileSharing controllers
Signed-off-by: Joas Schilling <coding@schilljs.com>
nextcloud-command [Wed, 14 Jun 2023 12:16:26 +0000 (12:16 +0000)]
chore(deps): fix npm audit
Signed-off-by: GitHub <noreply@github.com>
Simon L [Wed, 14 Jun 2023 11:40:01 +0000 (13:40 +0200)]
Merge pull request #38804 from nextcloud/fix/38798/show-button-only-one-time
make sure to show download button only one time
Robin Appelman [Wed, 14 Jun 2023 11:17:42 +0000 (13:17 +0200)]
Merge pull request #38490 from nextcloud/log-dispatch-event
emit an event when a message is logged
Simon L [Wed, 14 Jun 2023 09:42:09 +0000 (11:42 +0200)]
Merge pull request #38803 from nextcloud/deps/nc
Bump @nextcloud/auth @nextcloud/axios @nextcloud/calendar-availability-vue @nextcloud/dialogs @nextcloud/files and @nextcloud/router
Simon L [Wed, 14 Jun 2023 09:30:04 +0000 (11:30 +0200)]
make sure to show download button only one time
Signed-off-by: Simon L <szaimen@e.mail.de>
John Molakvoæ [Wed, 14 Jun 2023 08:36:21 +0000 (10:36 +0200)]
Bump @nextcloud/auth @nextcloud/axios @nextcloud/calendar-availability-vue @nextcloud/dialogs @nextcloud/files and @nextcloud/router
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Nextcloud bot [Wed, 14 Jun 2023 00:17:56 +0000 (00:17 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Louis [Tue, 13 Jun 2023 19:45:23 +0000 (21:45 +0200)]
Merge pull request #38794 from bensmrs/master
Enable version features again with S3 versioning
Robin Appelman [Fri, 26 May 2023 16:57:42 +0000 (18:57 +0200)]
emit an event when a message is logged
Signed-off-by: Robin Appelman <robin@icewind.nl>
Benjamin Somers [Tue, 13 Jun 2023 13:06:36 +0000 (15:06 +0200)]
Enable version features again with S3 versioning
Signed-off-by: Benjamin Somers <bsomers@resel.fr>
Daniel Kesselberg [Tue, 13 Jun 2023 12:25:43 +0000 (14:25 +0200)]
chore: don't copy additional configuration files to integration test container
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>