Robin Appelman
a0505f6ff1
use cached metadata for share root into
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-06-18 15:49:28 +02:00
Robin Appelman
a0c92e307c
feat: provide a version of FileAccess with built in caching
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-06-18 15:48:53 +02:00
Robin Appelman
4e8d89c460
feat: expose CacheEntry::getData in ocp
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-06-18 15:48:21 +02:00
Robin Appelman
bb5ac2688c
refactor: don't join on filecache in defaultshareprovider
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-06-18 15:08:47 +02:00
Nextcloud bot
74396a245d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-18 00:20:27 +00:00
Andy Scherzinger
0ccfc811b6
Merge pull request #45916 from nextcloud/fix/noid/versionsIcon
...
Align app icon for versions with right sidebar used icon
2024-06-18 00:37:00 +02:00
Arthur Schiwon
2bc949d22d
Merge pull request #33581 from nextcloud/share-lazy-user
...
use LazyUser in DefaultShareProvider
2024-06-17 22:53:21 +02:00
Côme Chilliet
de6bb33d99
fix(tests): Fix tests with new LazyUser usage in DefaultShareProvider
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-06-17 18:09:59 +02:00
Robin Appelman
7f6a891110
use LazyUser in DefaultShareProvider
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-06-17 17:42:45 +02:00
Arthur Schiwon
9872467251
Merge pull request #45912 from nextcloud/fix/noid/3rdparty-check-ref
...
ci: use precise ref for 3rdparty check
2024-06-17 16:32:41 +02:00
Richard Steinmetz
d0bdef381e
Merge pull request #45917 from nextcloud/fix/icons-themed
...
fix: Adjust icon generation to bring back themed icons
2024-06-17 13:31:47 +02:00
Robin Appelman
642cffd4dd
Merge pull request #45582 from nextcloud/joblist-cleanup-by-id
...
delete background jobs by id when cleaning up
2024-06-17 13:21:21 +02:00
Ferdinand Thiessen
50b9fb46cb
fix: Adjust icon generation to bring back themed icons
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-17 12:07:18 +02:00
Andy Scherzinger
d813feff62
fix: Align app icon for versions with right sidebar used icon
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-06-17 11:40:58 +02:00
Arthur Schiwon
4a143af318
ci: use precise ref for 3rdparty check
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-06-17 11:25:28 +02:00
Ferdinand Thiessen
0b805eab38
Merge pull request #45900 from nextcloud/fix/files-versions-date
...
fix(files_versions): Use `NcDateTime` for proper translated version dates
2024-06-17 11:22:25 +02:00
Ferdinand Thiessen
121c8dbe1b
Merge pull request #45901 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2024-06-17 10:39:37 +02:00
Ferdinand Thiessen
7eecbab8b4
Merge pull request #45902 from nextcloud/fix/bump-delete-request-concurrency
...
fix(deleteAction): Bump up delete requests concurrency to 5
2024-06-17 10:38:52 +02:00
Côme Chilliet
e01fbff8c3
Merge pull request #45884 from nextcloud/fix/files-ownership-deny
...
fix(files): Properly handle denied ownership transfers
2024-06-17 09:42:49 +02:00
dependabot[bot]
5baaea70f2
Merge pull request #45885 from nextcloud/dependabot/npm_and_yarn/jquery-ui-dist-1.13.3
2024-06-17 07:42:35 +00:00
Ferdinand Thiessen
879120dd41
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-17 09:29:34 +02:00
Ferdinand Thiessen
99262130fa
fix(files_versions): Version name and date should be shrinkable to allow viewing on small screens
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-17 09:22:02 +02:00
Ferdinand Thiessen
9f22538c91
fix(files_versions): Use NcDateTime to ensure date is transalted properly
...
Also do not use filters, filters are deprecated and will make migration to Vue 3 harder.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-17 09:22:02 +02:00
Ferdinand Thiessen
b34e2a163b
Merge pull request #45875 from nextcloud/fix/guest-enforce-theme
...
fix(theming): also apply enforced theme for guests
2024-06-17 09:20:37 +02:00
dependabot[bot]
8e80703fd1
chore(deps): bump jquery-ui-dist from 1.13.2 to 1.13.3
...
Bumps [jquery-ui-dist](https://github.com/jquery/jquery-ui ) from 1.13.2 to 1.13.3.
- [Release notes](https://github.com/jquery/jquery-ui/releases )
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.2...1.13.3 )
---
updated-dependencies:
- dependency-name: jquery-ui-dist
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-06-17 09:08:18 +02:00
nextcloud-command
5eb7b999b7
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-06-17 06:27:30 +00:00
fenn-cs
08323ee834
fix(deleteAction): Bump up delete requests concurrency to 5
...
A concurrency of who is not efficient. Low throughput, underutilization, high latency etc...
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-06-17 07:17:06 +01:00
nextcloud-command
4ca19639fa
chore(tests): Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2024-06-17 02:26:44 +00:00
Nextcloud bot
f15adce2a7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-17 00:19:21 +00:00
Andy Scherzinger
bdcb4ed3b4
Merge pull request #45893 from nextcloud/automated/noid/master-fix-npm-audit
...
[master] Fix npm audit
2024-06-16 20:21:52 +02:00
Andy Scherzinger
c9d8357d61
Merge pull request #45833 from nextcloud/fix/properly-extract-licenses
...
chore: Properly extract copyright information from bundled packages
2024-06-16 20:16:20 +02:00
nextcloud-command
76897b88c1
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-06-16 17:52:59 +00:00
Ferdinand Thiessen
cb9d8ca4aa
chore: Fix package.json
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-16 19:15:53 +02:00
Ferdinand Thiessen
876beec5a7
chore: Add webpack plugin to properly extract licenses used in compiled assets
...
This will create proper extracted license information for assets and stores it in `fist/file.js.license`.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-16 19:06:52 +02:00
Andy Scherzinger
424b51e630
Merge pull request #45854 from nextcloud/chore-update-aws-sdk
...
chore(deps): Bump aws/aws-sdk-php from 3.240.8 to 3.311.2
2024-06-16 17:26:14 +02:00
Ferdinand Thiessen
ae1f5cc56d
fix(S3): Adjust usage of guzzle promise
...
`Promise\promise_for` was deprecated and is now removed and replaced with the static API (`Create::promiseFor`).
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-16 15:54:44 +02:00
Ferdinand Thiessen
232279a551
chore(deps): Bump aws/aws-sdk-php from 3.240.8 to 3.311.2
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-16 15:54:39 +02:00
nextcloud-command
8984895431
fix(deps): Fix npm audit
...
Signed-off-by: GitHub <noreply@github.com>
2024-06-16 02:59:48 +00:00
Nextcloud bot
55036a0bc4
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-16 00:19:16 +00:00
dependabot[bot]
8359b806f4
Merge pull request #45887 from nextcloud/dependabot/npm_and_yarn/core-js-3.37.1
2024-06-15 09:03:38 +00:00
dependabot[bot]
c7532d7d12
chore(deps): bump core-js from 3.37.0 to 3.37.1
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.37.0 to 3.37.1.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/commits/v3.37.1/packages/core-js )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-06-15 08:46:08 +00:00
Nextcloud bot
876d38895f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-15 00:20:38 +00:00
Joas Schilling
78076b7a58
Merge pull request #45852 from nextcloud/chore/update-zipstreamer
...
chore(deps): Bump deepdiver/zipstreamer from 2.0.2 to 2.0.3
2024-06-14 19:19:37 +02:00
Ferdinand Thiessen
1550af87cd
fix(files): Properly handle denied ownership transfers
...
When the receiver denies the transfer the notification handler was missing,
so no notification was created for the transfer owner.
But also the internal notification was created two times:
1. When rejecting the transfer
2. By the reject function when dismissing the notification
This is fixed by only relying on the dismiss function.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-14 17:35:59 +02:00
skjnldsv
88e83d9c5a
fix(theming): also apply enforced theme for guests
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-06-14 16:28:00 +02:00
Ferdinand Thiessen
3a33ff4a72
chore(deps): Bump deepdiver/zipstreamer from 2.0.2 to 2.0.3
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-14 16:25:25 +02:00
Arthur Schiwon
54bf26ae50
Merge pull request #45883 from nextcloud/fix/phpunit
...
tests(settings): Fix AccountMigratorTest when using PNG avatars
2024-06-14 16:24:01 +02:00
Ferdinand Thiessen
bd46a00def
test(settings): fix AccountMigratorTest when using PNG avatars
...
PNG is lossless so we test the imported file for equality with the exported file,
but the changed asset was never imported into Nextcloud so it was never initially scaled.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-14 15:52:21 +02:00
Joas Schilling
7513e45d0c
Merge pull request #45872 from nextcloud/bugfix/noid/updater-devs
...
fix(git): Ignore the updater/ directory from diffs
2024-06-14 13:32:20 +02:00
John Molakvoæ
7a97e22db2
Merge pull request #45861 from nextcloud/artonge/fix/right-click
2024-06-14 10:16:26 +02:00