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 8ee018a759
feat: Web concurrency (#2347)
* feat: Fork multiple processes

* Remove boxen

* comment

* chore: Add support for Heroku DATABASE_CONNECTION_POOL_URL
closes #2306
2021-07-26 15:51:50 -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: Allow searching of previous document titles (#2326) 2021-07-20 10:35:29 -07:00
auth fix: E-mail signin on incorrect subdomain should allow the process to continue instead of error 2021-07-05 19:25:21 -04:00
commands fix: Account for revisions.create event being debounced 2021-07-19 17:02:33 -04: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: Move animations and globals from shared directory (#2344) 2021-07-21 10:34:55 -07:00
middlewares fix: Server error when user cancels OAuth process with Azure (#2231) 2021-06-16 21:45:20 -07:00
migrations fix: Allow searching of previous document titles (#2326) 2021-07-20 10:35:29 -07:00
models fix: Allow searching of previous document titles (#2326) 2021-07-20 10:35:29 -07:00
onboarding chore: Remove emojis from welcome docs 2020-07-20 19:14:15 -07:00
policies fix: Various editor header and metadata fixes (#2361) 2021-07-22 15:17:18 -07:00
presenters fix: Use friendly urls for collections (#2162) 2021-06-09 17:48:48 -07:00
scripts chore: Add revisions.create backfill script (#2330) 2021-07-19 13:32:03 -07:00
services feat: Add revisionCreator command (#2321) 2021-07-15 12:26:43 -07:00
static feat: Return publicly shared document title in SSR HTML (#2191) 2021-06-09 17:41:39 -07:00
test fix: Email auth should allow same guest user on multiple subdomains (#2252) 2021-07-02 12:07:43 -07:00
utils chore: Pass problematic url to error tracking 2021-07-19 16:57:06 -04:00
.babelrc fix: URLSearchParams polyfill via core-js upgrade (#2059) 2021-04-22 18:21:27 -07:00
.jestconfig.json fix: Data loading state not reset when props change to `PaginatedList` (#2254) 2021-06-26 21:49:25 -07:00
app.js chore: Reduce idle CPU usage in development 2021-07-16 09:30:43 -04:00
app.test.js fix: Server error when rendering share for deleted document 2021-07-23 11:25:11 -04:00
env.js fix: Add application/octet-stream as a valid mimetype for docx uploads (#2105) 2021-05-05 18:48:37 -07:00
errors.js feat: Microsoft authentication (#1953) 2021-04-17 13:22:18 -07:00
events.js fix: Add ability to permanently delete documents in trash (#2192) 2021-06-25 16:14:40 -07:00
exporter.js logistics -> exporter, remove cutesy naming of lib 2021-02-22 21:51:01 -08:00
index.js feat: Web concurrency (#2347) 2021-07-26 15:51:50 -07:00
mailer.js fix: Allow for offline development 2021-06-21 21:40:28 -07:00
mailer.test.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
main.js feat: Web concurrency (#2347) 2021-07-26 15:51:50 -07:00
redis.js fix: Improve error handling when redis connection is lost 2020-10-20 07:41:17 -07:00
routes.js fix: Server error when rendering share for deleted document 2021-07-23 11:25:11 -04:00
sequelize.js feat: Web concurrency (#2347) 2021-07-26 15:51:50 -07:00
slack.js fix: Add server-side proxy support via fetch-with-proxy (#2044) 2021-05-12 22:37:32 -07:00
types.js fix: Improve handling of suspended users signing in with email (#2012) 2021-04-08 20:40:04 -07:00