]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
15 months agofix(sab): put location in proper address field 38856/head
Johannes Merkel [Fri, 16 Jun 2023 12:29:26 +0000 (14:29 +0200)]
fix(sab): put location in proper address field

Signed-off-by: Johannes Merkel <mail@johannesgge.de>
15 months agoMerge pull request #38638 from fsamapoor/constructor_property_promotion_part3
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.

15 months agoMerge pull request #35424 from nextcloud/cleanup/comments
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

15 months agoThrow if creation date is read before inserting into database 35424/head
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>
15 months agoImprove typing in ICommentsManager
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>
15 months agoCleanup comments code
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>
15 months agoUpdate core/Controller/SetupController.php 38638/head
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>
15 months agoApplies agreed-upon indentation convention to the changed controllers.
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>
15 months agoRefactors controllers by using PHP8's constructor property promotion.
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>
15 months agoMerge pull request #38774 from fsamapoor/constructor_property_promotion_in_core_comma...
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

15 months agoFix(l10n): Update translations from Transifex
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>
15 months agoMerge pull request #38888 from nextcloud/artonge/fix/dont_disable_action_during_save
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

15 months agoMerge pull request #38890 from nextcloud/obj-store-copy-list-source-cache
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

15 months agoMerge pull request #38769 from fsamapoor/constructor_property_promotion_in_core_comma...
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

15 months agoMerge pull request #38876 from Freiheitswolke/style/config/alphabetise-preview-providers
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

15 months agoMoves single constructor parameters to new lines. 38774/head
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>
15 months ago Uses PHP8's constructor property promotion.
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>
15 months agoMerge pull request #38767 from fsamapoor/constructor_property_promotion_in_core_comma...
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

15 months agoMerge pull request #38764 from fsamapoor/constructor_property_promotion_in_core_comma...
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.

15 months agoMerge pull request #38766 from fsamapoor/constructor_property_promotion_in_core_comma...
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.

15 months agouse source cache when listing folder during recursive copy 38890/head
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>
15 months agoMerge pull request #38865 from nextcloud/dependabot/npm_and_yarn/nextcloud/files...
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

15 months agoMerge pull request #38773 from nextcloud/fix/noid/protect-oauth2-api-controller
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

15 months agostyle(config): alphabetise preview providers 38876/head
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>
15 months agoMoves single constructor parameters to new lines. 38769/head
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>
15 months ago Uses PHP8's constructor property promotion.
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>
15 months agoMoves single constructor parameters to new lines. 38767/head
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>
15 months agoUses PHP8's constructor property promotion in core/Command/Maintenance classes.
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>
15 months agoUpdate core/Command/Db/ConvertType.php 38764/head
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>
15 months agoUpdate core/Command/Db/ConvertFilecacheBigInt.php
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>
15 months agoUpdate core/Command/Db/Migrations/MigrateCommand.php
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>
15 months agoUpdate core/Command/Db/Migrations/StatusCommand.php
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>
15 months agoUses PHP8's constructor property promotion in core/Command/Db classes.
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>
15 months agoMoves single constructor parameters to new lines. 38766/head
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>
15 months agoUses PHP8's constructor property promotion in core/Command/User classes.
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>
15 months agoMerge pull request #38637 from fsamapoor/constructor_property_promotion_part2
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.

15 months agobump @nextcloud/files from 3.0.0-beta.9 to 3.0.0-beta.10 38865/head
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>
15 months agoDon't disable actions when saving share permissions 38888/head
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>
15 months agoMerge pull request #38868 from nextcloud/enh/noid/fix-mail-confusion
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

15 months agoMerge pull request #38878 from nextcloud/cleanup/controller-service-aliases
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

15 months agoadd bruteforce protection in OauthApiController 38773/head
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>
15 months agoMerge pull request #38776 from nextcloud/fix/app-menu-do-not-invert-text
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

15 months agoCompile JS assets 38776/head
Jonas [Mon, 19 Jun 2023 07:52:14 +0000 (09:52 +0200)]
Compile JS assets

Signed-off-by: Jonas <jonas@freesources.org>
15 months agofix(core): Do not invert app menu text color
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>
15 months agoworkflowengine: Stop using a service alias for controller 38878/head
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>
15 months agocomments: Stop using a service alias for controller
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>
16 months agoFix(l10n): Update translations from Transifex
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>
16 months agoFix(l10n): Update translations from Transifex
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>
16 months agofix confusion around mail settings 38868/head
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>
16 months agoFix(l10n): Update translations from Transifex
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>
16 months agoApplies agreed-upon indentation convention to the changed controllers. 38637/head
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>
16 months agoFixes psalm error.
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>
16 months agoFixes php-cs-fixer error.
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>
16 months agoRefactors controllers by using PHP8's constructor property promotion.
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>
16 months agoMerge pull request #38843 from nextcloud/message-log-event-type
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

16 months agoMerge pull request #38823 from nextcloud/enh/noid/fix-icons
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

16 months agoMerge pull request #38793 from Jenandra/fix-subadminsgroups-css-name
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

16 months agoFix(l10n): Update translations from Transifex
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>
16 months agogenerate user themed favicon and touchicon 38823/head
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>
16 months agoMerge pull request #38841 from nextcloud/fix/code-ownders-vitor
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

16 months agofix type in BeforeMessageLoggedEvent 38843/head
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>
16 months agofix: Removed invalid user from CODEOWNERS file 38841/head
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>
16 months agoMerge pull request #38830 from nextcloud/fix/files-api-route-names
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

16 months agoMerge pull request #38827 from nextcloud/automated/noid/master-update-psalm-baseline
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

16 months agoduplicate css for subadmins to allow for both class names being used 38793/head
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>
16 months agoalign subadmins css class name with actually used class name subAdminsGroups to fix...
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>
16 months agoFix files API route names 38830/head
jld3103 [Thu, 15 Jun 2023 08:21:35 +0000 (10:21 +0200)]
Fix files API route names

Signed-off-by: jld3103 <jld3103yt@gmail.com>
16 months agoUpdate psalm baseline 38827/head
nextcloud-command [Thu, 15 Jun 2023 02:40:26 +0000 (02:40 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
16 months agoFix(l10n): Update translations from Transifex
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>
16 months agoMerge pull request #38770 from nextcloud/fix/38398/oauth-encrypted-secret-length
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

16 months agoadd extra migration that sets the secret column length in case the previous step... 38770/head
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>
16 months agomake oauth2 client secret column larger
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>
16 months agoadd test that inserts a long oauth client secret
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>
16 months agoMerge pull request #36214 from nextcloud/techdebt/noid/define-parameters-of-federated...
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

16 months agoMerge pull request #38742 from nextcloud/automated/noid/master-fix-npm-audit
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

16 months agoSpecify the parameters of FederatedFileSharing controllers 36214/head
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>
16 months agochore(deps): fix npm audit 38742/head
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>
16 months agoMerge pull request #38804 from nextcloud/fix/38798/show-button-only-one-time
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

16 months agoMerge pull request #38490 from nextcloud/log-dispatch-event
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

16 months agoMerge pull request #38803 from nextcloud/deps/nc
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

16 months agomake sure to show download button only one time 38804/head
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>
16 months agoBump @nextcloud/auth @nextcloud/axios @nextcloud/calendar-availability-vue @nextcloud... 38803/head
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>
16 months agoFix(l10n): Update translations from Transifex
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>
16 months agoMerge pull request #38794 from bensmrs/master
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

16 months agoemit an event when a message is logged 38490/head
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>
16 months agoEnable version features again with S3 versioning 38794/head
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>
16 months agochore: don't copy additional configuration files to integration test container
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>
16 months agoMerge pull request #38745 from nextcloud/feature/ocs-xml-stdclass
Kate [Tue, 13 Jun 2023 11:30:55 +0000 (13:30 +0200)]
Merge pull request #38745 from nextcloud/feature/ocs-xml-stdclass

Allow stdClass in XML responses

16 months agoMerge pull request #38777 from nextcloud/fix/carddav/system-address-book-nullable...
Christoph Wurst [Tue, 13 Jun 2023 10:40:06 +0000 (12:40 +0200)]
Merge pull request #38777 from nextcloud/fix/carddav/system-address-book-nullable-groupmanager

fix(carddav): Make SystemAddressBook::__construct $groupManager argument nullable

16 months agoMerge pull request #38292 from dfuchss/feature/configurabe_timeout
Simon L [Tue, 13 Jun 2023 10:18:08 +0000 (12:18 +0200)]
Merge pull request #38292 from dfuchss/feature/configurabe_timeout

Add config variable for curl timeout

16 months agoAllow stdClass in XML responses 38745/head
jld3103 [Wed, 24 May 2023 07:01:56 +0000 (09:01 +0200)]
Allow stdClass in XML responses

Signed-off-by: jld3103 <jld3103yt@gmail.com>
16 months agoFix deprecated method call 38292/head
Dominik Fuchß [Mon, 12 Jun 2023 17:40:39 +0000 (19:40 +0200)]
Fix deprecated method call

Signed-off-by: Dominik Fuchß <develop@fuchss.org>
16 months agoChanges after code review.
Dominik Fuchß [Sun, 11 Jun 2023 13:16:38 +0000 (15:16 +0200)]
Changes after code review.

Signed-off-by: Dominik Fuchß <develop@fuchss.org>
16 months agoAdd config variable for curl timeout
Dominik Fuchß [Mon, 15 May 2023 21:35:12 +0000 (23:35 +0200)]
Add config variable for curl timeout

Add the config variable for curl calls ("remote_curl_timeout"). E.g., needed for nextcloud federation.

Signed-off-by: Dominik Fuchß <develop@fuchss.org>
16 months agoMerge pull request #38781 from nextcloud/ci/noid/pin-setup-php
John Molakvoæ [Tue, 13 Jun 2023 07:29:56 +0000 (09:29 +0200)]
Merge pull request #38781 from nextcloud/ci/noid/pin-setup-php

16 months agoMerge pull request #38787 from nextcloud/dependabot/github_actions/actions/setup...
John Molakvoæ [Tue, 13 Jun 2023 07:18:05 +0000 (09:18 +0200)]
Merge pull request #38787 from nextcloud/dependabot/github_actions/actions/setup-node-3

16 months agoMerge pull request #38786 from nextcloud/dependabot/github_actions/peter-evans/create...
John Molakvoæ [Tue, 13 Jun 2023 07:17:37 +0000 (09:17 +0200)]
Merge pull request #38786 from nextcloud/dependabot/github_actions/peter-evans/create-or-update-comment-3

16 months agoMerge pull request #38788 from nextcloud/dependabot/github_actions/actions/upload...
John Molakvoæ [Tue, 13 Jun 2023 07:17:27 +0000 (09:17 +0200)]
Merge pull request #38788 from nextcloud/dependabot/github_actions/actions/upload-artifact-3

16 months agoMerge pull request #38785 from nextcloud/dependabot/github_actions/skjnldsv/read...
John Molakvoæ [Tue, 13 Jun 2023 07:16:22 +0000 (09:16 +0200)]
Merge pull request #38785 from nextcloud/dependabot/github_actions/skjnldsv/read-package-engines-version-actions-2.2

chore(deps): Bump skjnldsv/read-package-engines-version-actions from 1.1 to 2.2

16 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 13 Jun 2023 00:18:06 +0000 (00:18 +0000)]
Fix(l10n): Update translations from Transifex

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