May 19, 2026
25 changes across 6 repo s
New
- Filings browse view now hides ownership filings by default — #453 When browsing filings without an explicit category filter, only Financial, News, and Proxy filings are shown. Ownership filings (Forms 3, 4, 5), which made up a large share of results, are now suppressed unless you explicitly filter for them.
Improvements
- Reset password flow shows specific error messages and works better with password managers — #646 Errors from the server (such as “incorrect password”) are now surfaced directly on the reset password form instead of showing a generic failure message. Password manager apps will also correctly identify which account to update rather than prompting to save a new entry.
- Watchlist company counts are now consistent across list and detail views — #457 The company count shown when browsing your watchlists now matches the count shown inside each watchlist, filtering to only companies with active equities.
- Integration module nav updates immediately after enabling or disabling — #271, #273 Previously, toggling an integration module in org settings required a page refresh before the sidebar navigation updated. The nav now reflects the change right away.
Fixes
- Chat voting no longer returns an error when two requests are submitted at the same time — #450 A race condition could cause a 500 error when a vote was submitted more than once simultaneously for the same message. This is now handled gracefully.
- Bulk user onboarding no longer fails when a user already has a role assigned — #452 During bulk onboarding, users who already held one of the roles being assigned would cause downstream steps (such as team assignment) to fail and be misreported as errors. These cases are now handled cleanly and the batch continues.
- User first and last names now populate correctly on SSO login — #449 Names are now read from the correct identity provider claims, with a fallback for providers that supply a combined name field.
- Save button in content-provider settings no longer shows overlapping labels — #277, #273 A CSS class issue caused both “Save Changes” and “Saving…” text to be visible at the same time. The button now correctly shows only one label at a time.