Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/hidrive-next-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
paths:
- '.github/workflows/**'
- 'src/**'
- 'custom-npms/**'
- 'apps/**'
- 'apps/**/appinfo/info.xml'
- 'apps-custom/**'
Expand Down Expand Up @@ -199,7 +198,7 @@ jobs:
run: php -i && php -m

- name: Build Nextcloud
run: make -f IONOS/Makefile build_nextcloud FONTAWESOME_PACKAGE_TOKEN=${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}
run: make -f IONOS/Makefile build_nextcloud

- name: Install dependencies & build simplesettings app
env:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/sbom-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ name: SBOM generation (matrix)
# - Repository secrets:
# * DEPENDENCY_TRACK_API_KEY: API key for Dependency Track instance
# * IONOS_CA: CA certificate for secure communication
# * FONTAWESOME_PACKAGE_TOKEN: Token for FontAwesome packages
# - Repository variables:
# * DEPENDENCY_TRACK_BASE_URL: Base URL of Dependency Track instance
# * DT_OBJECT_*: Project IDs for each component in Dependency Track
Expand Down Expand Up @@ -259,14 +258,7 @@ jobs:
- name: Install NPM dependencies
if: matrix.component.npm_output
working-directory: ${{ matrix.component.path }}
env:
FONTAWESOME_PACKAGE_TOKEN: ${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}
run: |
if [ "${{ matrix.component.name }}" == "nextcloud" ]; then
cd custom-npms/nc-mdi-js && npm ci && cd ../..
cd custom-npms/nc-vue-material-design-icons && npm ci && cd ../..
cd custom-npms/nc-nextcloud-vue && npm ci && cd ../..
fi
npm ci

- name: Generate SBOM (NPM)
Expand Down
12 changes: 0 additions & 12 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@
[submodule "apps-custom/nc_theming"]
path = apps-custom/nc_theming
url = git@github.com:IONOS-Productivity/nc-theming.git
[submodule "custom-npms/nc-vue-material-design-icons"]
path = custom-npms/nc-vue-material-design-icons
url = git@github.com:IONOS-Productivity/nc-vue-material-design-icons.git
[submodule "custom-npms/nc-mdi-svg"]
path = custom-npms/nc-mdi-svg
url = git@github.com:IONOS-Productivity/nc-MaterialDesign-SVG.git
[submodule "custom-npms/nc-mdi-js"]
path = custom-npms/nc-mdi-js
url = git@github.com:IONOS-Productivity/nc-MaterialDesign-JS.git
[submodule "custom-npms/nc-nextcloud-vue"]
path = custom-npms/nc-nextcloud-vue
url = git@github.com:IONOS-Productivity/nc-nextcloud-vue.git
[submodule "apps-custom/nc_ionos_processes"]
path = apps-custom/nc_ionos_processes
url = git@github.com:IONOS-Productivity/nc-ionos-processes.git
Expand Down
2 changes: 1 addition & 1 deletion IONOS
Submodule IONOS updated from 4dfbfa to 6dd9da
2 changes: 1 addition & 1 deletion apps-external/viewer
Submodule viewer updated 2 files
+2,802 −7,428 package-lock.json
+3 −3 package.json
12 changes: 8 additions & 4 deletions apps/files/src/components/FilesListVirtual.vue
Original file line number Diff line number Diff line change
Expand Up @@ -584,11 +584,15 @@ export default defineComponent({
width: var(--icon-preview-size);
height: var(--icon-preview-size);
}
// Slightly decrease the size of the folder icon

// Slightly increase the size of the folder icon
&.folder-icon,
&.folder-open-icon svg {
width: calc(var(--icon-preview-size) - 6px);
height: calc(var(--icon-preview-size) - 6px);
&.folder-open-icon {
margin: -3px;
svg {
width: calc(var(--icon-preview-size) + 6px);
height: calc(var(--icon-preview-size) + 6px);
}
}
}

Expand Down
1 change: 0 additions & 1 deletion custom-npms/nc-mdi-js
Submodule nc-mdi-js deleted from 8d88d0
1 change: 0 additions & 1 deletion custom-npms/nc-mdi-svg
Submodule nc-mdi-svg deleted from f5ce24
1 change: 0 additions & 1 deletion custom-npms/nc-nextcloud-vue
Submodule nc-nextcloud-vue deleted from 19a2ef
1 change: 0 additions & 1 deletion custom-npms/nc-vue-material-design-icons
Submodule nc-vue-material-design-icons deleted from 07748a
Loading
Loading