Commit Graph

66706 Commits

Author SHA1 Message Date
fenn-cs
60a710c91c Deprecate PHP8.0
PHP8.0 would stop receiving security support on 26 Nov 2023
 hence this deprecation. Next, is the eventual drop of PHP8.0 before its EOL.

This commit also updates the message type from INFO to WARNING if the php
 on file has reached its EOL.

See: https://www.php.net/supported-versions.php

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-04-17 23:45:59 +01:00
John Molakvoæ
8ee52d35b8
Merge pull request #37405 from nextcloud/clear-site-data
Send Clear-Site-Data header and let browsers ignore it if unsupported
2023-03-28 14:02:00 +02:00
Git'Fellow
346054f854
Fix tests
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-03-28 09:41:04 +02:00
Joas Schilling
7db8e22207
Merge pull request #37437 from nextcloud/bugfix/noid/fix-rst-parsing-sample-config
fix(docs): Fix RST parsing of the sample config
2023-03-28 09:04:18 +02:00
Joas Schilling
ab1af9952f
fix(docs): Fix RST parsing of the sample config
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-28 07:49:01 +02:00
Nextcloud bot
3ad93182d6
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-28 02:19:25 +00:00
Côme Chilliet
2afe26726b
Merge pull request #37309 from nextcloud/fix/bump-icewind/streams-to-0.7.7-in-master
Bump icewind/streams to 0.7.7 in master
2023-03-27 17:30:29 +02:00
Côme Chilliet
adb885755a
Update 3rdparty to merge commit
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-03-27 15:52:21 +02:00
Côme Chilliet
16f2987b43
Fix update-3rdparty command target branch computation
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-03-27 15:51:04 +02:00
Arthur Schiwon
0be7548e22
Merge pull request #37346 from nextcloud/fix/34557/undefined-getExtStorageHome
fix undefined method getExtStorageHome()
2023-03-27 15:33:57 +02:00
Joas Schilling
6741b37356
Merge pull request #37198 from nextcloud/bugfix/noid/reference-image-log
fix(references): Do not log errors on 404 responses of opengraph image fetching
2023-03-27 13:56:39 +02:00
Julia Kirschenheuter
1e85cb135e
Merge pull request #37421 from nextcloud/fix/36916-The_list_of_contacts_represents_a_list,_but_it_was_not_marked_as_such
Change contactsmenu structure to a list
2023-03-27 13:28:49 +02:00
Nextcloud bot
7803ba18b3
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-27 10:18:15 +00:00
Louis
779b242eb4
Merge pull request #37364 from nextcloud/nc-version
Ask for Nextcloud version on issue reporting
2023-03-27 11:53:31 +02:00
Louis
130440eedd
Merge pull request #37380 from Jerome-Herbinet/patch-15
Fix 2FA  blocks' width on login screen
2023-03-27 11:45:31 +02:00
julia.kirschenheuter
db0670f0cb Change contactsmenu structure to a list
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-03-27 10:48:59 +02:00
Simon L
985f7caa99
Merge pull request #37416 from nextcloud/fix/37415
Add back missing dashboard version
2023-03-27 09:57:23 +02:00
jld3103
5c514eac44
Add back missing dashboard version
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-03-27 08:13:29 +02:00
Git'Fellow
cfd7a57184 Send header to all browsers under HTTPS
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>

Don't send Clear-Site-Data to Safari

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

Fix lint

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-03-26 15:29:01 +02:00
John Molakvoæ
e493e72ffb
Merge pull request #37397 from nextcloud/check-exif 2023-03-25 11:01:04 +01:00
Varun Patil
35ea5025dd check-setup: recommend exif extension
JPEG previews are not correctly oriented when exif is not enabled
along with other issues. There's no easy way to discover this either.

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2023-03-24 18:30:37 -07:00
Robin Appelman
36835b7fec
Merge pull request #36810 from nextcloud/setup-user-onetime-before-mounts
do onetime user setup before getting any mount from providers
2023-03-24 16:45:08 +01:00
Simon L
fda9d4d0c1
Merge pull request #37340 from nextcloud/fix/undefined-index-mailer-settings
fix(mailer): remove value comparison for smtp_authtype as there is only one option
2023-03-24 15:34:39 +01:00
Christoph Wurst
30d6effe12
Merge pull request #37384 from nextcloud/ci/psalm/security-analysis-ldap
ci(psalm): Install ftp+ldap extension for security scans
2023-03-24 15:19:24 +01:00
Julius Härtl
ca1f07b5bd
Merge pull request #37211 from nextcloud/fix/36912-create-headings-instead-of-uneeded-labels
Create `<h3>` headings for profile page. Replace `<label>` which have…
2023-03-24 14:56:08 +01:00
Christoph Wurst
936babe17e
ci(psalm): Install ftp extension for security scans
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-03-24 13:21:47 +01:00
Christoph Wurst
6c2d9ec73e
ci(psalm): Install ldap extension for security scans
Otherwise Psalm runs into tons of `UndefinedConstant`

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-03-24 13:20:08 +01:00
Anna Larch
1368012d97 fix(mailer): check if authentication is neccessary
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-03-24 10:26:04 +00:00
Jérôme Herbinet
da03a5e2e0 npm run sass
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2023-03-24 10:27:40 +01:00
Jérôme Herbinet
3ce5ef5808
Fix 2FA blocks' width
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2023-03-24 10:19:22 +01:00
julia.kirschenheuter
85feae6d82 Create <h3> headings for profile page. Replace <label> which have no conncted <input> with <h3> heading
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-03-24 08:49:19 +01:00
Nextcloud bot
97b8e6d2a3
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-24 02:27:05 +00:00
Joas Schilling
553b5a51f6
Merge pull request #37361 from nextcloud/fix/noid/display-name-users-controller-test
Adjust provisioning API tests after #36665
2023-03-23 21:15:10 +01:00
Julien Veyssier
69a1fe206f
adjust tests after #36665
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2023-03-23 18:07:43 +01:00
Simon L
1d4ff2cf10
Merge pull request #37265 from nextcloud/enh/33892/new-attempt
l10n: Spelling unification
2023-03-23 17:22:12 +01:00
nextcloud-command
4afac3879d Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-03-23 14:51:30 +00:00
Simon L
6f9ee2277d improve dashboard description
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-23 15:01:45 +01:00
Valdnet
47a989e15f l10n: Change name of app to a capital letter
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-23 15:01:45 +01:00
Valdnet
9ff265f649 l10n: Delete unnecessary characters
Removal of unnecessary characters that appear in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2023-03-23 15:01:45 +01:00
Valdnet
300f76ebf7 l10n: Spelling unification
Change the abbreviation to full words.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2023-03-23 15:01:44 +01:00
Simon L
825f847ef1
Merge pull request #37234 from cob2p/bugfix/typo
Fix the typo in comments
2023-03-23 15:00:41 +01:00
Simon L
67614150b5
Merge pull request #36636 from nextcloud/fix/oc-image-getimagesize
fix OC_Image: Prevent E_WARNING from getimagesize*
2023-03-23 14:59:57 +01:00
Git'Fellow
f87a77241b
Ask for Nextcloud version on issue reporting
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-03-23 14:13:09 +01:00
Arthur Schiwon
a5f05dd4a9
Merge pull request #37351 from nextcloud/del-unlink
Move from DEL to UNLINK
2023-03-23 12:27:51 +01:00
John Molakvoæ
cd045ded82
Merge pull request #37268 from nextcloud/backport/37031/master
chore(deps-dev): Bump @nextcloud/webpack-vue-config to `5.5.0`
2023-03-23 08:36:48 +01:00
John Molakvoæ
55ba9601f2
Merge pull request #36532 from nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-8.2.1
bump @nextcloud/eslint-config from 8.0.0 to 8.2.1
2023-03-23 08:34:21 +01:00
John Molakvoæ
91eb42076e
chore(npm): update dist bundles
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-03-23 08:14:19 +01:00
John Molakvoæ
40f18c6359
chore(eslint): replace node/no-unpublished-import by n/no-unpublished-import
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-03-23 08:14:19 +01:00
John Molakvoæ
ad6dcea779
chore(eslint): replace node/no-extraneous-import by n/no-extraneous-import
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-03-23 08:14:19 +01:00
John Molakvoæ
8633f13e0a
chore(eslint): fix missing import extensions
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-03-23 08:14:19 +01:00