Commit Graph

65728 Commits

Author SHA1 Message Date
Joas Schilling
7f1e7815e9
Merge pull request #36058 from nextcloud/automated/noid/master-update-ca-cert-bundle
[master] Update ca-cert bundle
2023-01-11 08:31:42 +01:00
nextcloud-command
3d8e0a18b4 Update CA certificate bundle
Signed-off-by: GitHub <noreply@github.com>
2023-01-11 04:30:21 +00:00
Nextcloud bot
380e5a4ee1
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-11 02:24:41 +00:00
Simon L
4014d4d0ff
Merge pull request #36065 from nextcloud/enh/noid/login-remove-js-nav
Remove js navigation on alternative login click
2023-01-11 00:41:57 +01:00
Joas Schilling
fc096ae9db
Merge pull request #36048 from nextcloud/bugfix/36046/only-verify-the-same-hash-once
fix(authentication): Only verify each hash once
2023-01-10 15:40:11 +01:00
Simon L
65fd24d5ae
Merge pull request #36063 from nextcloud/rakekniven-patch-1
l10n: Fixed typo
2023-01-10 14:57:23 +01:00
zorn-v
2bcf94a88a Remove js navigation on alternative login click
Signed-off-by: zorn-v <zorn7@yandex.ru>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-10 12:52:10 +00:00
Vincent Petry
10cca65ba6
Merge pull request #36052 from nextcloud/share-mount-check-cache-key-test
add test for shared mount conflict resolution
2023-01-10 12:39:53 +01:00
Vincent Petry
0c37d059dc
Merge pull request #35964 from nextcloud/IMigrationStep-fix
IMigrationStep progress bar fix
2023-01-10 12:39:31 +01:00
Julius Härtl
32e691f2f6
Merge pull request #35966 from nextcloud/chore/remove-deprecated-dashboard 2023-01-10 12:08:52 +01:00
rakekniven
17e5d0b985 l10n: Fixed typo
Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-10 11:00:02 +00:00
Vincent Petry
4ecf4b4642
Merge pull request #35980 from nextcloud/remove-legacy-ajax-list
Remove unused legacy ajax/list.php in files app
2023-01-10 10:41:04 +01:00
Côme Chilliet
95520bc467
Merge pull request #36026 from nextcloud/fix/remove-at-matcher-in-dav
Get rid of deprecated at matcher in dav application tests
2023-01-10 10:18:50 +01:00
Nextcloud bot
1cfea13e94
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-10 02:24:52 +00:00
Joas Schilling
2fb4dac7ad
fix(authentication): Update the token when the hash is null or can not be verified
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-09 16:32:36 +01:00
Joas Schilling
28b18d561c
fix(authentication): Only hash the new password when needed
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-09 15:58:26 +01:00
Robin Appelman
6fcc1f5684
add test for shared mount conflict resolution
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-01-09 15:30:45 +01:00
Vincent Petry
42d9e087fb
Remove unused legacy ajax/list.php in files app
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-09 15:18:37 +01:00
Vincent Petry
79f1c30a31
Merge pull request #36043 from nextcloud/fix/36042/link-reference-less-strict-content-type-check
Link reference provider: Improve content-type check
2023-01-09 15:13:29 +01:00
Joas Schilling
c5bb19641c
fix(authentication): Invert the logic to the original intention
We need to store the new authentication details when the hash did **not** verify
the old password.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-09 15:13:08 +01:00
Vincent Petry
10ab0f2280
Merge pull request #36047 from nextcloud/share-mount-check-cache-key
fix cache key used to verify shared mountpoints
2023-01-09 15:11:47 +01:00
Joas Schilling
55d8aec759
fix(authentication): Only verify each hash once
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-09 14:53:12 +01:00
Robin Appelman
927174e325
fix cache key used to verify shared mountpoints
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-01-09 13:48:44 +01:00
Julia Kirschenheuter
3892c3edc9
Merge pull request #35655 from nextcloud/enh/35654-Replace_custom_tooltips_with_native_one_for_files_sharing
Replace custom tooltips with native one in vue components and views
2023-01-09 11:21:09 +01:00
Julien Veyssier
b07adddf39
in the link reference provider, check if the link content type begins with text/html
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2023-01-09 11:08:56 +01:00
Nextcloud bot
ff0a32f70f
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-09 02:24:48 +00:00
Nextcloud bot
0489921f3f
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-08 02:24:44 +00:00
Nextcloud bot
484f2fd5cc
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-07 02:24:09 +00:00
Simon L
0a85829138
Merge pull request #36027 from nextcloud/bug/noid/toggle-grid-invisible-sidebar-open
fix: show toggle grid view button with open sidebar
2023-01-06 11:14:02 +01:00
Nextcloud bot
d4a8cce174
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-06 02:24:57 +00:00
Louis
c16f59379b
Merge pull request #36024 from nextcloud/artonge/fix/file_list_scroll_while_dragging
Fix scrolling while dragging in file list view
2023-01-05 21:35:09 +01:00
Daniel Kesselberg
2a24c05b7b
fix: show toggle grid view button with open sidebar
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-01-05 19:42:52 +01:00
Côme Chilliet
574c6770d1
Get rid of deprecated at matcher in dav application tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-01-05 18:28:07 +01:00
Louis Chemineau
4236ee2485 Fix scrolling while dragging in file list view
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-05 17:20:18 +01:00
Simon L
a36848ce7f
Merge pull request #36016 from nextcloud/enh/noid/opengraph-link-reference-limits
Add restrictions when downloading to resolve with opengraph link provider
2023-01-05 16:01:14 +01:00
John Molakvoæ
c2b6922c33
Merge pull request #35973 from nextcloud/fix/hook-into-event-lifecycle
Hook into sabre event lifecycle for iMip Messages
2023-01-05 15:47:29 +01:00
John Molakvoæ
4cda13255d
Merge pull request #32057 from nextcloud/fix/make-UID-more-unique-for-systemaddressbook
Fix sync errors for card creation with the same uri from different sources
2023-01-05 15:44:37 +01:00
Joas Schilling
adef2b85c8
Merge pull request #36015 from nextcloud/techdebt/36014/fix-image-optimization
fix(CI): Check for the image-optimization binaries we want to use
2023-01-05 13:21:12 +01:00
Anna Larch
ddcee3dbab Fix sync errors for duplicate cards with the same UID for different backends
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-01-05 12:19:51 +00:00
Joas Schilling
2171e37b7d
Merge pull request #36011 from nextcloud/bugfix/noid/fix-mail-icon
fix(ui): Fix SVG mail icon missing width/height
2023-01-05 12:54:26 +01:00
Julien Veyssier
552611d341
add restrictions on content-type and content-size when downloading to resolve with opengraph link provider
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2023-01-05 12:36:11 +01:00
Anna Larch
d58ecdcfad Hook into sabre event lifecycle for iMip Messages
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-01-05 11:55:26 +01:00
Joas Schilling
e035c659a5
fix(CI): Check for the binaries we want to use
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-05 11:37:49 +01:00
Joas Schilling
7b47b85551
fix(ui): Fix and optimize more SVGs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-05 11:01:14 +01:00
Joas Schilling
d056fcb978
fix(ui): Fix SVG mail icon missing width and height
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-05 10:41:15 +01:00
John Molakvoæ
0e6a8d72f8
Merge pull request #36008 from nextcloud/bugfix/noid/files-routes 2023-01-05 10:31:33 +01:00
Simon L
b3b941b136
Merge pull request #36005 from nextcloud/fix/default-phone-region
Fix default phone region validation
2023-01-05 10:10:03 +01:00
julia.kirschenheuter
1063fbcb10
Replace custom tooltips with native one in vue components and views
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-01-05 08:57:58 +01:00
Julius Härtl
dbf6f4c81b
fix(files): Make sure that static routes on /apps/files still work
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-05 08:10:33 +01:00
Julius Härtl
18164ae516
Merge pull request #33898 from nextcloud/fix/authtoken-password-update
PublickKeyTokenProvider: Fix password update routine with password hash
2023-01-05 08:01:47 +01:00