Faraz Samapoor
cda0f74e0b
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>
2 years ago
Faraz Samapoor
ea844ca5fb
Uses PHP8's constructor property promotion.
in core/Command/App, /Background, and /Broadcast classes.
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
2 years ago
Faraz Samapoor
d60bedfeee
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>
2 years ago
Faraz Samapoor
ec63264153
Uses PHP8's constructor property promotion in core/Command/Maintenance classes.
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
2 years ago
Faraz Samapoor
1e8ec53b8c
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>
2 years ago
Faraz Samapoor
73d7c45ae1
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>
2 years ago
Faraz Samapoor
d34cafc58c
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>
2 years ago
Faraz Samapoor
f1a19a10fc
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>
2 years ago
Faraz Samapoor
b5cbba7fc1
Uses PHP8's constructor property promotion in core/Command/Db classes.
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
2 years ago
Faraz Samapoor
9dc4efc52a
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>
2 years ago
Faraz Samapoor
99f117146d
Uses PHP8's constructor property promotion in core/Command/User classes.
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
2 years ago
Louis
ceee417d2c
Merge pull request #38637 from fsamapoor/constructor_property_promotion_part2
[2/3] Refactors /core controllers using constructor property promotion.
2 years ago
dependabot[bot]
f3f9e76684
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>
2 years ago
Louis Chemineau
fbde8f91b6
Don't disable actions when saving share permissions
Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years ago
Simon L
b33cbecb47
Merge pull request #38868 from nextcloud/enh/noid/fix-mail-confusion
fix confusion around mail settings and improve layout a bit
2 years ago
Kate
885dc63737
Merge pull request #38878 from nextcloud/cleanup/controller-service-aliases
Cleanup controller service aliases
2 years ago
Julien Veyssier
629adc318f
add bruteforce protection in OauthApiController
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2 years ago
Hephi2
59f63a72cb
Merge pull request #38776 from nextcloud/fix/app-menu-do-not-invert-text
fix(core): Do not invert app menu text color
2 years ago
Jonas
0397e9de44
Compile JS assets
Signed-off-by: Jonas <jonas@freesources.org>
2 years ago
Ferdinand Thiessen
7f861980a3
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>
3 years ago
jld3103
efb7448cd2
workflowengine: Stop using a service alias for controller
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2 years ago
jld3103
4cd07d79a7
comments: Stop using a service alias for controller
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2 years ago
Nextcloud bot
7250b98791
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Nextcloud bot
79aca5520e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Simon L
7918bb14c8
fix confusion around mail settings
Signed-off-by: Simon L <szaimen@e.mail.de>
2 years ago
Nextcloud bot
bd3f3afcf7
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Faraz Samapoor
d64aa85b04
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>
2 years ago
Faraz Samapoor
73b7096850
Fixes psalm error.
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
2 years ago
Faraz Samapoor
468aefc649
Fixes php-cs-fixer error.
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
2 years ago
Faraz Samapoor
4bf610ebaf
Refactors controllers by using PHP8's constructor property promotion.
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
2 years ago
Robin Appelman
d820ab2ca8
Merge pull request #38843 from nextcloud/message-log-event-type
fix type in BeforeMessageLoggedEvent
2 years ago
Robin Appelman
561536fc58
file scanner performance improvements
Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years ago
Simon L
b288d27c51
Merge pull request #38823 from nextcloud/enh/noid/fix-icons
generate user themed favicon and touchicon
2 years ago
Louis
7afcc44827
Merge pull request #38793 from Jenandra/fix-subadminsgroups-css-name
align subadmins css class name
2 years ago
Nextcloud bot
f815190afa
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Simon L
734b8c26db
generate user themed favicon and touchicon
Signed-off-by: Simon L <szaimen@e.mail.de>
2 years ago
Andy Scherzinger
b7ee7e745a
Merge pull request #38841 from nextcloud/fix/code-ownders-vitor
fix: Removed invalid user from CODEOWNERS file
2 years ago
Robin Appelman
53443e836f
fix type in BeforeMessageLoggedEvent
Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years ago
Christoph Wurst
1cc45d4a00
fix: Removed invalid user from CODEOWNERS file
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years ago
Kate
6cb75e8bf5
Merge pull request #38830 from nextcloud/fix/files-api-route-names
Fix files API route names
2 years ago
Côme Chilliet
645d9a93f7
Merge pull request #38827 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
2 years ago
Silke Suck
1442cfbfe9
duplicate css for subadmins to allow for both class names being used
Signed-off-by: Silke Suck <silke.suck@adacor.com>
2 years ago
Silke Suck
04b0f2450f
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>
2 years ago
jld3103
bf32430891
Fix files API route names
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2 years ago
nextcloud-command
fe8d29236f
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2 years ago
Nextcloud bot
b961171b60
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Julien Veyssier
8c7e2cd567
Merge pull request #38770 from nextcloud/fix/38398/oauth-encrypted-secret-length
Make oauth2 client secret column larger
2 years ago
Julien Veyssier
578bf8cc0b
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>
2 years ago
Julien Veyssier
24e517c5b3
make oauth2 client secret column larger
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2 years ago
Julien Veyssier
8086d7e41b
add test that inserts a long oauth client secret
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2 years ago