]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 months agochore(assets): Recompile assets backport/48090/stable29 48119/head
Grigorii K. Shartsev [Mon, 16 Sep 2024 14:29:47 +0000 (16:29 +0200)]
chore(assets): Recompile assets

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2 months agofix(settings): disable Discover when appstore is disabled
Grigorii K. Shartsev [Mon, 16 Sep 2024 13:31:17 +0000 (15:31 +0200)]
fix(settings): disable Discover when appstore is disabled

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2 months agoMerge pull request #48104 from nextcloud/backport/46218/stable29
John Molakvoæ [Tue, 17 Sep 2024 08:14:08 +0000 (10:14 +0200)]
Merge pull request #48104 from nextcloud/backport/46218/stable29

2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 17 Sep 2024 00:20:58 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agoMerge pull request #48100 from nextcloud/backport/46140/stable29
Robin Appelman [Mon, 16 Sep 2024 16:54:23 +0000 (18:54 +0200)]
Merge pull request #48100 from nextcloud/backport/46140/stable29

[stable29] fix(config): Add missing handling for `envCache` in `getKeys()`

2 months agoMerge pull request #48087 from nextcloud/backport/48008/stable29
Kate [Mon, 16 Sep 2024 15:53:16 +0000 (17:53 +0200)]
Merge pull request #48087 from nextcloud/backport/48008/stable29

2 months agochore: improve hash_file php usage in Local Storage backport/46218/stable29 48104/head
John Molakvoæ [Mon, 16 Sep 2024 09:32:29 +0000 (11:32 +0200)]
chore: improve hash_file php usage in Local Storage

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2 months agofix(files): Ensure that the hash method does not return null
Louis Chemineau [Mon, 1 Jul 2024 14:52:23 +0000 (16:52 +0200)]
fix(files): Ensure that the hash method does not return null

To match https://github.com/nextcloud/server/blob/beececf66068f57c416225efcde9b44ce5c2e835/lib/private/Files/View.php#L1050

- Fix https://github.com/nextcloud/server/issues/44110

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 months agofix: switch from explode to substr (faster) backport/46140/stable29 48100/head
Josh Richards [Thu, 27 Jun 2024 14:57:14 +0000 (10:57 -0400)]
fix: switch from explode to substr (faster)

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2 months agofix(config): add envCache tests for getKeys()
Josh Richards [Wed, 26 Jun 2024 14:16:26 +0000 (10:16 -0400)]
fix(config): add envCache tests for getKeys()

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2 months agofix(config): Add missing handling for envCache in getKeys()
Josh Richards [Wed, 26 Jun 2024 13:31:44 +0000 (09:31 -0400)]
fix(config): Add missing handling for envCache in getKeys()

NC_ env variable overrides were not appearing in
the output of `occ config:list system` nor `occ
config:system:get xxx`. This was creating nearly
impossible to diagnose configuration/ behavior
disprepancies.

- Refactored readData() so that we aren't saving
  the entire environment in the envCache anymore
  (only those prefixed "NC_") and so that we save
  NC_ provided config values under their real
  key.
- Refactored getValue() to accommodate readData()
  refactor
- Fixed getKeys() to properly return
  envCache keys too

Environment provided config variables now appear
in `occ config:list system` as expected.

Environment provided config variables now appear
when queried via `occ config:system:get KEY`

envCache is now free of non-NC stuff.

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2 months agofix(Entity): Fix magic setter call for custom strong typed setters backport/48008/stable29 48087/head
provokateurin [Sun, 15 Sep 2024 11:40:16 +0000 (13:40 +0200)]
fix(Entity): Fix magic setter call for custom strong typed setters

Signed-off-by: provokateurin <kate@provokateurin.de>
2 months agoMerge pull request #48070 from nextcloud/backport/48044/stable29
Kate [Mon, 16 Sep 2024 12:40:45 +0000 (14:40 +0200)]
Merge pull request #48070 from nextcloud/backport/48044/stable29

2 months agoMerge pull request #48067 from nextcloud/backport/48031/stable29
Kate [Mon, 16 Sep 2024 12:29:41 +0000 (14:29 +0200)]
Merge pull request #48067 from nextcloud/backport/48031/stable29

2 months agoMerge pull request #48001 from nextcloud/backport/47920/stable29
Louis [Mon, 16 Sep 2024 12:21:20 +0000 (14:21 +0200)]
Merge pull request #48001 from nextcloud/backport/47920/stable29

[stable29] feat: Reset route if neither the Viewer of the Sidebar is open

2 months agoMerge pull request #48068 from nextcloud/backport/48030/stable29
Kate [Mon, 16 Sep 2024 10:49:37 +0000 (12:49 +0200)]
Merge pull request #48068 from nextcloud/backport/48030/stable29

2 months agochore: Compile assets backport/47920/stable29 48001/head
Louis Chemineau [Mon, 16 Sep 2024 09:53:20 +0000 (11:53 +0200)]
chore: Compile assets

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 months agofeat: Reset route if neither the Viewer of the Sidebar is open
Louis Chemineau [Mon, 16 Sep 2024 09:10:31 +0000 (11:10 +0200)]
feat: Reset route if neither the Viewer of the Sidebar is open

When the viewer or the sidebar is opened, we add the fileid to the route.
When both of them are closed, we do not remove the fileid from the route.
This means that, upon reload, the sidebar will be opened even though it was closed previously.

This PR ensure that the fileid is removed from the route when both the Sidebar and the Viewer are closed.

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 months agoMerge pull request #47983 from nextcloud/backport/47928/stable29
John Molakvoæ [Mon, 16 Sep 2024 09:20:00 +0000 (11:20 +0200)]
Merge pull request #47983 from nextcloud/backport/47928/stable29

2 months agotest: cast node name and data to string backport/48044/stable29 48070/head
Anna Larch [Sun, 15 Sep 2024 16:34:42 +0000 (18:34 +0200)]
test: cast node name and data to string

Signed-off-by: Anna Larch <anna@nextcloud.com>
2 months agofix(dav): cast parameters to string backport/48030/stable29 48068/head
Anna Larch [Sun, 15 Sep 2024 11:41:40 +0000 (13:41 +0200)]
fix(dav): cast parameters to string

Signed-off-by: Anna Larch <anna@nextcloud.com>
2 months agofix(filesreport): cast fileId to integer backport/48031/stable29 48067/head
Anna Larch [Sun, 15 Sep 2024 14:55:31 +0000 (16:55 +0200)]
fix(filesreport): cast fileId to integer

Signed-off-by: Anna Larch <anna@nextcloud.com>
2 months agoMerge pull request #48057 from nextcloud/automated/noid/stable29-update-psalm-baseline
Kate [Mon, 16 Sep 2024 09:06:09 +0000 (11:06 +0200)]
Merge pull request #48057 from nextcloud/automated/noid/stable29-update-psalm-baseline

2 months agoMerge pull request #47862 from nextcloud/backport/47860/stable29
John Molakvoæ [Mon, 16 Sep 2024 09:01:28 +0000 (11:01 +0200)]
Merge pull request #47862 from nextcloud/backport/47860/stable29

2 months agoMerge pull request #47840 from nextcloud/backport/47640/stable29
John Molakvoæ [Mon, 16 Sep 2024 09:01:17 +0000 (11:01 +0200)]
Merge pull request #47840 from nextcloud/backport/47640/stable29

2 months agofix(a11y): Add OTF font loading check backport/47928/stable29 47983/head
Joas Schilling [Mon, 16 Sep 2024 07:58:54 +0000 (09:58 +0200)]
fix(a11y): Add OTF font loading check

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 months agofix(tests): Test OTF font file
Joas Schilling [Thu, 12 Sep 2024 21:04:16 +0000 (23:04 +0200)]
fix(tests): Test OTF font file

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 months agofix(a11y): Update OpenDyslexic from 0.920 to 2.001
Joas Schilling [Thu, 12 Sep 2024 14:37:27 +0000 (16:37 +0200)]
fix(a11y): Update OpenDyslexic from 0.920 to 2.001

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 months agoMerge pull request #47941 from nextcloud/backport/47933/stable29
Joas Schilling [Mon, 16 Sep 2024 07:11:25 +0000 (09:11 +0200)]
Merge pull request #47941 from nextcloud/backport/47933/stable29

[stable29] fix(config): Throw PreconditionException always when it didn't match

2 months agochore(tests): Update psalm baseline 48057/head
nextcloud-command [Mon, 16 Sep 2024 02:36:14 +0000 (02:36 +0000)]
chore(tests): Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 16 Sep 2024 00:20:26 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agoMerge pull request #48052 from nextcloud/backport/48045/stable29
Anna [Sun, 15 Sep 2024 22:19:39 +0000 (00:19 +0200)]
Merge pull request #48052 from nextcloud/backport/48045/stable29

[stable29] fix(dav): set string type for sanitizeMtime

2 months agoMerge pull request #47936 from nextcloud/backport/47854/stable29
Andy Scherzinger [Sun, 15 Sep 2024 20:58:49 +0000 (22:58 +0200)]
Merge pull request #47936 from nextcloud/backport/47854/stable29

[stable29] fix(appstore): Ensure returned apps from AppStore are valid

2 months agoMerge pull request #47867 from nextcloud/backport/47858/stable29
John Molakvoæ [Sun, 15 Sep 2024 20:55:11 +0000 (22:55 +0200)]
Merge pull request #47867 from nextcloud/backport/47858/stable29

[stable29] fix(preview): gracefully handle file not being opened in ProviderV2

2 months agoMerge pull request #48033 from nextcloud/backport/48013/stable29
John Molakvoæ [Sun, 15 Sep 2024 20:54:29 +0000 (22:54 +0200)]
Merge pull request #48033 from nextcloud/backport/48013/stable29

[stable29] fix(BaseResponse): Cast XML element values to string

2 months agoMerge pull request #47871 from nextcloud/backport/47834/stable29
John Molakvoæ [Sun, 15 Sep 2024 20:54:19 +0000 (22:54 +0200)]
Merge pull request #47871 from nextcloud/backport/47834/stable29

[stable29] fix(appstore): return if appstore is manually disabled

2 months agoMerge pull request #47918 from nextcloud/backport/47914/stable29
John Molakvoæ [Sun, 15 Sep 2024 20:54:05 +0000 (22:54 +0200)]
Merge pull request #47918 from nextcloud/backport/47914/stable29

[stable29] fix(LDAP): check index before accessing it

2 months agofix(dav): set string type for sanitizeMtime backport/48045/stable29 48052/head
Anna Larch [Sun, 15 Sep 2024 15:01:00 +0000 (17:01 +0200)]
fix(dav): set string type for sanitizeMtime

Signed-off-by: Anna Larch <anna@nextcloud.com>
2 months agoMerge pull request #47795 from nextcloud/backport/47756/stable29
John Molakvoæ [Sun, 15 Sep 2024 20:17:41 +0000 (22:17 +0200)]
Merge pull request #47795 from nextcloud/backport/47756/stable29

[stable29] fix(files): Check if target path is a descendant of the shared folder

2 months agoMerge pull request #47812 from nextcloud/backport/47649/stable29
John Molakvoæ [Sun, 15 Sep 2024 20:17:29 +0000 (22:17 +0200)]
Merge pull request #47812 from nextcloud/backport/47649/stable29

[stable29] fix: Fix inaccessible content on public pages due to overlapping footer

2 months agoMerge pull request #47850 from nextcloud/backport/47807/stable29
John Molakvoæ [Sun, 15 Sep 2024 20:16:52 +0000 (22:16 +0200)]
Merge pull request #47850 from nextcloud/backport/47807/stable29

[stable29] fix(files_sharing): password checkbox and labels in link share

2 months agoMerge pull request #47877 from nextcloud/backport/47848/stable29
John Molakvoæ [Sun, 15 Sep 2024 20:15:11 +0000 (22:15 +0200)]
Merge pull request #47877 from nextcloud/backport/47848/stable29

[stable29] fix(files): Reset context menu position on close

2 months agoMerge pull request #47873 from nextcloud/backport/47853/stable29
John Molakvoæ [Sun, 15 Sep 2024 20:14:49 +0000 (22:14 +0200)]
Merge pull request #47873 from nextcloud/backport/47853/stable29

[stable29] fix: make swift connect exception message more informative

2 months agoMerge pull request #47895 from nextcloud/backport/47339/stable29
John Molakvoæ [Sun, 15 Sep 2024 20:14:34 +0000 (22:14 +0200)]
Merge pull request #47895 from nextcloud/backport/47339/stable29

[stable29] fix: Display 'Leave share' instead of 'Delete'

2 months agoMerge pull request #47903 from nextcloud/backport/47881/stable29
John Molakvoæ [Sun, 15 Sep 2024 20:14:06 +0000 (22:14 +0200)]
Merge pull request #47903 from nextcloud/backport/47881/stable29

[stable29] fix(settings): Add back create group icon

2 months agoMerge pull request #48034 from nextcloud/backport/48016/stable29
John Molakvoæ [Sun, 15 Sep 2024 20:12:26 +0000 (22:12 +0200)]
Merge pull request #48034 from nextcloud/backport/48016/stable29

[stable29] fix(S3ConfigTrait): Allow proxy field to take false

2 months agoMerge pull request #47987 from nextcloud/automated/noid/stable29-update-psalm-baseline
Kate [Sun, 15 Sep 2024 19:40:52 +0000 (21:40 +0200)]
Merge pull request #47987 from nextcloud/automated/noid/stable29-update-psalm-baseline

2 months agoMerge pull request #48026 from nextcloud/backport/48014/stable29
Kate [Sun, 15 Sep 2024 17:42:30 +0000 (19:42 +0200)]
Merge pull request #48026 from nextcloud/backport/48014/stable29

2 months agoMerge pull request #48020 from nextcloud/backport/48015/stable29
John Molakvoæ [Sun, 15 Sep 2024 17:42:13 +0000 (19:42 +0200)]
Merge pull request #48020 from nextcloud/backport/48015/stable29

2 months agofix(S3ConfigTrait): Allow proxy field to take false backport/48016/stable29 48034/head
provokateurin [Sun, 15 Sep 2024 13:23:43 +0000 (15:23 +0200)]
fix(S3ConfigTrait): Allow proxy field to take false

Signed-off-by: provokateurin <kate@provokateurin.de>
2 months agofix(BaseResponse): Cast XML element values to string backport/48013/stable29 48033/head
provokateurin [Sun, 15 Sep 2024 11:07:50 +0000 (13:07 +0200)]
fix(BaseResponse): Cast XML element values to string

Signed-off-by: provokateurin <kate@provokateurin.de>
2 months agoMerge pull request #48024 from nextcloud/backport/48017/stable29
Kate [Sun, 15 Sep 2024 16:40:08 +0000 (18:40 +0200)]
Merge pull request #48024 from nextcloud/backport/48017/stable29

2 months agofix(Tags): Return boolean for userHasTags() backport/48014/stable29 48026/head
provokateurin [Sun, 15 Sep 2024 13:27:37 +0000 (15:27 +0200)]
fix(Tags): Return boolean for userHasTags()

Signed-off-by: provokateurin <kate@provokateurin.de>
2 months agofix(Comment): Initialize childrenCount as integer backport/48017/stable29 48024/head
provokateurin [Sun, 15 Sep 2024 13:23:10 +0000 (15:23 +0200)]
fix(Comment): Initialize childrenCount as integer

Signed-off-by: provokateurin <kate@provokateurin.de>
2 months agofix(Storage\Local): Do not call getSourcePath() on SplFileInfo backport/48015/stable29 48020/head
provokateurin [Sun, 15 Sep 2024 13:24:22 +0000 (15:24 +0200)]
fix(Storage\Local): Do not call getSourcePath() on SplFileInfo

Signed-off-by: provokateurin <kate@provokateurin.de>
2 months agoMerge pull request #47980 from nextcloud/backport/47971/stable29
Côme Chilliet [Sun, 15 Sep 2024 07:45:08 +0000 (09:45 +0200)]
Merge pull request #47980 from nextcloud/backport/47971/stable29

[stable29] fix: Do not try to set HTTP response code on already closed connection

2 months agochore(tests): Update psalm baseline 47987/head
nextcloud-command [Sun, 15 Sep 2024 02:36:17 +0000 (02:36 +0000)]
chore(tests): Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 15 Sep 2024 00:26:52 +0000 (00:26 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agofix: Do not try to set HTTP response code on already closed connection backport/47971/stable29 47980/head
Côme Chilliet [Sat, 14 Sep 2024 12:20:49 +0000 (14:20 +0200)]
fix: Do not try to set HTTP response code on already closed connection

This avoids a PHP warning in the logs about trying to set the response
 code while the output already started. It’s useless to try to print an
 error page anyway in this situation because the connection was closed
 already.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 months agoMerge pull request #47975 from nextcloud/backport/47968/stable29
John Molakvoæ [Sat, 14 Sep 2024 18:24:47 +0000 (20:24 +0200)]
Merge pull request #47975 from nextcloud/backport/47968/stable29

2 months agofix(files_external): Check key exists before accessing it 47975/head
Git'Fellow [Sat, 14 Sep 2024 09:21:17 +0000 (11:21 +0200)]
fix(files_external): Check key exists before accessing it

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2 months agoMerge pull request #47958 from nextcloud/backport/47954/stable29
Kate [Sat, 14 Sep 2024 15:39:56 +0000 (17:39 +0200)]
Merge pull request #47958 from nextcloud/backport/47954/stable29

2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 14 Sep 2024 00:21:35 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agofix(files): Adjust Cache::searchQuery() parameter name to match interface backport/47954/stable29 47958/head
provokateurin [Fri, 13 Sep 2024 16:13:44 +0000 (18:13 +0200)]
fix(files): Adjust Cache::searchQuery() parameter name to match interface

Signed-off-by: provokateurin <kate@provokateurin.de>
2 months agoMerge pull request #47953 from nextcloud/backport/47945/stable29
John Molakvoæ [Fri, 13 Sep 2024 16:02:35 +0000 (18:02 +0200)]
Merge pull request #47953 from nextcloud/backport/47945/stable29

2 months agochore(assets): Recompile assets 47953/head
nextcloud-command [Fri, 13 Sep 2024 15:32:50 +0000 (15:32 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 months agofix(files_external): broken credentials dialog
John Molakvoæ (skjnldsv) [Fri, 13 Sep 2024 11:57:30 +0000 (13:57 +0200)]
fix(files_external): broken credentials dialog

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
[skip ci]

2 months agofix(config): Throw PreconditionException always when it didn't match backport/47933/stable29 47941/head
Joas Schilling [Fri, 13 Sep 2024 07:16:35 +0000 (09:16 +0200)]
fix(config): Throw PreconditionException always when it didn't match

Previously even when the precondition did not match, the call "passed"
when the after value was the expected one. This however can lead to
race conditions, duplicate code excutions and other things.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 months agoMerge pull request #47922 from nextcloud/backport/47527/stable29
Ferdinand Thiessen [Fri, 13 Sep 2024 11:24:56 +0000 (13:24 +0200)]
Merge pull request #47922 from nextcloud/backport/47527/stable29

[stable29] fix(files_external): Handling in SFTP UI for custom ports

2 months agofix: check if key is set backport/47854/stable29 47936/head
Git'Fellow [Fri, 13 Sep 2024 07:49:09 +0000 (09:49 +0200)]
fix: check if key is set

Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2 months agofix(appstore): Ensure returned apps from AppStore are valid
Git'Fellow [Mon, 9 Sep 2024 17:50:11 +0000 (19:50 +0200)]
fix(appstore): Ensure returned apps from AppStore are valid

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
fix: lint

chore: remove space

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
fix: check if response array is null

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
chore: Add log

2 months agofix: custom port handling in UI for SFTP 47922/head
Josh Richards [Tue, 27 Aug 2024 13:01:12 +0000 (09:01 -0400)]
fix: custom port handling in UI for SFTP

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 13 Sep 2024 00:21:01 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agoMerge pull request #47887 from nextcloud/release/29.0.7 v29.0.7
Benjamin Gaussorgues [Thu, 12 Sep 2024 12:28:35 +0000 (14:28 +0200)]
Merge pull request #47887 from nextcloud/release/29.0.7

2 months agofix(LDAP): check index before accessing it backport/47914/stable29 47918/head
Arthur Schiwon [Thu, 12 Sep 2024 08:38:46 +0000 (10:38 +0200)]
fix(LDAP): check index before accessing it

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 12 Sep 2024 00:20:34 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agochore(assets): Recompile assets backport/47881/stable29 47903/head
nextcloud-command [Wed, 11 Sep 2024 17:57:32 +0000 (17:57 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 months agofix(settings): Add back create group icon
Christopher Ng [Tue, 10 Sep 2024 21:11:51 +0000 (14:11 -0700)]
fix(settings): Add back create group icon

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 months agofix(files_sharing): adjust permissions from custom edit and delete check methods backport/47339/stable29 47895/head
skjnldsv [Thu, 22 Aug 2024 08:02:37 +0000 (10:02 +0200)]
fix(files_sharing): adjust permissions from custom edit and delete check methods

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2 months agofix: Display 'Leave share' instead of 'Delete'
Marcel Klehr [Tue, 20 Aug 2024 09:31:21 +0000 (11:31 +0200)]
fix: Display 'Leave share' instead of 'Delete'

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2 months agochore(assets): Recompile assets backport/47848/stable29 47877/head
nextcloud-command [Wed, 11 Sep 2024 07:22:51 +0000 (07:22 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 months agofix(files): Make `openMenu` watcher null safe
Ferdinand Thiessen [Wed, 11 Sep 2024 09:51:20 +0000 (11:51 +0200)]
fix(files): Make `openMenu` watcher null safe

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agobuild(hub): 29.0.7 47887/head
Benjamin Gaussorgues [Wed, 11 Sep 2024 09:15:22 +0000 (11:15 +0200)]
build(hub): 29.0.7

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2 months agofix(files): Reset context menu position on close
Ferdinand Thiessen [Mon, 9 Sep 2024 13:37:01 +0000 (15:37 +0200)]
fix(files): Reset context menu position on close

* Resolves https://github.com/nextcloud/server/issues/46934

Ensure that after a right-click the context menu position is resetted,
so that pressing the "actions"-menu button it is displayed on the correct location.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 11 Sep 2024 00:21:29 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agofix: make swift connect exception message more informative backport/47853/stable29 47873/head
Robin Appelman [Mon, 9 Sep 2024 15:15:01 +0000 (17:15 +0200)]
fix: make swift connect exception message more informative

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 months agofix(appstore): disabled appstore log level bump from debug to info backport/47834/stable29 47871/head
John Molakvoæ [Tue, 10 Sep 2024 14:00:56 +0000 (16:00 +0200)]
fix(appstore): disabled appstore log level bump from debug to info

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2 months agofix(appstore): return if appstore is manually disabled
Git'Fellow [Mon, 9 Sep 2024 07:29:09 +0000 (09:29 +0200)]
fix(appstore): return if appstore is manually disabled

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
fix: camel case

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
fix: log a debug log

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
fix: typing

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
fix: typo

fix: typing

2 months agofix(preview): gracefully handle file not being opened in ProviderV2 backport/47858/stable29 47867/head
Richard Steinmetz [Tue, 10 Sep 2024 06:49:43 +0000 (08:49 +0200)]
fix(preview): gracefully handle file not being opened in ProviderV2

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2 months agoMerge pull request #47843 from nextcloud/backport/47805/stable29
Stephan Orbaugh [Tue, 10 Sep 2024 09:47:24 +0000 (11:47 +0200)]
Merge pull request #47843 from nextcloud/backport/47805/stable29

[stable29] fix: Replace conflicting tags in `xml_exception` template

2 months agofix: Only write once to template instead of create/copy backport/47860/stable29 47862/head
Julius Knorr [Tue, 10 Sep 2024 07:43:42 +0000 (09:43 +0200)]
fix: Only write once to template instead of create/copy

Signed-off-by: Julius Knorr <jus@bitgrid.net>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 10 Sep 2024 00:37:45 +0000 (00:37 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agochore(assets): Recompile assets backport/47807/stable29 47850/head
Grigorii K. Shartsev [Mon, 9 Sep 2024 21:43:18 +0000 (23:43 +0200)]
chore(assets): Recompile assets

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2 months agofix(files_sharing): add accessible labels in link share creation
Grigorii K. Shartsev [Fri, 6 Sep 2024 14:48:05 +0000 (16:48 +0200)]
fix(files_sharing): add accessible labels in link share creation

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2 months agofix(files_sharing): checkbox for password in link share is not shown
Grigorii K. Shartsev [Fri, 6 Sep 2024 14:47:08 +0000 (16:47 +0200)]
fix(files_sharing): checkbox for password in link share is not shown

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2 months agofix: Replace conflicting tags in `xml_exception` template 47843/head
Ferdinand Thiessen [Fri, 6 Sep 2024 14:49:33 +0000 (16:49 +0200)]
fix: Replace conflicting tags in `xml_exception` template

The `<?xml` tag is interpreted as PHP short tags, so this causes errors.
Instead just print that part of the template.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agofix: Run migration sql as statement so that the primary db node is used backport/47640/stable29 47840/head
Julius Härtl [Fri, 30 Aug 2024 13:45:50 +0000 (15:45 +0200)]
fix: Run migration sql as statement so that the primary db node is used

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 9 Sep 2024 00:23:40 +0000 (00:23 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 8 Sep 2024 00:36:50 +0000 (00:36 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 7 Sep 2024 00:37:14 +0000 (00:37 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>