aggregate
aggregate copied to clipboard
ODK Aggregate is a Java server that stores, analyzes, and presents survey data collected using ODK Collect. Contribute and make the world a better place! ✨🗄✨
#### Software and hardware versions OS: Ubuntu 18.04.5 LTS Java version: 11.0.10 Tomcat version: 9.0.44 PostgreSQL version: 10.16 MySQL version: 5.7.33 Git LFS version: 2.13.2 Docker version: 20.10.5 Docker Compose...
I wanted to prevent users from getting the sessionID and using them on non logged in browsers. I have added the following ```java req.getSession(false).setMaxInactiveInterval(1); // To prevent session hijacking. ```...
#### Software and hardware versions macOS Docker Compose, Aggregate v2.0.5 [Self built WAR] behind NGINX reverse proxy #### Problem description Trying to make cookies secure by ```proxy_cookie_path / "/; HTTPOnly;...
Right after installing a 2.0.5 instance, when the server has no internet connection, it is impossible to login. Meanwhile, the log is spammed with stack traces: ``` 16-Mar-2020 15:53:19.060 WARNING...
#### Software and hardware versions Ubuntu 16 #### Problem description Publishing to Google Sheet is broken Data wont publish to google sheet. #### Steps to reproduce the problem Create Key...
The cloud-config aggregate-cli command puts aggregate-cli.log at /, when it should put it at /root/aggregate-cli.log. I believe this is because the log is written to whichever location the command is...
https://github.com/opendatakit/aggregate/blob/1923f8f366cc2754f271c625404ac01c6846287a/src/main/java/org/opendatakit/aggregate/constants/ErrorConsts.java#L28 sends users to file a GitHub issue but they should go to the forum instead.
#### Software and hardware versions Windows7, Aggregate v1.4.9, #### Problem description I am unable to use the ODK aggregate site without this error message below: "Error: Encountered an unknown problem...
This is a follow-up issue to @brettneese's recent work. We can use this issue's description as a backlog of things we agree on doing. Ready-ish: - [ ] Add a...
#### Software and hardware versions Aggregate v2.0 and 1.7, Java vx.x.x, ... #### Problem description Aggregate is recognizing submissions of form with default image described as incompleted. #### Steps to...