This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/server
Tom Moor 190f0b6dc5
fix: Improve handling of suspended users signing in with email (#2012)
* chore: Separate signin/auth middleware
fix: Email signin token parsed by JWT middleware
fix: Email signin marked as active when logging in as suspended
fix: Suspended email signin correctly redirected to login screen
closes #1740

* refactor middleware -> lib

* lint
2021-04-08 20:40:04 -07:00
..
__mocks__ Websocket Support (#937) 2019-04-17 19:11:23 -07:00
__snapshots__ chore: Remove Spectrum references (#1366) 2020-07-18 17:19:13 -07:00
api fix: Unneeded object keys in API response 2021-04-03 17:18:26 -07:00
auth fix: Improve handling of suspended users signing in with email (#2012) 2021-04-08 20:40:04 -07:00
commands feat: Add read-only collections (#1991) 2021-03-30 21:02:08 -07:00
config fix: Unable to run migrations in latest image. Added option to run non-SSL migration in production 2020-09-27 10:32:08 -07:00
emails feat: Add CDN support (#1817) 2021-01-16 11:12:10 -08:00
middlewares fix: Improve handling of suspended users signing in with email (#2012) 2021-04-08 20:40:04 -07:00
migrations feat: Add read-only collections (#1991) 2021-03-30 21:02:08 -07:00
models fix: User afterCreate hook using deprecated column 2021-04-03 18:37:39 -07:00
onboarding chore: Remove emojis from welcome docs 2020-07-20 19:14:15 -07:00
policies feat: Add read-only collections (#1991) 2021-03-30 21:02:08 -07:00
presenters feat: Add read-only collections (#1991) 2021-03-30 21:02:08 -07:00
scripts chore: Migrate authentication to new tables (#1929) 2021-03-09 12:22:08 -08:00
services feat: Add read-only collections (#1991) 2021-03-30 21:02:08 -07:00
static feat: use flexbox to center the floating title (#1959) 2021-03-15 19:24:14 -07:00
test feat: Add read-only collections (#1991) 2021-03-30 21:02:08 -07:00
utils fix: Improve handling of suspended users signing in with email (#2012) 2021-04-08 20:40:04 -07:00
.babelrc fix: 'bake' release env variables at build time 2021-02-12 17:18:55 -08:00
.jestconfig.json chore: Migrate authentication to new tables (#1929) 2021-03-09 12:22:08 -08:00
app.js chore: Update Sentry to avoid duplicate packages 2021-02-12 16:39:02 -08:00
env.js chore: Update Sentry to avoid duplicate packages 2021-02-12 16:39:02 -08:00
errors.js feat: Enforce single team when self-hosted (#1954) 2021-03-18 21:56:24 -07:00
events.js feat: Allow sorting collections in sidebar (#1870) 2021-03-18 17:27:33 -07:00
exporter.js logistics -> exporter, remove cutesy naming of lib 2021-02-22 21:51:01 -08:00
index.js chore: Improve display of configuration errors (#2014) 2021-04-06 19:29:59 -07:00
mailer.js chore: Test performance and warnings (#1946) 2021-03-10 12:04:42 -08:00
mailer.test.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
main.js chore: Bump ioredis for fixes 2021-03-22 18:41:54 -07:00
redis.js fix: Improve error handling when redis connection is lost 2020-10-20 07:41:17 -07:00
routes.js feat: Installable PWA (#1882) 2021-02-15 15:19:51 -08:00
sequelize.js fix: Allow disabling SSL for Postgres connection with standard PGSSLMODE env 2020-09-04 12:51:48 -07:00
slack.js chore: Upgrade Babel, Jest, Eslint (#1437) 2020-08-08 22:53:59 -07:00
types.js fix: Improve handling of suspended users signing in with email (#2012) 2021-04-08 20:40:04 -07:00