Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: Implement Directory Checkfeat/add-directory-check-workflowengine | Robin Windey | 2025-07-11 | 6 | -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-request | John Molakvoæ | 2025-07-11 | 7 | -8/+30 |
|\ | |||||
| * | fix(core): Stop abusing the cache for avatar upload | provokateurin | 2025-07-08 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | fix(dav): Initialize the FS for the user right after authenticating | provokateurin | 2025-07-08 | 6 | -6/+29 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #53897 from nextcloud/fix/noid/krb-fallback | Arthur Schiwon | 2025-07-11 | 1 | -14/+11 |
|\ \ | | | | | | | fix(Krb): switch away from deprecated and broken KerberosApacheAuth() | ||||
| * | | style(PHP): code cleanup, no effective changesfix/noid/krb-fallback | Arthur Schiwon | 2025-07-10 | 1 | -11/+7 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | fix(Krb): switch away from deprecated and broken KerberosApacheAuth() | Arthur Schiwon | 2025-07-10 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Merge pull request #53887 from nextcloud/fix/lower-email-case | John Molakvoæ | 2025-07-11 | 3 | -5/+55 |
|\ \ \ | |||||
| * | | | fix: force lowercase emailsfix/lower-email-case | skjnldsv | 2025-07-10 | 3 | -5/+55 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-11 | 8 | -64/+68 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Merge pull request #53893 from nextcloud/fix/cleanup-loadapp-calls | Kate | 2025-07-10 | 4 | -12/+19 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | chore: Remove calls to OC_App in bootstrap.php files for tests | Côme Chilliet | 2025-07-10 | 2 | -10/+14 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | fix: Replace OC_App::loadApp calls by IAppManager | Côme Chilliet | 2025-07-10 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | Merge pull request #53863 from ↵ | John Molakvoæ | 2025-07-10 | 2 | -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-unshares | Daniel Kesselberg | 2025-07-09 | 2 | -2/+2 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | This reverts commit 023b98c44bd69e6029aeafcd4a059c6bd7926079. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-10 | 96 | -98/+244 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | fix(files): thead flex heightfix/tags-search-case | skjnldsv | 2025-07-09 | 1 | -0/+1 |
| |/ / |/| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | fix(files): Remove redundant setting | kramo | 2025-07-09 | 1 | -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-lifecycle | John Molakvoæ | 2025-07-09 | 1 | -5/+41 |
|\ \ | |||||
| * | | fix(files): ensure proper headers lifecycle | skjnldsv | 2025-07-08 | 1 | -5/+41 |
| |/ | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-09 | 26 | -32/+404 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix: Use Server::get in files_sharing DeletedShareAPIController | Côme Chilliet | 2025-07-08 | 1 | -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 friends | Côme Chilliet | 2025-07-08 | 1 | -2/+2 |
| | | | | | | | | | | | | Some tests related to MiddlewareDispatcher are still failing. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | chore: Cleanup DIContainer class | Côme Chilliet | 2025-07-08 | 1 | -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 calculations | skjnldsv | 2025-07-08 | 2 | -36/+59 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files): wait for nodes to be fetched before checking for opendetails or ↵ | skjnldsv | 2025-07-08 | 1 | -27/+24 |
| | | | | | | openfile Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files): use the configured default view for redirect | Ferdinand Thiessen | 2025-07-08 | 1 | -7/+8 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): make sure the FilesList is always mounted | skjnldsv | 2025-07-08 | 4 | -71/+126 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-08 | 112 | -250/+364 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #53840 from ↵ | Kate | 2025-07-08 | 1 | -4/+4 |
|\ | | | | | | | nextcloud/fix/federatedfilesharing/dialog-callback | ||||
| * | fix(federatedfilesharing): Fix external share being deleted when accepting share | provokateurin | 2025-07-07 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #53767 from nextcloud/jtr-fix-files-reminders-disabled | Andy Scherzinger | 2025-07-07 | 1 | -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-disabled | Josh | 2025-07-02 | 1 | -1/+3 |
| | | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | | chore: get revision for a node | Borja Domínguez Vázquez | 2025-07-07 | 5 | -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-constants | Stephan Orbaugh | 2025-07-07 | 2 | -4/+9 |
|\ \ | | | | | | | chore: use constants for metadata | ||||
| * | | chore: use constants for metadata | Borja Domínguez Vázquez | 2025-07-05 | 2 | -4/+9 |
| | | | | | | | | | | | | Signed-off-by: Borja Domínguez Vázquez <borja.dominguez@hotmail.com> | ||||
* | | | feat(files): sort local files first - used when filtering + local search | Ferdinand Thiessen | 2025-07-07 | 1 | -2/+18 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | feat(files): search locally in the background while filtering by name | Ferdinand Thiessen | 2025-07-07 | 2 | -7/+93 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | refactor(files): remove "local search" | Ferdinand Thiessen | 2025-07-07 | 5 | -72/+15 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | fix(files): gracefully handle `files:node:updated` when not in store | Ferdinand Thiessen | 2025-07-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | refactor(files): add active folder to active store and refactor | Ferdinand Thiessen | 2025-07-07 | 8 | -63/+81 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #53814 from nextcloud/bug/53811/charset-imip | Daniel | 2025-07-07 | 2 | -4/+206 |
|\ \ \ | | | | | | | | | fix(imip): set charset for imip attachment | ||||
| * | | | test(imip): ensure charset is set for the text/calendar attachmentbug/53811/charset-imip | Daniel Kesselberg | 2025-07-06 | 1 | -0/+193 |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | | | fix(imip): set charset for imip attachment | Daniel Kesselberg | 2025-07-06 | 1 | -4/+13 |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | Merge pull request #53112 from ↵ | Kate | 2025-07-07 | 3 | -4/+173 |
|\ \ \ \ | | | | | | | | | | | | | | | | nextcloud/leftybournes/fix/files_trashbin_retention | ||||
| * | | | | fix(files_trashbin): Expire trashbin items when space is neededleftybournes/fix/files_trashbin_retention | Kent Delante | 2025-07-05 | 3 | -4/+173 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Kent Delante <kent.delante@proton.me> | ||||
* | | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-07 | 8 | -90/+94 |
| |/ / |/| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-06 | 34 | -22/+308 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-05 | 142 | -198/+900 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #53776 from nextcloud/fix/comments-outlined-icons | John Molakvoæ | 2025-07-04 | 2 | -15/+15 |
|\ \ |