nextcloud/build
Robin Appelman 3f9849d921
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (master, 8.4, main, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis (push) Waiting to run
Psalm static code analysis / static-code-analysis-security (push) Waiting to run
Psalm static code analysis / static-code-analysis-ocp (push) Waiting to run
Psalm static code analysis / static-code-analysis-ncu (push) Waiting to run
Merge pull request #57295 from nextcloud/share-mount-validation-on-share
feat: perform share mount validation on share instead of on mount
2026-01-22 13:32:11 +01:00
..
.ci-conf Adding magic file to enable oci on pull request testing on ci.owncloud.org 2015-03-20 15:00:51 +01:00
frontend refactor(encryption): migrate to Vue 3 and Typescript and script setup 2026-01-13 22:49:18 +01:00
frontend-legacy chore(files): add missing component import 2026-01-20 18:32:27 +01:00
integration feat: perform share mount validation on share instead of on mount 2026-01-21 16:35:53 +01:00
psalm ci(psalm): Add a checker against logical operators 2025-11-07 12:07:25 +01:00
stubs feat: implement support for authoritative mount providers 2025-12-10 16:05:27 +01:00
.htaccess chore: Add SPDX header 2024-06-06 22:53:41 +02:00
autoloaderchecker.sh chore: Bump autoloader files for new composer version 2025-12-02 10:32:44 +01:00
build.xml chore: Add SPDX header 2024-05-10 11:07:50 +02:00
ca-bundle-etag.txt fix(security): Update CA certificate bundle 2025-12-03 02:40:57 +00:00
ca-bundle-etag.txt.license chore: Add SPDX header 2024-06-06 22:53:41 +02:00
compile-handlebars-templates.sh chore(files): Remove legacy UI scripts now that everything is migrated to Vue 2024-09-20 13:46:39 +02:00
demi.sh chore: fail when one of the two fronend scripts fail 2025-11-24 14:29:27 +01:00
eslint-baseline-legacy.json chore: baseline what is not auto-fixable in legacy UI 2025-11-25 16:25:54 +01:00
eslint-baseline.json chore: baseline what is not auto-fixable in legacy UI 2025-11-25 16:25:54 +01:00
files-checker.php feat(build): add .nextcloudignore file to match Krankerl behaviour 2026-01-12 09:17:58 +01:00
gen-coverage-badge.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
htaccess-checker.php ci(autochecks): Run some autochecks also on non-PHP files 2025-02-21 12:12:29 +01:00
icons.mjs chore: move icons building from core sources to build helpers 2025-10-22 17:10:28 +02:00
image-optimization.sh chore: Add SPDX header 2024-05-27 14:53:40 +02:00
jsdocs9.tar.bz2 Update integration tests for system tags with groups 2016-05-20 17:56:02 +02:00
jsdocs9.tar.bz2.license chore: Add SPDX header 2024-06-06 22:53:41 +02:00
license.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
merge-font-noto-fix-merging-v20201206-phase3-76b29f8f8f9b.patch Include additional scripts in Noto fonts 2021-03-01 19:15:01 +01:00
merge-font-noto-fix-merging-v20201206-phase3-76b29f8f8f9b.patch.license chore: Add SPDX header 2024-06-06 22:53:41 +02:00
merge-font-noto.sh chore: Add SPDX header 2024-05-27 14:53:40 +02:00
npm-post-build.sh chore: split frontend building into legacy Vue 2 and Vue 3 2025-10-22 17:10:28 +02:00
openapi-checker.sh feat(openapi): Generate merged spec for all apps 2025-03-24 16:38:17 +01:00
phpDocumentor.sh chore: Add SPDX header 2024-05-27 14:53:40 +02:00
psalm-baseline-ocp.xml refactor: migrate from OC to OCP in public interfaces 2025-05-15 16:17:47 +02:00
psalm-baseline-security.xml fix: Fix psalm taint false-positives by small refactorings 2025-02-17 18:08:23 +01:00
psalm-baseline.xml Merge pull request #57295 from nextcloud/share-mount-validation-on-share 2026-01-22 13:32:11 +01:00
psalm-checker.sh chore: adjust copyright year 2025-04-07 14:40:37 +02:00
rector.php refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +01:00
translation-checker.php ci(autochecks): Run some autochecks also on non-PHP files 2025-02-21 12:12:29 +01:00
triple-dot-checker.php ci(autochecks): Run some autochecks also on non-PHP files 2025-02-21 12:12:29 +01:00
update-apps.sh fix(build): Allow update-apps.sh script to work with non-master branches 2024-08-20 15:33:00 +02:00
update.sh chore: Add SPDX header 2024-05-27 14:53:40 +02:00