Releases: openstax/accounts
Releases · openstax/accounts
Main before revert
old-main Updated FinePrint to fix timeout in FinePrint admin screen
Assignable Initial Release
Merge pull request #1154 from openstax/contracts Contracts signing for Assignable
Assignable sign contracts in iframe
Allow contracts to be signed in iframe (disable CSRF protection)
Assignable sign contracts
v12.2.3 Added tests for the terms controller and fixed some mistakes
Assignable find users by external ID returning SSO token
Merge pull request #1153 from openstax/more-external-id Added new API to find user by external_id
Assignable allow apps to search users by external_id
Assignable allow apps to search users by external_id
Production + Dependabot + Assignable v0
This contains the last production release, plus Dependabot and some assignable PRs
v14.0.1-alpha
What's Changed
- Log to STDOUT on servers by @Dantemss in #1094
- Minimal changes to combine newflow and old flow by @Dantemss in #1098
- Remove newflow social by @mwvolo in #1099
- Only query books with locale=en by @RoyEJohnson in #1095
- Assets/views refactor by @Dantemss in #1104
- Refactor controllers by @Dantemss in #1106
- Create users with an external_id and return access_tokens by @Dantemss in #1109
- Doorkeeper SSO by @Dantemss in #1111
- Bump tzinfo from 1.2.9 to 1.2.10 by @dependabot in #1103
- Bump rails-html-sanitizer from 1.4.2 to 1.4.3 by @dependabot in #1092
- Bump diffy from 3.4.0 to 3.4.2 by @dependabot in #1088
- Fix SsoCookie so it doesn't error and block asset precompilation when secrets are not set by @Dantemss in #1113
- upgrade omniauth-identity and bcrypt by @mwvolo in #1112
- removing unused code and specs by @mwvolo in #1116
- Fetch books from salesforce by @mwvolo in #1115
- Fix spacing and color issues by @RoyEJohnson in #1120
- Fix book selector by @mwvolo in #1119
Full Changelog: v13.6.3...v14.0.1-alpha
13Apr22 Release
redirect sheer id with params (#1061) * redirect sheer id with params * add 'i' back to sheerid_webhook * fix redirect back logic * only change to pending if in incomplete state (in case sheer id did respond before they finished) * keep sending the verification mismatches to sentry * add more logging to sheerid webhook * move sf account sync to cron Co-authored-by: Roy Johnson <[email protected]>