Skip to content
Snippets Groups Projects
Commit d4f85996 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Change default branch from master to main

parent b2b2ede1
No related branches found
No related tags found
No related merge requests found
Pipeline #212774 failed
...@@ -34,7 +34,7 @@ publish: ...@@ -34,7 +34,7 @@ publish:
stage: deploy stage: deploy
only: only:
refs: refs:
- master - main
script: script:
# https://www.npmjs.com/settings/dbp-deploy/tokens # https://www.npmjs.com/settings/dbp-deploy/tokens
# NPM_TOKEN needs to be a "Publish" token with 2FA disabled! # NPM_TOKEN needs to be a "Publish" token with 2FA disabled!
...@@ -50,7 +50,7 @@ deploy: ...@@ -50,7 +50,7 @@ deploy:
- schedules - schedules
only: only:
refs: refs:
- master - main
- demo - demo
- production - production
inherit: inherit:
......
...@@ -131,6 +131,6 @@ For frontend design customizations, such as logo, colors, font, favicon, and mor ...@@ -131,6 +131,6 @@ For frontend design customizations, such as logo, colors, font, favicon, and mor
## "dbp-signature" slots ## "dbp-signature" slots
These are common slots for the app-shell. You can find the documentation of these slots in the [app-shell documentation](https://gitlab.tugraz.at/dbp/web-components/toolkit/-/tree/master/packages/app-shell). These are common slots for the app-shell. You can find the documentation of these slots in the [app-shell documentation](https://gitlab.tugraz.at/dbp/web-components/toolkit/-/tree/main/packages/app-shell).
For the app specific slots take a look at the [esign activities documentation](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/master/src). For the app specific slots take a look at the [esign activities documentation](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/main/src).
...@@ -4,7 +4,7 @@ Here you can find the individual activities of the `esign` app. If you want to u ...@@ -4,7 +4,7 @@ Here you can find the individual activities of the `esign` app. If you want to u
## Usage of an activity ## Usage of an activity
You can use every activity alone. Take a look at our examples [here](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/master/examples). You can use every activity alone. Take a look at our examples [here](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/main/examples).
## Activities ## Activities
...@@ -18,7 +18,7 @@ These attributes are available for all activities listed here: ...@@ -18,7 +18,7 @@ These attributes are available for all activities listed here:
### dbp-qualified-signature-pdf-upload ### dbp-qualified-signature-pdf-upload
You can use this activity to qualifiedly sign PDF documents like this: You can use this activity to qualifiedly sign PDF documents like this:
[dbp-qualified-signature-pdf-upload/index.html](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/master/examples/dbp-qualified-signature-pdf-upload/index.html) [dbp-qualified-signature-pdf-upload/index.html](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/main/examples/dbp-qualified-signature-pdf-upload/index.html)
Note that you will need a Keycloak server along with a client id for the domain you are running this html on. Note that you will need a Keycloak server along with a client id for the domain you are running this html on.
...@@ -51,7 +51,7 @@ Note that you will need a Keycloak server along with a client id for the domain ...@@ -51,7 +51,7 @@ Note that you will need a Keycloak server along with a client id for the domain
### dbp-official-signature-pdf-upload ### dbp-official-signature-pdf-upload
You can use this activity to officially sign PDF documents like this: You can use this activity to officially sign PDF documents like this:
[dbp-official-signature-pdf-upload/index.html](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/master/examples/dbp-official-signature-pdf-upload/index.html) [dbp-official-signature-pdf-upload/index.html](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/main/examples/dbp-official-signature-pdf-upload/index.html)
Note that you will need a Keycloak server along with a client id for the domain you are running this html on. Note that you will need a Keycloak server along with a client id for the domain you are running this html on.
...@@ -72,7 +72,7 @@ Note that you will need a Keycloak server along with a client id for the domain ...@@ -72,7 +72,7 @@ Note that you will need a Keycloak server along with a client id for the domain
### dbp-signature-verification ### dbp-signature-verification
This activity shows an information page where to verify signed documents, you can use it like this: This activity shows an information page where to verify signed documents, you can use it like this:
[dbp-signature-verification/index.html](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/master/examples/dbp-signature-verification/index.html) [dbp-signature-verification/index.html](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/main/examples/dbp-signature-verification/index.html)
#### Attributes #### Attributes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment