Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Signature Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Electronic Signature Service
Signature Frontend
Commits
2e4729ee
Unverified
Commit
2e4729ee
authored
3 years ago
by
Bekerle, Patrizio
Browse files
Options
Downloads
Patches
Plain Diff
Remove shell-name and shell-subname declaration
parent
c7178f70
No related branches found
No related tags found
No related merge requests found
Pipeline
#44984
passed
3 years ago
Stage: test
Stage: deploy
Stage: e2e
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
app.config.js
+5
-15
5 additions, 15 deletions
app.config.js
assets/dbp-signature.html.ejs
+0
-2
0 additions, 2 deletions
assets/dbp-signature.html.ejs
rollup.config.js
+1
-3
1 addition, 3 deletions
rollup.config.js
vendor/toolkit
+1
-1
1 addition, 1 deletion
vendor/toolkit
with
7 additions
and
21 deletions
app.config.js
+
5
−
15
View file @
2e4729ee
...
...
@@ -14,9 +14,7 @@ export default {
nextcloudAuthInfoDE
:
nextcloudAuthInfoDE
,
nextcloudAuthInfoEN
:
nextcloudAuthInfoEN
,
pdfAsQualifiedlySigningServer
:
'
https://sig-dev.tugraz.at
'
,
hiddenActivities
:
[
'
dbp-signature-verification-full
'
],
siteName
:
'
TU Graz
'
,
siteSubName
:
'
Graz University of Technology
'
hiddenActivities
:
[
'
dbp-signature-verification-full
'
]
},
bs
:
{
basePath
:
'
/dist/
'
,
...
...
@@ -30,9 +28,7 @@ export default {
nextcloudAuthInfoDE
:
nextcloudAuthInfoDE
,
nextcloudAuthInfoEN
:
nextcloudAuthInfoEN
,
pdfAsQualifiedlySigningServer
:
'
https://sig-dev.tugraz.at
'
,
hiddenActivities
:
[],
siteName
:
'
TU Graz
'
,
siteSubName
:
'
Graz University of Technology
'
hiddenActivities
:
[]
},
development
:
{
basePath
:
'
/apps/signature/
'
,
...
...
@@ -46,9 +42,7 @@ export default {
nextcloudAuthInfoDE
:
nextcloudAuthInfoDE
,
nextcloudAuthInfoEN
:
nextcloudAuthInfoEN
,
pdfAsQualifiedlySigningServer
:
'
https://sig-dev.tugraz.at
'
,
hiddenActivities
:
[
'
dbp-signature-verification-full
'
],
siteName
:
'
TU Graz
'
,
siteSubName
:
'
Graz University of Technology
'
hiddenActivities
:
[
'
dbp-signature-verification-full
'
]
},
demo
:
{
basePath
:
'
/apps/signature/
'
,
...
...
@@ -62,9 +56,7 @@ export default {
nextcloudAuthInfoDE
:
nextcloudAuthInfoDE
,
nextcloudAuthInfoEN
:
nextcloudAuthInfoEN
,
pdfAsQualifiedlySigningServer
:
'
https://sig-test.tugraz.at
'
,
hiddenActivities
:
[
'
dbp-signature-verification-full
'
],
siteName
:
'
TU Graz
'
,
siteSubName
:
'
Graz University of Technology
'
hiddenActivities
:
[
'
dbp-signature-verification-full
'
]
},
production
:
{
basePath
:
'
/
'
,
...
...
@@ -78,8 +70,6 @@ export default {
nextcloudAuthInfoDE
:
nextcloudAuthInfoDE
,
nextcloudAuthInfoEN
:
nextcloudAuthInfoEN
,
pdfAsQualifiedlySigningServer
:
'
https://sig.tugraz.at
'
,
hiddenActivities
:
[
'
dbp-signature-verification-full
'
],
siteName
:
'
TU Graz
'
,
siteSubName
:
'
Graz University of Technology
'
hiddenActivities
:
[
'
dbp-signature-verification-full
'
]
},
};
\ No newline at end of file
This diff is collapsed.
Click to expand it.
assets/dbp-signature.html.ejs
+
0
−
2
View file @
2e4729ee
...
...
@@ -106,8 +106,6 @@
build-url='
<
%=
buildInfo.url
%
>
'
build-time='
<
%=
buildInfo.time
%
>
'
env='
<
%=
buildInfo.env
%
>
'
shell-name='
<
%=
siteName
%
>
'
shell-subname='
<
%=
siteSubName
%
>
'
>
<dbp-loading-spinner></dbp-loading-spinner>
<div
slot=
"name"
>
TU Graz
<br
/>
...
...
This diff is collapsed.
Click to expand it.
rollup.config.js
+
1
−
3
View file @
2e4729ee
...
...
@@ -140,9 +140,7 @@ export default (async () => {
CSP
:
config
.
CSP
,
matomoUrl
:
config
.
matomoUrl
,
matomoSiteId
:
config
.
matomoSiteId
,
buildInfo
:
getBuildInfo
(
appEnv
),
siteName
:
config
.
siteName
,
siteSubName
:
config
.
siteSubName
buildInfo
:
getBuildInfo
(
appEnv
)
}
}),
resolve
({
...
...
This diff is collapsed.
Click to expand it.
toolkit
@
a7757816
Compare
f27593b9
...
a7757816
Subproject commit
f27593b98d5d5a5169b168443e07d0a80f4f88bc
Subproject commit
a77578162984153586629bc45b67f8a2371093e6
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment