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 28d32af613
perf: Remove unused database indexes according to a month of data in production (#2395)
2021-08-03 20:51:12 -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: Policies missing on documents.viewed endpoint 2021-08-03 20:02:11 -07:00
auth feat: Default to "recently viewed" (#2390) 2021-07-30 07:16:03 -07:00
commands fix: Failure case during account provision that can result in no welcome collection 2021-07-26 13:46:55 -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 perf: Remove unused database indexes according to a month of data in production (#2395) 2021-08-03 20:51:12 -07:00
models fix: Formatting of welcome docs :rolleyes: 2021-08-01 13:03:21 -07:00
onboarding fix: Formatting of welcome docs :rolleyes: 2021-08-01 13:03:21 -07:00
policies fix: Various editor header and metadata fixes (#2361) 2021-07-22 15:17:18 -07:00
presenters fix: Show tasks completion on document list items (#2342) 2021-07-27 11:31:27 +05:30
scripts test 2021-07-27 21:30:00 -04: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 fix: Error uploading fallback avatar when name contains characters that need to be escaped (#2387) 2021-07-28 11:45:47 -07: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