summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #34997 from nextcloud/fix/drop-php-7.4Côme Chilliet2023-01-2029-728/+688
|\ | | | | Drop PHP 7.4 on master
| * Bump 3rdparty to master branchCôme Chilliet2023-01-201-0/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Always show the psalm baseline change, even on failureCôme Chilliet2023-01-201-0/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Show failure of SAML login in kerberos workflowCôme Chilliet2023-01-201-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fixing samba test and adding details to kerberos jobCôme Chilliet2023-01-202-1/+3
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix check in integration testsCôme Chilliet2023-01-201-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix Samba test failure details outputCôme Chilliet2023-01-201-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Remove PHP version matrix from kerberos testCôme Chilliet2023-01-201-17/+1
| | | | | | | | | | | | It runs on a docker image on which we cannot control which PHP version runs. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix integrity checkJoas Schilling2023-01-201-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Update test file for mimetypesCôme Chilliet2023-01-201-1/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix gzip mimetype mappingCôme Chilliet2023-01-203-6/+6
| | | | | | | | | | | | PHP now detects it as application/gzip and not application/x-gzip anymore Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Prettify static-code-analysis.ymlCôme Chilliet2023-01-201-1/+9
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Always upload psalm result to githubCôme Chilliet2023-01-201-4/+6
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Merge back the two static analysis workflows togetherCôme Chilliet2023-01-202-83/+28
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Attempt to fix errors in Repair command testsCôme Chilliet2023-01-201-0/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix types in OCS json answer (status code is an int)Côme Chilliet2023-01-203-5/+3
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix crash in OCS when getting info about an applicationCôme Chilliet2023-01-201-8/+11
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Attempt at reducing psalm errorsCôme Chilliet2023-01-204-12/+14
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Improve typing in Entity.phpCôme Chilliet2023-01-201-12/+14
| | | | | | | | | | | | Removing @method in Entity brings even more errors. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix kerberos step nameCôme Chilliet2023-01-201-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Move all drone steps to PHP 8.0Côme Chilliet2023-01-201-87/+77
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * composer update phpCôme Chilliet2023-01-204-484/+503
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Attempt at bumping psalm versionCôme Chilliet2023-01-201-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Remove workarounds specific to 7.4Côme Chilliet2023-01-203-6/+5
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Drop PHP 7.4 support for master (26)Côme Chilliet2023-01-202-4/+5
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #36253 from nextcloud/chore/dav/remove-useless-var-tagChristoph Wurst2023-01-204-6/+0
|\ | | | | chore(dav): Remove useless var tag
| * chore(dav): Remove useless var tagChristoph Wurst2023-01-194-6/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-2062-12/+192
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36162 from nextcloud/fix/php82/string-var-interpolationChristoph Wurst2023-01-191-1/+1
|\ | | | | fix(PHP8.2): Fix deprecated string interpolation syntax
| * fix(PHP8.2): Fix deprecated string interpolation syntaxChristoph Wurst2023-01-191-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #35632 from nextcloud/debt/document-types-search-flagVincent Petry2023-01-192-2/+6
|\ \ | | | | | | docs: document types flag for search options
| * | docs: document types flag for search optionsDaniel Kesselberg2023-01-192-2/+6
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #36123 from nextcloud/user-settings-normalize-uidVincent Petry2023-01-191-3/+8
|\ \ \ | |_|/ |/| | normalize userid in user:setting
| * | normalize userid in user:settingRobin Appelman2023-01-121-3/+8
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #36237 from nextcloud/bugfix/noid/disable-unreliable-testsVincent Petry2023-01-191-398/+398
|\ \ \ | |_|/ |/| | Disable unreliable acceptance tests
| * | Disable unreliable acceptance testsJoas Schilling2023-01-191-398/+398
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #36223 from ↵Vincent Petry2023-01-195-5/+5
|\ \ | | | | | | | | | | | | nextcloud/artonge/fix/allow_interaction_with_encrypted_folders Allow interaction with encrypted folders
| * | Allow interaction with encrypted foldersLouis Chemineau2023-01-185-5/+5
| | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #36203 from nextcloud/enh/a11y-search-menuJohn Molakvoæ2023-01-197-260/+22
|\ \ \ | | | | | | | | Port global search menu to focus trapped NcHeaderMenu
| * | | Port global search menu to focus trapped NcHeaderMenuChristopher Ng2023-01-187-260/+22
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-19242-920/+854
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #36225 from Jachhj-sc/patch-1Simon L2023-01-182-3/+14
|\ \ \ \ | | | | | | | | | | Add check config.php for ffmpeg_path in PreviewManager.php. fix for snap no video preview
| * | | | Update lib/private/PreviewManager.php William2023-01-181-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix lint issue Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: William <william.hak57@gmail.com>
| * | | | Update config/config.sample.php William2023-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add better description Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: William <william.hak57@gmail.com>
| * | | | Merge pull request #1 from Jachhj-sc/patch-2William2023-01-181-1/+8
| |\ \ \ \ | | | | | | | | | | | | add documentation preview_ffmpeg_path
| | * | | | add documentation preview_ffmpeg_pathWilliam2023-01-181-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add preview_ffmpeg_path documentation. document custom path for ffmpeg so it can be used by the previewprovider to create video previews with the snap package of nextcloud. Signed-off-by: William <william.hak57@gmail.com>
| * | | | | Merge branch 'nextcloud:master' into patch-1William2023-01-187-45/+56
| |\| | | |
| * | | | | Update PreviewManager.phpWilliam2023-01-181-3/+8
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | add a check in config.php for a configured movieBinary path. so now it first checks in config.php if preview_ffmpeg_path is configured. Signed-off-by: William <william.hak57@gmail.com>
* | | | | Merge pull request #36211 from nextcloud/enh/catch-recurrence-exceptionAnna2023-01-181-34/+39
|\ \ \ \ \ | | | | | | | | | | | | fix(dav): catch MaxInstancesExceededException for recurring events without end date
| * | | | | fix(dav): catch MaxInstancesExceedeException for recurring events without ↵Anna Larch2023-01-181-34/+39
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | end date Ref https://github.com/nextcloud/calendar/issues/4811 Signed-off-by: Anna Larch <anna@nextcloud.com>