F. E Noel Nfebe
a9d925b873
Merge pull request #55434 from nextcloud/fix/unfied-search-pagination-limit
fix(unified-search): Remove hard-coded search result limit
2 days ago
Nextcloud bot
a913c9bfaf
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 days ago
dependabot[bot]
b22c38d48c
Merge pull request #55535 from nextcloud/dependabot/npm_and_yarn/zip.js/zip.js-2.8.6
3 days ago
dependabot[bot]
240a5652f4
build(deps-dev): bump @zip.js/zip.js from 2.8.2 to 2.8.6
Bumps [@zip.js/zip.js](https://github.com/gildas-lormeau/zip.js ) from 2.8.2 to 2.8.6.
- [Release notes](https://github.com/gildas-lormeau/zip.js/releases )
- [Commits](https://github.com/gildas-lormeau/zip.js/compare/v2.8.2...v2.8.6 )
---
updated-dependencies:
- dependency-name: "@zip.js/zip.js"
dependency-version: 2.8.6
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 days ago
Nextcloud bot
451d6d2eee
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 days ago
Louis
ae89c60e9e
Merge pull request #55522 from nextcloud/artonge/fix/user_ldap_do_not_translate_technical_strings
fix(user_ldap): Do not translate technical strings
4 days ago
Nextcloud bot
856d49fabb
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 days ago
nextcloud-command
d6ba09c7c7
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 days ago
Louis Chemineau
df0fe49124
fix(user_ldap): Do not translate technical strings
Signed-off-by: Louis Chemineau <louis@chmn.me>
4 days ago
Ferdinand Thiessen
8cf585cd5b
Merge pull request #55513 from nextcloud/chore/code-style
chore: ignore ESLint v9 autofixes in git blame
4 days ago
Ferdinand Thiessen
2ea05681ae
Merge pull request #55486 from nextcloud/fix/55003-allow-empty-mail-address
Allow to remove a website in the user profile
4 days ago
Louis
2f3ff8c0dd
Merge pull request #55468 from nextcloud/artonge/fix/user_ldap_ajax_endpoint
5 days ago
Louis Chemineau
1beb275167
chore: Compile assets
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 days ago
nfebe
2053112887
fix(unified-search): Remove hard-coded search result limit
A change added in https://github.com/nextcloud/server/pull/45317 introduced
a hard stop (25) that prevents full search results from showing up.
If there are more than 25 search results for a query only 25 can be seen.
So two main issues:
- Only 25 results can be seen in total no matter what.
- Breaks web client pagination, which typically adds 5 results per request.
Signed-off-by: nfebe <fenn25.fn@gmail.com>
7 days ago
Louis Chemineau
c594c68ed9
fix(user_ldap): Correct ajax endpoint URL
Signed-off-by: Louis Chemineau <louis@chmn.me>
6 days ago
Côme Chilliet
8c9781d520
Merge pull request #55475 from nextcloud/fix/fix-user_ldap-configuration_creation
fix(user_ldap): Fix configuration creation and copy
5 days ago
Ferdinand Thiessen
16b6d2e67d
chore: ignore ESLint v9 autofixes in git blame
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 days ago
Christian Wolf
d40e58db00
fix (settings): Allow for empty websites in the profile to remove the entry completely
Signed-off-by: Christian Wolf <github@christianwolf.email>
5 days ago
Ferdinand Thiessen
4ace101b05
Merge pull request #55495 from nextcloud/chore/eslint-v9
chore: use ESLint v9 for linting
5 days ago
Ferdinand Thiessen
7237c05198
chore: compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 days ago
Ferdinand Thiessen
d0b9c8eb9d
chore: use global jQuery for files_external as its uses select2
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 days ago
Ferdinand Thiessen
ca65cf72d8
chore: add missing import of the logger
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 days ago
Ferdinand Thiessen
af5d538b03
chore: create ESLint baseline for hard-to-fix errors
WE NEED TO EMPTY THIS!
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 days ago
Ferdinand Thiessen
6f355dea7e
chore: adjust ESLint for Cypress
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 days ago
Ferdinand Thiessen
b12df40388
chore: apply new sorting for package.json
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 days ago
Ferdinand Thiessen
91f3b6b4ee
chore: adjust code to new codestyle
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 days ago
Ferdinand Thiessen
44962c76e7
chore: rename webpack configs to make clear they contain common js
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 days ago
Ferdinand Thiessen
1d580e886f
chore(dev-deps): use ESLint v9
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 days ago
Andy Scherzinger
c267036030
Merge pull request #55491 from nextcloud/rakekniven-patch-1
chore(i18n): id -> ID
5 days ago
nextcloud-command
4257953cbd
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 days ago
rakekniven
ea046d3fb8
chore(i18n): id -> ID
Reported at Transifex
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
5 days ago
Nextcloud bot
f8d229a0af
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 days ago
Kate
9a7aa70050
Merge pull request #55176 from nextcloud/user-id-header
5 days ago
F. E Noel Nfebe
335693e4bb
Merge pull request #55151 from nextcloud/feature/share-api-enhanced-logging
refactor(ShareApiController): Add more error handling
5 days ago
Kate
7e8926011d
Merge pull request #55463 from nextcloud/fix/user-group-manager-return-type
6 days ago
Kate
623b8e2ad8
Merge pull request #55461 from nextcloud/fix/iusermanager/search-deprecation
6 days ago
Côme Chilliet
12e2a0e284
fix(user_ldap): Fix configuration creation and copy
The endpoint was not correctly registering the new prefix.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
6 days ago
Carl Schwan
3d6699d685
Merge pull request #55467 from nextcloud/carl/remove-old-federation-settings
refactor: Remove old unused js files for federation settings
6 days ago
Joas Schilling
1447f182d2
Merge pull request #55405 from nextcloud/carl/cleanup-some-tests
refactor: Cleanup some unit tests
6 days ago
Carl Schwan
6b09192795
refactor: Remove old unused js files for federation settings
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
6 days ago
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>
3 weeks ago
Ferdinand Thiessen
c214ec454c
Merge pull request #55245 from nextcloud/fix/rtl-settings
fix: legacy app navigation snapper on RTL layout
6 days ago
provokateurin
51a493cbe7
fix(IGroupManager): Use correct return type for search method
Signed-off-by: provokateurin <kate@provokateurin.de>
6 days ago
provokateurin
dce2672b98
fix(IUserManager): Use correct return type for searchDisplayName method
Signed-off-by: provokateurin <kate@provokateurin.de>
6 days ago
provokateurin
fb4348e3bc
fix(IUserManager): Fix deprecation of search method
Signed-off-by: provokateurin <kate@provokateurin.de>
6 days ago
nextcloud-command
050c7fe286
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 days ago
Ferdinand Thiessen
ec9e283e6f
fix: legacy app navigation snapper on RTL layout
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 weeks ago
Côme Chilliet
d36fc65c75
Merge pull request #55396 from nextcloud/carl/dashboard-appconfig
refactor: Port dashboard app to IAppConfig
6 days ago
Kate
52aed034b1
Merge pull request #55431 from nextcloud/fix/ocscontroller-usage
6 days 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>
1 week ago