Simon L
fa4d153610
Merge pull request #38115 from DerGenaue/patch-1
...
Rename `numericStorageId` to `numericExternalStorageId` in PersonalMount.php
2023-05-16 19:08:39 +02:00
Simon L
dc1b68c59d
Merge pull request #37326 from nextcloud/add-IMoveTarget-support-to-addressbooks
...
feat(CardDAV): Add Sabre\DAV\IMoveTarget support to OCA\DAV\CardDAV\AddressBook
2023-05-16 19:01:50 +02:00
Simon L
75b7c13cae
Merge pull request #38205 from nextcloud/feat/css-add-info-color
...
Add css variables for info colors (`--color-info`)
2023-05-16 15:13:22 +02:00
Simon L
2bd08c8198
Merge pull request #38030 from nextcloud/enh/retry-transaction
...
Wrapper method to easily retry deadlock exceptions
2023-05-16 11:53:30 +02:00
Thomas Citharel
13a3ebd4cc
feat(CardDAV): Add Sabre\DAV\IMoveTarget support to OCA\DAV\CardDAV\AddressBook
...
This allows to just UPDATE the card row instead of deleting it and reinsert it. It's very similar to https://github.com/nextcloud/server/pull/30120 for calendars.
As we need the addressbookid exposed, this introduces OCA\DAV\CardDAV\Card that extends Sabre's.
I chose specifically NOT to auto-inject LoggerInterface in Addressbook like in #30120 because the chain of DI is huge just for ONE simple call and it would break an existing dirty call (OCA\Contacts calling OCA\DAV) of ContactsManager in Contacts: https://github.com/nextcloud/contacts/pull/1722 (in SocialApiService), but this is debatable.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-05-16 11:38:57 +02:00
Simon L
48521d67e1
Merge pull request #38143 from nextcloud/fix/generated-avatars-cache
...
Fix generated avatars cache
2023-05-16 11:37:49 +02:00
Simon L
25dd264965
Merge pull request #37965 from nextcloud/fix/transactional-system-addressbook-sync
...
fix(dav): Run system address book create-if-not-exists in transaction
2023-05-16 11:33:09 +02:00
Ferdinand Thiessen
4f9472a323
feat(css): Add css variables for info colors (--color-info)
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-05-16 09:31:33 +00:00
Simon L
ab848244fe
Merge pull request #38065 from nextcloud/fix-result-mimetype-loader
...
fix(mimetype): Fix returning value when finding existing mimetype in MimeType Loader
2023-05-16 11:30:13 +02:00
Joas Schilling
5e02def3f4
Merge pull request #38274 from nextcloud/bugfix/noid/reach-max-delay-in-afterController
...
fix(middleware): Also abort the request when reaching max delay in af…
2023-05-16 11:07:04 +02:00
Louis
128cd7030e
Merge pull request #38293 from nextcloud/fix/users-table-alignment
...
fix(settings): Fix `UserList` styles set to css but scss is used
2023-05-16 09:30:38 +02:00
Julius Härtl
050c6d53b3
enh: Provide atomicRetry method to retry transactions if possible
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-05-16 08:13:20 +02:00
Joas Schilling
b56445b9ad
Merge pull request #38267 from nextcloud/bugfix/noid/fix-missing-bruteforce-protection
...
fix(lostpassword): Also rate limit the setPassword endpoint
2023-05-16 06:35:15 +02:00
Nextcloud bot
816c33c391
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-16 02:28:27 +00:00
Simon L
be7c9cee39
Merge pull request #38225 from nextcloud/enh/noid/disable-pull-to-refresh
...
disable pull-down-to-refresh for mobile
2023-05-16 02:50:38 +02:00
F. E Noel Nfebe
e7ba25574b
Merge pull request #38202 from nextcloud/fix/37135/addgroup-link-to-button
...
Convert Add group link to button
2023-05-16 01:23:37 +01:00
Ferdinand Thiessen
02853fdae6
fix(settings): Fix UserList styles set to css but scss is used
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-05-16 00:55:03 +02:00
Robin Appelman
f1a1361e0d
Merge pull request #38265 from nextcloud/session-auth-check-username
...
check the username when doing external storage session auth
2023-05-15 23:48:34 +02:00
Ferdinand Thiessen
864aa1b61a
Merge pull request #38256 from nextcloud/fix/noid/file-smart-picker-padding
...
Adjust file custom picker component padding
2023-05-15 23:27:33 +02:00
Simon L
3974fece7a
disable pull-down-to-refresh for mobile
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-15 20:09:52 +00:00
Maksim Sukharev
77efa2e0ec
Merge pull request #38127 from nextcloud/fix/a11y-status-modal
...
[user_status] Improve user online status modal
2023-05-15 22:01:16 +02:00
jld3103
2a19753cf7
Clear generated avatar caches
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-05-15 18:18:21 +02:00
jld3103
e294045223
Properly clear cached avatars
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-05-15 18:18:21 +02:00
Côme Chilliet
8362eea14e
Merge pull request #38196 from nextcloud/fix/fix-32bits-freespace-and-sizes
...
Get rid of more int casts in file size manipulations
2023-05-15 17:05:46 +02:00
Joas Schilling
3a6bc7aba2
fix(middleware): Also abort the request when reaching max delay in afterController
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-15 16:20:19 +02:00
Joas Schilling
33385d7ecb
fix(tests): Adjust unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-15 16:12:14 +02:00
nextcloud-command
457a212219
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-15 13:39:52 +00:00
nextcloud-command
c588c1daf5
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-15 14:36:32 +02:00
Ferdinand Thiessen
8506d9018a
fix(user_status): Remove redundant styling, use global class instead
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-05-15 14:31:32 +02:00
Ferdinand Thiessen
e93b20c656
fix(user_status): Use native radio buttons for online status selection
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-05-15 14:31:32 +02:00
Ferdinand Thiessen
349e12eb56
fix(user_status): Add missing radiogroup role to online status selector
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-05-15 14:31:32 +02:00
Ferdinand Thiessen
a99265bfbe
fix(user_status): Group custom message input elements and assign label to emoji selector
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-05-15 14:31:32 +02:00
Ferdinand Thiessen
2133b0ecdd
fix(user_status): Use role=radio for predefined statuses in online status modal
...
* Instead of tabable DIVs properly assign the radio role
* Set role to radiogroup of list container to group the predefined statuses
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-05-15 14:31:32 +02:00
Christoph Wurst
b9026acf3f
Merge pull request #38247 from nextcloud/fix/read-only-system-addres-book-acls
...
fix(carddav): Mark system address book as read-only
2023-05-15 14:01:41 +02:00
Côme Chilliet
ae525e1935
Fix return types in phpdoc
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-05-15 12:24:42 +02:00
Côme Chilliet
24690a3a48
Merge pull request #38231 from nextcloud/dependabot/npm_and_yarn/tar-6.1.14
...
bump tar from 6.1.13 to 6.1.14
2023-05-15 12:10:26 +02:00
Julien Veyssier
73f3c0aef7
adjust file custom picker component padding as the smart picker does not have padding anymore
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2023-05-15 12:08:26 +02:00
Simon L
778dd89160
Merge pull request #38242 from nextcloud/fix/35286/fix-scrolling
...
Fix incosistent scrolling in Firefox
2023-05-15 12:08:14 +02:00
Côme Chilliet
3bf19f76e6
Merge pull request #32961 from nextcloud/more-debug-lazyuserfolder
...
Make it easier to debug issue #32304
2023-05-15 11:42:06 +02:00
Louis
2f467d936c
Merge pull request #38224 from nextcloud/versionEntityisSet
...
Check if version has entity before trying to access it
2023-05-15 11:26:27 +02:00
Christoph Wurst
5d038a2dc1
fix(carddav): Mark system address book as read-only
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-15 10:27:53 +02:00
Côme Chilliet
7fd453eb10
Merge pull request #38080 from nextcloud/enh/add-occ-command-for-legacy-filekey
...
Add an occ command to scan files for legacy file key in use and get rid of those
2023-05-15 10:20:34 +02:00
Joas Schilling
7ee81b6555
fix(lostpassword): Also rate limit the setPassword endpoint
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-15 09:21:07 +02:00
Julius Härtl
25f3678e24
Merge pull request #38237 from nextcloud/bugfix/noid/no-combine-l10n
2023-05-15 09:17:30 +02:00
Côme Chilliet
2a4af880c1
Merge pull request #38195 from nextcloud/fix/update-icewind-streams-in-files-external
...
Update icewind/streams to 0.7.7 in files_external
2023-05-15 09:12:04 +02:00
Julius Härtl
0ebb00d01d
fix: Do not attempt to use l10n files as sources for combined js files
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-05-15 08:29:05 +02:00
Nextcloud bot
8bdb50fd50
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-15 02:28:25 +00:00
Simon L
2730f48180
Fix incosistent scrolling in Firefox
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-14 18:37:01 +00:00
Nextcloud bot
d454fe4b8c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-14 02:27:40 +00:00
fenn-cs
1ee8fbaad1
Convert Add group link to button
...
The "Add group" peforms an on-page action and does not route or link to
anywhere else hence, not semantically a link but a button.
This commit implements the ehancement described at the respository level.
A change would be required in [@nextcloud/nextcloud-vue](https://github.com/nextcloud/nextcloud-vue/issues/4108 )
since the `NcAppNavigationNewItem` is an out-of-repo dependency.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-05-14 01:01:12 +01:00