Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Tags: getodk/aggregate

Tags

v2.0.5

Toggle v2.0.5's commit message
allow any 2XX status code from an external JSON server (#469)

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump JR to v2.17.0 (#477)

v1.7.4

Toggle v1.7.4's commit message
allow any 2XX status code from an external JSON server (#470)

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #466 from ggalmazor/issue_455_restore_location_hea…

…der_in_HEAD_responses

Issue #455 Restore the Location header in HEAD pre-flight responses

v1.7.3

Toggle v1.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #462 from ggalmazor/issue_461_backport_460

Issue 461 backport 460

v1.7.2

Toggle v1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #444 from ggalmazor/update_appengine_uploader_app_jar

Update AppEngine uploader app jar

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #441 from ggalmazor/issue_440_fix_change_password_…

…url_generation

Issue 440 Fix change password url generation

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert gretty hostname (#437)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #405 from yanokwa/documentation-fixes

Virtualbox 6 fix

v2.0.0-beta.2

Toggle v2.0.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Avoid wrong Location when redirecting to other pages (#393)

- When Aggregate is running behind a proxy, Swing will generate wrong Location URLs (wrong domain, wrong port number, or even removing the port number)
- Also, make the multimode and the change password redirect urls static and absolute to leave no space for Swing messing up stuff (the tradeoff is coupling the multimode login servlet to the actual location of the redirected pages, which is not desirable under normal circumstances)