nfebe
0970409765
refactor(ShareApiController): Streamline share providers & add error logging
1. Consolidated the repetitive provider code into a clean loop
2. Added exception handling to log unexpected errors
Signed-off-by: nfebe <fenn25.fn@gmail.com>
6 months ago
Ferdinand Thiessen
c214ec454c
Merge pull request #55245 from nextcloud/fix/rtl-settings
fix: legacy app navigation snapper on RTL layout
5 months ago
Carl Schwan
aa1f5312a5
refactor: Remove legacy search provider
Last usage was in the comment app
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
5 months ago
provokateurin
51a493cbe7
fix(IGroupManager): Use correct return type for search method
Signed-off-by: provokateurin <kate@provokateurin.de>
5 months ago
provokateurin
dce2672b98
fix(IUserManager): Use correct return type for searchDisplayName method
Signed-off-by: provokateurin <kate@provokateurin.de>
5 months ago
Misha M.-Kupriyanov
b0ed8b1455
fix(admin-delegation-show): show delegations for all priorities
otherwise delegation only from the first priority array ara shown
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
5 months ago
Misha M.-Kupriyanov
33577b3120
feat(admin-delegation-show): add priority to json output
in order to be able to better understand priority sorting.
php occ admin-delegation:show --output=json_pretty
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
5 months ago
provokateurin
fb4348e3bc
fix(IUserManager): Fix deprecation of search method
Signed-off-by: provokateurin <kate@provokateurin.de>
5 months ago
nextcloud-command
050c7fe286
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 months ago
Ferdinand Thiessen
ec9e283e6f
fix: legacy app navigation snapper on RTL layout
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 months ago
Côme Chilliet
d36fc65c75
Merge pull request #55396 from nextcloud/carl/dashboard-appconfig
refactor: Port dashboard app to IAppConfig
5 months ago
Kate
52aed034b1
Merge pull request #55431 from nextcloud/fix/ocscontroller-usage
5 months ago
Carl Schwan
60c2875670
refactor: Cleanup some unit tests
- use declare(strict_types=1)
- use strong typing
- Remove some weird things in ControllerTest
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
5 months ago
Louis
f8bed8f186
Merge pull request #51145 from nextcloud/home-folder-readonly
5 months ago
Joas Schilling
f93d6eeed5
Merge pull request #55446 from nextcloud/automated/noid/master-update-code-signing-crl
[master] fix(security): Update code signing revocation list
5 months ago
Louis
0c6478add3
Merge pull request #48065 from nextcloud/artonge/chore/ldap_wizard_rewrite
refactor(user_ldap): Rewrite setup wizard
5 months ago
nextcloud-command
4e0424c9ad
fix(security): Update code signing revocation list
Signed-off-by: GitHub <noreply@github.com>
5 months ago
Nextcloud bot
8d70e93a41
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 months ago
Louis Chemineau
ec7c96e943
chore: Compile assets
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 months ago
Louis Chemineau
3cca80520c
chore(user_ldap): Remove legacy wizard files
Signed-off-by: Louis Chemineau <louis@chmn.me>
5 months ago
Louis Chemineau
87cb225668
refactor(user_ldap): Rewrite setup wizard
Signed-off-by: Louis Chemineau <louis@chmn.me>
5 months ago
Kate
7b60e3d784
Merge pull request #55370 from nextcloud/refactor/files_external-ajax
5 months ago
Ferdinand Thiessen
d20d4d33e0
chore: compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 months ago
Ferdinand Thiessen
31571476d3
refactor(files_external): migrate Ajax with `OC_JSON` to proper controller
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 months ago
Kate
86ef7781c0
Merge pull request #55420 from nextcloud/fix/40082/appstore-timeout
5 months ago
provokateurin
28adf33e69
fix(core): Make OCSController class final to avoid accidentally extending it
Signed-off-by: provokateurin <kate@provokateurin.de>
5 months ago
provokateurin
13e98dce15
fix: Use the correct OCSController
Signed-off-by: provokateurin <kate@provokateurin.de>
5 months ago
Kate
29832a3608
Merge pull request #55422 from nextcloud/fix/noid/catch-appstore-exceptions
5 months ago
Stephan Orbaugh
922271619b
Merge pull request #55426 from nextcloud/test/mock-request
test: mock appstore response in Cypress tests
5 months ago
Ferdinand Thiessen
85271b95f6
test: mock appstore response in Cypress tests
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 months ago
Stephan Orbaugh
1da29cf8b2
Merge pull request #55404 from nextcloud/fix/cleanup-resource-locators
Fix type and other psalm issues in lib/private/Template
5 months ago
Stephan Orbaugh
f8fd111946
Merge pull request #55260 from IONOS-Productivity/feature/add_json_output_to_occ_admin-delegation
admin-delegation occ - add output option for show command to support JSON formats
5 months ago
Marcel Müller
31481701f3
fix(appstore): Make appstore timeout configurable
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
5 months ago
Côme Chilliet
bdff12361c
fix: Cleanup and fix tests, and fix related issues in code
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
5 months ago
Marcel Müller
31b8d36802
fix(appstore): Also catch ClientException and ServerException
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
5 months ago
Carl Schwan
3a687eac54
Merge pull request #55412 from nextcloud/jtr/update-webhook-listerers-appinfo
chore: update webhook_listeners description
5 months ago
Nextcloud bot
ed8744ede3
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 months ago
Louis Chemineau
1ab6dba242
test(files_external): Ensure Home folder permissions are correct
Signed-off-by: Louis Chemineau <louis@chmn.me>
5 months ago
Louis Chemineau
553793c946
feat(files): Mark homefolder as overwritten when an external storage mounted at / exists
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Louis Chemineau <louis@chmn.me>
5 months ago
Josh Richards
763e0901be
chore: update webhook_listeners description
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
5 months ago
Kate
464d12e149
Merge pull request #55374 from nextcloud/fix/files/overwrite-scan-permissions
5 months ago
yemkareems
6a16a28759
Merge pull request #55394 from nextcloud/fix/85262/fix-typo
fix: small typo fix
5 months ago
yemkareems
111f42ca8a
Merge branch 'master' into fix/85262/fix-typo
5 months ago
Carl Schwan
78127b87fb
Merge pull request #55355 from nextcloud/carl/admin-delegating-spacing
fix: Fix spacing of adming delegation entries
5 months ago
Côme Chilliet
2bc77a3c5a
chore: Remove now unused OC_App deprecated methods
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
5 months ago
Côme Chilliet
c6d148344a
chore: Fix the last psalm issues in lib/private/Template
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
5 months ago
Côme Chilliet
fc85555d0c
fix: Fix phpdoc typing for IL10N::l $data parameter
The implementation supports passing null and our code is using that,
reflect it in the public API.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
5 months ago
Côme Chilliet
73447618e7
chore: Run rector on lib/private/Template folder and cleanup more typing
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
5 months ago
Côme Chilliet
b58b3750a7
chore: Cleanup typing and deprecated method calls in resource locators
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
5 months ago
nextcloud-command
c03f74e28a
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 months ago