Tom Moor
d6d1eb4485
feat: Prefix api keys
2022-12-03 18:21:33 -05:00
Tom Moor
0f31d5b45f
fix: Generate signing secret on webhook creation
2022-12-03 10:23:31 -05:00
Tom Moor
08a471f230
Add 'members' filter to user details page, closes #4529
2022-12-03 09:36:28 -05:00
Tom Moor
d09a3de800
fix: Desktop redirect on Safari
2022-12-01 08:26:01 -05:00
Tom Moor
648424fe2c
fix: Desktop redirect on Safari
2022-11-30 23:00:40 -05:00
Tom Moor
cc333637dd
Desktop support ( #4484 )
...
* Remove home link on desktop app
* Spellcheck, installation toasts, background styling, …
* Add email,slack, auth support
* More desktop style tweaks
* Move redirect to client
* cleanup
* Record desktop usage
* docs
* fix: Selection state in search input when double clicking header
2022-11-27 15:07:48 -08:00
Tom Moor
fa8685d241
Add support for LaTeX inline and block expressions. ( #4446 )
...
* Add support for LaTeX inline and block expressions. (#4364 )
Co-authored-by: Tom Moor <tom@getoutline.com >
* tsc
* Show heading markers when LaTeX block is being edited
* Tab to space, name katex chunk
* Fork htmldiff, add support for math nodes
Co-authored-by: luisbc92 <luiscarlos.banuelos@gmail.com >
2022-11-27 06:27:56 -08:00
Tom Moor
5a42f70b65
Add case for un-mapped custom domain to login page
2022-11-25 10:22:45 -05:00
Tom Moor
fd9625b57e
fix: TOC not rendered in non-seamless-editing mode
2022-11-24 11:35:29 -05:00
Tom Moor
a8936039e5
Improved paste handling ( #4474 )
...
* Improved paste handling
* Remove file
2022-11-24 06:50:31 -08:00
Tom Moor
e605961e23
feat: Optional branding on shared documents ( #4450 )
...
* feat: Optional branding on shared documents
* Refactor
Remove unneccessarily exposed team id
Remove top-level collapsible document on publicly shared urls
* fix: Branding disappears when revising document
fix: Clicking title should go back to main app when logged in
2022-11-21 16:20:50 -08:00
Tom Moor
6e36ffb706
feat: Allow data imports larger than the standard attachment size ( #4449 )
...
* feat: Allow data imports larger than the standard attachment size
* Use correct preset for data imports
* Cleanup of expired attachments
* lint
2022-11-20 09:22:57 -08:00
Tom Moor
c27987569b
fix: Flash of embeds visible upon loading when disabled
2022-11-19 20:09:56 -05:00
Tom Moor
ae6855f3df
chore: Refactors towards shared menu component ( #4445 )
2022-11-19 13:15:38 -08:00
Tom Moor
552c0ecf01
fix: Pasting document content in title should behave as expected
2022-11-16 23:38:08 -05:00
Tom Moor
01a482552a
fix: Unable to subscribe to fileOperation webhook events
2022-11-15 20:03:20 -05:00
Tom Moor
4c8138ad4a
fix: Some react warnings in dev mode
2022-11-14 19:36:24 -05:00
Tom Moor
4047ec73bb
feat: Integrate Zapier App Directory
2022-11-14 18:10:10 -05:00
Tom Moor
24a1eac804
Sidebar improvements from comments branch ( #4419 )
2022-11-13 18:26:53 -08:00
Tom Moor
b60c66316a
Insights refinements
2022-11-13 14:47:20 -05:00
Tom Moor
3880a956a3
Add document insights panel ( #4418 )
...
* Add document context to allow accessing editor in header, modals, and elsewhere
* lint
* framework
* Hacking together fast
* Insights
* Spacing tweak, docs
2022-11-13 10:19:09 -08:00
Tom Moor
622f464b9f
Store import<->document relationship ( #4415 )
...
* Store import<->document relationship
* Update 20221112152649-import-document-relationship.js
* Store importId on collection, UI tweaks on import screen
2022-11-12 08:22:41 -08:00
Tom Moor
369ac487b1
feat: Add preference to disable download option for viewers
2022-11-08 21:26:02 -05:00
Tom Moor
587f062677
Remove usage of tiley ( #4406 )
...
* First pass
* Mooarrr
* lint
* snapshots
2022-11-08 17:12:22 -08:00
Tom Moor
fd799e00a7
fix: Unauthenticated shared document should default to user preferred language
...
closes #4384
2022-11-06 18:53:05 -05:00
Mihir Shah
881ea34dfe
chore: convert AddGroupToCollection component to functional component ( #4204 ) ( #4360 )
2022-11-02 17:31:13 -07:00
Tom Moor
3cb0b88f0f
Update MarkAsViewed.ts
2022-11-01 18:42:59 -07:00
Tom Moor
ab6c5c2e78
Missing observer
2022-11-01 08:21:59 -04:00
Mihir Shah
ade26139e6
chore: convert AddPeopleToGroup component to functional component ( #4204 ) ( #4359 )
2022-11-01 05:17:26 -07:00
Ítalo Sousa
17977064aa
Functional Component Refactor: MarkAsViewed ( #4365 )
...
* chore: convert MarkAsViewed to functional component
* chore: fix issues with MarkAsViewed refactor
2022-11-01 05:08:07 -07:00
Apoorv Mishra
a89d30c735
Allow drafts to be created without requiring a collection ( #4175 )
...
* feat(server): allow document to be created without collectionId
* fix(server): policies for a draft doc without collection
* fix(app): hide share button for drafts
* feat(server): permissions around publishing a draft
* fix(server): return drafts without collection
* fix(server): handle draft deletion
* fix(server): show drafts in deleted docs
* fix(server): allow drafts without collection to be restored
* feat(server): return drafts in search results
* fix: use buildDraftDocument for drafts
* fix: remove isDraftWithoutCollection
* fix: do not return drafts for team
* fix: put invariants
* fix: query clause
* fix: check only for undefined
* fix: restore includeDrafts clause as it was before
2022-10-25 18:01:57 +05:30
Tom Moor
c3c1de09ab
Settings
2022-10-24 18:01:27 -04:00
Tom Moor
df46d3754a
feat: Authentication provider display ( #4332 )
...
* layout
* Refactor
* wip
* Quick changes to make this deployable without full management
* test
2022-10-24 14:01:40 -07:00
Tom Moor
87761e9bf2
feat: Code blocks can now optionally display line numbers ( #4324 )
...
* feat: Code blocks can now optionally display line numbers as a user preference
* Touch more breathing room
2022-10-24 06:44:46 -07:00
Tom Moor
8ba911b56d
fix: Slight misalignment of archived badge
2022-10-23 13:00:57 -04:00
Tom Moor
e714e934cb
Tweak layout of login screen to account for new custom logos
2022-10-23 11:36:54 -04:00
Apoorv Mishra
bb21fa725c
Add team preference to use logo for branding ( #4285 )
...
* feat: add team preference to use logo for branding
* fix: allow on cloud version too
2022-10-19 10:01:24 +05:30
Tom Moor
7a9c75b9f1
Remove stray log
2022-10-18 21:49:37 -04:00
Nan Yu
39fc8d5c14
feat: allow ad-hoc creation of new teams ( #3964 )
...
Co-authored-by: Tom Moor <tom@getoutline.com >
2022-10-16 05:57:27 -07:00
Tom Moor
1915a453db
fix: Disallow adding self to collection ( #4299 )
...
* api
* ui
* update collection permissions
2022-10-15 19:11:09 -07:00
Tom Moor
cb89c3aa79
Draw.io -> Self-hosted
...
fix: Existing draw.io setting not appearing on first load
2022-10-11 22:09:33 -04:00
Apoorv Mishra
21b91ff060
Remove invite button should not overlap with member dropdown button ( #4243 )
2022-10-10 17:31:53 -07:00
Tom Moor
933fbb2578
feat: Option for separate edit mode ( #4203 )
...
* stash
* wip
* cleanup
* Remove collaborativeEditing toggle, it will always be on in next release.
Flip separateEdit -> seamlessEdit
* Clarify language, hide toggle when collaborative editing is disabled
* Flip boolean to match, easier to reason about
2022-10-02 08:58:33 -07:00
Tom Moor
b9bf2e58cb
feat: Add cursor style user preference ( #4199 )
...
* feat: Add cursor style user preference
* Remove headings for now
2022-10-01 04:39:45 -07:00
Tom Moor
ca4663f78a
fix: Remove 'More options' on share popover when sharing disabled
2022-09-29 09:15:58 -04:00
Tom Moor
41da156b0e
feat: Add view count to shared links in settings
2022-09-29 08:53:24 -04:00
Denis Olsem
492affb29a
Share document link that opens full editor ( #4134 )
...
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2022-09-29 04:49:35 -07:00
Tom Moor
7c3ad09974
fix: Overlapping logo, closes #4188
2022-09-28 23:03:00 -04:00
Tom Moor
6e25d1b6d4
fix: Remove events that are not sent from webhooks UI
2022-09-26 21:44:31 -04:00
Apoorv Mishra
7a590550c9
Sign webhook requests ( #4156 )
...
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2022-09-24 14:19:26 -07:00