-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from agoravoting/release-3-4
Release 3 4
- Loading branch information
Showing
48 changed files
with
1,804 additions
and
1,079 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* in this same file, which you might want to edit and tune if needed. | ||
*/ | ||
|
||
var AV_CONFIG_VERSION = '3.3.0'; | ||
var AV_CONFIG_VERSION = '3.4.0'; | ||
|
||
var avConfigData = { | ||
// the base url path for ajax requests, for example for sending ballots or | ||
|
@@ -30,10 +30,10 @@ var avConfigData = { | |
theme: "default", | ||
baseUrl: "https://agora/elections/api/", | ||
freeAuthId: 1, | ||
|
||
// Webpage title | ||
webTitle: "Agora Voting", | ||
|
||
// Show 'Success Action' tab in admin agora_gui | ||
showSuccessAction: false, | ||
|
||
|
@@ -49,6 +49,15 @@ var avConfigData = { | |
authorities: ['local-auth2'], | ||
director: "local-auth1", | ||
|
||
// For admins: | ||
// Allow editing the json description of the election before creating it | ||
// Allowed values: true|false | ||
allowEditElectionJson: true, | ||
|
||
// show the documentation links after successfully casting a vote | ||
// allowed values: true| false | ||
showDocOnVoteCast: false, | ||
|
||
resourceUrlWhitelist: [ | ||
// Allow same origin resource loads. | ||
'self', | ||
|
@@ -135,7 +144,7 @@ var avConfigData = { | |
sales: "[email protected]", | ||
tlf: "-no tlf-" | ||
}, | ||
|
||
// social networks footer links | ||
social: { | ||
facebook: "https://www.facebook.com/AgoraVoting", | ||
|
@@ -145,7 +154,7 @@ var avConfigData = { | |
youtube: "https://www.youtube.com/results?search_query=Agora+Voting", | ||
github: "https://github.com/agoravoting/" | ||
}, | ||
|
||
// technology footer links | ||
technology: { | ||
aboutus: "https://agoravoting.com/#aboutus", | ||
|
@@ -154,7 +163,7 @@ var avConfigData = { | |
solutions: "https://agoravoting.com/solutions/", | ||
admin_manual: "https://bit.ly/avguiadeuso" | ||
}, | ||
|
||
// legality footer links | ||
legal: { | ||
terms_of_service: "https://agoravoting.com/tos/", | ||
|
@@ -163,16 +172,16 @@ var avConfigData = { | |
security_contact: "https://agoravoting.com/security_contact/", | ||
community_website: "https://agoravoting.org" | ||
}, | ||
|
||
documentation: { | ||
faq: 'https://nvotes.com/doc/en/', | ||
overview: 'https://agoravoting.com/overview/', | ||
technical: 'https://agoravoting.com/static/generic_tech_overview_20_08_15.pdf', | ||
security_contact: "https://agoravoting.com/security_contact/" | ||
}, | ||
|
||
documentation_html_include: '', | ||
|
||
legal_html_include: '', | ||
|
||
// Details pertaining to the organization that runs the software | ||
|
@@ -184,7 +193,7 @@ var avConfigData = { | |
// URL that the logo links to | ||
orgUrl: 'https://agoravoting.com' | ||
}, | ||
|
||
verifier: { | ||
link: "", | ||
hash: "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.