Tom Moor
f2abf38fe4
perf: Remove source once compiled
2020-09-05 12:57:27 -07:00
Tom Moor
f0712e22d8
perf: Improving dockerfile
2020-09-05 12:44:40 -07:00
Tom Moor
e7e289d9fa
end
2020-09-04 23:28:29 -07:00
Tom Moor
713187cfb4
fix
2020-09-04 15:39:36 -07:00
Tom Moor
8f41895e66
Merge develop
2020-08-31 19:40:41 -07:00
Tom Moor
de8ac4acf5
fix: Configure mobx-react-lite observer batching
...
Removes development warning
2020-08-31 18:42:12 -07:00
Tom Moor
de59147418
chore: Upgrade Sentry to 5.22.3
...
closes #1498
2020-08-31 18:36:30 -07:00
Tom Moor
cf522cc85f
fix: Regression with TOC not showing when navigating directly to document ( #1500 )
...
fix: Editing document too wide when TOC visible in read only
2020-08-31 18:31:13 -07:00
Tom Moor
8c7200fa87
chore: yarn deduplicate
2020-08-30 19:44:30 -07:00
Tom Moor
f2310be173
Updated Yarn lockfile
2020-08-29 12:11:12 -07:00
Tom Moor
29f4dc9331
Bump RME
...
Fixes #1107 - It's now possible to use line breaks in table cells with Shift+Enter
Fixes #1253 - Selected content can now be dragged to reorder
2020-08-29 12:00:55 -07:00
Tom Moor
03b6dd62a8
fix: Missing click action to change permissions on a collection
...
fix: Modals no longer stacking correctly since upgrading react-portal
2020-08-25 21:00:50 -07:00
Tom Moor
7f0c608dbb
Merge branch 'guilherme-diniz-feature/document-history-header' into develop
2020-08-25 20:04:02 -07:00
Tom Moor
c52fbb944e
Styling tidy up
2020-08-25 20:03:52 -07:00
Tom Moor
e22e952606
Merge branch 'feature/document-history-header' of git://github.com/guilherme-diniz/outline into guilherme-diniz-feature/document-history-header
2020-08-25 19:44:56 -07:00
Guilherme Diniz
197cdff6c3
fix layout issues
2020-08-25 17:22:13 -03:00
Tom Moor
85d09b2351
fix: Deleting a document should correctly show who deleted ( #1488 )
2020-08-25 08:51:12 -07:00
Tom Moor
69611638b9
fix: Redirect to parent document when deleting a child document if possible ( #1489 )
2020-08-25 08:45:04 -07:00
Tom Moor
e117d5f103
fix: Unable to view all possible locations when moving document ( #1490 )
...
* fix: Remove limit of displayed results on Move dialog
* fix: Filter templates from results
* Show final document location on hover/active, reduces visual noise
2020-08-25 08:44:46 -07:00
Tom Moor
03db975217
Merge branch 'feature/document-history-header' of git://github.com/guilherme-diniz/outline into guilherme-diniz-feature/document-history-header
2020-08-24 23:46:16 -07:00
Tom Moor
76279902f9
chore: Introduce AWS_S3_FORCE_PATH_STYLE option to maintain compatability with Minio et al ( #1443 )
...
- Make AWS_S3_UPLOAD_BUCKET_NAME optional
2020-08-24 23:27:10 -07:00
Tom Moor
a304e91ffc
Merge branch 'develop' into perf/issue-1464
2020-08-24 20:58:56 -07:00
Tom Moor
9b5573c5e2
0.46.1
2020-08-24 20:22:08 -07:00
Tom Moor
ec61efa12b
Remove unused scripts
2020-08-23 21:10:32 -07:00
Tom Moor
b01778a39f
fix: Public assets path
2020-08-23 20:44:44 -07:00
Tom Moor
5aa092853b
fix: Production file paths
2020-08-23 20:35:59 -07:00
Tom Moor
1fa3db4bdc
fix: package.json must be copied, not linked for production build
2020-08-23 20:29:17 -07:00
Tom Moor
6a9f74e6cc
fix: Update procfile location
2020-08-23 19:21:43 -07:00
Tom Moor
e8719340d1
refactor: Remove babel/register for instant production server startup
2020-08-23 19:10:16 -07:00
Tom Moor
70838918c3
fix: Collections not collapsing
2020-08-23 12:51:35 -07:00
Tom Moor
ec38f5d79c
refactor: Remove old react lifecycle methods ( #1480 )
...
* refactor: Remove deprecated APIs
* bump mobx-react for hooks support
* inject -> useStores
https://mobx-react.js.org/recipes-migration\#hooks-to-the-rescue
* chore: React rules of hooks lint
2020-08-23 11:51:56 -07:00
Jonathan Killian
179176c312
fix: Update package.json build script to use yarn instead of npm. ( #1476 )
...
* fix: Update package.json build script to yarn.
Update package.json build script to use yarn instead of npm to maintain consistency with the rest of scripts. I was running into an issue with the Dockerfile when using nvm with yarn and this fixed the issue.
2020-08-22 19:56:52 -07:00
Tom Moor
c446a91f7d
fix: Restore Postgres SSL support on Heroku
...
https://github.com/brianc/node-postgres/issues/2009
2020-08-22 08:27:42 -07:00
Guilherme Diniz
05f48f054b
feat: Add Header to Document History Sidebar
2020-08-21 20:58:57 -03:00
Tom Moor
ec55299c8b
fix: Improve websocket reliability ( #1470 )
...
* check connection on page visibility change
* fix: SocketPresence account for socket changing
2020-08-20 20:37:54 -07:00
Tom Moor
26c574ab58
chore: Upgrade pg and sequelize to support node 14+ ( #1462 )
...
* Upgrade pg and sequelize to support node 14+
When Node 14 came out the app was incompatible, we should always have a maximum version defined here until the server code has been tested to prove compatibility
Co-authored-by: Lance Whatley <whatl3y@gmail.com >
2020-08-20 20:19:44 -07:00
Tom Moor
6dd6768f07
feat: Allow moving templates between collections ( #1454 )
...
- Allow template move in document policy
- fix: Ensure that document is not added to collection structure in documentMover command
- fix: Moving a template should now show nested documents as options
- fix: Hitting 'm' should not allow moving a draft
- fix: Styling of seperators on move screen
2020-08-20 19:46:29 -07:00
Tom Moor
0555fd2caa
pref: JS bundling improvements ( #1461 )
...
* perf: Split only initial vendors
2020-08-17 22:09:12 -07:00
Tom Moor
d885252fb0
fix: Mobile style fixes and improvements ( #1459 )
...
* fixes #1457 – check for matchMedia function before using it
* fixes: Depth issues
closes #1458
* fixes: Long breadcrumbs cause horizontal overflow
* fix: Improve tabs and overflow on mobile
2020-08-17 00:08:22 -07:00
Tom Moor
df9b0bcf91
fix: Websocket reconnect when navigating from settings -> home
2020-08-14 17:47:12 -07:00
Tom Moor
31910f1628
Remove auto reconnect, increase reconnectionDelayMax
2020-08-14 17:25:55 -07:00
Tom Moor
14cb3a36c1
perf: Reduce initial bundle size / async bundle loading ( #1456 )
...
* feat: Move to React.lazy
* perf: Remove duplicate babel/runtime
* fix: Run yarn-deduplicate
* Further attempts to remove rich-markdown-editor from initial chunk
* perf: Lazy loading of authenticated routes
* perf: Move color picker to async loading
fix: Display placeholder when loading rich editor
* fix: Cache bust on auto reload
2020-08-14 17:23:58 -07:00
Tom Moor
d3350c20b6
perf: Attempt websocket connection before polling
2020-08-14 13:37:11 -07:00
Tom Moor
174acfac32
fix: Unnecessary shares.info request when loading public share ( #1453 )
...
closes #1450
2020-08-13 16:48:03 -07:00
Tom Moor
9ef4e2b437
Update LICENSE
2020-08-12 20:04:48 -07:00
Tom Moor
8088da8cf3
0.46.0
2020-08-12 20:03:57 -07:00
Tom Moor
221ee48429
fix: Don't mangle class names in production
2020-08-12 19:28:15 -07:00
Tom Moor
ffe8c046ef
fix: Bump RME – Improves floating toolbar behavior
2020-08-12 17:01:27 -07:00
Tom Moor
dbe8a10702
fix: Login to X should be centered when team name wraps to newline
2020-08-12 14:05:32 -07:00
Tom Moor
11f7e3a060
chore: Bundle Stats / Webpack v4 ( #1448 )
...
* chore: Experiment with bundle size monitoring service
* chore: Ensure build runs on CI, move lint and flow before test
* chore: Upgrade Webpack v3 -> v4
* chore: Add webpack-cli
Remove unused dep
Move deps to dev
* Move babel deps to production
* Move babel deps to production
2020-08-12 13:16:10 -07:00