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 9a1c8f07d1
feat: Add documentId filter to events.list (#2287)
2021-07-08 10:12:06 -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 feat: Add documentId filter to events.list (#2287) 2021-07-08 10:12:06 -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: Add ability to permanently delete documents in trash (#2192) 2021-06-25 16:14:40 -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: Server error when user cancels OAuth process with Azure (#2231) 2021-06-16 21:45:20 -07:00
migrations fix: Email auth should allow same guest user on multiple subdomains (#2252) 2021-07-02 12:07:43 -07:00
models fix: Improve isChildDocument performance (#2284) 2021-07-07 04:53:40 -07:00
onboarding chore: Remove emojis from welcome docs 2020-07-20 19:14:15 -07:00
policies fix: Add ability to permanently delete documents in trash (#2192) 2021-06-25 16:14:40 -07:00
presenters fix: Use friendly urls for collections (#2162) 2021-06-09 17:48:48 -07:00
scripts chore: Migrate authentication to new tables (#1929) 2021-03-09 12:22:08 -08:00
services fix: Add ability to permanently delete documents in trash (#2192) 2021-06-25 16:14:40 -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: Aligned images do not load in publicly shared documents (#2248) 2021-06-25 10:09:44 -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 feat: Add optional http logging in production (#2183) 2021-06-05 15:19:54 -07:00
app.test.js feat: Return publicly shared document title in SSR HTML (#2191) 2021-06-09 17:41:39 -07: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 chore: Improve display of configuration errors (#2014) 2021-04-06 19:29:59 -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 fix: Restore previous WSS CORS behavior 2021-07-05 23:01:25 -04:00
redis.js fix: Improve error handling when redis connection is lost 2020-10-20 07:41:17 -07:00
routes.js feat: Return publicly shared document title in SSR HTML (#2191) 2021-06-09 17:41:39 -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 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