]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
17 months agofix(l10n): Fix plural issue with different locale and language 38917/head
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>
17 months agoMerge pull request #38915 from nextcloud/enh/noid/increase-https-warning
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

17 months agoFix(l10n): Update translations from Transifex
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>
17 months agoadjust admin setup check to increase warning to set up https 38915/head
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>
17 months agoMerge pull request #38762 from fsamapoor/constructor_property_promotion_in_core_comma...
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

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

17 months agoMerge pull request #38639 from charno/bugfix/36644-pruneOutdatedSyncTokens-deletes...
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

17 months agoUpdate core/Command/Encryption/DecryptAll.php 38762/head
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>
17 months agoUpdate core/Command/Encryption/EncryptAll.php
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>
17 months agoMoves single constructor parameters to new lines.
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>
17 months agoFixes php-cs error.
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>
17 months agoUses PHP8's constructor property promotion in core/Command/Encryption classes.
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>
17 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.

17 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

17 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>
17 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>
17 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>
17 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>
17 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>
17 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>
17 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

17 months agoMoves single constructor parameters to new lines. 38768/head
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>
17 months agoUses PHP8's constructor property promotion in core/Command/Config and core/Command...
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>
17 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>
17 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

17 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

17 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

17 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

17 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>
17 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>
17 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

17 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.

17 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.

17 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>
17 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

17 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

17 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>
17 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>
17 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>
17 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>
17 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>
17 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>
17 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>
17 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>
17 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>
17 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>
17 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>
17 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>
17 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.

17 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>
17 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>
17 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

17 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

17 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>
17 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

17 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>
17 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>
17 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>
17 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>
17 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>
17 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>
17 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>
17 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>
17 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>
17 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>
17 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>
17 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>
17 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

17 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

17 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

17 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>
17 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>
17 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

17 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>
17 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>
17 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

17 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

17 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>
17 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>
17 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>
17 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>
17 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>
17 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

17 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>
17 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>
17 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>
17 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

17 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

17 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>
17 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>
17 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

17 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

17 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

17 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>
17 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>
17 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>
17 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

17 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>
17 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>
17 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>