de6ee91d96
fix: Prevent API request for views data for deleted documents ( #1663 )
...
* Prevent API request for views data for deleted documents
Added a conditional statement to check if the document.deletedAt is falsy before making a request to views.list.
* Update app/components/Collaborators.js to use isDeleted attribute.
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2020-11-18 19:09:08 -08:00
12a2e1c387
chore: Menu templates ( #1644 )
...
* chore: Menu template system
* NewTemplateMenu
* UserMenu
* MenuItemsTemplate -> DropdownMenuItems
* support nested menus
* DocumentMenu
* BreadcrumbMenu
* isInvited
2020-11-14 20:44:31 -08:00
7bdcba46b8
fix: Virtualize move document listbox ( #1650 )
...
* fix: Virtualize move document listbox
closes #1645
2020-11-12 22:02:56 -08:00
32d3053002
fix: Heading anchor position changed _again_
2020-11-12 22:02:19 -08:00
85dd54db3d
fix: Consistent spacing when first item in document is a header
2020-11-12 21:51:20 -08:00
80d74c9334
fix: Clicking the share link from a context menu propagates the click onto the container ( #1643 )
...
closes #1642
2020-11-11 09:02:02 -08:00
5e7bbdc111
feat: Sync sessions across browser tabs ( #1641 )
...
* feat: Sync sessions across browser tabs
If the user signs in or out in one tab, then make sure their session on the same subdomain is kept in sync on other tabs
2020-11-10 19:43:14 -08:00
71e9860f88
flow: Correctly type Theme
2020-11-09 00:01:50 -08:00
26f4901547
fix: 'Not found' page should obey theme
...
closes #1626
2020-11-08 23:52:00 -08:00
4c56ed40f1
feat: Hide Outline branding on custom domain share links
...
closes #1629
2020-11-08 23:01:57 -08:00
4e7a1cd121
feat: add filters to drafts ( #1631 )
...
* feat: add filters to drafts
Co-authored-by: Guilherme Diniz <guilhermedassumpcao@gmail.com >
2020-11-08 22:33:52 -08:00
14e0ed8108
fix: Various React warnings
2020-11-08 20:28:27 -08:00
0372ff2727
fix: Unneccessary scrollbar
2020-11-08 20:04:46 -08:00
02e7e75cb9
fix: Remove non-standardized css (console warning)
2020-11-08 20:01:47 -08:00
af73de4128
feat: Show table of contents when useful on publicly shared docs
...
closes #1625
2020-11-08 19:50:00 -08:00
fdaa36c9fd
fix: gist not support username contains numbers ( #1622 )
2020-11-05 09:03:16 -08:00
1b6a986986
chore: Refactor authentication pass between subdomains ( #1619 )
...
* fix: Use get request instead of cookie to transfer token between domains
* Add domain to database
Add redirects to team domain when present
* 30s -> 1m
* fix: Avoid redirect loop if subdomain and domain set
* fix: Create a transfer specific token to prevent replay requests
* refactor: Move isCustomDomain out of shared as it won't work on the client
2020-11-04 19:54:04 -08:00
3d09c8f655
chore: Refactor backlinks and revisions ( #1611 )
...
* Update backlinks service to not rely on revisions
* fix: Add missing index for finding backlinks
* Debounce revision creation (#1616 )
* refactor debounce logic to service
* Debounce slack notification
* Revisions created by service
* fix: Revision sidebar latest
* test: Add tests for notifications
2020-11-01 10:26:39 -08:00
7735aa12d7
GSuite -> Google Workspace
2020-10-27 22:14:51 -07:00
7ac724909d
fix: Cannot duplicate document with title close to max title length
...
closes #1610
2020-10-27 19:15:35 -07:00
bd80e8384a
chore: Remove events log from settings
2020-10-26 19:32:48 -07:00
34bdc88003
fix: Offset heading styles
2020-10-21 09:04:21 -07:00
df7b9f3e88
feat: Add support for "word" files exported from Confluence ( #1600 )
...
* Display error message to end user
* fix: Improve conversion of tables
* fix: Characters at ends of lines in tables lost
2020-10-21 08:53:59 -07:00
4103f53f2a
fix: Offset headers when scrolling from TOC to account for fixed header
...
closes #1578
2020-10-19 23:07:37 -07:00
758fcc1759
feat: Show unique views rather than total views in document meta. ( #1559 )
...
* unique-views
* fix: 'only you' displays briefly when visiting a document previously only viewed by one other
2020-10-19 22:44:28 -07:00
b3549637fe
fix: Dark mode inline code styling fixed #1593 ( #1597 )
...
background changed to props.theme.codeBackground
2020-10-19 22:14:14 -07:00
7bee60a337
fix: Clicking link with blank href should not open new tab
2020-10-19 08:00:52 -07:00
3af1a80615
fix: Incorrect cursor on headings
2020-10-19 07:40:12 -07:00
a6dc708fc0
fix: spotify widget wrong size ( #1579 )
2020-10-09 19:02:09 -07:00
1da1f3d6e8
chore: Update Zapier integration (no longer invite-only)
...
fix: Remove link to Zapier integration from self-hosted as it doesnt make sense
2020-09-28 21:08:58 -07:00
f1a95e5e79
feat: Improved search results when finding links in document editor ( #1573 )
...
* feat: Improved search results when finding links in document editor
* chore(deps): Bump RME for smoother link search
2020-09-26 11:07:49 -07:00
6f1f855083
feat: Add tracking of search source in UI
2020-09-24 21:56:37 -07:00
40d52e9a78
fix: Cannot press down arrow to navigate via keyboard to search results
...
(due to withRouter converting DocumentPreview to a functional component)
2020-09-24 21:36:31 -07:00
a2f2971fec
fix: Reduce liklihood of false search queries
...
fix: Reduce possibility of dupe search queries
feat: Allow 'Enter' to trigger search before debounce
2020-09-24 21:29:00 -07:00
d89808ce9d
fix: Home link on 'Not Found' page
2020-09-24 19:38:19 -07:00
a43cc9c5a9
chore(deps): Upgrade RME for improved doc search results
2020-09-24 19:35:28 -07:00
9aa81dcf82
fix: Error deleting account as only admin not displayed to user
2020-09-21 20:31:06 -07:00
c04d5bdfb0
flow
2020-09-21 19:47:17 -07:00
c8ff5cf221
fix: Styling of 'New' badge in dark mode
...
fix: less than a min ago -> just now
2020-09-21 19:35:51 -07:00
1293f52552
lint
2020-09-21 19:18:09 -07:00
292afd774d
fix: CMD+Enter in title should leave editing mode
2020-09-21 00:21:35 -07:00
d3d286b1be
tweak search highlight
2020-09-21 00:07:32 -07:00
26b9566b96
fix: Various fixes for unread tracking
2020-09-20 23:37:09 -07:00
d487da8f15
feat: Visually differentiate unread documents ( #1507 )
...
* feat: Visually differentiate unread documents
* feat: add document treatment in document preview
* fix requested changes
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2020-09-20 22:32:28 -07:00
4ffc04bc5d
fix: Allow selection of embeds ( #1562 )
...
* feat: Support importing .docx or .html files as new documents (#1551 )
* Support importing .docx as new documents
* Add html file support, build types and interface for easily adding file types to importer
* fix: Upload embedded images in docx to storage
* refactor: Bulk of logic to command
* refactor: Do all importing on server, so we're not splitting logic for import into two places
* test: Add documentImporter tests
Co-authored-by: Lance Whatley <whatl3y@gmail.com >
* fix: Accessibility audit
* fix: Quick fix, non editable title
closes #1560
* fix: Embed selection
Co-authored-by: Lance Whatley <whatl3y@gmail.com >
2020-09-20 22:27:11 -07:00
e67d319e2b
fix: Update DocumentMetaWithViews to hooks, correctly observe store changes
...
closes #1555
2020-09-16 21:15:21 -07:00
ac8f0ebaac
feat: Allow Google Embeds from regular (non publish-to-web) links ( #1533 )
...
Improve styling to allow getting back to source document
2020-09-15 18:38:42 -07:00
b3b71d2dc7
feat: Editable titles in sidebar ( #1544 )
...
* feat/editable-titles
* feat: Double click to edit titles in the sidebar
* Take into account policies
* fix: Title update on another client
* Improved styling
2020-09-15 18:01:40 -07:00
142e7da6a5
fix: Placeholder style
2020-09-13 20:26:38 -07:00
021de66f7a
fix: Document titles look faded in Safari
2020-09-13 20:18:50 -07:00