aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
| * | fix(comments): switch to outlined icons where possibleEdward Ly2025-07-042-15/+15
| | | | | | | | | | | | Signed-off-by: Edward Ly <contact@edward.ly>
* | | feat(files): allow to configure default viewFerdinand Thiessen2025-07-0410-42/+192
|/ / | | | | | | | | | | | | | | This allows to configure which view should be the default ("start view") in the files app, currently either "all files" or "personal files". But it might be extended to the new home view in the future. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | feat(files): add "search everywhere" button within the filters rowFerdinand Thiessen2025-07-045-3/+106
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-0426-30/+382
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore: Adapt cypress component test to contain total spaceCôme Chilliet2025-07-031-0/+3
| | | | | | | | | | | | Mocked server initial state was incomplete Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: Correctly show free space if lower than quota in Files navigationCôme Chilliet2025-07-031-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | chore: update `@nextcloud/files` and use now public APIchore/files-public-apiFerdinand Thiessen2025-07-031-1/+1
| | | | | | | | | | | | | | Remove the hack which was needed until the view.hidden attribute was public API. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #53665 from nextcloud/fix/catch-exception-in-encrypt-allCôme Chilliet2025-07-032-12/+43
|\ \ | | | | | | fix(encryption): Catch exceptions in encrypt-all command and continue
| * | fix(encryption): Correctly handle file opening and copying failuresfix/catch-exception-in-encrypt-allCôme Chilliet2025-07-031-1/+8
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | chore: Adapt tests to new parameter in EncryptAll constructorCôme Chilliet2025-07-031-9/+18
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix(encryption): Catch exceptions in encrypt-all command and continueCôme Chilliet2025-07-031-2/+17
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #53788 from nextcloud/fix/profile-visibilityFerdinand Thiessen2025-07-031-0/+2
|\ \ \ | | | | | | | | fix(profile): add max width for the user actions
| * | | fix(profile): add max width for the user actionsFerdinand Thiessen2025-07-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents the profile to look distorted when the primary action is a long email address. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #52963 from ↵Arthur Schiwon2025-07-031-1/+43
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/fix/avoid-crashing-versions-listener-on-non-existing-file fix(files_versions): Log error instead of crashing when event listeners get called on non-existing files
| * | | fix(files_versions): Log error instead of crashing when event listeners get ↵fix/avoid-crashing-versions-listener-on-non-existing-fileCôme Chilliet2025-07-011-1/+43
| | | | | | | | | | | | | | | | | | | | | | | | called on non-existing files Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #53418 from nextcloud/fix/timedjob-execution-timeJoas Schilling2025-07-034-4/+36
|\ \ \ \ | |_|/ / |/| | | Fix TimedJob execution time to allow job execution exactly when scheduled
| * | | test: check that UserStatusAutomation is cleaned upfix/timedjob-execution-timeSalvatore Martire2025-07-011-0/+27
| | | | | | | | | | | | | | | | Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
| * | | fix: delete UserStatusAutomation when user is deletedSalvatore Martire2025-07-011-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
| * | | fix: adjust setTimeout value for ClearOldStatusesBackgroundJobSalvatore Martire2025-07-012-4/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | These jobs that were setting their interval to 0 were not really running at every run of cron.php if the run was in the same second. To keep the same behaior, I am updating those intervals to 1 second. Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
* | | fix(files): provide boundaries for FileListTableHeaderActions elementMaksim Sukharev2025-07-031-0/+5
| | | | | | | | | | | | | | | | | | - default boundaries element is 'content-vue', which includes sidebar Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | feat: add toggle for AI guest restrictionJana Peper2025-07-033-1/+8
| | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* | | Merge pull request #53276 from nextcloud/fix/log-failure-from-file-eventsArthur Schiwon2025-07-031-0/+19
|\ \ \ | | | | | | | | fix(files_versions): Log failure to compute node path
| * | | chore: Use an if/else instead of the try/catch to make meaning more obviousfix/log-failure-from-file-eventsCôme Chilliet2025-06-171-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix(files_versions): Log failure to compute node pathCôme Chilliet2025-06-031-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | To avoid hidden bugs, add some debug logging when a node path cannot be computed from a received event, to have more information for debugging Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-07-0372-64/+368
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #53728 from nextcloud/rector-phpunit10Robin Appelman2025-07-02229-1359/+612
|\ \ \ | | | | | | | | chore/rector: make phpunit dataproviders phpunit 12 compatible
| * | | chore: run rectorrector-phpunit10Robin Appelman2025-07-01229-1359/+612
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-07-02128-618/+636
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(files): do not redirect router when navigating between viewsFerdinand Thiessen2025-07-011-8/+10
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | test: add e2e tests for files searchFerdinand Thiessen2025-07-011-3/+22
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(files): reload file list on search updateFerdinand Thiessen2025-07-011-2/+17
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | feat(files): add search scope toggle and logicFerdinand Thiessen2025-07-014-56/+149
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | feat(files): allow hidden viewsFerdinand Thiessen2025-07-011-2/+6
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | feat(files): add `search` viewFerdinand Thiessen2025-07-017-4/+308
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | refactor(files): adjust filename filter to use eventsFerdinand Thiessen2025-07-012-2/+18
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | feat(files): add `search` store to handle all search related stateFerdinand Thiessen2025-07-013-1/+178
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(files): also use `open-in-files` for the search viewFerdinand Thiessen2025-07-013-10/+12
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | feat(files): add `getDirectoryByPath` to files storeFerdinand Thiessen2025-07-013-17/+25
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(files): log aborted navigation as debug levelFerdinand Thiessen2025-07-011-0/+9
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(files_sharing): scope file action id to prevent conflictsFerdinand Thiessen2025-07-011-2/+2
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-07-01158-1432/+26876
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | chore: apply new CSFixer rulesFerdinand Thiessen2025-07-01557-1044/+1490
| |/ |/| | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php
* | Merge pull request #53671 from nextcloud/fix/read-only-share-downloadJohn Molakvoæ2025-07-018-46/+63
|\ \
| * | feat(files_sharing): allow viewing files with download disabledskjnldsv2025-06-268-46/+63
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #53429 from nextcloud/enh/opcache-checksFerdinand Thiessen2025-07-011-14/+12
|\ \ \ | | | | | | | | feat(settings): simplify OPcache checks
| * | | feat(settings): simplify OPcache checksenh/opcache-checksMichaIng2025-06-251-14/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For the overall OPcache size check, we currently compare used memory with free memory. However, `opcache.memory_consumption` is split into `used_memory`, `free_memory` and `wasted_memory`. When cached files change on disk, old entries are not replaced or removed, but remain as wasted memory, until the cache is actually full, and if their percentage is above `opcache.max_wasted_percentage`, which is 5% by default. When this happens, the engine is restarted, resetting the cache completely, like a `opcache_reset()` call. As long as we do not consider wasted cache, recommendations based on free memory can be false. To solve this, we could count wasted memory as free memory, if it is above `opcache.max_wasted_percentage`, as the engine will be restarted as soon as needed, freeing up this wasted space. On the other hand, wasted memory below the threshold permanently blocks the OPcache, which supports counting it as used memory. Depending on the situation, instead of raising OPcache size, it could be also advised to reduce `opcache.max_wasted_percentage`. But too frequent cache resets break its purpose as well. In my opinion, the matter is too complex to consider wasted cache correctly, and do precise recommendations, but we should focus on reducing false positives instead. What we know for sure is: if the cache is full (`$status['cache_full'] === true`), and the limit for cached keys has not been reached, the OPcache was too small to maintain free space, with wasted memory below the configured threshold, where it consumes memory permanently. Recommending to raise the OPcache size in this case, is hence as accurate as it gets. Even if 5% wasted cache could be freed, 95% used memory is still above the previous threshold for the setup check warning. And if `opcache.max_wasted_percentage` is above 5%, then the admin must have decided to change the default, deciding that system memory consumption has lower priority than preventing OPcache engine restarts. `cache_full` can be true as well if the limit for cached keys has been reached, hence we need to merge both checks. In this case `num_cached_keys` equals `max_cached_keys` exactly, hence it is easy to differentiale whether `opcache.max_accelerated_files` or `opcache.memory_consumption` needs to be raised to address the `cache_full` state. In practice, this change relaxes the checks: the respective limit needs to be reached 100% instead of 90%, to trigger a warning, eliminating also false alarms if a large share of the cache is consumed by wasted memory, which would be automatically freed once cache is 100% full. Additionally, the recommendation for raising `opcache.max_accelerated_files` now says "a value higher than `max_cached_keys`", instead of "higher than `opcache.max_accelerated_files`". The actual limit, reflected by `max_cached_keys` from `opcache_get_status()`, [is a next higher value from a set of prime numbers](https://www.php.net/manual/en/opcache.configuration.php#ini.opcache.max-accelerated-files). E.g. if `opcache.max_accelerated_files` is set to 10,000 (PHP default), the effective limit is 16,229 OPcache keys. Recommending "higher than 10000" could hence lead to a settings change without effect. For an effective change, the new value needs to be "higher than 16229" instead, which is what the setup check will show in this situation, with this change applied. Signed-off-by: MichaIng <micha@dietpi.com>
* | | | Merge pull request #52976 from nextcloud/perf/realpath-custom-propKate2025-07-011-0/+5
|\ \ \ \
| * | | | perf: Skip photos app related property in custom propertiesperf/realpath-custom-propJulius Knorr2025-05-201-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | | | | fix(files_sharing): Hide own resharesfix/files_sharing/hide-own-resharesprovokateurin2025-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | fix(files): Always transfer incoming shares when doing ownership transfer to ↵provokateurin2025-07-012-46/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent broken reshares Signed-off-by: provokateurin <kate@provokateurin.de>