aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(provisioning_api): Fix getting disabled users for group adminsbackport/48766/stable30Côme Chilliet2024-10-291-4/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore(provisioning_api): Add tests for getDisabledUserDetailsCôme Chilliet2024-10-291-0/+125
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #48746 from nextcloud/backport/46124/stable30John Molakvoæ2024-10-291-3/+5
|\
| * refactor: Inject IRootFolderbackport/46124/stable30Christopher Ng2024-10-161-4/+4
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix: Fix "Unknown path" error when source user `files` folder has not been ↵Christopher Ng2024-10-161-0/+2
| | | | | | | | | | | | initialized Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #48571 from nextcloud/backport/48532/stable30Kate2024-10-291-6/+0
|\ \
| * | fix: do not reduce count for subadmins if they are members of groupbackport/48532/stable30Maksim Sukharev2024-10-041-6/+0
| | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | Merge pull request #48957 from nextcloud/backport/48921/stable30Kate2024-10-291-3/+3
|\ \ \
| * | | ci(psalm): Add missing imagick extensionbackport/48921/stable30provokateurin2024-10-291-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #48945 from nextcloud/backport/48871/stable30Ferdinand Thiessen2024-10-2910-15/+35
|\ \ \ \ | |/ / / |/| | | [stable30] fix(app-store): Update update count in navigation
| * | | chore(assets): Recompile assetsbackport/48871/stable30nextcloud-command2024-10-286-9/+9
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(app-store): Update update count in navigationFerdinand Thiessen2024-10-284-6/+26
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #48888 from nextcloud/backport/48887/stable30Kate2024-10-294-7/+57
|\ \ \ \
| * | | | chore(assets): Recompile assetsbackport/48887/stable30nextcloud-command2024-10-292-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(files_sharing): federated shares avatarskjnldsv2024-10-292-4/+54
|/ / / / | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-2998-96/+4
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #48950 from nextcloud/backport/48947/stable30Joas Schilling2024-10-282-0/+10
|\ \ \ \ | | | | | | | | | | [stable30] fix(config): Mark more configs as sensitive
| * | | | fix(config): Mark more configs as sensitivebackport/48947/stable30Joas Schilling2024-10-282-0/+10
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #48861 from nextcloud/backport/48850/stable30Kate2024-10-283-7/+10
|\ \ \ \
| * | | | chore(assets): Recompile assetsbackport/48850/stable30nextcloud-command2024-10-282-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(unified-search): Close on second ctrl+fFerdinand Thiessen2024-10-281-4/+7
| |/ / / | | | | | | | | | | | | | | | | | | | | Also only add the event listener if short-cuts are not disabled for accessibility reasons. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #48939 from nextcloud/backport/48915/stable30Kate2024-10-283-6/+34
|\ \ \ \
| * | | | fix: crypto added manually as expectedbackport/48915/stable30yemkareems2024-10-281-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
| * | | | fix: crypto made inline for constructor and decrypt error handled in exceptionyemkareems2024-10-281-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> [skip ci]
| * | | | fix: crypto made inline for constructor and decrypt error handled in exceptionyemkareems2024-10-281-6/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
| * | | | fix: use Icrypto in place of Cyptoyemkareems2024-10-282-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
| * | | | fix: crypto type made not nullable and tests run using ICryptoyemkareems2024-10-283-8/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
| * | | | fix: encrypt and store password, decrypt and retrieve the sameyemkareems2024-10-283-4/+30
| |/ / / | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
* | | | Merge pull request #48896 from ↵Joas Schilling2024-10-281-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/stable30/guzzlehttp/guzzle-7.8.2 chore(deps): Bump guzzlehttp/guzzle from 7.8.1 to 7.8.2
| * | | | chore(deps): Bump guzzlehttp/guzzle from 7.8.1 to 7.8.2dependabot/composer/stable30/guzzlehttp/guzzle-7.8.2Joas Schilling2024-10-281-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prod Packages | Operation | Base | Target | |---------------------|-----------|-------|--------| | guzzlehttp/guzzle | Upgraded | 7.8.1 | 7.8.2 | | guzzlehttp/promises | Upgraded | 2.0.2 | 2.0.4 | | guzzlehttp/psr7 | Upgraded | 2.6.2 | 2.7.0 | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #48937 from nextcloud/backport/48918/stable30John Molakvoæ2024-10-283-12/+12
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix(files_sharing): Cleanup error messagesbackport/48918/stable30provokateurin2024-10-283-12/+12
|/ / / / | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #48931 from nextcloud/backport/48917/stable30Kate2024-10-281-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | fix(dav): Cleanup view-only checkbackport/48917/stable30provokateurin2024-10-281-0/+1
|/ / / | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #48635 from nextcloud/backport/48623/stable30Kate2024-10-281-1/+1
|\ \ \
| * | | fix: Allow overriding shouldApplyQuota check from child classesbackport/48623/stable30Julius Knorr2024-10-281-1/+1
|/ / / | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | | Merge pull request #48901 from nextcloud/backport/48898/stable30Grigorii K. Shartsev2024-10-283-3/+4
|\ \ \ | | | | | | | | [stable30] fix(files): add title for files list table header button
| * | | chore(assets): Recompile assetsbackport/48898/stable30nextcloud-command2024-10-262-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files): add title for files list table header buttonGrigorii K. Shartsev2024-10-251-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-2816-24/+50
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-2754-88/+166
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-26146-402/+670
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #48893 from nextcloud/backport/48625/stable30Grigorii K. Shartsev2024-10-2521-42/+90
|\ \ \ | | | | | | | | [stable30] fix(files): handle empty view with error
| * | | chore(assets): Recompile assetsbackport/48625/stable30Grigorii K. Shartsev2024-10-2517-19/+19
| | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | refactor(files): migrate to @nextcloud/sharingGrigorii K. Shartsev2024-10-252-21/+3
| | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | fix(files): handle empty view with errorGrigorii K. Shartsev2024-10-252-6/+63
| | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | chore(files): migrate davUtils to TSGrigorii K. Shartsev2024-10-253-15/+24
|/ / / | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | Merge pull request #48890 from nextcloud/backport/48882/stable30F. E Noel Nfebe2024-10-251-7/+4
|\ \ \ | | | | | | | | [stable30] refactor(ShareApiController): Check for null and empty strings with e…
| * | | refactor(ShareApiController): Check for null and empty strings with empty()backport/48882/stable30fenn-cs2024-10-251-7/+4
|/ / / | | | | | | | | | | | | | | | Proactive measure to avoid warnings in higher php versions as well possible type errors Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | Merge pull request #48881 from nextcloud/backport/48381/stable30Kate2024-10-251-1/+10
|\ \ \