aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-072-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-032-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-022-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-01102-16/+102
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51092 from nextcloud/enh/49868/add-display-overrideKate2025-02-281-0/+1
|\
| * feat(PWA): add `display_override` to set the display-mode to `minimal-ui` on ↵enh/49868/add-display-overrideSimon L.2025-02-281-0/+1
| | | | | | | | | | | | supported browsers Signed-off-by: Simon L. <szaimen@e.mail.de>
* | fix(l10n): remove unnecessary spaceValdnet2025-02-281-1/+1
|/ | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2818-4/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50999 from nextcloud/fix/move-away-from-oc-appCôme Chilliet2025-02-271-1/+1
|\ | | | | fix: Replace OC_App calls by IAppManager
| * fix: Replace OC_App calls by IAppManagerCôme Chilliet2025-02-241-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #51051 from nextcloud/artonge/fix/login_flow_v2_sessions_2Louis2025-02-271-0/+2
|\ \ | | | | | | feat: Close sessions created for login flow v2
| * | feat: Close sessions created for login flow v2artonge/fix/login_flow_v2_sessions_2Louis Chemineau2025-02-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Sessions created during the login flow v2 should be short lived to not leave an unexpected opened session in the browser. This commit add a property to the session object to track its origin, and will close it as soon as possible, i.e., on the first non public page request. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-27114-2976/+2892
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(l10n): Improve english source stringsJoas Schilling2025-02-261-1/+1
|/ / | | | | | | | | | | | | - No leading/trailing whitespace - Use asci single quote Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-264-50/+50
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-242-18/+18
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: wipe local storages on log outMaksim Sukharev2025-02-242-7/+22
| | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-244-2/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-222-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* refactor: Migrate nextcloud-vue usage to new import schemaFerdinand Thiessen2025-02-2026-80/+84
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-202-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-194-2/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50864 from nextcloud/fix/fix-psalm-taint-errors-2Joas Schilling2025-02-181-0/+3
|\ | | | | fix: Fix psalm taint false-positives by small refactorings
| * fix: Fix psalm taint false-positives by small refactoringsfix/fix-psalm-taint-errors-2Côme Chilliet2025-02-171-0/+3
| | | | | | | | | | | | | | 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(l10n): Update translations from TransifexNextcloud bot2025-02-184-4/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50798 from nextcloud/fix/login-error-stateFerdinand Thiessen2025-02-171-0/+5
|\ | | | | fix(login): only show error state on login box if user interacted
| * fix(login): only show error state on login box if user interactedFerdinand Thiessen2025-02-171-0/+5
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #50791 from nextcloud/perf/remove-filecache-indexKate2025-02-172-5/+38
|\ \ | |/ |/| chore(filecache): remove index fs_id_storage_size
| * chore(filecache): remove index fs_id_storage_sizeperf/remove-filecache-indexBenjamin Gaussorgues2025-02-132-5/+38
| | | | | | | | | | | | Index is outdated by PR 50781 Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-152-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: Replace getInstalledApps calls with getEnabledAppsfix/clarify-app-manager-methodsCôme Chilliet2025-02-132-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUserCôme Chilliet2025-02-136-16/+10
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #50081 from nextcloud/fix/undefined-application-keyPytal2025-02-112-2/+2
|\ | | | | fix(core): Fix undefined "application" array key error
| * fix(core): Fix undefined "application" array key error in user layoutChristopher Ng2025-02-111-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix(core): Fix undefined "application" array key errorChristopher Ng2025-02-111-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-122-6/+6
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-112-0/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-106-12/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-094-2/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48674 from nextcloud/jtr/fix-updater-cleanup-job-loggingJohn Molakvoæ2025-02-061-5/+13
|\
| * chore: Run cs:fixjtr/fix-updater-cleanup-job-loggingLouis Chemineau2025-02-061-3/+3
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * fix(updater): make clean-up job more robust / easier to debugJosh2025-02-061-5/+13
| | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | Merge pull request #50660 from nextcloud/fix/mime-intJohn Molakvoæ2025-02-062-0/+8
|\ \ | |/ |/| fix: make sure we process mime extensions as string
| * fix: make sure we process mime extensions as stringskjnldsv2025-02-052-0/+8
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-054-26/+32
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge branch 'master' into fix/noid/in-folder-searchF. E Noel Nfebe2025-02-031-1/+8
|\
| * Merge pull request #49016 from Keeper-of-the-Keys/occ-groups-list-single-groupStephan Orbaugh2025-02-031-1/+8
| |\ | | | | | | Add the option to provide a groupname and only see its' members in occ group:list
| | * fix: Clearly document that the argument is a search string Côme Chilliet2025-02-031-3/+3
| | | | | | | | | | | | | | | It is not an exact match on the group id Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
| | * Add the option to provide a groupname and only see its' members.E.S. Rosenberg a.k.a. Keeper of the Keys2025-01-081-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | Improvements/TODO: 1. Fail/return error if group doesn't exist 2. Only print the members and not the groupname Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>
* | | fix(unified-search): filteredProviders now inherits all provider propsnfebe2025-02-031-6/+6
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The main providers come from both the backend and client side plugins such as `in-folder` search. The main providers may carry callbacks functions and other information that should be passed to the `filteredProviders`. This is important because the current code does not make a distinction between `filteredProviders` and `providers` rightly so, becuase they are the same thing! Without the mentioned distinction above, sooner or later, we try to access a property on the `filteredProviders` which we did not transfer with the manual property copy. ---- This fix prevents in-folder search from searching everywhere when "load more results" is clicked; Essentially ignoring the in-folder search filter. Signed-off-by: nfebe <fenn25.fn@gmail.com>