aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* feat: Implement Directory Checkfeat/add-directory-check-workflowengineRobin Windey2025-07-116-0/+143
| | | | | | * Partially implements #27591 Signed-off-by: Robin Windey <ro.windey@gmail.com>
* Merge pull request #53141 from nextcloud/perf/files/setup-fs-basic-auth-requestJohn Molakvoæ2025-07-117-8/+30
|\
| * fix(core): Stop abusing the cache for avatar uploadprovokateurin2025-07-081-2/+1
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * fix(dav): Initialize the FS for the user right after authenticatingprovokateurin2025-07-086-6/+29
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #53897 from nextcloud/fix/noid/krb-fallbackArthur Schiwon2025-07-111-14/+11
|\ \ | | | | | | fix(Krb): switch away from deprecated and broken KerberosApacheAuth()
| * | style(PHP): code cleanup, no effective changesfix/noid/krb-fallbackArthur Schiwon2025-07-101-11/+7
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | fix(Krb): switch away from deprecated and broken KerberosApacheAuth()Arthur Schiwon2025-07-101-3/+4
| | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #53887 from nextcloud/fix/lower-email-caseJohn Molakvoæ2025-07-113-5/+55
|\ \ \
| * | | fix: force lowercase emailsfix/lower-email-caseskjnldsv2025-07-103-5/+55
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-07-118-64/+68
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #53893 from nextcloud/fix/cleanup-loadapp-callsKate2025-07-104-12/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | chore: Remove calls to OC_App in bootstrap.php files for testsCôme Chilliet2025-07-102-10/+14
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix: Replace OC_App::loadApp calls by IAppManagerCôme Chilliet2025-07-102-2/+5
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #53863 from ↵John Molakvoæ2025-07-102-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/bug/noid/take-groups-and-circles-into-account-for-unshares
| * | | | Revert "fix(dav): only consider user's principal for unsharing entries"bug/noid/take-groups-and-circles-into-account-for-unsharesDaniel Kesselberg2025-07-092-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | This reverts commit 023b98c44bd69e6029aeafcd4a059c6bd7926079. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-07-1096-98/+244
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | fix(files): thead flex heightfix/tags-search-caseskjnldsv2025-07-091-0/+1
| |/ / |/| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | fix(files): Remove redundant settingkramo2025-07-091-6/+0
|/ / | | | | | | | | | | | | | | This setting is already present in the main view, where it is much more visible, it is also the only one that is documented. Having it in both places is redundant and unnecessary clutter. Signed-off-by: kramo <git@kramo.page>
* | Merge pull request #53872 from nextcloud/fix/headers-lifecycleJohn Molakvoæ2025-07-091-5/+41
|\ \
| * | fix(files): ensure proper headers lifecycleskjnldsv2025-07-081-5/+41
| |/ | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-0926-32/+404
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: Use Server::get in files_sharing DeletedShareAPIControllerCôme Chilliet2025-07-081-5/+4
| | | | | | | | | | | | | | | | In this case we do not want the application DI container because we are requesting classes from other applications, so it’s better to ask the server container. We use \OCP\Server::get for this. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: Fix issues and tests in DIContainer and friendsCôme Chilliet2025-07-081-2/+2
| | | | | | | | | | | | Some tests related to MiddlewareDispatcher are still failing. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | chore: Cleanup DIContainer classCôme Chilliet2025-07-081-1/+1
|/ | | | | | | | Also removed deprecated tag from the class as this class will not be removed, only the interface IAppContainer and associated methods should be removed. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(files): VirtualList rendering for scrolling calculationsskjnldsv2025-07-082-36/+59
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files): wait for nodes to be fetched before checking for opendetails or ↵skjnldsv2025-07-081-27/+24
| | | | | | openfile Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files): use the configured default view for redirectFerdinand Thiessen2025-07-081-7/+8
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): make sure the FilesList is always mountedskjnldsv2025-07-084-71/+126
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-08112-250/+364
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #53840 from ↵Kate2025-07-081-4/+4
|\ | | | | | | nextcloud/fix/federatedfilesharing/dialog-callback
| * fix(federatedfilesharing): Fix external share being deleted when accepting shareprovokateurin2025-07-071-4/+4
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #53767 from nextcloud/jtr-fix-files-reminders-disabledAndy Scherzinger2025-07-071-1/+3
|\ \ | | | | | | fix(files_reminders): Don't load if disabled for user
| * | fix(files_reminders): Don't load if disabled for userjtr-fix-files-reminders-disabledJosh2025-07-021-1/+3
| | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | chore: get revision for a nodeBorja Domínguez Vázquez2025-07-075-3/+25
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Borja Domínguez Vázquez <borja.dominguez@hotmail.com> Signed-off-by: Borja Domínguez Vázquez <iam.n3uro@gmail.com> wip Signed-off-by: Borja Domínguez Vázquez <borja.dominguez@hotmail.com> Signed-off-by: Borja Domínguez Vázquez <iam.n3uro@gmail.com> wip Signed-off-by: Borja Domínguez Vázquez <borja.dominguez@hotmail.com> Signed-off-by: Borja Domínguez Vázquez <iam.n3uro@gmail.com> Update IVersionBackend.php Signed-off-by: Borja Domínguez Vázquez <iam.n3uro@gmail.com> wip
* | Merge pull request #53832 from bdovaz/use-constantsStephan Orbaugh2025-07-072-4/+9
|\ \ | | | | | | chore: use constants for metadata
| * | chore: use constants for metadataBorja Domínguez Vázquez2025-07-052-4/+9
| | | | | | | | | | | | Signed-off-by: Borja Domínguez Vázquez <borja.dominguez@hotmail.com>
* | | feat(files): sort local files first - used when filtering + local searchFerdinand Thiessen2025-07-071-2/+18
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | feat(files): search locally in the background while filtering by nameFerdinand Thiessen2025-07-072-7/+93
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | refactor(files): remove "local search"Ferdinand Thiessen2025-07-075-72/+15
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(files): gracefully handle `files:node:updated` when not in storeFerdinand Thiessen2025-07-071-1/+1
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | refactor(files): add active folder to active store and refactorFerdinand Thiessen2025-07-078-63/+81
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #53814 from nextcloud/bug/53811/charset-imipDaniel2025-07-072-4/+206
|\ \ \ | | | | | | | | fix(imip): set charset for imip attachment
| * | | test(imip): ensure charset is set for the text/calendar attachmentbug/53811/charset-imipDaniel Kesselberg2025-07-061-0/+193
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | fix(imip): set charset for imip attachmentDaniel Kesselberg2025-07-061-4/+13
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #53112 from ↵Kate2025-07-073-4/+173
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/leftybournes/fix/files_trashbin_retention
| * | | | fix(files_trashbin): Expire trashbin items when space is neededleftybournes/fix/files_trashbin_retentionKent Delante2025-07-053-4/+173
| | |/ / | |/| | | | | | | | | | Signed-off-by: Kent Delante <kent.delante@proton.me>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-07-078-90/+94
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-07-0634-22/+308
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-05142-198/+900
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #53776 from nextcloud/fix/comments-outlined-iconsJohn Molakvoæ2025-07-042-15/+15
|\ \