]>
source.dussan.org Git - nextcloud-server.git/log
Arthur Schiwon [Tue, 26 Sep 2023 17:56:57 +0000 (19:56 +0200)]
27.1.2 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Ferdinand Thiessen [Tue, 26 Sep 2023 13:58:19 +0000 (15:58 +0200)]
Merge pull request #40638 from nextcloud/fix/files-tests
[stable27] Fix jsunit tests
Ferdinand Thiessen [Tue, 26 Sep 2023 11:06:02 +0000 (13:06 +0200)]
fix(files): Adjust files list jsunit tests for file size bugfix
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Côme Chilliet [Tue, 26 Sep 2023 07:39:10 +0000 (09:39 +0200)]
Merge pull request #40623 from nextcloud/backport/40501/stable27
[stable27] Store size in int|float for 32bit support
Nextcloud bot [Tue, 26 Sep 2023 00:28:17 +0000 (00:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Côme Chilliet [Tue, 19 Sep 2023 11:43:01 +0000 (13:43 +0200)]
Store size in int|float for 32bit support
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Ferdinand Thiessen [Mon, 25 Sep 2023 13:27:22 +0000 (15:27 +0200)]
Merge pull request #40605 from nextcloud/fix/format-file-sizes
[stable27] Revert change that made `OC.Util.humanFileSize` return decimal sizes instead of binary
Louis [Mon, 25 Sep 2023 08:31:17 +0000 (10:31 +0200)]
Merge pull request #40581 from nextcloud/backport/39818/stable27
[stable27] Let `occ trashbin:restore` restore also from groupfolders and add filters
Nextcloud bot [Mon, 25 Sep 2023 00:29:56 +0000 (00:29 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Sun, 24 Sep 2023 14:59:16 +0000 (16:59 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sun, 24 Sep 2023 14:45:50 +0000 (16:45 +0200)]
fix: Revert change that made `OC.Util.humanFileSize` return base 10 instead of base 2
Previously the `OC.Util.humanFileSize` was returning file sizes base 2, meaning 1024 bytes = 1 KiB, but the `@nextcloud/files` library had a regression that set the default to base 10. Meaning 1000 bytes = 1 KB.
This is fixed for current `@nextcloud/libraries` but for stable27 we need to fix this manually by wrapping the function.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
John Molakvoæ [Sun, 24 Sep 2023 10:08:12 +0000 (12:08 +0200)]
Merge pull request #40557 from nextcloud/fix/dialogs-issues-stable27
Nextcloud bot [Sun, 24 Sep 2023 00:28:06 +0000 (00:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Thu, 21 Sep 2023 13:19:40 +0000 (15:19 +0200)]
chore: Update `@nextcloud/dialogs` to 4.2.1
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Maxence Lange [Sat, 23 Sep 2023 15:08:05 +0000 (14:08 -0100)]
Merge pull request #40586 from nextcloud/backport/39574/39574-stable27
[stable27] ocm services
Nextcloud bot [Sat, 23 Sep 2023 00:28:10 +0000 (00:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Maxence Lange [Fri, 22 Sep 2023 18:25:33 +0000 (17:25 -0100)]
ocm services
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Robin Windey [Wed, 16 Aug 2023 08:40:21 +0000 (08:40 +0000)]
Rename since/until in verbose message
Signed-off-by: GitHub <noreply@github.com>
Robin Windey [Mon, 14 Aug 2023 10:38:28 +0000 (10:38 +0000)]
Code adjustments according to PR review
* Delete unnecessary function docs
* Rename parameters to 'since' and 'until'
* Style: use '&&' instead of 'and'
* Add types
Signed-off-by: GitHub <noreply@github.com>
Robin Windey [Sun, 13 Aug 2023 16:34:06 +0000 (16:34 +0000)]
Make scope parsing more readable
Signed-off-by: GitHub <noreply@github.com>
Robin Windey [Sat, 12 Aug 2023 13:06:34 +0000 (13:06 +0000)]
Decouple from groupfolders app & remove PSALM warnings
Signed-off-by: GitHub <noreply@github.com>
Robin Windey [Sun, 6 Aug 2023 12:12:24 +0000 (14:12 +0200)]
Let occ trashbin:restore restore also from groupfolders and add additional filters
* Using the TrashManager allows access to all deleted files
* Add 'scope' parameter to choose where to restore from (user or groupfolders)
* Add 'restore-from' and 'restore-to' date parameters to filter files to be
restored by their deletion date
* Add 'dry-run' flag to be able to see which files would be restored and being
able to adjust the filter parameters accordingly
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Fri, 22 Sep 2023 00:32:13 +0000 (00:32 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Thu, 21 Sep 2023 09:00:49 +0000 (11:00 +0200)]
Merge pull request #40525 from nextcloud/release/27.1.1
27.1.1
Arthur Schiwon [Thu, 21 Sep 2023 08:55:43 +0000 (10:55 +0200)]
Merge pull request #40379 from nextcloud/backport/38808/stable27
[stable27] Fix issues where unencrypted_size was being falsely used for non-encrypted home folders
Arthur Schiwon [Thu, 21 Sep 2023 08:53:24 +0000 (10:53 +0200)]
Merge pull request #40535 from nextcloud/manual/backport/stable27/40533
[stable27] Auto set password for new email shares
fenn-cs [Wed, 20 Sep 2023 11:53:54 +0000 (12:53 +0100)]
Auto set password for new email shares
Suggest auto generated password for new public share (mail share).
Resolves : https://github.com/nextcloud/server/issues/40493
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Nextcloud bot [Thu, 21 Sep 2023 00:29:35 +0000 (00:29 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Wed, 20 Sep 2023 18:48:09 +0000 (20:48 +0200)]
Merge pull request #40530 from nextcloud/manual/backport/stable27/40500
[stable27] Consider share type for enforced share expiry dates
fenn-cs [Tue, 19 Sep 2023 10:57:43 +0000 (11:57 +0100)]
Consider share type for enforced share expiry dates
We have three kind of share expiry date enforcements.
- `isDefaultExpireDateEnforced`
- `isDefaultInternalExpireDateEnforced`
- `isDefaultRemoteExpireDateEnforced`
Before these commit, `isExpiryDateEnforced` that is used to
disable/enable the set expiry date checkbox does not take those into consideration
which is problematic as those have different applications.
In addition, this commit now uses `isExpiryDateEnforced` to disable/enable the input for
expiry date that shows up before the creation of link shares.
Here, `hasExpirationDate` is also removed from 'SharingEntryLink` component as it is
not used.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Richard Steinmetz [Wed, 20 Sep 2023 14:36:26 +0000 (16:36 +0200)]
Merge pull request #40520 from nextcloud/fix/guest-pages-contentinfo-stable27
F. E Noel Nfebe [Wed, 20 Sep 2023 14:14:42 +0000 (15:14 +0100)]
Merge pull request #40429 from nextcloud/manual/backport/stable27/commit-in/40389
[stable27] Fix alignments for share different share entry types.
fenn-cs [Thu, 14 Sep 2023 14:38:38 +0000 (15:38 +0100)]
Properly align all sharing-entry types
SharingEntryLink and regular ShareEntry were not properly visually aligned
before this commit.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Arthur Schiwon [Wed, 20 Sep 2023 09:52:54 +0000 (11:52 +0200)]
27.1.1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Joas Schilling [Wed, 20 Sep 2023 08:23:47 +0000 (10:23 +0200)]
Merge pull request #40506 from nextcloud/backport/40488/stable27
[stable27] fix(comments): Use provided offset in best effort when loading comments
Robin Appelman [Wed, 20 Sep 2023 08:08:02 +0000 (10:08 +0200)]
Merge pull request #40487 from nextcloud/backport/40183/stable27
[stable27] SFTP improvements
Richard Steinmetz [Mon, 18 Sep 2023 14:06:18 +0000 (16:06 +0200)]
fix: content info footer on guest pages
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Nextcloud bot [Wed, 20 Sep 2023 00:27:42 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Robin Appelman [Wed, 9 Aug 2023 15:39:58 +0000 (17:39 +0200)]
use user_saml from git
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Fri, 21 Jul 2023 17:47:11 +0000 (19:47 +0200)]
kerberos sso ci fixes
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Tue, 19 Sep 2023 13:52:14 +0000 (15:52 +0200)]
improve s3 error handling
Signed-off-by: Robin Appelman <robin@icewind.nl>
Joas Schilling [Mon, 18 Sep 2023 18:09:32 +0000 (20:09 +0200)]
fix(comments): Use provided offset in best effort when loading comments
When we didn't find the "$lastKnownComment" the whole condition was ignored.
Now we still use the ID as an offset.
This is required as a fall-back for expired messages in Talk
and deleted comments in other apps.
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Tue, 19 Sep 2023 00:24:07 +0000 (00:24 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Robin Appelman [Mon, 4 Sep 2023 14:36:15 +0000 (16:36 +0200)]
sftp psalm fixes
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Fri, 1 Sep 2023 15:34:58 +0000 (17:34 +0200)]
psalm suppress
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 31 Aug 2023 13:46:13 +0000 (15:46 +0200)]
add sftp ci test
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 31 Aug 2023 13:39:56 +0000 (15:39 +0200)]
implement fseek for sftp read stream
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 31 Aug 2023 13:21:16 +0000 (15:21 +0200)]
more optimized getPermissions/getMetaData
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Tue, 29 Aug 2023 20:15:12 +0000 (22:15 +0200)]
sftp optimize file_put_contents, writeStream and copy
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Tue, 29 Aug 2023 20:14:46 +0000 (22:14 +0200)]
fix error during sftp stream close
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Tue, 29 Aug 2023 17:47:24 +0000 (19:47 +0200)]
clear sftp stat cache when opening a write stream
Signed-off-by: Robin Appelman <robin@icewind.nl>
Daniel [Mon, 18 Sep 2023 15:59:06 +0000 (17:59 +0200)]
Merge pull request #40433 from nextcloud/backport/40416/stable27
Daniel Kesselberg [Thu, 14 Sep 2023 09:56:25 +0000 (11:56 +0200)]
fix: use faster method to fetch user count
countUsers: the actual user count reported by the backend.
countSeenUsers: count every user who was logged in once.
1: We should avoid expensive operations (like asking every backend for it's user count) in migrations.
2: The current check is wrong because countUsers returns an array. var_dump([] > 1000) => true ;)
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel [Mon, 18 Sep 2023 12:08:30 +0000 (14:08 +0200)]
Merge pull request #40444 from nextcloud/backport/40418/stable27
Robin Appelman [Mon, 18 Sep 2023 11:53:18 +0000 (13:53 +0200)]
Merge pull request #40473 from nextcloud/backport/39860/stable27
[stable27] don't preload metadata for the sub-childen
Louis [Mon, 18 Sep 2023 10:37:47 +0000 (12:37 +0200)]
Merge pull request #40448 from nextcloud/manual/backport/stable27/40440
[stable27] Backport consider link shares in removeShare method in SharingTab #40440
Robin Appelman [Mon, 14 Aug 2023 11:01:14 +0000 (13:01 +0200)]
only triger metadata preload logic when at least one metadata is requested
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 14 Aug 2023 10:58:46 +0000 (12:58 +0200)]
don't preload metadata for the sub-childen
Signed-off-by: Robin Appelman <robin@icewind.nl>
fenn-cs [Fri, 15 Sep 2023 15:27:59 +0000 (16:27 +0100)]
Consider link shares in removeShare method in SharingTab
Currently, the `removeShare` method in the `SharingTab` view,
does not take into account `linkShares`.
Since link shares now shares thesame detail view with other share types,
it should therefore be considered hence this commit.
Resolves : https://github.com/nextcloud/server/issues/40396
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Nextcloud bot [Mon, 18 Sep 2023 00:26:57 +0000 (00:26 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Sun, 17 Sep 2023 15:18:45 +0000 (17:18 +0200)]
Merge pull request #40461 from nextcloud/backport/40203/stable27
[stable27] fix(mimetype): Fix aborted transaction on PostgreSQL when storing mimetype
Nextcloud bot [Sun, 17 Sep 2023 00:27:11 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Lucas Azevedo [Mon, 4 Sep 2023 11:02:35 +0000 (08:02 -0300)]
Wrap mimetype insert and getLastInsertId in a transaction
Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
Lucas Azevedo [Fri, 1 Sep 2023 17:05:15 +0000 (14:05 -0300)]
fix(mimetype): Remove unnecessary transaction when storing a mime type
Fixes #40064.
This could be fixed by adding a rollback and starting a new transaction
before the SELECT query, but in this case that would have the same
effect as not using one.
See https://dev.mysql.com/doc/refman/8.0/en/innodb-autocommit-commit-rollback.html
and https://www.postgresql.org/docs/7.1/sql-begin.html#R1-SQL-BEGIN-1
Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
Nextcloud bot [Sat, 16 Sep 2023 00:27:38 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Daniel Kesselberg [Thu, 14 Sep 2023 10:31:33 +0000 (12:31 +0200)]
fix: don't use davtags for tag search
1. https://github.com/nextcloud/server/pull/26813 Initial implementation with support for systemtags and davtags (vcategory)
2. https://github.com/nextcloud/server/pull/39062 Additional check if the given tag exists, though ISystemTagManager.getAllTags only looks for systemtags
Therefore it's not possible anymore to search for davtags and unnecessary to join the other tables.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Arthur Schiwon [Fri, 15 Sep 2023 14:26:54 +0000 (16:26 +0200)]
Merge pull request #40432 from nextcloud/release/27.1.0
27.1.0
Arthur Schiwon [Fri, 15 Sep 2023 14:26:10 +0000 (16:26 +0200)]
Merge pull request #40437 from nextcloud/backport/40434/stable27
[stable27] Correctly switch/revert from custom to bundled perms
fenn-cs [Fri, 15 Sep 2023 10:59:03 +0000 (11:59 +0100)]
Correctly switch/revert from custom to bundled perms
We have a set custom permissions checkbox, that when selected should set
the quick permissions settings to custom as well as show the custom permission settings.
When the checkbox is unchecked the quick permissions have to be reset to the default,
`bundledPermissions.ALL` but also users can switch from custom permissions to `bundled`
by just changing the radio select, hence we need a mechanism to set the permissions back
to the correct fallback depending on where the user has toggled the the custom permission from.
The mechanism is `revertSharingPermission` and this commit, makes sure revert values are correctly
set upon toggle.
Resolves : https://github.com/nextcloud/server/issues/40431
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Arthur Schiwon [Fri, 15 Sep 2023 09:54:52 +0000 (11:54 +0200)]
27.1.0
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Fri, 15 Sep 2023 00:26:46 +0000 (00:26 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Thu, 14 Sep 2023 17:04:37 +0000 (19:04 +0200)]
Merge pull request #40399 from nextcloud/release/27.1.0_rc4
27.1.0 RC4
Arthur Schiwon [Thu, 14 Sep 2023 12:30:46 +0000 (14:30 +0200)]
Merge pull request #40417 from nextcloud/artonge/bump/nextcloud_dialogs_4_2_0
[stable27] Bump @nc/dialogs to 4.2.0
Andy Scherzinger [Thu, 14 Sep 2023 12:23:08 +0000 (14:23 +0200)]
Merge pull request #40415 from nextcloud/artonge/backport/stable27/40389
[stable27] Fix invite guest for new sharing flow
Andy Scherzinger [Thu, 14 Sep 2023 12:14:52 +0000 (14:14 +0200)]
Merge pull request #40414 from nextcloud/artonge/backport/stable27/40365
[stable27] Hide additional content when share details is open
Arthur Schiwon [Thu, 14 Sep 2023 10:24:55 +0000 (12:24 +0200)]
Merge pull request #40402 from nextcloud/backport/40301/stable27
[stable27] fix(caldav): add webroot to objectid for activities
Louis Chemineau [Thu, 14 Sep 2023 10:11:38 +0000 (12:11 +0200)]
Bump @nc/dialogs to 4.2.0
Signed-off-by: Louis Chemineau <louis@chmn.me>
fenn-cs [Tue, 12 Sep 2023 22:02:05 +0000 (23:02 +0100)]
Fix invite guest for new sharing flow
Call external handlers such as the one in the guess app
https://github.com/nextcloud/guests/blob/master/src/main.js#L30
if present.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Louis Chemineau [Mon, 11 Sep 2023 14:46:09 +0000 (16:46 +0200)]
Hide additional content when share details is open
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Andy Scherzinger [Thu, 14 Sep 2023 09:57:39 +0000 (11:57 +0200)]
Merge pull request #40412 from nextcloud/manual/backport/stable27/40404
[stable27] Ellipsize user status in sharing entry
fenn-cs [Wed, 13 Sep 2023 19:50:11 +0000 (20:50 +0100)]
Ellipsize user status in sharing entry
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Andy Scherzinger [Thu, 14 Sep 2023 09:25:06 +0000 (11:25 +0200)]
Merge pull request #40405 from nextcloud/manual/backport/stable27/40393
[stable27] Display user status by the side in sharing flow
fenn-cs [Wed, 13 Sep 2023 10:56:55 +0000 (11:56 +0100)]
Display user status by the side in sharing flow
The quick share drop down now takes the place where the user status
would show in the past, so we have the option of removing it (as it's available
in the profile dropdown) or putting it at the side as such.
It's put on the side without the icon, as the status icon appears on the avatar
when set.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Nextcloud bot [Thu, 14 Sep 2023 00:27:03 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Daniel Kesselberg [Wed, 6 Sep 2023 15:48:21 +0000 (17:48 +0200)]
fix(caldav): add webroot to objectid for activities
A calendar uri includes the webroot: example.com/cloud/remote.php/dav/calendars/alice/personal/
The calendar app uses base64(calendar uri) as identifier for calendar objects.
Without this patch the links from activity app to calendar app don't work for installations in a subdirectory.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Arthur Schiwon [Wed, 13 Sep 2023 18:40:38 +0000 (20:40 +0200)]
Merge pull request #40390 from nextcloud/manual/backport/stable27/40372
[stable27] Backport polish sharing flow bugs
Arthur Schiwon [Wed, 13 Sep 2023 17:50:06 +0000 (19:50 +0200)]
27.1.0 RC4
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
fenn-cs [Mon, 11 Sep 2023 20:20:37 +0000 (21:20 +0100)]
Consistent delete button in share details
Delete button text should have same size as other buttons.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
fenn-cs [Mon, 11 Sep 2023 20:06:23 +0000 (21:06 +0100)]
Enfore allowPublicShares admin setting
Use the the modern intial-state library to pass data about
`allowPublicUploads` to the sharing frontend.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
fenn-cs [Mon, 11 Sep 2023 12:55:19 +0000 (13:55 +0100)]
Refactor migrated addShare method
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Nextcloud bot [Wed, 13 Sep 2023 00:24:46 +0000 (00:24 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julius Härtl [Wed, 14 Jun 2023 12:39:15 +0000 (14:39 +0200)]
fix: Only read unencrypted_size when file is actually encrypted
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 14 Jun 2023 12:38:33 +0000 (14:38 +0200)]
fix: Only store unencrypted_size if path should be encrypted
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Arthur Schiwon [Tue, 12 Sep 2023 08:41:35 +0000 (10:41 +0200)]
Merge pull request #40344 from nextcloud/release/27.1.0_rc3
27.1.0 RC3
Arthur Schiwon [Tue, 12 Sep 2023 07:28:46 +0000 (09:28 +0200)]
Merge pull request #40343 from nextcloud/40289-stable27-fix-appearance
[stable27] 40289 fix appearance
Arthur Schiwon [Tue, 12 Sep 2023 07:23:27 +0000 (09:23 +0200)]
Merge pull request #40369 from nextcloud/backport/39128/stable27
[stable27] fix(ldap): avatar is not being fetched
Nextcloud bot [Tue, 12 Sep 2023 00:27:55 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
nextcloud-command [Mon, 11 Sep 2023 18:22:48 +0000 (18:22 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Arthur Schiwon [Thu, 6 Jul 2023 11:33:32 +0000 (13:33 +0200)]
fix(LDAP): add return type hint and description
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Mon, 3 Jul 2023 20:25:03 +0000 (22:25 +0200)]
fix(ldap): avatar is not being fetched
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>