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 d85592b5f3
feat: DataDog metrics (#2228)
* wip

* chore: Change event names, add additional events

* fix: Not counting connect events
2021-06-15 19:10:38 -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: Remove export permission for read-only users (#2220) 2021-06-13 14:41:29 -07:00
auth fix: Add Portugese, Brazil to language options (#2164) 2021-06-09 17:42:14 -07:00
commands fix: Cause of sporadic test failures in CI, promise not returned for flushdb 2021-06-13 14:52:24 -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 if non-array passed to users.invite 2021-06-07 20:28:28 -07:00
migrations feat: Nested document sharing (#2075) 2021-05-22 19:34:05 -07:00
models fix: Two restore options when an archived document is deleted (#2194) 2021-06-10 22:52:32 -07:00
onboarding chore: Remove emojis from welcome docs 2020-07-20 19:14:15 -07:00
policies fix: Remove export permission for read-only users (#2220) 2021-06-13 14:41:29 -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 Portugese, Brazil to language options (#2164) 2021-06-09 17:42:14 -07:00
static feat: Return publicly shared document title in SSR HTML (#2191) 2021-06-09 17:41:39 -07:00
test feat: Return publicly shared document title in SSR HTML (#2191) 2021-06-09 17:41:39 -07:00
utils feat: DataDog metrics (#2228) 2021-06-15 19:10:38 -07:00
.babelrc fix: URLSearchParams polyfill via core-js upgrade (#2059) 2021-04-22 18:21:27 -07:00
.jestconfig.json chore: Migrate authentication to new tables (#1929) 2021-03-09 12:22:08 -08: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 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 feat: Use SMTP_SECURE environment variable to force secure parameter of smtp configuration (#2214) 2021-06-12 11:01:48 -07:00
mailer.test.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
main.js feat: DataDog metrics (#2228) 2021-06-15 19:10:38 -07: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