Commit 8527f3e
Release 1.0.4: Multiple PRs for NC32 compatibility, frontend modernization, and storage enhancements (#171)
* Frontend Upgrades (#165)
* feat(build): migrate frontend pipeline to vite and pnpm
- replace webpack entrypoints with @nextcloud/vite-config and Vue 3 bootstrap
- switch lockfile and package manager metadata to pnpm with updated dependencies
- move source styles to styles/ and ignore generated /css and /js artifacts
* chore(tooling): replace legacy lint and format configs
- add oxlint and biome configuration files and update VS Code recommendations
- remove old eslint, prettier, stylelint, babel, and phpactor config files
- keep workspace support files aligned with the new formatting baseline
* fix(files-ui): restore dialogs and action compatibility
- load SVG icons as raw markup and harden SvgHelper decoding paths
- update file action compatibility wrappers for modern Nextcloud action signatures
- switch feedback and settings flows to current Nextcloud auth, router, and dialog APIs
* chore(ci): align workflows with pnpm and biome
- run frontend CI checks with pnpm, oxlint, and biome format validation
- switch release workflow node setup to pnpm-based dependency management
- keep php-cs-fixer in check mode instead of auto-committing fixes
* chore(deploy): update build automation for pnpm assets
- migrate Makefile install, build, and lint targets from npm scripts to pnpm
- update packaging excludes for new config files and styles source directory
- refresh staging deploy script to bootstrap pnpm and rebuild generated css/js assets
* chore(deploy): makefile cleanup
* fix(ci): setup pnpm before node cache in lint workflow
- install pnpm before actions/setup-node cache=pnpm to avoid missing executable errors
- rename php lint job to backend-lint for clearer check naming
* chore(ci): cleanup
* fix(ci): align pnpm action version with packageManager
- use pnpm/action-setup version 10.28.2 to match packageManager field
- prevent setup failure from mixed pnpm version declarations in workflows
* feat(frontend): strengthen TypeScript safety and tooling
- remove oxlint and standardize lint/format workflows on Biome with check/fix script pairs
- add vue-tsc type checking and integrate @nextcloud/typings for NC33-oriented global type coverage
- migrate frontend source modules from JavaScript to TypeScript and update Vite entrypoints/config
- update Makefile and CI lint pipeline to run pnpm + biome + typecheck consistently
* feat(ci): stage deployment
* fix(staging): upload latest deploy script via ssh payload (#166)
- replace flaky scp step with base64 payload transfer in the ssh deploy step
- always write latest scripts/stage/deploy.sh to /tmp/deploy.sh before execution
- keep deployment flow explicit: copy script first, then chmod and run
* feat: add confirmation feature to access on gateway (#164)
* feat: add confirmation of access on gateway
* chore: fix code style
* fix(dialogs): handle cancel flows without false action failures
- treat FilePicker close events as user cancels and return safely from move/restore flows
- guard dialog .show() promises so cancel/close does not surface fake error toasts
- apply the same safe-cancel pattern to Move, Export, and Swarm Reference dialogs
* chore(tooling): enforce pre-commit quality checks
- add simple-git-hooks pre-commit hook to run format, lint, and typecheck
- introduce pnpm check script as the unified dry-run gate for local commits
- keep :fix variants available for developers to apply formatting/lint fixes
---------
Co-authored-by: mahiarirani <10583381+mahiarirani@users.noreply.github.com>
* feat: Create API for new storage folder (#168)
* First version, wip
* feat(#1989): create api for new Swarm storage folder.
- add: conforms to OCS OpenAPI standard
- add: add composer packages for OCS extractor
* feat(#1989): create api for new Swarm storage folder.
- reverse previous commit
* feat(#1989): create api for new Swarm storage folder.
- reverse previous commit
* feat(#1989): create api for new Swarm storage folder.
- reverse previous commit
* chore: precommit setup and lint fixes
* feat(#1989): add ConfigurationController for storage creation
- add: new ConfigurationController with create endpoint with redirect to NC URL.
- add: corresponding route in routes.php
* chore(#1989): Run php-cs-fixer on committed files
* refactor: use const for the key on key
* chore: code style
* feat: reuse URL validation
* chore: code style
* feat: error and creation handling
* feat: lint-stage and precommit rules
* fix: lint ci
* chore: apply automated formatting
---------
Co-authored-by: Ron Trevor <ecoron@proton.me>
Co-authored-by: Mahyar Iranibazaz <mahiarirani@pm.me>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: NC 32 compatibilty for external storage folder name detection (#169)
* feat: add host url to curl calls (#170)
* Release 1.0.4: PR #164, #166, #168, #169, #170
---------
Co-authored-by: Mahyar Iranibazaz <mahiarirani@pm.me>
Co-authored-by: mahiarirani <10583381+mahiarirani@users.noreply.github.com>
Co-authored-by: retrevor <75954541+retrevor@users.noreply.github.com>
Co-authored-by: Ron Trevor <ecoron@proton.me>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent 2b0102b commit 8527f3e
64 files changed
Lines changed: 10673 additions & 18430 deletions
File tree
- .github/workflows
- .vscode
- appinfo
- lib
- AppInfo
- Auth
- Backend
- Contract/Enum
- Controller
- Settings
- Storage
- Utils
- scripts/stage
- src
- app
- files
- actions
- pages
- types
- util
- styles
- vendor-bin/sentry
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
13 | | - | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
| |||
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
30 | | - | |
| 34 | + | |
31 | 35 | | |
32 | | - | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
36 | 58 | | |
37 | 59 | | |
38 | | - | |
39 | | - | |
40 | | - | |
| 60 | + | |
| 61 | + | |
41 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 40 | + | |
| 41 | + | |
43 | 42 | | |
44 | | - | |
45 | | - | |
46 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
47 | 46 | | |
48 | | - | |
49 | | - | |
| 47 | + | |
| 48 | + | |
50 | 49 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 50 | + | |
55 | 51 | | |
56 | 52 | | |
57 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
| |||
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
25 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments