summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | refactor: migrate from vuex to piniafenn-cs2024-03-064-44/+24
| | | | | | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | | feat(core): create filter-plugin architecture for unified searchfenn-cs2024-03-065-10/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit introduces the mechanism for apps out of the call, to add search filters to the unified search "Places" filter selector. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | Merge pull request #43998 from ↵Joas Schilling2024-03-062-5/+5
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/bugfix/noid/add-fixme-to-migration-files-to-help-developers fix(migrations): Help developers to add description and copyright info
| * | | fix(migrations): Help developers to add description and copyright infoJoas Schilling2024-03-052-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #43471 from nextcloud/cache-path-by-idRobin Appelman2024-03-054-17/+7
|\ \ \ \ | |/ / / |/| | | Cache path by id
| * | | perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-044-17/+7
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #43855 from nextcloud/feat/team-providerJulius Härtl2024-03-053-0/+337
|\ \ \ \ | | | | | | | | | | Implement team provider api
| * | | | feat: Implement team provider apiJulius Härtl2024-03-053-0/+337
| |/ / / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-0582-150/+168
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #43906 from nextcloud/enh/migrate-ssl-url-setupcheckCôme Chilliet2024-03-042-26/+0
|\ \ \ \ | |/ / / |/| | | feat(settings): Migrate SSL access and URL generation check to SetupCheck API
| * | | feat(settings): Migrate SSL access and URL generation check to SetupCheck APICôme Chilliet2024-02-292-26/+0
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-046-10/+26
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-032-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-022-0/+12
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #43665 from nextcloud/43365-unified-search-filter-view-fixJohn Molakvoæ2024-03-011-1/+9
|\ \ \ \
| * | | | feat(files): restore unified search filtering in files viewfenn-cs2024-02-291-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The unified search emits, search events that other apps can subscribe to and react however they want to search queries, following 4b55594f55ce4146ed93c50f71e6204a57d29612 and prior updates to migrate the Files app ui to vue.js that feature was broken. This commit reintroduces the feature using the current `FileList` implementation. This commit also adds some logging to an empty exception handler. Resolve : https://github.com/nextcloud/server/issues/43365 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-0178-76/+550
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | feat(settings): Migrate data directory protection check to `SetupCheck`Ferdinand Thiessen2024-02-292-69/+0
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #29988 from ↵John Molakvoæ2024-02-292-4/+10
|\ \ \ \ | |/ / / |/| | | | | | | nextcloud/enh/hide-overwrites-from-disabled-apps-list
| * | | feat(updater): hide overwrites from disabled apps list on upgradeMichaIng2024-02-272-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an incompatible app is enabled manually, it is added to the "app_install_overwrite" array in config.php. Nextcloud upgrades won't disable any app in this array, but they were still shown on the upgrade page and logs as being disabled. This commit assures that only apps which are really disabled, i.e. which are not in the "app_install_overwrite" array, are shown and logged as disabled during upgrades. Signed-off-by: MichaIng <micha@dietpi.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-2988-94/+110
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #43607 from nextcloud/enh/migrate-ocx-providers-setupcheckFerdinand Thiessen2024-02-282-77/+0
|\ \ \ \ | | | | | | | | | | enh(setting): Migrate OCM / OCS provider tests to SetupCheck
| * | | | feat(settings): Migrate OCM / OCS provider tests to SetupCheckFerdinand Thiessen2024-02-272-77/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #43646 from nextcloud/feat/noid/occ-keys-test-commandJoas Schilling2024-02-282-0/+101
|\ \ \ \ | | | | | | | | | | Add user:keys:verify command
| * | | | feat(occ): Add user:keys:test commandMarcel Müller2024-02-272-0/+101
| |/ / / | | | | | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* | | | Merge pull request #43209 from nextcloud/enh/edit-indicesGreta2024-02-281-5/+51
|\ \ \ \ | | | | | | | | | | feat(occ): add possibility to edit indices
| * | | | feat(occ): add possibility to edit indicesJohannes Merkel2024-02-271-5/+51
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-282-0/+16
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #43850 from nextcloud/fix/f-droid-svgFerdinand Thiessen2024-02-271-1/+1
|\ \ \ \ | | | | | | | | | | fix(core): Convert text to path in f-droid banner SVG
| * | | | fix(core): Convert text to path in f-droid banner SVGFerdinand Thiessen2024-02-261-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #43838 from nextcloud/fix/wrap-exception-pageRichard Steinmetz2024-02-274-1/+33
|\ \ \ \ \ | | | | | | | | | | | | fix: wrap text on exception page
| * | | | | fix: wrap text on exception pageRichard Steinmetz2024-02-264-1/+33
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* / / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-02-274-0/+42
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #43577 from arublov/fix/pages-titles-appsJohn Molakvoæ2024-02-262-3/+3
|\ \ \ \ | | | | | | | | | | [Bugfix]: Titles of pages (dashboard, apps-settings, users-settings)
| * \ \ \ Merge branch 'master' into fix/pages-titles-appsAndrii Rublov2024-02-2519-42/+159
| |\ \ \ \ | | | |/ / | | |/| | Signed-off-by: Andrii Rublov <github.a@rublov.me>
| * | | | php-cs-fixer fixesAndrii Rublov2024-02-233-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrii Rublov <airublev@outlook.com>
| * | | | [Bugfix]: Titles of pages (dashboard, apps-settings, users-settings) #43327Andrii Rublov2024-02-233-9/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrii Rublov <airublev@outlook.com>
* | | | | Merge pull request #39182 from shdehnavi/refactor_core_backgroundjobsJohn Molakvoæ2024-02-262-2/+7
|\ \ \ \ \
| * | | | | Make adjustments based on the reviewHamid Dehnavi2024-02-262-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
| * | | | | Refactor core/BackgroundJobsHamid Dehnavi2024-02-262-2/+2
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* | | | | Merge pull request #40726 from nextcloud/feat/new-user-emailCôme Chilliet2024-02-261-4/+59
|\ \ \ \ \ | |/ / / / |/| | | | feat: Email option in `occ user:add` command
| * | | | add generate-password option and flow fixesAnupam Kumar2024-02-241-31/+27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
| * | | | Allow combining --email option with --password-from-envHerman van Rink2024-02-241-13/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Herman van Rink <rink@initfour.nl>
| * | | | new user password email option, improved on #29368Anupam Kumar2024-02-242-111/+45
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
| * | | | Enable adding E-Mail addresses to new user accounts using the CLIPhilip Gatzka2024-02-242-5/+125
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Gatzka <philip.gatzka@mailbox.org>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-254-22/+110
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #40538 from nextcloud/occAppUpdatesReturnJohn Molakvoæ2024-02-241-0/+10
|\ \ \ \ \
| * | | | | Add a return message for app updates trough occGit'Fellow2024-02-231-0/+10
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Handle single and all apps Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Rewrite logic Fix psalm Fix psalm Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* / / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-02-242-0/+6
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #39184 from shdehnavi/refactor_core_command_backgroundJohn Molakvoæ2024-02-235-5/+6
|\ \ \ \