Tom Moor
810dc5a061
feat: Clicking the last updated time should open document history sidebar
...
Ref #1285
2020-08-11 21:01:03 -07:00
ktfth
7abe375b3e
refactor: Removed unusued index on the onSearchLink ( #1420 )
...
Co-authored-by: Tom Moor <tom.moor@gmail.com>
2020-08-11 19:59:11 -07:00
Tom Moor
63371d8f5b
flow
2020-08-11 18:59:57 -07:00
Tom Moor
0cac5cfe51
fix: Prevent reload loop with error on editor load
2020-08-10 15:52:45 -07:00
Tom Moor
e2bd03494d
chore: Update syntax, improve more typing ( #1439 )
...
* chore: <React.Fragment> to <>
* flow types
2020-08-09 09:48:04 -07:00
Tom Moor
449dc55aaa
chore: Upgrade Babel, Jest, Eslint ( #1437 )
...
* chore: Upgrade Prettier 1.8 -> 2.0
* chore: Upgrade Babel 6 -> 7
* chore: Upgrade eslint plugins
* chore: Add eslint import/order rules
* chore: Update flow-typed deps
2020-08-08 22:53:59 -07:00
Tom Moor
e312b264a6
chore: Upgrade Prettier 1.8 -> 2.0 ( #1436 )
2020-08-08 18:53:11 -07:00
Tom Moor
68dcb4de5f
fix: Catch expected error when shares.info returns 404
2020-08-08 17:55:21 -07:00
Tom Moor
d2b9a5c03f
fix: Various React errors in console
2020-08-08 17:51:40 -07:00
Tom Moor
065d04ec98
chore: Missing flow types
2020-08-08 15:58:34 -07:00
Tom Moor
869fc086d6
feat: Templates ( #1399 )
...
* Migrations
* New from template
* fix: Don't allow public share of template
* chore: Template badges
* fix: Collection active
* feat: New doc button on template list item
* feat: New template menu
* fix: Sorting
* feat: Templates onboarding notice
* fix: New doc button showing on archived/deleted templates
2020-08-08 15:18:37 -07:00
Tom Moor
bc4806ac30
feat: Allow checkboxes to be toggled without going into 'edit' mode ( #1349 )
2020-07-28 20:43:34 -07:00
Tom Moor
169ad5b025
feat: Sharing improvements ( #1388 )
...
* add migrations
* first pass at API
* feat: Updated share dialog UI
* tests
* test
* styling tweaks
* feat: Show share state on document
* fix: Allow publishing share links for draft docs
* test: shares.info
2020-07-28 19:14:32 -07:00
Tom Moor
0b33b5bc05
company -> team
2020-07-25 11:33:04 -07:00
Tom Moor
f75a07cb0d
fix: Remove ugly blue cross
2020-07-20 19:53:13 -07:00
Tom Moor
0d6720e499
fix: Heading style regressions
2020-07-20 19:43:30 -07:00
Tom Moor
70e1194f90
feat: Notice blocks available as new editor options ( #1371 )
...
* feat: Notice blocks available as new editor options
* fix: styling tweak
feat: Add shortcut to keyboard modal
* add notices to welcome docs
* styling tweaks
* styling tweaks
* styling tweaks
2020-07-20 19:03:14 -07:00
Tom Moor
710fcc697c
feat: Add login link to /create page, closes OLN-63
2020-07-19 10:58:35 -07:00
Tom Moor
af09713c8c
fix: knowledgebase -> knowledge base
2020-07-18 13:17:10 -07:00
Tom Moor
ec3adc6d1c
fix: 2 missed process.env spots on frontend
2020-07-18 11:33:34 -07:00
Tom Moor
67981a351e
chore: Remove env variables in webpack bundle ( #1353 )
...
* chore: Remove env variables in webpack bundle
* remove unused globals
* refactor: consolidate window.env calls to single file
* fix: Slack client side integration auth
* fix: developers url
2020-07-18 11:02:40 -07:00
Necmettin Karakaya
24448c7504
fix: common misspelling errors
...
https://github.com/outline/outline/blob/master/app/scenes/UserDelete.js#L40 : corrected "destory" to "destroy"
https://github.com/outline/outline/blob/master/app/components/ScrollToTop.js#L16 : corrected "postion" to "position"
https://github.com/outline/outline/blob/master/server/policies/document.js#L11 : corrected "existance" to "existence"
https://github.com/outline/outline/blob/master/server/policies/document.js#L23 : corrected "existance" to "existence"
https://github.com/outline/outline/blob/master/server/models/Document.js#L493 : corrected "permanantly" to "permanently"
https://github.com/outline/outline/blob/master/shared/utils/domains.js#L12 : corrected "unneccessarily" to "unnecessarily"
https://github.com/outline/outline/blob/master/server/api/documents.js#L34 : corrected "compatablity" to "compatibility"
2020-07-18 09:33:27 -07:00
Tom Moor
d5b5d4fc27
feat: Document hover cards ( #1346 )
...
* stash
* refactor
* refactor, styling
* tweaks
* pointer
* styling
* fi: Hide when printing
* fix: No hover cards on shared links
* remove suppressions no longer needed
* fix: Don't show hover cards when editing, they get in the way
* fix: Prevent hover card from going off rhs edge of screen
* fix: Remount hover card when changing between links
* fix: allow one part domains in links (#1350 )
* allow one part domains in links
* no TLD when only one part domain
* return null for parseDomain of empty string
* fix fiddly hover preview behavior
* WIP
* refactor hover preview
* fix: Non-rounded bottom corners
* fix: Fixes an edgecase where mounting the nested editor in hovercard causesdocument to scroll if there is a hash in the url
* fix: Incorrect document preview rendering
* lint
Co-authored-by: Nan Yu <thenanyu@gmail.com>
Co-authored-by: Nan Yu <nan@getoutline.com>
2020-07-16 21:26:23 -07:00
Tom Moor
943a290b83
chore: Update flow just far enough to get hooks libdefs ( #1348 )
2020-07-13 20:23:15 -07:00
Tom Moor
5cb04d7ac1
New login screen ( #1331 )
...
* wip
* feat: first draft of auth.config
* chore: auth methodS
* chore: styling
* styling, styling, styling
* feat: Auth notices
* chore: Remove server-rendered pages, move shared/components -> components
* lint
* cleanup
* cleanup
* fix: Remove unused component
* fix: Ensure env variables in prod too
* style tweaks
* fix: Entering SSO email into login form fails
fix: Tweak language around guest signin
2020-07-09 22:33:07 -07:00
Tom Moor
ce2f69342c
Fix: Port fix from hosted
2020-06-22 22:00:40 -07:00
Tom Moor
f43deb7940
chore: Move to prettier standard double quotes ( #1309 )
2020-06-20 13:59:15 -07:00
Tom Moor
d864e228e7
feat: Collection Icons ( #1281 )
...
* wip: Working for creation, and display
* feat: IconPicker
* fix
* feat: Invert collection icon color when dark in dark mode
* Improve readability of dropdown menus in dark mode
Suggest icon based on collection name
* Add additional icons
Tweaks and final polish
* fix: Write default icon as empty icon column
* feat: Improve icon selection logic
add more keywords
Improve icon coloring when selected and in dark mode
* lint
* lint
2020-06-19 17:18:03 -07:00
Tom Moor
ed096013e4
fix: Cleanup print display
2020-06-18 22:10:20 -07:00
Tom Moor
0f8d503df8
chore: API Consistency ( #1304 )
...
* chore: Addressing API inconsistencies
* lint
* add: Missing sort to groups.list
fix: Documention issues
* test: fix
* feat: Add missing shares.info endpoint
* feat: Add sorting to users.list endpoint
* fix: Incorrect pagination parameters listed on user endpoints
* users.s3Upload -> attachments.create
* chore: exportAll -> export_all
2020-06-16 20:56:17 -07:00
Tom Moor
933bbdfb84
feat: Add ability to create docs from link editor ( #1303 )
...
* feat: Add ability to create docs from link editor
* fix: Handling of paste and click events
* fix: Filter untitled documents from search results
* refactor: Move onCreateLink to DataLoader
* bump rme
2020-06-12 00:19:03 -07:00
Tom Moor
1d8c3f3faf
fix: Suspended users showing in group and collection member management ( #1302 )
...
* fix: Suspended users showing in group and collection member management
* test
2020-06-11 08:48:47 -07:00
Tom Moor
b444874944
fix: Shared documents with system in dark mode display partially on light background
...
closes #1300
2020-06-09 20:38:34 -07:00
Tom Moor
33815639f2
fix: Improved handling of simultaneous edits
2020-06-02 23:16:15 -07:00
Tom Moor
05e24df226
fix: Update value when saved elsewhere and viewing doc
...
closes #1103
2020-05-31 22:46:55 -07:00
Tom Moor
f2eb395e8d
fix: regex -> startsWith
2020-05-31 16:43:51 -07:00
Tom Moor
e752dba566
fix: User profile should say 'invited' instead of 'joined' when user has yet to signin
2020-05-30 18:26:40 -07:00
Tom Moor
c929f83813
feat: Improved error filtering and reporting ( #1293 )
2020-05-29 07:22:09 -07:00
Tom Moor
8b274c3713
fix: Keyboard shortcuts dialog shortcut should not be active when editing a document
...
closes #1292
2020-05-28 19:44:52 -07:00
Tom Moor
f0e513542d
fix: auto focus search input when adding users to a collection
2020-05-24 22:17:11 -07:00
Tom Moor
e2ffe06221
fix: Document title not centered once scrolled
2020-05-22 14:19:26 -07:00
Tom Moor
9274005cbb
feat: Upgrade editor ( #1227 )
...
* WIP
* document migration
* fix: Handle clashing keyboard events
* fix: convert getSummary
* fix: parseDocumentIds
* lint
* fix: Remove unused plugin
* Move editor version to header
Add editor version check for API endpoints
* fix: Editor update auto-reload
Bump RME
* test
* bump rme
* Remove slate flow types, improve themeing, bump rme
* bump rme
* fix: parseDocumentIds returning duplicate ID's, improved regression tests
* test
* fix: Missing code styles
* lint
* chore: Upgrade v2 migration to use AST
* Bump RME
* Update welcome doc
* add highlight to keyboard shortcuts ref
* theming improvements
* fix: Code comments show as headings, closes #1255
* loop
* fix: TOC highlighting
* lint
* add: Automated backup of docs before migration
* Update embeds to new format
* fix: React warning
* bump to final editor version 10.0.0
* test
2020-05-19 20:39:34 -07:00
Tom Moor
48c87a1902
fix: Long titles should wrap
...
closes #1249
2020-05-07 21:21:58 -07:00
Tom Moor
9f8e7be755
fix: Restore ability to disable embeds on a document ( #1238 )
...
closes #1237
2020-04-21 21:43:01 -07:00
Tom Moor
083ac0d840
fix: Image cropper in dark mode
...
closes #1229
2020-04-11 09:34:33 -07:00
Tom Moor
fbaaa08ec7
closes #1230
2020-04-11 09:27:14 -07:00
Tom Moor
c94823dd59
fix: Failed editor chunk load should refresh page
2020-04-06 08:50:43 -07:00
Tom Moor
1a60f51460
fix: Attempt to focus readonly editor
...
fix: Non-grow clickable padding beneath editor regression
2020-04-05 22:48:48 -07:00
Tom Moor
383806d155
fix: Document shrinks if only content is embed
2020-04-05 18:44:05 -07:00
Tom Moor
283a762a9c
fix: Title index
2020-04-05 16:46:03 -07:00