Louis Chemineau
da86eaf0bc
fix(files_versions): Do not create a new version for empty files
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-03-01 09:18:43 +00:00
Nextcloud bot
2b35ed7c82
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-01 00:38:54 +00:00
John Molakvoæ
3ecaeb6f2b
Merge pull request #43901 from nextcloud/backport/30957/stable27
2024-02-29 12:05:45 +01:00
John Molakvoæ
42d040cb04
Merge pull request #43798 from nextcloud/backport/42459/stable27
2024-02-29 11:36:37 +01:00
John Molakvoæ
84c129d19d
Merge pull request #43799 from nextcloud/backport/39553/stable27
2024-02-29 11:36:29 +01:00
John Molakvoæ
7b9fed1cb5
Merge pull request #43789 from nextcloud/backport/39607/stable27
2024-02-29 11:36:12 +01:00
John Molakvoæ
3068ad725b
Merge pull request #43815 from nextcloud/backport/43060/stable27
2024-02-29 11:26:46 +01:00
John Molakvoæ
9b326c0c6d
Merge pull request #43830 from nextcloud/backport/43787/stable27
2024-02-29 11:26:23 +01:00
John Molakvoæ
de66363230
Merge pull request #43832 from nextcloud/backport/43428/stable27
2024-02-29 11:26:04 +01:00
John Molakvoæ
37f858a396
Merge pull request #43837 from nextcloud/backport/43605/stable27
...
[stable27] only cleanup orphaned shared daily
2024-02-29 11:25:54 +01:00
John Molakvoæ
980df1ab30
Merge pull request #43863 from nextcloud/backport/43850/stable27
2024-02-29 11:25:28 +01:00
Git'Fellow
477c020db8
Fix backport
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2024-02-29 10:37:00 +01:00
Claus-Justus Heine
5b35240c67
fix(collaboration): collaboration MailPlugin: Protect access to a potentially missing array component by ??.
...
Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
2024-02-29 07:51:24 +00:00
John Molakvoæ
7a6508b853
Merge pull request #43887 from nextcloud/release/27.1.7
2024-02-29 08:45:50 +01:00
John Molakvoæ
97abb99c84
Merge pull request #43868 from nextcloud/backport/43768/stable27
2024-02-29 08:33:10 +01:00
Nextcloud bot
45a20b6179
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-29 00:20:39 +00:00
skjnldsv
77f788d4ca
27.1.7
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-02-28 10:41:52 +01:00
Louis Chemineau
fcc239667f
fix(dav): Init ViewOnlyPlugin after auth
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-02-28 10:17:28 +01:00
Nextcloud bot
def0b05c44
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-28 00:28:47 +00:00
Ferdinand Thiessen
fb23c5fff2
fix(core): Convert text to path in f-droid banner SVG
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-02-27 10:59:37 +00:00
Nextcloud bot
f300f6b9e2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-27 00:20:01 +00:00
Robin Appelman
d878263dda
fix: only cleanup orphaned shared daly
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-02-26 10:31:25 +01:00
Benjamin Gaussorgues
1b30da153c
feat(share): save date and time for expiration
...
Because of timezones, not saving time can lead to unexpected behaviour
when sharing an item sooner than timezone offset
Example: sharing a file before 9am when in UTC+9
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-02-26 09:10:26 +00:00
Julius Härtl
d718a2adb1
fix: Throw instead of yielding nothing when listing local directories
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-02-26 07:45:04 +00:00
Nextcloud bot
259073f806
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-26 00:19:41 +00:00
Nextcloud bot
7514c058d4
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-25 00:20:53 +00:00
Julius Härtl
e78dea8c04
fix: Allow to disable multipart copy on external s3 storage
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-02-24 17:32:07 +00:00
Nextcloud bot
86507d04bc
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-24 00:19:59 +00:00
Patrick Fischer
37d34f905d
Bug fix: Select the correct table based on CALENDAR_TYPE_CALENDAR
...
Signed-off-by: Patrick Fischer <mail@patrickfischer.ch>
2024-02-23 20:38:00 +00:00
MichaIng
cb35794f02
fix(dav): fallback realm for HTTP authentication
...
By default, the name of the Nextcloud instance is an empty string, until changed by the admin. This leads to an empty realm sent with the WWW-Authenticate header, while the realm is mandatory for Basic HTTP authentication. Some clients have issues with an empty realm, e.g. Thunderbird cannot store passwords in this case.
This commit applies "Nextcloud" as fallback for the realm, in case the name of the Nextcloud instance is not set.
Solves: https://help.nextcloud.com/t/thunderbird-dont-save-caldav-password-because-of-missing-httprealm-or-formsubmiturl/93233
Signed-off-by: MichaIng <micha@dietpi.com>
2024-02-23 20:32:20 +00:00
FedericoHeichou
e61f0b82c7
Add "-i" to MailTest's pipe
...
Signed-off-by: FedericoHeichou <federicoheichou@gmail.com>
[skip ci]
2024-02-23 15:17:11 +00:00
FedericoHeichou
5581b701c1
Add "-i" to sendmail's pipe
...
Signed-off-by: FedericoHeichou <federicoheichou@gmail.com>
2024-02-23 15:17:11 +00:00
Nextcloud bot
d8f7422e54
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-23 00:19:50 +00:00
John Molakvoæ
d466162fbf
Merge pull request #43717 from nextcloud/release/27.1.7rc2
2024-02-22 20:36:48 +01:00
John Molakvoæ
9fc58081bb
Merge pull request #43772 from nextcloud/chore/wait-for-copy-27
2024-02-22 20:36:19 +01:00
John Molakvoæ
a891cbc21b
Merge pull request #43580 from nextcloud/artonge/fix/metdata_column_migration
2024-02-22 20:33:42 +01:00
John Molakvoæ
f9c66bcbf1
Merge pull request #43767 from nextcloud/chore/27-update-dialogs
2024-02-22 20:32:58 +01:00
Ferdinand Thiessen
300dfe1dd5
fix(cypress): Wait for copy before continue
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-02-22 19:58:55 +01:00
John Molakvoæ
fc4b5fc1e9
Merge pull request #43556 from nextcloud/fix/42364/allow-multi-select-for-files-when-clicking-checkbox
2024-02-22 19:31:34 +01:00
John Molakvoæ
87fc74841e
Merge pull request #41006 from nextcloud/backport/40879/stable27
2024-02-22 18:50:08 +01:00
Louis Chemineau
261efaafd3
Move oc_file_metadata.metadata migration to a background job
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-02-22 18:12:30 +01:00
Ferdinand Thiessen
ba760fb66b
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-02-22 16:13:10 +00:00
Ferdinand Thiessen
e5291e8a5d
chore(deps): Update @nextcloud/dialogs to 4.2.6
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-02-22 16:54:43 +01:00
John Molakvoæ
fb0a2d54fb
Merge pull request #43752 from nextcloud/backport/43732/stable27
2024-02-22 16:45:05 +01:00
Eduardo Morales
abcbea3eac
fix: checkbox now allows shift-click and multi-select
...
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
2024-02-22 09:25:22 -06:00
skjnldsv
6453bf74ce
27.1.7rc2
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-02-22 12:11:23 +01:00
Christoph Wurst
844a1b47f5
fix(dav): Rate limit calendar/subscription creation
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-02-22 10:47:24 +01:00
John Molakvoæ
245a439d47
Merge pull request #43740 from nextcloud/backport/43727/stable27
2024-02-22 10:45:17 +01:00
John Molakvoæ
9d7abdd08c
Merge pull request #43686 from nextcloud/backport/43661/stable27
2024-02-22 10:42:31 +01:00
John Molakvoæ
8d453cb1d5
Merge pull request #43725 from nextcloud/backport/43653/stable27
2024-02-22 10:42:18 +01:00