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 1b6a986986
chore: Refactor authentication pass between subdomains (#1619)
* fix: Use get request instead of cookie to transfer token between domains

* Add domain to database
Add redirects to team domain when present

* 30s -> 1m

* fix: Avoid redirect loop if subdomain and domain set

* fix: Create a transfer specific token to prevent replay requests

* refactor: Move isCustomDomain out of shared as it won't work on the client
2020-11-04 19:54:04 -08: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 chore: Refactor authentication pass between subdomains (#1619) 2020-11-04 19:54:04 -08:00
auth chore: Refactor authentication pass between subdomains (#1619) 2020-11-04 19:54:04 -08:00
commands feat: Add support for "word" files exported from Confluence (#1600) 2020-10-21 08:53:59 -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 chore: Upgrade Babel, Jest, Eslint (#1437) 2020-08-08 22:53:59 -07:00
middlewares chore: Refactor authentication pass between subdomains (#1619) 2020-11-04 19:54:04 -08:00
migrations chore: Refactor authentication pass between subdomains (#1619) 2020-11-04 19:54:04 -08:00
models chore: Refactor authentication pass between subdomains (#1619) 2020-11-04 19:54:04 -08:00
onboarding chore: Remove emojis from welcome docs 2020-07-20 19:14:15 -07:00
policies fix: Disallow creating nested document within document in trash 2020-08-31 20:32:08 -07:00
presenters chore: Refactor authentication pass between subdomains (#1619) 2020-11-04 19:54:04 -08:00
services chore: Refactor backlinks and revisions (#1611) 2020-11-01 10:26:39 -08:00
static fix: Guard usage of localStorage 2020-09-21 19:43:51 -07:00
test feat: Add support for "word" files exported from Confluence (#1600) 2020-10-21 08:53:59 -07:00
utils chore: Refactor authentication pass between subdomains (#1619) 2020-11-04 19:54:04 -08:00
.babelrc chore: Specify babelrc for server specifically (#1585) 2020-09-30 20:02:33 -07:00
.jestconfig.json feat: Upgrade editor (#1227) 2020-05-19 20:39:34 -07:00
app.js lint 2020-10-19 07:48:51 -07:00
env.js chore: Remove WEBSOCKETS_ENABLED flag (#1383) 2020-07-22 22:44:24 -07:00
errors.js feat: Add support for "word" files exported from Confluence (#1600) 2020-10-21 08:53:59 -07:00
events.js chore: Refactor backlinks and revisions (#1611) 2020-11-01 10:26:39 -08:00
index.js refactor: Remove babel/register for instant production server startup (#1481) 2020-09-13 10:46:33 -07:00
logistics.js chore: Upgrade Babel, Jest, Eslint (#1437) 2020-08-08 22:53:59 -07:00
mailer.js chore: Upgrade Babel, Jest, Eslint (#1437) 2020-08-08 22:53:59 -07:00
mailer.test.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
main.js fix: Improve error handling when redis connection is lost 2020-10-20 07:41:17 -07:00
redis.js fix: Improve error handling when redis connection is lost 2020-10-20 07:41:17 -07:00
routes.js feat: Allow embedding /share/ routes in iframes 2020-09-23 19:26:18 -07: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 feat: Add ctx.state.authType for tracking (#1567) 2020-09-21 22:02:37 -07:00