aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* chore: Output error content when test smb-kerberos-sso is failingfix/improve-error-output-of-sso-testCôme Chilliet2025-04-151-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #51729 from ↵Louis2025-04-152-27/+84
|\ | | | | | | | | nextcloud/artonge/support_oc_checksum_in_bulk_upload feat: Support OC-Checksum in bulk upload
| * feat: Support OC-Checksum in bulk uploadartonge/support_oc_checksum_in_bulk_uploadLouis Chemineau2025-04-012-27/+84
| | | | | | | | | | | | To align with the rest of Nextcloud. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #52072 from nextcloud/fix/sharing-exp-dateJohn Molakvoæ2025-04-151-2/+2
|\ \
| * | fix(files_sharing): file request pass empty string if password or expiration ↵skjnldsv2025-04-141-2/+2
| | | | | | | | | | | | | | | | | | is disabled Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-1542-128/+154
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #52086 from nextcloud/fix/cleanup-user-backendsCôme Chilliet2025-04-148-32/+33
|\ \ | | | | | | Cleanup user backends related methods
| * | fix: Replace all usages of OC_User backend method calls by IUserManagerfix/cleanup-user-backendsCôme Chilliet2025-04-108-32/+33
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #52137 from ↵Louis2025-04-141-1/+1
|\ \ \ | | | | | | | | | | | | nextcloud/revert-51431-enh/noid/disable-bulk-upload
| * | | Revert "feat(bulk-upload): change the default to disabled as there are still ↵revert-51431-enh/noid/disable-bulk-uploadLouis2025-04-111-1/+1
| | | | | | | | | | | | | | | | some bugs present"
* | | | Merge pull request #52162 from nextcloud/rakekniven-patch-2Benjamin Gaussorgues2025-04-141-2/+2
|\ \ \ \
| * | | | chore(i18n): Aligned spelling of app namerakekniven2025-04-121-2/+2
| | | | | | | | | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-146-80/+80
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-1322-108/+162
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / / / Fix(l10n): Update translations from TransifexNextcloud bot2025-04-1228-80/+108
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #51431 from nextcloud/enh/noid/disable-bulk-uploadTobias Kaminsky2025-04-111-1/+1
|\ \ \ | | | | | | | | feat(bulk-upload): change the default to disabled as there are still some bugs present
| * | | feat(bulk-upload): change the default to disabled as there are still some ↵enh/noid/disable-bulk-uploadSimon L.2025-04-101-1/+1
| |/ / | | | | | | | | | | | | | | | bugs present Signed-off-by: Simon L. <szaimen@e.mail.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-1134-142/+252
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #52073 from nextcloud/custom-properties-preload-negativeRobin Appelman2025-04-101-1/+4
|\ \ \ | |/ / |/| | fix: fix preloading files with no custom properties
| * | fix: fix preloading files with no custom propertiescustom-properties-preload-negativeRobin Appelman2025-04-091-1/+4
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-1024-70/+96
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(files_sharing): fix share creation error handlingskjnldsv2025-04-093-4/+20
|/ / | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #52045 from nextcloud/shared-target-verify-cacheRobin Appelman2025-04-093-15/+26
|\ \ | | | | | | fix: more optimized caching for share target verification
| * | fix: more optimized caching for share target verificationshared-target-verify-cacheRobin Appelman2025-04-083-15/+26
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-0946-120/+192
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #52019 from ↵Joas Schilling2025-04-081-0/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/only-check-to-cleanup-chunks-once fix(dav): Really only run the chunk cleanup once
| * | | fix(dav): Really only run the chunk cleanup oncebugfix/noid/only-check-to-cleanup-chunks-onceJoas Schilling2025-04-081-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #51838 from nextcloud/feat/cleanup-oc-util-methodsJohn Molakvoæ2025-04-081-1/+1
|\ \ \ \ | |/ / / |/| | | Mark all methods of OC_Util as deprecated
| * | | fix: Remove some call and references to deprecated OC_Util classCôme Chilliet2025-04-071-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #51945 from nextcloud/chore/psalm-testJohn Molakvoæ2025-04-081-1/+1
|\ \ \ \ | | | | | | | | | | chore: test that all apps are covered by psalm
| * | | | fix(profile): ensure correct base addressFerdinand Thiessen2025-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-0854-40/+130
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | fix(l10n): put placeholder like string into variablefix/l10n-placeholderFerdinand Thiessen2025-04-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Otherwise this is wrongly handled by our translation community. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #51946 from nextcloud/perf/capaFerdinand Thiessen2025-04-071-7/+6
|\ \ \ \ | | | | | | | | | | perf(cloud_federation_api): only provide capabilities if needed
| * | | | perf(cloud_federation_api): only provide capabilities if neededperf/capaFerdinand Thiessen2025-04-041-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The capabilities can be quite expensive (e.g. on ARM board it takes 1s per request only for the capabilities). Also they are not used by the webui so they should not be included in initial state. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #51524 from nextcloud/fix/webpack-nonceFerdinand Thiessen2025-04-076-12/+14
|\ \ \ \ \ | |_|_|/ / |/| | | | fix: adjust webpack nonce generation
| * | | | fix: adjust webpack nonce generationFerdinand Thiessen2025-04-076-12/+14
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | some leftovers where the request token is used instead of the CSP nonce. in general this makes not much difference - but there are some cases where those values differ. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #51937 from nextcloud/perf/filter-propfindFerdinand Thiessen2025-04-072-69/+81
|\ \ \ \ | | | | | | | | | | perf(files_sharing): do not emit second propfind for account filter
| * | | | perf(files_sharing): do not require second propfind for account filterFerdinand Thiessen2025-04-042-69/+81
| | |/ / | |/| | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #51837 from nextcloud/artonge/chore/increase_log_in_trashbinLouis2025-04-071-4/+14
|\ \ \ \ | |_|/ / |/| | | chore(files_trashbin): Add user details in log from Trashbin
| * | | chore(files_trashbin): Add user details in log from Trashbinartonge/chore/increase_log_in_trashbinLouis Chemineau2025-04-071-4/+14
| | |/ | |/| | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #51927 from nextcloud/fix/tags-eventsFerdinand Thiessen2025-04-071-1/+1
|\ \ \ | | | | | | | | fix(systemtags): emit assign and unassign bulk tagging events
| * | | fix(systemtags): emit assign and unassign bulk tagging eventsfix/tags-eventsJohn Molakvoæ (skjnldsv)2025-04-041-1/+1
| | |/ | |/| | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | chore: lint files_reminders using psalmfix/missing-importFerdinand Thiessen2025-04-071-1/+1
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(files_reminders): add l10n to constructor of setup checkFerdinand Thiessen2025-04-071-1/+3
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(files_reminders): add missing importFerdinand Thiessen2025-04-074-1/+4
| | | | | | | | | | | | | | | | | | - Resolves https://github.com/nextcloud/server/issues/51943 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #51982 from nextcloud/revert/email-setting-migrationKate2025-04-071-2/+3
|\ \ \ | | | | | | | | Revert "refactor: add migration for email setting"
| * | | Revert "refactor: add migration for email setting"revert/email-setting-migrationprovokateurin2025-04-071-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e7859f0dacbda051c2decb2e0d62345435ac2fd9. Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #51715 from nextcloud/allowUnderCustLinkKate2025-04-071-1/+1
|\ \ \ \ | | | | | | | | | | fix(dav): Allow underscores on custom links
| * | | | fix(shares): Allow underscores on custom linksallowUnderCustLinkGit'Fellow2025-03-261-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>