aboutsummaryrefslogtreecommitdiffstats
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>
* Merge pull request #47031 from nextcloud/fix/app-menuAndy Scherzinger2024-08-074-46/+49
|\ | | | | fix: Ensure app overflow menu is rendered centered
| * chore(assets): Recompile assetsnextcloud-command2024-08-072-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * 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 #47044 from nextcloud/fix/accept-several-mounts-in-encryptionAndy Scherzinger2024-08-071-1/+1
|\ | | | | fix(encryption): Fix mountpoint check to accept if several are found
| * fix(encryption): Fix mountpoint check to accept if several are foundCôme Chilliet2024-08-051-1/+1
| | | | | | | | | | | | | | There is no strong requirement to have only one mount for a given storage id. Also the error in this case would be misleading. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #46395 from nextcloud/apcu-default-ttlRobin Appelman2024-08-075-29/+26
|\ \ | | | | | | fix: set default TTL for APCu cache as per docs
| * | chore: add psalm false positive to psalm.xmlRobin Appelman2024-08-071-0/+7
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | chore: remove Redis::DEFAULT_TTL constant now that it's defined in the interfaceRobin Appelman2024-08-071-1/+0
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | chore: cleanup acpu inc and decRobin Appelman2024-08-071-28/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | docs: clearify IMemcache::inc and dec behaviorRobin Appelman2024-08-071-0/+6
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix: set default TTL for APCu cache as per docsRobin Appelman2024-08-072-0/+11
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #47106 from nextcloud/fix/files-paddingJohn Molakvoæ2024-08-074-5/+6
|\ \ \
| * | | fix(files): file name and header sort buttons alignmentsskjnldsv2024-08-074-5/+6
|/ / / | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #47102 from nextcloud/fix/files-multiple-propfindJohn Molakvoæ2024-08-0725-36/+34
|\ \ \
| * | | fix(files_sharing): getShares optional chainingskjnldsv2024-08-0710-8/+8
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | chore: update @nextcloud/upload to 1.4.3skjnldsv2024-08-0713-24/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files): use `files:config:updated` to monitor user config changeskjnldsv2024-08-072-4/+2
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge pull request #45841 from ↵John Molakvoæ2024-08-071-1/+5
|\ \ \ \ | | | | | | | | | | | | | | | Vivida1/add-regex-to-match-Gnome-and-KDE-calendar-user-agents
| * | | | fix(dav): WebcalCaching-Plugin lintJohn Molakvoæ2024-06-271-1/+1
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | feat(dav): add regex to match Gnome and KDE calendar user-agentsVivida2024-06-271-1/+5
| | | | | | | | | | | | | | | Signed-off-by: Vivida <57828684+Vivida1@users.noreply.github.com>
* | | | | Merge pull request #46623 from nextcloud/fix/issue-44127Sebastian Krupinski2024-08-073-68/+150
|\ \ \ \ \ | | | | | | | | | | | | fix(caldav): fixed initial sync and double processing
| * | | | | fix(caldav): fixed initial sync and double processingSebastianKrupinski2024-08-013-68/+150
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | | | Merge pull request #47069 from ↵Maxence Lange2024-08-072-0/+21
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | 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-062-0/+21
| | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | Merge pull request #37878 from 2lar/sortingfixbranchJohn Molakvoæ2024-08-079-10/+15
|\ \ \ \ \ \
| * | | | | | fix(files_sharing): tab shares title and creation sort2lar2024-08-079-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | | | | Merge pull request #46106 from nextcloud/fix/session/log-slow-session-callsJulius Härtl2024-08-079-35/+51
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | fix(session): Log when session_* calls are slow
| * | | | | | fix(session): Log when session_* calls are slowChristoph Wurst2024-08-079-35/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #47071 from nextcloud/fix/no-error-new-file-auditAndy Scherzinger2024-08-071-2/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix(admin_audit): Do not log errors for new files
| * | | | | | | fix(admin_audit): Do not log errors for new filesJulius Härtl2024-08-071-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | Merge pull request #46945 from nextcloud/fix/activity-upload-publicJohn Molakvoæ2024-08-074-0/+69
|\ \ \ \ \ \ \ \
| * | | | | | | | feat(activity): add share link upload notificationsskjnldsv2024-08-074-0/+69
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | | Merge pull request #47095 from nextcloud/fix/theming/cache-buster-on-upgradeRichard Steinmetz2024-08-071-1/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | fix(theming): make cache buster depend on the app version
| * | | | | | | fix(theming): make cache buster depend on the app versionRichard Steinmetz2024-08-071-1/+3
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | Merge pull request #44666 from nooblag/occ-userJohn Molakvoæ2024-08-071-2/+3
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | occ: Improve and make consistent `user:lastseen` and `user:info` timestamps
| * | | | | | 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>
* | | | | | Merge pull request #47090 from ↵github-actions[bot]2024-08-071-1/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | | | chore(tests): Update psalm baselinenextcloud-command2024-08-071-1/+0
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* / / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-08-07430-1678/+2054
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #45193 from bahman026/update-config-sample-fileAndy Scherzinger2024-08-061-0/+3
|\ \ \ \ | | | | | | | | | | docs: added customclient_fdroid key to the config.sample.php file
| * | | | docs: added customclient_fdroid config key to config.sample.php fileBahman Jafarzadeh2024-07-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Josh <josh.t.richards@gmail.com> Signed-off-by: Bahman Jafarzadeh <bahman026@gmail.com>
* | | | | Merge pull request #45879 from nextcloud/export-certificate-bundleAndy Scherzinger2024-08-064-0/+38
|\ \ \ \ \ | | | | | | | | | | | | feat: add command to export certificate bundle
| * | | | | feat: add command to export certificate bundleRobin Appelman2024-08-014-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #46229 from nextcloud/jtr/fix-smtpdebug-cfg-sampleAndy Scherzinger2024-08-061-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix(config): Clarify smtp debugging config option usage