Commit Graph

3402 Commits

Author SHA1 Message Date
b1a1d24f9c fix: Unknown Slack users should be able to search team accessible docs (#1049)
* fix: Unknown Slack users should be able to search team accessible docs

* test: fix flaky test

* test: remove obsolete snapshot

* lint

* flow

* fix: Spelling mistake
2019-09-22 11:52:15 -07:00
d46530a4a0 Merge branch 'rylxes-master' 2019-09-21 13:27:18 -07:00
3f7d4f7873 fix: tweak wording 2019-09-21 13:27:00 -07:00
b20d41a047 test: Update snapshots 2019-09-21 13:26:28 -07:00
1797a0e90c Merge branch 'master' of https://github.com/rylxes/outline into rylxes-master 2019-09-21 13:11:31 -07:00
dd5e30f414 fix: Account for missing localStorage (browser security settings?) 2019-09-21 12:42:28 -07:00
690299ac6b Redirect unknown integration to integrations home, rather than 404 2019-09-21 12:28:34 -07:00
7ff0a1d820 tidy env sample 2019-09-21 12:23:47 -07:00
3292d95d8b chore: add env parameter for enforce https (#1042)
* env parameter for enforce https

* Update app.js

fix format for multi-line condition

* Update app.js

fix code format

* Update app.js
2019-09-18 23:26:27 -07:00
18658e354a Update Editor.js 2019-09-15 21:18:31 -07:00
02f2868d06 re-added the .env.sample 2019-09-15 23:30:41 +01:00
4ea4bd41cd changed lastActiveAt boolean to string 2019-09-15 23:28:11 +01:00
593aa80abf Show last active date on people list instead of joined date 2019-09-15 23:07:43 +01:00
f43643f43b fix: Image and horizontal highlight on selected 2019-09-15 14:53:27 -07:00
e2453b5b2a fix: Editor headings offset 2019-09-15 14:42:32 -07:00
439ae1e832 fix: CSP for client-side editor uploads 2019-09-15 14:41:34 -07:00
228c0c45e7 Merge pull request #1 from outline/master
merge
2019-09-14 21:43:17 +01:00
6520a501e3 fix: accessiblity improvements, focus states, real buttons 2019-08-30 00:27:40 -07:00
140f009b4d fix: Improve accessibility of buttons / tab indexes with tooltips 2019-08-29 00:06:21 -07:00
579eaf325b feat: Add keyboard shortcuts to tooltips 2019-08-28 23:30:27 -07:00
b56f8e7870 feat: add padlock next to private collections in lists 2019-08-28 21:41:40 -07:00
79f8a41b5b fix: Loading state interrupts infinite scrolling 2019-08-28 21:01:35 -07:00
abf5b79de6 chore(deps): bump mixin-deep from 1.3.1 to 1.3.2 (#1031)
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-28 16:53:05 -07:00
c60295fcca fix: Slack notification not sent on publish, reported via Spectrum 2019-08-28 00:22:22 -07:00
5bd2409e39 Revert "WIP"
This reverts commit ccfad1d800.
2019-08-28 00:03:11 -07:00
780c5c1129 fix: Add github gist styles to CSP 2019-08-27 23:26:32 -07:00
b98c908568 fix: Add github gist to CSP
closes #1028
2019-08-27 23:12:09 -07:00
f1e8633623 fix: Add blob protocol to imgSrc 2019-08-27 09:21:53 -07:00
39de7c0aee Merge branch 'master' of github.com:outline/outline 2019-08-27 09:19:07 -07:00
8b942cf202 chore(deps): bump eslint-utils from 1.3.1 to 1.4.2 (#1026)
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-26 13:11:43 -07:00
ccfad1d800 WIP 2019-08-25 15:20:49 -07:00
347015cf86 feat: improve physicality of draft bubble (it's the little details) 2019-08-24 17:43:23 -07:00
d96afad6c0 fix: Document heading vertical alignment 2019-08-24 10:22:58 -07:00
d066468bc0 chore: Add additional env variable checks for self-hosted installations 2019-08-24 10:19:21 -07:00
b6dd55fbea chore: Add additional env variable checks for self-hosted installations 2019-08-23 22:43:41 -07:00
8f2d31876d feat: Port new color picker from Journals branch 2019-08-23 22:24:06 -07:00
8e76c4e8f1 fix: Add missing audit log events UI 2019-08-23 21:51:05 -07:00
468fd792ed fix: Allow iframes in CSP 2019-08-23 19:39:40 -07:00
c1bef2db59 fix: additional domains in CSP, dont send headers with API responses 2019-08-23 19:21:16 -07:00
53cc69a413 fix: additional security headers by default 2019-08-23 19:00:38 -07:00
7e62b3b9aa chore: Upgrade Node to v12 (#1023)
* chore: Upgrade Node to v12

* test: Upgrade test node image
2019-08-23 18:14:51 -07:00
54565fff74 fix: Handle doc not found / no permission
closes #1021
2019-08-21 22:11:54 -07:00
e2b28dfeb7 refactor: Policies Architecture (#1016)
* add policy serialize method

* Add policies to collection responses

* wip

* test: remove .only

* refactor: Return policies with team and document requests

* store policies on the client

* refactor: drive admin UI from policies
2019-08-21 21:41:37 -07:00
cf18b952a4 chore: Move Dockerfile to Alpine
closes #1020
2019-08-21 08:19:27 -07:00
929722e1c1 fix: double load on mount. closes #1015 2019-08-20 22:13:36 -07:00
c0ec349ad2 bump RME 2019-08-18 20:16:49 -07:00
4d2eda6750 fix: Embed does not show selected highlight 2019-08-18 12:45:54 +01:00
db08263e5c fix: Nested lists 2019-08-15 14:05:15 +02:00
33320ba13d perf: Improve speed of rendering tables
fix: Issue rendering tables with certain cells empty of content
2019-08-14 19:17:10 +01:00
4dad3f3287 fix: Bump RME, more editor fixes 2019-08-12 20:17:55 -07:00