Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Adjust `OCP\Server::get` annotation to work with phpstanchore/server-annotations | Ferdinand Thiessen | 2025-02-19 | 1 | -6/+4 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(cron): Keep job class limitation when searching for the next jobbugfix/noid/keep-job-class-limitation | Joas Schilling | 2025-02-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-19 | 8 | -8/+40 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #50864 from nextcloud/fix/fix-psalm-taint-errors-2 | Joas Schilling | 2025-02-18 | 3 | -37/+17 |
|\ | | | | | fix: Fix psalm taint false-positives by small refactorings | ||||
| * | fix: Fix psalm taint false-positives by small refactoringsfix/fix-psalm-taint-errors-2 | Côme Chilliet | 2025-02-17 | 3 | -37/+17 |
| | | | | | | | | | | | | | | Mostly make it clear that we trust admin input or that we correctly escape strings. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix(files): properly forward open params from short urls | skjnldsv | 2025-02-18 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-18 | 6 | -12/+370 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: Add missing star in phpdoc commentfix/fix-psalm-taint-errors | Côme Chilliet | 2025-02-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Fix false-positive psalm taint errors when outputting plain text | Côme Chilliet | 2025-02-17 | 1 | -2/+10 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Fix psalm taint false-positive by escaping trusted input | Côme Chilliet | 2025-02-17 | 1 | -11/+11 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Correctly tag json encoding in BaseResponse to fix false-positive | Côme Chilliet | 2025-02-17 | 1 | -1/+9 |
| | | | | | | …in psalm taint analysis Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Move config.php taint trust upstream directly in OC\Config class | Côme Chilliet | 2025-02-17 | 2 | -21/+23 |
| | | | | | | This solves some false-positive psalm taint errors Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Work around psalm taint false-positive by not using var_export | Côme Chilliet | 2025-02-17 | 1 | -1/+1 |
| | | | | | | | | | var_export is listed as a taint sink because it may output stuff depending on the parameters. It was not the case here, but we can simply json_encode the result by passing it as context to the logger method rather than using var_export. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: Correctly flag json encoding methods as escaping html and quotes | Côme Chilliet | 2025-02-17 | 2 | -2/+6 |
| | | | | | | | Especially with JSON_HEX_TAG it’s perfectly fine to echo JSON, and we only use it in JSON output anyway. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Fix psalm taint error in L10N factory | Côme Chilliet | 2025-02-17 | 1 | -3/+24 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #50791 from nextcloud/perf/remove-filecache-index | Kate | 2025-02-17 | 2 | -0/+2 |
|\ | | | | | chore(filecache): remove index fs_id_storage_size | ||||
| * | chore(filecache): remove index fs_id_storage_sizeperf/remove-filecache-index | Benjamin Gaussorgues | 2025-02-13 | 2 | -0/+2 |
| | | | | | | | | | | | | Index is outdated by PR 50781 Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | Merge pull request #50809 from nextcloud/fixPhp83Deprecation | Git'Fellow | 2025-02-15 | 1 | -8/+4 |
|\ \ | | | | | | | fix(repair): PHP8.3 deprecation warning | ||||
| * | | fix(repair): PHP8.3 deprecation warningfixPhp83Deprecation | Git'Fellow | 2025-02-14 | 1 | -8/+4 |
| | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-15 | 2 | -0/+2 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-14 | 4 | -4/+10 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #48738 from nextcloud/perf/log-high-memory-requests | Julius Knorr | 2025-02-13 | 1 | -0/+16 |
|\ \ | | | | | | | perf: Log requests using high amount of memory as warning | ||||
| * | | perf: Log requests using high amount of memory as warningperf/log-high-memory-requests | Julius Knorr | 2025-02-13 | 1 | -0/+16 |
| | | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | | | Merge pull request #50794 from nextcloud/fix/fix-appmanager-cleanappid | Côme Chilliet | 2025-02-13 | 2 | -4/+26 |
|\ \ \ | | | | | | | | | fix: Only keep allowed characters in appid, and flag the method as escaping | ||||
| * | | | fix: Also remove digits at the start and underscore on both ends of appidfix/fix-appmanager-cleanappid | Côme Chilliet | 2025-02-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> | ||||
| * | | | fix: Only keep allowed characters in appid, and flag the method as escaping | Côme Chilliet | 2025-02-13 | 2 | -4/+26 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | Merge pull request #50781 from nextcloud/perf/improve-incomplete-scan | Benjamin Gaussorgues | 2025-02-13 | 2 | -15/+6 |
|\ \ \ \ | |/ / / |/| | | | perf(files): faster query to fetch incomplete directories | ||||
| * | | | perf(files): faster query to fetch incomplete directoriesperf/improve-incomplete-scan | Benjamin Gaussorgues | 2025-02-13 | 2 | -15/+6 |
| | |/ | |/| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | | fix: Replace getInstalledApps calls with getEnabledAppsfix/clarify-app-manager-methods | Côme Chilliet | 2025-02-13 | 6 | -6/+6 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUser | Côme Chilliet | 2025-02-13 | 4 | -8/+8 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | chore: Improve naming of methods and properties in AppManager | Côme Chilliet | 2025-02-13 | 1 | -21/+23 |
| | | | | | | | | | | | | | | | | | | Remove all references to installed apps where it’s about enabled apps Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix(ocp): Deprecate getInstalledApps and replace with clearer method name | Côme Chilliet | 2025-02-13 | 2 | -3/+21 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix(ocp): Deprecate isInstalled and add isEnabledForAnyone instead | Côme Chilliet | 2025-02-13 | 2 | -3/+13 |
|/ / | | | | | | | | | | | The method name was really confusing Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-13 | 4 | -2/+28 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-12 | 10 | -22/+126 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #50498 from nextcloud/bug/48678/restore-dav-error-response-2 | Daniel | 2025-02-11 | 1 | -16/+8 |
|\ | | | | | Don't rethrow a type error | ||||
| * | fix: make locked exception path relative to the view | Robin Appelman | 2025-02-11 | 1 | -16/+8 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #50324 from nextcloud/shared-cache-watcher-update | Robin Appelman | 2025-02-11 | 3 | -0/+22 |
|\ \ | |/ |/| | fix: don't use cached root info from shared cache if the watcher has detected an update | ||||
| * | fix: don't use cached root info from shared cache if the watcher has ↵ | Robin Appelman | 2025-02-06 | 3 | -0/+22 |
| | | | | | | | | | | | | detected an update Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-10 | 6 | -6/+20 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-09 | 2 | -2/+12 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-08 | 2 | -0/+2 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #50697 from nextcloud/admin-audit-listen-failed-login | Joas Schilling | 2025-02-06 | 1 | -0/+8 |
|\ | | | | | feat(admin_audit): write admin audit log for AnyLoginFailedEvent | ||||
| * | feat(admin_audit): write admin audit log for AnyLoginFailedEventadmin-audit-listen-failed-login | Luka Trovic | 2025-02-06 | 1 | -0/+8 |
| | | | | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com> | ||||
* | | Merge pull request #49955 from nextcloud/occ-upgrade-reminder | Louis | 2025-02-06 | 1 | -1/+1 |
|\ \ | | | | | | | fix: when already upgrading, don't instruct to run `occ upgrade` | ||||
| * | | fix: when already upgrading, don't instruct to run `occ upgrade`occ-upgrade-reminder | Josh | 2025-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Fixes #36289 Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | | Merge pull request #50660 from nextcloud/fix/mime-int | John Molakvoæ | 2025-02-06 | 3 | -4/+27 |
|\ \ \ | |_|/ |/| | | fix: make sure we process mime extensions as string | ||||
| * | | fix: psalm and OCP @since declarationsfix/mime-int | John Molakvoæ | 2025-02-06 | 3 | -5/+5 |
| | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
| * | | fix: make sure we process mime extensions as string | skjnldsv | 2025-02-05 | 3 | -4/+27 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | fix(FediverseAction): Ensure valid fediverse links are generated | Ferdinand Thiessen | 2025-02-06 | 1 | -5/+18 |
| | | | | | | | | | | | | | | | | | | Harden also for existing values of the profile. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |