This repository has been archived by the owner on Jul 24, 2021. It is now read-only.
v3.0.1
Pre-release
Pre-release
Release v3.0.1
PR #1025 - better logging
- Branch: ether/v3.0.1-better-logging
- Revision: 7052e68
- Labels:
People
-
Author: karenetheridge
-
Merged By: karenetheridge
-
Merged: 2020-09-24T19:47:16Z
Commits
- 5a7d5e -
log password changes and auth failures even on production
- 2b4f10 -
also log exceptions to $logdir/exception.log
- a40524 -
implement an access log
- fc3fbf -
fix: properly log original remote IP as well as proxy IP
PR #1026 - force new user to change password after first login
- Branch: ether/v3.0.1-new-user-change-password
- Revision: 313d092
- Labels:
closes #975.
People
-
Author: karenetheridge
-
Merged By: karenetheridge
-
Merged: 2020-09-24T19:58:48Z
Commits
- 14d18d -
force new user to change password after first login
PR #1027 - misc improvements
- Branch: ether/v3.0.1-misc-improvements
- Revision: 07f9e69
- Labels: bug, build, high priority, low priority
- fix: no tokens were being expired because search parameters no longer matched
- add occasionally-useful script for resetting passwordsadd this script for resetting passwords which is occasionally useful
- avoid "Wide character in ..." warnings everywhere, e.g. in commands
- documentation updates
- fix: also redirect /hardware_product/sku=foo/specification URLs
- minimum postgres version is now 10.14
People
-
Author: karenetheridge
-
Merged By: karenetheridge
-
Merged: 2020-09-24T21:30:06Z
Commits
- 1e02a7 -
fix: no tokens were being expired because search parameters no longer matched
- d87bc2 -
add this script for resetting passwords which is occasionally useful
- e5b0c6 -
avoid "Wide character in ..." warnings everywhere
- 091833 -
allow for (currently non-existent) query parameters in /logout route
- a7450d -
documentation updates
- c08a6e -
fix: also redirect /hardware_product/sku=foo/specification URLs
- 7a396e -
conch-v3-staging and conch-v3-prod are now running postgres 10.14
- 489f7e -
include the exception in the response in all cases