aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* fix: Make app menu overflow entries vertically alignedFix/app-menu-overflowFerdinand Thiessen2024-08-071-2/+3
| | | | | | | The `name` property expects a `text` and just adds basically a "heading" for the text, so lets instead just utilize the default slot. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Ensure app overflow menu is rendered centeredFerdinand Thiessen2024-08-072-43/+46
| | | | | | | | 1. Fix app menu overflow button to be centered 2. Ensure the overflow calculation always just removed one element (incl. refactor to use `@vueuse`) 3. Ensure we use 1.5 line height for app menu, otherwise some languages look squashed under the app icon Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #47069 from ↵Maxence Lange2024-08-071-0/+9
|\ | | | | | | | | nextcloud/fix/noid/display-message-on-no-migration-attributes fix(migration-preview): display a message if no attributes set
| * fix(migration-preview): display a message if no attributes setMaxence Lange2024-08-061-0/+9
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | occ: Revert all changes to Info.phpnooblag2024-08-071-10/+1
| | | | | | | | Signed-off-by: Jore <contact@jore.cc>
* | occ: Remove timezone changes.Jore2024-08-072-7/+0
| | | | | | | | Signed-off-by: Jore <contact@jore.cc>
* | occ: Add locale setting timezone to timestamps.Jore2024-08-072-0/+12
| | | | | | | | Signed-off-by: Jore <contact@jore.cc>
* | occ: Add check for never logged in for user:info.Jore2024-08-071-1/+6
| | | | | | | | Signed-off-by: Jore <contact@jore.cc>
* | occ: Improve timestamps for user:info.Jore2024-08-071-1/+1
| | | | | | | | Signed-off-by: Jore <contact@jore.cc>
* | occ: Improve timestamps for user:lastseen.Jore2024-08-071-2/+2
| | | | | | | | Signed-off-by: Jore <contact@jore.cc>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-07110-296/+296
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #45879 from nextcloud/export-certificate-bundleAndy Scherzinger2024-08-062-0/+36
|\ | | | | feat: add command to export certificate bundle
| * feat: add command to export certificate bundleRobin Appelman2024-08-012-0/+36
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | feat(occ)!: Adding the `displayName` to the output of the `occ group:list ↵Thibaut2024-08-061-0/+1
| | | | | | | | | | | | | | --info` command Signed-off-by: ThibautPlg <17176051+ThibautPlg@users.noreply.github.com> Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* | Merge pull request #47055 from nextcloud/feat/select-install-recommended-appsJohn Molakvoæ2024-08-061-17/+30
|\ \
| * | feat(core): add selection for recommended appsSanskar Soni2024-08-061-17/+30
| | | | | | | | | | | | Signed-off-by: Sanskar Soni <sanskarsoni300@gmail.com>
* | | Merge pull request #46356 from nextcloud/enh/use-generator-for-group-listCôme Chilliet2024-08-063-29/+20
|\ \ \ | |/ / |/| | feat(occ): Add support for iterable in Base and use it in group:list and user:list
| * | fix(occ): Fix compatibility with PHP<8.2Côme Chilliet2024-08-061-2/+4
| | | | | | | | | | | | | | | | | | iterator_to_array cannot take an array parameter prior to 8.2 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | feat(occ): Add support for iterable in Base and use in in group:list and ↵Côme Chilliet2024-08-063-31/+20
| | | | | | | | | | | | | | | | | | user:list Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #46974 from nextcloud/fix/noid/add-metadata-to-migrationstepsStephan Orbaugh2024-08-063-0/+17
|\ \ \ | |/ / |/| | feat(migrations): add metadata to existing migrations
| * | feat(migrations): add metadata to existing migrationsMaxence Lange2024-08-023-0/+17
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | fix(user_status): Adjust AccountMenu entry for user statusFerdinand Thiessen2024-08-062-4/+5
| | | | | | | | | | | | | | | | | | fixup: Adjust to design comments Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(core): Migrate UserMenu / AccountMenu to NcListItemFerdinand Thiessen2024-08-065-337/+307
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-062-4/+6
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #46534 from nextcloud/fix/direct-flow-v2Julius Härtl2024-08-053-5/+10
|\ \ \ | | | | | | | | fix: Add direct parameter to flow auth v2
| * | | fix: Add direct parameter to flow auth v2Julius Härtl2024-08-053-5/+10
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | chore: Replace dashboard icon with Material Symbols "View Column"Ferdinand Thiessen2024-08-052-2/+2
|/ / / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix: Max file size for metadata generationGit'Fellow2024-08-051-0/+14
| | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Co-Authored-By: Louis <louis@chmn.me> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-052-0/+26
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-032-0/+12
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-024-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #45950 from nextcloud/chore/remove-depreacted-searchAndy Scherzinger2024-08-011-46/+0
|\ \ | | | | | | chore: Remove deprecated legacy search backend
| * | chore: Remove deprecated legacy search backendJulius Härtl2024-08-011-46/+0
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / fix(core): app menu notification should be in the top rightskjnldsv2024-08-011-2/+3
|/ | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #46873 from nextcloud/chore/hide-initial-state-into-containerAndy Scherzinger2024-08-015-15/+17
|\ | | | | chore(core): wrap initial state into hidden container
| * chore(core): wrap initial state into hidden containerGrigorii K. Shartsev2024-07-305-15/+17
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | fix(core): do not show unread notification on app menu hoverskjnldsv2024-07-312-1/+6
| | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | fix(core): app menu label position and animationskjnldsv2024-07-311-12/+17
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #45306 from ↵Christoph Wurst2024-07-311-0/+6
|\ \ | | | | | | | | | | | | nextcloud/perf/systemtags-object-mapping-objectid-index perf(systemtags): Add index for systemtags_object_mappings.objectid
| * | perf(systemtags): Add index for systemtags_object_mappings.objectidChristoph Wurst2024-07-301-0/+6
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-312-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(migration-attributes): privatizing AttributeExceptionMaxence Lange2024-07-292-3/+7
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | feat(upgrade): release metadataMaxence Lange2024-07-292-124/+37
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | feat(upgrade): migration attributesMaxence Lange2024-07-293-0/+270
|/ | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com> f Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Merge pull request #46827 from nextcloud/build/psalm/named-attribute-argsJoas Schilling2024-07-297-15/+15
|\ | | | | build(psalm): Enforce named attribute arguments
| * refactor(core): Make all attribute arguments namedprovokateurin2024-07-277-15/+15
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-284-2/+62
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(assets): Recompile assetsnextcloud-command2024-07-271-1/+1
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge branch 'master' into fix/public-footerJohn Molakvoæ2024-07-277-6/+8
|\ | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * Fix(l10n): Update translations from TransifexNextcloud bot2024-07-272-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>