Git'Fellow
5e5a51a277
Merge pull request #47116 from nextcloud/addColMigNotEx
...
fix(migration): Add column if not exists
2024-08-08 09:53:20 +07:00
Nextcloud bot
5f89477c79
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-08 00:20:57 +07:00
nextcloud-command
60924a6a27
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-08-07 23:18:05 +07:00
Ferdinand Thiessen
82f7368e10
fix(systemtags): Correctly load tagged files in "tags"-files-view
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-08-08 01:07:45 +07:00
SebastianKrupinski
19ec5985b5
fix(caldav): test for null and blank value
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2024-08-07 18:56:34 +07:00
Andy Scherzinger
749dc7d9ae
Merge pull request #47034 from nextcloud/fix/app-menu-overflow
...
fix: Make app menu overflow entries vertically aligned
2024-08-07 23:04:29 +07:00
nextcloud-command
2ed0509638
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-08-07 20:48:51 +07:00
Ferdinand Thiessen
7cef884297
fix: Make app menu overflow entries vertically aligned
...
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>
2024-08-07 22:32:04 +07:00
Andy Scherzinger
4417f0f328
Merge pull request #47031 from nextcloud/fix/app-menu
...
fix: Ensure app overflow menu is rendered centered
2024-08-07 22:30:00 +07:00
nextcloud-command
de5ae56deb
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-08-07 19:48:52 +07:00
Ferdinand Thiessen
91f78936c9
fix: Ensure app overflow menu is rendered centered
...
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>
2024-08-07 21:29:00 +07:00
Andy Scherzinger
609fa7d5db
Merge pull request #47044 from nextcloud/fix/accept-several-mounts-in-encryption
...
fix(encryption): Fix mountpoint check to accept if several are found
2024-08-07 20:58:19 +07:00
Robin Appelman
495f454b6f
Merge pull request #46395 from nextcloud/apcu-default-ttl
...
fix: set default TTL for APCu cache as per docs
2024-08-07 20:16:02 +07:00
Git'Fellow
3803e755af
fix(migration): Add column if not exists
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2024-08-07 20:09:51 +07:00
Robin Appelman
5490b12feb
chore: add psalm false positive to psalm.xml
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-08-07 19:41:44 +07:00
Robin Appelman
cae0a8218d
chore: remove Redis::DEFAULT_TTL constant now that it's defined in the interface
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-08-07 19:41:44 +07:00
Robin Appelman
b19652a2ad
chore: cleanup acpu inc and dec
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-08-07 19:41:43 +07:00
Robin Appelman
4691d19770
docs: clearify IMemcache::inc and dec behavior
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-08-07 19:41:43 +07:00
Robin Appelman
cd9cc01b77
fix: set default TTL for APCu cache as per docs
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-08-07 19:41:41 +07:00
John Molakvoæ
a46e0a7405
Merge pull request #47106 from nextcloud/fix/files-padding
2024-08-07 17:28:10 +07:00
skjnldsv
827c6fdda9
fix(files): file name and header sort buttons alignments
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-08-07 15:12:32 +07:00
John Molakvoæ
9b511d1b3b
Merge pull request #47102 from nextcloud/fix/files-multiple-propfind
2024-08-07 17:06:20 +07:00
John Molakvoæ
07d302d007
Merge pull request #45841 from Vivida1/add-regex-to-match-Gnome-and-KDE-calendar-user-agents
2024-08-07 16:10:18 +07:00
skjnldsv
b96800ecc5
fix(files_sharing): getShares optional chaining
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-08-07 16:06:25 +07:00
Sebastian Krupinski
4c4e414036
Merge pull request #46623 from nextcloud/fix/issue-44127
...
fix(caldav): fixed initial sync and double processing
2024-08-07 08:49:34 +07:00
Maxence Lange
3ffcfb1dab
Merge pull request #47069 from nextcloud/fix/noid/display-message-on-no-migration-attributes
...
fix(migration-preview): display a message if no attributes set
2024-08-07 11:48:20 +07:00
skjnldsv
800a1b8f12
chore: update @nextcloud/upload to 1.4.3
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-08-07 10:54:41 +07:00
skjnldsv
40d9b42c84
fix(files): use `files:config:updated` to monitor user config change
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-08-07 10:50:33 +07:00
John Molakvoæ
3da69fca60
Merge pull request #37878 from 2lar/sortingfixbranch
2024-08-07 12:45:56 +07:00
Julius Härtl
6cc0827cef
Merge pull request #46106 from nextcloud/fix/session/log-slow-session-calls
...
fix(session): Log when session_* calls are slow
2024-08-07 12:43:45 +07:00
Andy Scherzinger
0050e1e219
Merge pull request #47071 from nextcloud/fix/no-error-new-file-audit
...
fix(admin_audit): Do not log errors for new files
2024-08-07 11:42:38 +07:00
2lar
6cf1aed93a
fix(files_sharing): tab shares title and creation sort
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-08-07 11:39:54 +07:00
John Molakvoæ
72c2b6b7c7
Merge pull request #46945 from nextcloud/fix/activity-upload-public
2024-08-07 11:29:46 +07:00
Benjamin Gaussorgues
9e241b106a
build(hub): 30.0.0 beta 5
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-08-07 11:23:50 +07:00
Richard Steinmetz
5d577be6cf
Merge pull request #47095 from nextcloud/fix/theming/cache-buster-on-upgrade
...
fix(theming): make cache buster depend on the app version
2024-08-07 10:24:44 +07:00
Julius Härtl
1c0f02eea9
fix(admin_audit): Do not log errors for new files
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-08-07 09:50:30 +07:00
skjnldsv
3cb80626e4
feat(activity): add share link upload notifications
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-08-07 09:49:38 +07:00
Richard Steinmetz
087f74806d
fix(theming): make cache buster depend on the app version
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-08-07 09:48:48 +07:00
John Molakvoæ
80fc2a96f2
Merge pull request #44666 from nooblag/occ-user
...
occ: Improve and make consistent `user:lastseen` and `user:info` timestamps
2024-08-07 09:33:24 +07:00
nooblag
5ec3a7fcef
occ: Revert all changes to Info.php
...
Signed-off-by: Jore <contact@jore.cc>
2024-08-07 09:33:09 +07:00
Jore
96638fd6b2
occ: Remove timezone changes.
...
Signed-off-by: Jore <contact@jore.cc>
2024-08-07 09:33:09 +07:00
Jore
a0566f881d
occ: Add locale setting timezone to timestamps.
...
Signed-off-by: Jore <contact@jore.cc>
2024-08-07 09:33:09 +07:00
Jore
e16e16c972
occ: Add check for never logged in for user:info.
...
Signed-off-by: Jore <contact@jore.cc>
2024-08-07 09:33:09 +07:00
Jore
bd81967fa1
occ: Improve timestamps for user:info.
...
Signed-off-by: Jore <contact@jore.cc>
2024-08-07 09:33:09 +07:00
Jore
3e69668c9e
occ: Improve timestamps for user:lastseen.
...
Signed-off-by: Jore <contact@jore.cc>
2024-08-07 09:33:08 +07:00
github-actions[bot]
cb341fc64c
Merge pull request #47090 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2024-08-07 09:05:35 +07:00
Christoph Wurst
2b38d6ae7e
fix(session): Log when session_* calls are slow
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-08-07 09:02:10 +07:00
nextcloud-command
d2338abe8a
chore(tests): Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2024-08-07 02:29:23 +07:00
Nextcloud bot
fbbc10466b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-07 00:20:09 +07:00
Maxence Lange
6ad6fa6425
fix(migration-preview): display a message if no attributes set
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-08-06 22:23:12 +07:00