Christopher Ng
e87721594a
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-01-15 11:28:52 -08:00
Christopher Ng
fa295625ab
fix(l10n): Add context note for table footers
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-01-15 11:26:29 -08:00
Ferdinand Thiessen
265e9060f8
Merge pull request #42436 from nextcloud/enh/add-mjs-setup-check
...
enh(settings): Add SetupCheck to ensure webserver correctly serves `.mjs` files
2024-01-15 18:21:42 +01:00
Arthur Schiwon
52406d53e6
Merge pull request #42781 from nextcloud/fix/user_ldap-support-group-membership-duplicate
...
Fix crash of login in case of duplicated group membership
2024-01-15 17:55:44 +01:00
Arthur Schiwon
e5ef58b7b9
Merge pull request #42790 from nextcloud/fix/fix-settings-appdirs-test
...
Fix AppDirsWithDifferentOwnerTest
2024-01-15 17:43:18 +01:00
Git'Fellow
32bf74af16
Merge pull request #42768 from nextcloud/errorToWarn
...
(dashboard): Lower error to warning log message
2024-01-15 11:38:05 +01:00
Maxence Lange
083a9d8fb2
Merge pull request #42670 from nextcloud/enh/noid/occ-background-job-delete
...
occ background-job:delete
2024-01-15 09:36:36 -01:00
Julius Härtl
304196eec5
Merge pull request #42760 from nextcloud/enh/machine-translation-provider-with-id-fix
...
enh(OCP\Translation): Add missing ITranslationProviderWithId check
2024-01-15 10:59:53 +01:00
Côme Chilliet
d1aac16a72
Fix AppDirsWithDifferentOwnerTest
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-01-15 10:32:26 +01:00
Benjamin Gaussorgues
bf59b637c5
Merge pull request #42660 from nextcloud/fix/use-tz-for-share-expiration
...
fix(share): use user timezone to parse share expiration date
2024-01-15 09:47:32 +01:00
Côme Chilliet
658b20aef5
Fix crash of login in case of duplicated group membership
...
If several LDAP configurations return the same group id for a user it
should still only appear once in the return of getUserGroups
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-01-15 09:39:59 +01:00
Git'Fellow
53ad3a58ab
Lower to info
...
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2024-01-15 09:29:22 +01:00
Joas Schilling
eda8a4169b
Merge pull request #42619 from nextcloud/bugfix/noid/caldav-status-undefined-index-0
...
fix(dav): Fix user status "Undefined array key 0 at StatusService.php…
2024-01-15 08:53:34 +01:00
Alexander Piskun
7fdb16affc
Merge pull request #42762 from nextcloud/enh/text-to-image-provider-with-userid
...
enh(OCP\TextToImage): Introduce IProviderWithUserId
2024-01-15 10:27:10 +03:00
Nextcloud bot
c14f024fa2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-15 00:18:42 +00:00
Git'Fellow
d01f9e5fd5
Lower error to warning
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2024-01-14 22:45:48 +01:00
Alexander Piskun
156013a711
introduce IProviderWithUserId
...
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2024-01-14 22:44:37 +03:00
Andrey Borysenko
09ee265353
Add missing ProviderWithId check
...
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
2024-01-14 17:58:00 +02:00
Nextcloud bot
eaa6d96cf7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-14 00:19:29 +00:00
Nextcloud bot
31df9c4d3c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-13 00:20:23 +00:00
Julius Härtl
39dee92f80
Merge pull request #41819 from nextcloud/enh/reconnect-again
2024-01-12 20:10:19 +01:00
Ferdinand Thiessen
b9e3e6f385
Merge pull request #42676 from nextcloud/enh/visible-comment-label
...
enh(comments): Add visual labels for editor
2024-01-12 16:01:25 +01:00
Ferdinand Thiessen
e24f35daf8
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-01-12 15:05:09 +01:00
Ferdinand Thiessen
cc59a4dfea
enh(comments): Add always visible labels for comment input
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-01-12 14:39:35 +01:00
Julius Härtl
296096e069
fix: Add reconnect check in case of timeouts on the db side
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-01-12 14:38:01 +01:00
Julius Härtl
48628b9069
Merge pull request #42345 from nextcloud/enh/read-replica-followup
...
feat: Track dirty table writes and long transactions
2024-01-12 12:11:43 +01:00
Nextcloud bot
32a377eaba
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-12 11:00:35 +00:00
Nextcloud bot
d54c5c8a82
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-12 10:40:03 +00:00
Julius Härtl
c17c42a0b2
feat: First attempt to track dirty tables after writes and switch back to replicas if reads go to other tables
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
debug: error log
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-01-12 11:02:50 +01:00
Julius Härtl
3e60092b7d
feat: Add logging for transaction time
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-01-12 11:02:50 +01:00
John Molakvoæ
239213abfe
Merge pull request #42598 from nextcloud/fix/error-files-message
2024-01-12 10:34:26 +01:00
John Molakvoæ
e181fad68b
chore(assets): Recompile assets
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2024-01-12 10:11:29 +01:00
John Molakvoæ
90d50323d8
fix(files): use backend error message if provided
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2024-01-12 10:10:27 +01:00
John Molakvoæ
3463ed538c
Merge pull request #42723 from nextcloud/fix/quota-set-users-mgmt
2024-01-12 09:23:02 +01:00
John Molakvoæ
e2a828c1bb
chore(assets): Recompile assets
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2024-01-12 08:43:43 +01:00
John Molakvoæ
0a34cf846f
fix(settings): set default or unlimited user quota
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2024-01-12 08:42:48 +01:00
John Molakvoæ
a7f2d6877c
Merge pull request #42716 from nextcloud/fix/summary-files
2024-01-12 08:42:29 +01:00
John Molakvoæ
fb8b42f630
chore(assets): Recompile assets
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2024-01-12 08:42:12 +01:00
John Molakvoæ
14da405f92
fix(files): use getSummaryFor for better files summary translations
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2024-01-12 08:39:45 +01:00
Nextcloud bot
0a42b076d2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-12 00:19:41 +00:00
Maxence Lange
bd3df759fb
occ background-job:delete
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-01-11 23:17:57 -01:00
Grigorii K. Shartsev
2560f6e8a3
Merge pull request #42718 from nextcloud/fix/42717-Remove_unneeded_role=radiogroup_from_Predefined_statuses
...
Remove unneeded role="radiogroup" from "Predefined statuses"
2024-01-12 04:22:57 +05:00
Simon L
cbc9452f3e
Merge pull request #42712 from nextcloud/enh/42620/header-menues
...
fix header-elements being not shown correctly
2024-01-11 23:14:17 +01:00
nextcloud-command
10547706eb
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-01-11 21:53:34 +00:00
Simon L
a96a7f0c82
fix header-elements being not shown correctly
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2024-01-11 22:36:20 +01:00
Julius Härtl
2df26608ef
Merge pull request #42649 from nextcloud/enh/machine-translation-provider-with-id
2024-01-11 21:50:50 +01:00
Maxence Lange
2d0991e3e7
Merge pull request #42667 from nextcloud/fix/42489/fix-cycle-on-same-user
...
better users cycle
2024-01-11 17:52:05 -01:00
Côme Chilliet
f789732922
Merge pull request #42640 from nextcloud/fix/fix-authentication-exceptions-2
...
Always catch OCP versions of authentication exceptions
2024-01-11 18:51:43 +01:00
Simon L
07749e6a29
Merge pull request #42700 from nextcloud/enh/42642/fix-development-notice-styling
...
fix styling of development-notice
2024-01-11 18:22:16 +01:00
Simon L
53817cb779
Merge pull request #42709 from nextcloud/enh/42694/put-li-into-ul
...
`SharingEntrySimple` needs `ul` or `ol` around it
2024-01-11 18:21:39 +01:00