Skip to content

Conversation

@svenzik
Copy link
Contributor

@svenzik svenzik commented May 26, 2025

  • Add license
  • Initial commit
  • Add macOS installer
  • Add Ubuntu and Windows installer
  • build(deps): use GitHub Packages for authtoken-validation, update Guava and DigiDoc4j
  • feat: add configurable support for DigiDoc4j prod mode, enable OCSP check
  • fix: mock OCSP checks with JMock to make testHappyFlow_LoginUploadPrepareSignDownload() pass
  • ci: use GitLab Package Repository instead of GitHub as GitHub Packages does not allow unauthorized read access
  • deployment: add Fabric deployment script, fix okhttp version
  • refactor: use Caffeine instead of Hazelcast
  • docs,installer: update installer packages to 0.9.4.76, update instructions in index.html, remove obsolete Firefox extension files
  • feat: use AIA OCSP and LT profile during signing, bump authtoken-validation to v1.0.1
  • feat: add a static example text document for testing signing, disable upload (feat: add SubjectCertificatePolicyValidator #2)
  • deps: update code to web-eid-authtoken v1.0.1 API
  • conf: bump org.webeid log level to DEBUG
  • Update README.md
  • Update authtoken-validation to 1.0.2, web-eid package to 9.4.0-rc1, add uninstall instructions
  • Add documentation and developers sections to index.html
  • doc: add contact info to index.html
  • doc: mention Croatian eID support, Ubuntu Software Center
  • doc: mention Ubuntu Software Center during unistall
  • fix(html): make welcome page error box similar to auth page
  • fix(signing): update DigiDoc4j to mitigate LOTL change issue
  • release(html): web-eid-app release downloads 0.9.4-rc1 -> 0.9.4
  • relase(html): web-eid-app release 0.9.4 -> 1.0.0-rc1 with tentative Safari support, add instructions for enabling logging
  • doc: make OS name bold
  • docs(index.html): add command for turning on Safari extension logging
  • doc: HKEY_CURRENT_USER, not HKEY_LOCAL_MACHINE
  • doc: add link to project website
  • release(html): web-eid-app release 1.0.0-rc2
  • conf: forward HTTPS information from reverse proxy to Tomcat so that it can apply security settings
  • feat(config): add SameSite cookie configuration
  • doc: document HTTPS support
  • css: load Bootstrap CSS from resources instead of CDN
  • security: turn on CSRF protection
  • refactor: move settings from application.properties to application.yaml
  • feat(security): assure that authenticated subject matches with signing certificate subject
  • deps(web-eid-authtoken-validation-java): update to v1.1.0, use ZonedDateTime
  • release(html): web-eid release v1.0.0
  • doc(html): Safari support is upcoming
  • doc(html): update macOS uninstallation instructions, log locations and mention .NET versions (feat: make using nonce extension configurable during OCSP requests #10)
  • doc(README): rework documentation and trim configuration
  • fix(doc): fix anchor in README
  • Mentioning all the people involved in making the example application.
  • release(html,deps): Safari first public release v1.0.2, update web-eid-authtoken-validation-java to v1.2.0 and web-eid.js to v1.0.1
  • feat: migrate to authtoken-validation v2, add session-backed challenge nonce store
  • docs: update README with v2 information
  • feat: add Ubuntu installation script
  • add -y to install packages without user prompt
  • docs,tests: update security analysis link, remove unused parameters from tests
  • deps: upgrade Spring Boot and other dependencies
  • Update LICENSE
  • release: Web eID release v2.1.0
  • deps: roll back DigiDoc4j to version 4.3.0
  • docs(index.html): use Web eID in a Java or .NET web application
  • docs(index.html),script: emphazise latest official Open EID packages, mention the Snap problem, re-enable installation in download-install-web-eid.sh
  • docs(index.html): add section how to verify if debugging works as requested by web-eid-app/issues/214
  • deps(web-eid-authtoken-validation): bump authtoken-validation version to v2.1.0
  • refactor,fix: fix logging package name in application.yaml, enable support for ESTEID 2015 test certificates in development profile
  • feat: add support for organization certificates
  • Add bullseye, Linux Mint 21 and kinetic and remove impish support
  • Update Ubuntu package version
  • docs(README): explain how to run the application with prod profile
  • docs(README): add CertificateNotTrustedException to FAQ
  • release: Web eID release v2.2.0, PHP validation library published

mrts and others added 30 commits May 21, 2025 09:57
Signed-off-by: Mart Somermaa <mrts@users.noreply.github.com>
…tions in index.html, remove obsolete Firefox extension files
…dation to v1.0.1

Signed-off-by: Mart Somermaa <mrts@users.noreply.github.com>
… upload (#2)

Signed-off-by: Mart Somermaa <mrts@users.noreply.github.com>
Signed-off-by: Mart Somermaa <mrts@users.noreply.github.com>
Signed-off-by: Mart Somermaa <mrts@users.noreply.github.com>
Updated EU logo

Signed-off-by: Kristjan Vaikla kristjan.vaikla@ria.ee
Signed-off-by: Mart Somermaa <mrts@users.noreply.github.com>
…afari support, add instructions for enabling logging
mrts and others added 26 commits May 21, 2025 09:57
…d mention .NET versions (#10)

Signed-off-by: Mart Somermaa <mrts@users.noreply.github.com>

Co-authored-by: Mart Somermaa <mrts@users.noreply.github.com>
Signed-off-by: Mart Somermaa <mrts@users.noreply.github.com>
…d-authtoken-validation-java to v1.2.0 and web-eid.js to v1.0.1
…e nonce store

WE2-608

Signed-off-by: Mart Somermaa <mrts@users.noreply.github.com>
WE2-610

Signed-off-by: Mart Somermaa <mrts@users.noreply.github.com>
…rom tests

Signed-off-by: Mart Somermaa <mrts@users.noreply.github.com>
Signed-off-by: Mart Somermaa <mrts@users.noreply.github.com>
Signed-off-by: Mart Somermaa <mrts@users.noreply.github.com>
… mention the Snap problem, re-enable installation in download-install-web-eid.sh
…uested by web-eid-app/issues/214

Signed-off-by: Mart Somermaa <mrts@users.noreply.github.com>
…pport for ESTEID 2015 test certificates in development profile

Signed-off-by: Mart Somermaa <mrts@users.noreply.github.com>
@sonarqubecloud
Copy link

@mrts mrts merged commit 960ef69 into main May 26, 2025
8 checks passed
@mrts mrts deleted the WE2-932-with-git-history-split-into-two branch May 26, 2025 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants