Commit graph

28127 commits

Author SHA1 Message Date
Julius Härtl
e23aa8883e
feat(s3): Use multipart upload for chunked uploading
This allows to stream file chunks directly to S3 during upload.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-03-08 14:00:04 +01:00
Louis
88b03d69ce
Merge pull request #37060 from nextcloud/fix/versions-webroot-url
Fix download URL for versions
2023-03-08 10:20:43 +01:00
Julia Kirschenheuter
f1abecdf47
Merge pull request #36640 from nextcloud/fix/35626-No_heading_nor_tab_index_for_settings_pages
Create headings for apps, users, settings pages
2023-03-08 08:08:25 +01:00
Nextcloud bot
5ce7336a1b
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-08 02:28:45 +00:00
julia.kirschenheuter
0cfbe54a5a Create headings for settings pages
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-03-07 17:51:19 +01:00
Christopher Ng
72e2cabf40 Fix download URL for versions
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-03-07 10:14:33 +00:00
Julius Härtl
9e73412e3f
Merge pull request #34835 from nextcloud/tests/integration-s3 2023-03-07 07:20:38 +01:00
Nextcloud bot
cddfb01d99
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-07 02:26:34 +00:00
Julius Härtl
d515da502f fix: Use proper path for quota fetching
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-03-06 22:46:07 +00:00
Julius Härtl
3287eddbbc fix: Recalculate storage statistics on updating the quota
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-03-06 22:46:07 +00:00
Joas Schilling
394ad988c7
Merge pull request #36904 from nextcloud/bugfix/noid/fix-controller-setup-for-guests
fix(files): Fix controller setup for guests
2023-03-06 14:20:25 +01:00
Nextcloud bot
7df188b200
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-06 02:27:01 +00:00
Joas Schilling
e5ee2ec441
Merge pull request #37040 from nextcloud/techdebt/noid/remove-deprecated-classes
techdebt(workflowengine): Remove transition event classes
2023-03-05 16:54:47 +01:00
Nextcloud bot
9e58e7b677
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-05 02:27:50 +00:00
Nextcloud bot
a5370fc71e
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-04 02:27:21 +00:00
Joas Schilling
5bc86dd6ac
techdebt(workflowengine): Remove transition event classes
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-03 15:33:17 +01:00
John Molakvoæ
d5a16d8d92
Merge pull request #37028 from nextcloud/design/distraction-free-backgrounds
Add distraction free backgrounds for Nextcloud 26
2023-03-03 13:18:39 +01:00
Jan C. Borchardt
8c9a9195b9
Add distraction free backgrounds for Nextcloud 26
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2023-03-03 17:55:19 +09:00
Joas Schilling
d21db216f7
chore(release): Bump requirements and versions in apps/
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-03 06:44:27 +01:00
Joas Schilling
a4f0a531ca
chore(security): Bump "Expires" of well-known/security.txt
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-03 06:36:41 +01:00
Nextcloud bot
bc94fab8ee
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-03 02:26:33 +00:00
Julius Härtl
6130f1a78e
Implement file reference wiget
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-03-02 21:01:44 +01:00
Simon L
0df20f6ebe
Merge pull request #36173 from nextcloud/enh/openssl-seal-custom
Use a PHP implementation of openssl_seal that allows to use modern ciphers
2023-03-02 17:15:45 +01:00
Richard Steinmetz
7a020b1d1a
Merge pull request #36935 from nextcloud/fix/noid/imip-plugin-null-hardening
fix(caldav): harden null handling of iMip scheduling method
2023-03-02 12:28:17 +01:00
blizzz
e08fa78224
Merge pull request #36594 from nextcloud/fix-handling-of-invitations
fix(caldav): Correctly handle calendar recreation for invitations when the current calendar is in the trashbin
2023-03-02 11:54:51 +01:00
Richard Steinmetz
a35b960c7a fix(caldav): harden null handling of iMip scheduling method
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-03-02 09:42:10 +00:00
John Molakvoæ
2f64d16afd
Merge pull request #36998 from nextcloud/fix/share-select-viewer 2023-03-02 09:31:39 +01:00
John Molakvoæ
162cc3c8ea
fix(theming): select "no-background" option and fix layout order
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-03-02 07:22:27 +01:00
Nextcloud bot
7d4cb9a13d
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-02 02:29:44 +00:00
Christopher Ng
0c69619d91 Fix share select dropdown not opening when viewer is open
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-03-01 17:18:39 -08:00
blizzz
86c102ed99
Merge pull request #36785 from nextcloud/bug/bring-back-auth-checkbox
Add back authentication checkbox for mailer settings
2023-03-01 21:35:08 +01:00
Julia Kirschenheuter
7145d8a892
Merge pull request #36843 from nextcloud/enh/a11y-user-status-clear-select
Port clear user status select
2023-03-01 10:02:20 +01:00
John Molakvoæ
0b966ab200
Merge pull request #36471 from nextcloud/fix/theming-keep-images 2023-03-01 09:54:49 +01:00
Nextcloud bot
8657c93a97
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-01 02:28:10 +00:00
Christopher Ng
86ddc3f3bb Port clear user status select
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-02-28 17:19:06 -08:00
Christopher Ng
db5d5c1705 Port admin delegation selects
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-02-28 16:08:11 -08:00
Richard Steinmetz
7c477d4028
Merge pull request #36898 from nextcloud/fix/36897/recipient-name-string
fix(caldav): convert iMip recipient name to a string
2023-02-28 19:10:17 +01:00
Andy Scherzinger
eac542d7e0
Merge pull request #36855 from nextcloud/fix/bread-padding
Fix files breadcrumb spacing
2023-02-28 16:23:09 +01:00
Joas Schilling
c02080fccb
fix(files): Fix controller setup for guests
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-28 15:34:11 +01:00
Richard Steinmetz
2c0d89e56a
fix(caldav): convert iMip recipient name to a string
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-02-28 15:20:58 +01:00
John Molakvoæ
deffe76d61
Fix files breadcrumb spacing
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-02-28 14:55:24 +01:00
Andy Scherzinger
c440f00219
Merge pull request #36881 from nextcloud/fix/noid/bump-hub-number
bump the hub number
2023-02-28 13:42:59 +01:00
Julia Kirschenheuter
28e35bad0d
Merge pull request #36358 from nextcloud/fix/36357-Adapt_tooltips_on_NcAvatar_for_files_sharing
Adapt native tooltip for new structure of NcAvatar
2023-02-28 11:19:40 +01:00
Arthur Schiwon
a13c9639ba
up the hub
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-02-28 09:03:28 +01:00
Robin Windey
a3ab0ce5d5
Merge pull request #36866 from nextcloud/fix#35645
Convert tag id to number (closing #35645)
2023-02-28 09:03:24 +01:00
Nextcloud bot
0127ef4f10
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-28 02:27:47 +00:00
julia.kirschenheuter
76999d1626 Adapt native tooltip for new structure of NcAvatar
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-02-27 15:41:35 +01:00
Robin Windey
dd89c4d41d
Convert tag ids to number
Fix for #35645

Signed-off-by: GitHub <noreply@github.com>
2023-02-27 12:09:04 +00:00
Nextcloud bot
15f660fa5f
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-27 02:26:11 +00:00
Nextcloud bot
2a4926f5e7
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-26 02:27:27 +00:00