mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-14 19:29:34 +01:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
45da6dacff | ||
|
|
c4d8192e76 | ||
|
|
dca0cb8a16 | ||
|
|
3abc0d8b38 | ||
|
|
9ea3ead246 | ||
|
|
1de440d71e | ||
|
|
5243f90dd8 | ||
|
|
343c078b7d |
14
.github/workflows/docker_build.yml
vendored
14
.github/workflows/docker_build.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Docker meta
|
name: Docker meta
|
||||||
id: docker_meta
|
id: docker_meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v6
|
||||||
with:
|
with:
|
||||||
# list of Docker images to use as base name for tags
|
# list of Docker images to use as base name for tags
|
||||||
images: |
|
images: |
|
||||||
@@ -66,11 +66,11 @@ jobs:
|
|||||||
|
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v4
|
||||||
-
|
-
|
||||||
name: Login to DockerHub
|
name: Login to DockerHub
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v4
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Build and push by digest
|
name: Build and push by digest
|
||||||
id: build
|
id: build
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: ${{ matrix.platform }}
|
platforms: ${{ matrix.platform }}
|
||||||
@@ -121,12 +121,12 @@ jobs:
|
|||||||
|
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v4
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Docker meta
|
name: Docker meta
|
||||||
id: docker_meta
|
id: docker_meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v6
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
jbtronics/part-db1
|
jbtronics/part-db1
|
||||||
@@ -142,7 +142,7 @@ jobs:
|
|||||||
|
|
||||||
-
|
-
|
||||||
name: Login to DockerHub
|
name: Login to DockerHub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v4
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|||||||
14
.github/workflows/docker_frankenphp.yml
vendored
14
.github/workflows/docker_frankenphp.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Docker meta
|
name: Docker meta
|
||||||
id: docker_meta
|
id: docker_meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v6
|
||||||
with:
|
with:
|
||||||
# list of Docker images to use as base name for tags
|
# list of Docker images to use as base name for tags
|
||||||
images: |
|
images: |
|
||||||
@@ -66,11 +66,11 @@ jobs:
|
|||||||
|
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v4
|
||||||
-
|
-
|
||||||
name: Login to DockerHub
|
name: Login to DockerHub
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v4
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Build and push by digest
|
name: Build and push by digest
|
||||||
id: build
|
id: build
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile-frankenphp
|
file: Dockerfile-frankenphp
|
||||||
@@ -122,12 +122,12 @@ jobs:
|
|||||||
|
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v4
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Docker meta
|
name: Docker meta
|
||||||
id: docker_meta
|
id: docker_meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v6
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
partdborg/part-db
|
partdborg/part-db
|
||||||
@@ -143,7 +143,7 @@ jobs:
|
|||||||
|
|
||||||
-
|
-
|
||||||
name: Login to DockerHub
|
name: Login to DockerHub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v4
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|||||||
18
composer.lock
generated
18
composer.lock
generated
@@ -17510,16 +17510,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "web-auth/webauthn-lib",
|
"name": "web-auth/webauthn-lib",
|
||||||
"version": "5.2.3",
|
"version": "5.2.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/web-auth/webauthn-lib.git",
|
"url": "https://github.com/web-auth/webauthn-lib.git",
|
||||||
"reference": "8782f575032fedc36e2eb27c39c736054e2b6867"
|
"reference": "c346c9812d4d4a641f5ff26cd5fa4d0bf2035eeb"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/8782f575032fedc36e2eb27c39c736054e2b6867",
|
"url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/c346c9812d4d4a641f5ff26cd5fa4d0bf2035eeb",
|
||||||
"reference": "8782f575032fedc36e2eb27c39c736054e2b6867",
|
"reference": "c346c9812d4d4a641f5ff26cd5fa4d0bf2035eeb",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -17580,7 +17580,7 @@
|
|||||||
"webauthn"
|
"webauthn"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/web-auth/webauthn-lib/tree/5.2.3"
|
"source": "https://github.com/web-auth/webauthn-lib/tree/5.2.4"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -17592,11 +17592,11 @@
|
|||||||
"type": "patreon"
|
"type": "patreon"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-12-20T10:54:02+00:00"
|
"time": "2026-03-08T17:01:15+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "web-auth/webauthn-symfony-bundle",
|
"name": "web-auth/webauthn-symfony-bundle",
|
||||||
"version": "5.2.3",
|
"version": "5.2.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/web-auth/webauthn-symfony-bundle.git",
|
"url": "https://github.com/web-auth/webauthn-symfony-bundle.git",
|
||||||
@@ -17662,7 +17662,7 @@
|
|||||||
"webauthn"
|
"webauthn"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/web-auth/webauthn-symfony-bundle/tree/5.2.3"
|
"source": "https://github.com/web-auth/webauthn-symfony-bundle/tree/5.2.4"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -21701,5 +21701,5 @@
|
|||||||
"platform-overrides": {
|
"platform-overrides": {
|
||||||
"php": "8.2.0"
|
"php": "8.2.0"
|
||||||
},
|
},
|
||||||
"plugin-api-version": "2.6.0"
|
"plugin-api-version": "2.9.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Generated on Tue Mar 3 14:26:21 UTC 2026
|
# Generated on Mon Mar 9 04:23:25 UTC 2026
|
||||||
# This file contains all footprints available in the offical KiCAD library
|
# This file contains all footprints available in the offical KiCAD library
|
||||||
Audio_Module:Reverb_BTDR-1H
|
Audio_Module:Reverb_BTDR-1H
|
||||||
Audio_Module:Reverb_BTDR-1V
|
Audio_Module:Reverb_BTDR-1V
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Generated on Tue Mar 3 14:27:05 UTC 2026
|
# Generated on Mon Mar 9 04:24:12 UTC 2026
|
||||||
# This file contains all symbols available in the offical KiCAD library
|
# This file contains all symbols available in the offical KiCAD library
|
||||||
4xxx:14528
|
4xxx:14528
|
||||||
4xxx:14529
|
4xxx:14529
|
||||||
@@ -22324,6 +22324,7 @@ Transistor_FET:PSMN5R2-60YL
|
|||||||
Transistor_FET:QM6006D
|
Transistor_FET:QM6006D
|
||||||
Transistor_FET:QM6015D
|
Transistor_FET:QM6015D
|
||||||
Transistor_FET:Q_Dual_NMOS_G1S2G2D2S1D1
|
Transistor_FET:Q_Dual_NMOS_G1S2G2D2S1D1
|
||||||
|
Transistor_FET:Q_Dual_NMOS_PMOS_G1S2G2D2S1D1
|
||||||
Transistor_FET:Q_Dual_NMOS_S1G1D2S2G2D1
|
Transistor_FET:Q_Dual_NMOS_S1G1D2S2G2D1
|
||||||
Transistor_FET:Q_Dual_NMOS_S1G1S2G2D2D1
|
Transistor_FET:Q_Dual_NMOS_S1G1S2G2D2D1
|
||||||
Transistor_FET:Q_Dual_NMOS_S1G1S2G2D2D2D1D1
|
Transistor_FET:Q_Dual_NMOS_S1G1S2G2D2D2D1D1
|
||||||
|
|||||||
@@ -40,11 +40,9 @@
|
|||||||
<div class="tab-pane" id="eda">
|
<div class="tab-pane" id="eda">
|
||||||
{{ form_row(form.eda_info.reference_prefix) }}
|
{{ form_row(form.eda_info.reference_prefix) }}
|
||||||
|
|
||||||
<div class="row">
|
|
||||||
<div class="{{ col_input }} {{ offset_label }}">
|
{{ form_row(form.eda_info.visibility) }}
|
||||||
{{ form_row(form.eda_info.visibility) }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row mb-2">
|
<div class="row mb-2">
|
||||||
<div class="{{ col_input }} {{ offset_label }}">
|
<div class="{{ col_input }} {{ offset_label }}">
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
{% if saml_enabled %}
|
{% if saml_enabled %}
|
||||||
<div class="{{ offset_label }} {{ col_input }}">
|
<div class="{{ offset_label }} {{ col_input }}">
|
||||||
<a class="btn btn-secondary" href="{{ path('saml_login') }}"><i class="fa-solid fa-house-user"></i> {% trans %}login.sso_saml_login{% endtrans %}</a>
|
<a class="btn btn-secondary" href="{{ path('saml_login') }}" data-turbo="false"><i class="fa-solid fa-house-user"></i> {% trans %}login.sso_saml_login{% endtrans %}</a>
|
||||||
|
|
||||||
<p class="text-muted">{% trans %}login.local_login_hint{% endtrans %}</p>
|
<p class="text-muted">{% trans %}login.local_login_hint{% endtrans %}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user