Ionos dev v33 - #201
Draft
bromiesTM wants to merge 20 commits into
Draft
Conversation
Signed-off-by: Tatjana Kaschperko Lindt <kaschperko-lindt@strato.de>
Signed-off-by: Tatjana Kaschperko Lindt <kaschperko-lindt@strato.de>
…buttons Signed-off-by: Tatjana Kaschperko Lindt <kaschperko-lindt@strato.de>
Signed-off-by: Tatjana Kaschperko Lindt <kaschperko-lindt@strato.de>
@nextcloud/webpack-vue-config 6.0.1 → 6.3.2 (bumped in 8ea7ae2) sets devtool: 'source-map', which conflicts with the explicit SourceMapDevToolPlugin. webpack 5 treats duplicate asset output as an error, breaking the build. Signed-off-by: Kai Henseler <kai.henseler@strato.de>
…plesettings context lets ensure that script addition happens in proper context inspired by https://github.com/IONOS-Productivity/nc-server/blob/e68ddae1e3c1e4532043f07bbc1bd9d1c96aa8a1/apps/files/lib/Controller/ViewController.php#L188 Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de> Co-authored-by: Tatjana Kaschperko Lindt <kaschperko-lindt@strato.de>
Signed-off-by: Tatjana Kaschperko Lindt <kaschperko-lindt@strato.de>
…nit reset for NC32 OC_Util has no $scripts property in NC32 — setting it triggers a PHP 8.2 dynamic-property deprecation that causes --fail-on-risky to mark all 8 tests as errors (2 deprecations each from setUp/tearDown). Replace with proper NC32 reset: drop OC_Util::$scripts and add the missing $scriptsInit from OCP\Util.
Migrate the build system from webpack to Vite and upgrade the application from Vue 2 to Vue 3. Update all dependencies to compatible versions, including @nextcloud packages, TypeScript, and related tooling. Update component syntax to use Vue 3 composition API and template features like v-model:prop and named slots. Replace webpack configuration with vite.config.ts and update build scripts accordingly.
- Reorder vite flags to place `--mode` after `build` - Rename stylelint config from `.js` to `.cjs`
…t linting" This reverts commit 95bf99d.
…nalysis from https://github.com/nextcloud/app_template Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
… of update via https://github.com/nextcloud/app_template Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
via https://github.com/nextcloud/app_template Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
via https://github.com/nextcloud/app_template Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
via https://github.com/nextcloud/app_template Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
…trix.yml via https://github.com/nextcloud/app_template Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
via https://github.com/nextcloud/app_template Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
The data() and mounted() options were indented one tab shallower than their siblings, failing the eslint indent rule in CI. Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
The components imported core/css/variables.scss through relative '..' chains that hardcoded the app's depth inside a server checkout. Standalone checkouts, such as the CI build, have no server tree above them, so sass could not find the stylesheet and the Vite build failed. Resolve the file through a '@nc-core-variables' alias instead. The alias points at the real core stylesheet whenever a server tree is present, and otherwise falls back to a bundled mirror of the single variable this app uses ($breakpoint-mobile), warning when it does so. Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.