Compare commits
	
		
			5 Commits
		
	
	
		
			bugfix/31-
			...
			0.7.2
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 1a3af200dd | |||
| 71f419ffb4 | |||
| b74bea0340 | |||
| b0172c500b | |||
| 75b4dac0fe | 
							
								
								
									
										16
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								CHANGELOG.md
									
									
									
									
									
								
							| @@ -2,8 +2,24 @@ | |||||||
|  |  | ||||||
| All notable changes to this project will be documented in this file. Dates are displayed in UTC. | All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||||||
|  |  | ||||||
|  | #### [0.7.2](https://git.odit.services/lfk/selfservice/compare/0.7.1...0.7.2) | ||||||
|  |  | ||||||
|  | - Document generation hotfix 🐞 [`b74bea0`](https://git.odit.services/lfk/selfservice/commit/b74bea03401c672ae774aaddc6da5beb67e2890e) | ||||||
|  |  | ||||||
|  | #### [0.7.1](https://git.odit.services/lfk/selfservice/compare/0.7.0...0.7.1) | ||||||
|  |  | ||||||
|  | > 13 April 2021 | ||||||
|  |  | ||||||
|  | - Merge pull request 'bugfix/31-env-js-linking-ci' (#41) from bugfix/31-env-js-linking-ci into dev [`#31`](https://git.odit.services/lfk/selfservice/issues/31) | ||||||
|  | - ⏫ dependency bump [`ad13bae`](https://git.odit.services/lfk/selfservice/commit/ad13bae068416bed10d00e6887a05d580a836482) | ||||||
|  | - 🚀Bumped version to v0.7.1 [`b0172c5`](https://git.odit.services/lfk/selfservice/commit/b0172c500b0613209ac44e61023043065b3854b0) | ||||||
|  | - added 'yarn postbuild' script for fixing env.js in dist/index.html [`51d058b`](https://git.odit.services/lfk/selfservice/commit/51d058bf966c3dcb064562e6bf696a748d0cd148) | ||||||
|  |  | ||||||
| #### [0.7.0](https://git.odit.services/lfk/selfservice/compare/0.6.1...0.7.0) | #### [0.7.0](https://git.odit.services/lfk/selfservice/compare/0.6.1...0.7.0) | ||||||
|  |  | ||||||
|  | > 6 April 2021 | ||||||
|  |  | ||||||
|  | - 🚀Bumped version to v0.7.0 [`152e741`](https://git.odit.services/lfk/selfservice/commit/152e74190d13d30110d494a9062f868390ca19b3) | ||||||
| - Merge pull request 'Donation list feature/39-donation_list' (#40) from feature/39-donation_list into dev [`4c83e2e`](https://git.odit.services/lfk/selfservice/commit/4c83e2e738a075354383dca4d500808f761247d2) | - Merge pull request 'Donation list feature/39-donation_list' (#40) from feature/39-donation_list into dev [`4c83e2e`](https://git.odit.services/lfk/selfservice/commit/4c83e2e738a075354383dca4d500808f761247d2) | ||||||
| - Added total to bottom of page [`89820d4`](https://git.odit.services/lfk/selfservice/commit/89820d44501793365248b8e778522cdc188afa70) | - Added total to bottom of page [`89820d4`](https://git.odit.services/lfk/selfservice/commit/89820d44501793365248b8e778522cdc188afa70) | ||||||
| - Sorted translations 🌍 [`cb1b9d3`](https://git.odit.services/lfk/selfservice/commit/cb1b9d330b28f11cceed9691aee4ccee5246d346) | - Sorted translations 🌍 [`cb1b9d3`](https://git.odit.services/lfk/selfservice/commit/cb1b9d330b28f11cceed9691aee4ccee5246d346) | ||||||
|   | |||||||
							
								
								
									
										102
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										102
									
								
								package.json
									
									
									
									
									
								
							| @@ -1,51 +1,51 @@ | |||||||
| { | { | ||||||
| 	"name": "@odit/lfk-selfservice", | 	"name": "@odit/lfk-selfservice", | ||||||
| 	"version": "0.7.0", | 	"version": "0.7.2", | ||||||
| 	"scripts": { | 	"scripts": { | ||||||
| 		"dev": "vite", | 		"dev": "vite", | ||||||
| 		"build": "vite build", | 		"build": "vite build", | ||||||
| 		"release": "release-it --only-version", | 		"release": "release-it --only-version", | ||||||
| 		"postbuild": "node env_fix.js" | 		"postbuild": "node env_fix.js" | ||||||
| 	}, | 	}, | ||||||
| 	"dependencies": { | 	"dependencies": { | ||||||
| 		"marked": "2.0.3", | 		"marked": "2.0.3", | ||||||
| 		"redaxios": "0.4.1", | 		"redaxios": "0.4.1", | ||||||
| 		"toastify-js": "1.10.0", | 		"toastify-js": "1.10.0", | ||||||
| 		"validator": "13.5.2", | 		"validator": "13.5.2", | ||||||
| 		"vue-i18n": "9.1.4", | 		"vue-i18n": "9.1.4", | ||||||
| 		"vue-toastification": "2.0.0-rc.1", | 		"vue-toastification": "2.0.0-rc.1", | ||||||
| 		"vue": "3.0.9", | 		"vue": "3.0.9", | ||||||
| 		"vue-router": "4.0.5" | 		"vue-router": "4.0.5" | ||||||
| 	}, | 	}, | ||||||
| 	"devDependencies": { | 	"devDependencies": { | ||||||
| 		"@tailwindcss/jit": "0.1.18", | 		"@tailwindcss/jit": "0.1.18", | ||||||
| 		"@tailwindcss/aspect-ratio": "0.2.0", | 		"@tailwindcss/aspect-ratio": "0.2.0", | ||||||
| 		"@tailwindcss/forms": "0.3.2", | 		"@tailwindcss/forms": "0.3.2", | ||||||
| 		"@tailwindcss/line-clamp": "0.2.0", | 		"@tailwindcss/line-clamp": "0.2.0", | ||||||
| 		"@tailwindcss/typography": "0.4.0", | 		"@tailwindcss/typography": "0.4.0", | ||||||
| 		"@vitejs/plugin-vue": "1.2.1", | 		"@vitejs/plugin-vue": "1.2.1", | ||||||
| 		"@vue/compiler-sfc": "3.0.11", | 		"@vue/compiler-sfc": "3.0.11", | ||||||
| 		"autoprefixer": "10.2.5", | 		"autoprefixer": "10.2.5", | ||||||
| 		"tailwindcss": "2.1.1", | 		"tailwindcss": "2.1.1", | ||||||
| 		"release-it": "14.6.1", | 		"release-it": "14.6.1", | ||||||
| 		"vite": "2.1.5" | 		"vite": "2.1.5" | ||||||
| 	}, | 	}, | ||||||
| 	"release-it": { | 	"release-it": { | ||||||
| 		"git": { | 		"git": { | ||||||
| 			"commit": true, | 			"commit": true, | ||||||
| 			"requireCleanWorkingDir": false, | 			"requireCleanWorkingDir": false, | ||||||
| 			"commitMessage": "🚀Bumped version to v${version}", | 			"commitMessage": "🚀Bumped version to v${version}", | ||||||
| 			"requireBranch": "dev", | 			"requireBranch": "dev", | ||||||
| 			"push": false, | 			"push": false, | ||||||
| 			"tag": true, | 			"tag": true, | ||||||
| 			"tagName": null, | 			"tagName": null, | ||||||
| 			"tagAnnotation": "v${version}" | 			"tagAnnotation": "v${version}" | ||||||
| 		}, | 		}, | ||||||
| 		"npm": { | 		"npm": { | ||||||
| 			"publish": false | 			"publish": false | ||||||
| 		}, | 		}, | ||||||
| 		"hooks": { | 		"hooks": { | ||||||
| 			"after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md && node order_i18n.js  && git add src/locales" | 			"after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md && node order_i18n.js  && git add src/locales" | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
|   | |||||||
| @@ -5,6 +5,8 @@ const config = { | |||||||
| 	baseurl: '', | 	baseurl: '', | ||||||
| 	// optional, will fallback to /selfservice/ | 	// optional, will fallback to /selfservice/ | ||||||
| 	baseurl_selfservice: '/selfservice/', | 	baseurl_selfservice: '/selfservice/', | ||||||
|  | 	// full url (including fqdn) | ||||||
|  | 	baseurl_documentserver: 'http://localhost:4010/documents', | ||||||
| 	// optional, will fallback to baseurl_selfservice/imprint | 	// optional, will fallback to baseurl_selfservice/imprint | ||||||
| 	url_imprint: '', | 	url_imprint: '', | ||||||
| 	// optional, will fallback to baseurl_selfservice/privacy | 	// optional, will fallback to baseurl_selfservice/privacy | ||||||
|   | |||||||
| @@ -388,7 +388,7 @@ function delete_me() { | |||||||
| function get_certificate() { | function get_certificate() { | ||||||
|   toast("Generation in progress..."); |   toast("Generation in progress..."); | ||||||
|   const browserlocale = ((navigator.languages && navigator.languages[0]) || '').substr(0, 2); |   const browserlocale = ((navigator.languages && navigator.languages[0]) || '').substr(0, 2); | ||||||
|   let url = `${config.baseurl}documents/certificates?locale=${browserlocale}&download=true&key=${config.documentserver_key}`; |   let url = `${config.baseurl_documentserver}certificates?locale=${browserlocale}&download=true&key=${config.documentserver_key}`; | ||||||
|   let postdata = Object.assign({}, state.fullobject); |   let postdata = Object.assign({}, state.fullobject); | ||||||
|   postdata.group = { |   postdata.group = { | ||||||
|     name: postdata.group |     name: postdata.group | ||||||
| @@ -416,7 +416,7 @@ function get_certificate() { | |||||||
|     }) |     }) | ||||||
|     .catch((err) => { |     .catch((err) => { | ||||||
|       console.error(err); |       console.error(err); | ||||||
|       toast.error("An error occured while deleting your profile data"); |       toast.error("An error occured while generating your certificate"); | ||||||
|     }); |     }); | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
		Reference in New Issue
	
	Block a user