Tom Moor
8705f10af0
snaps
2020-11-14 17:05:19 -08:00
Tom Moor
08b237343b
flow
2020-11-14 11:33:07 -08:00
André Glatzl
5f88323671
Check if selected language is available
2020-11-13 12:18:09 +01:00
André Glatzl
adb7ab482f
Changing language single source of truth from TEAM to USER
2020-11-13 12:18:08 +01:00
André Glatzl
aa7dedb114
feat: i18n
2020-11-13 12:18:08 +01:00
Tom Moor
26e6db1afd
fix: Update document policy to disable sharing for read-only users ( #1638 )
...
* fix: Update document policy to disable sharing for read-only users
* test: Update test for new permission logic
2020-11-10 20:35:41 -08:00
Tom Moor
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
Tom Moor
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
Tom Moor
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
Tom Moor
bfdfa3ee4b
feat: Debounce notification emails by 5 minutes to avoid duplicate notifications where possible ( #1598 )
2020-10-25 15:06:07 -07:00
Tom Moor
dba5dd14e7
fix: Put public and private uploads in separate folders to allow for restrictive AWS policies
...
closes #1581
2020-10-21 21:00:40 -07:00
Tom Moor
b78e2f1e05
fix: Match search requests from Slack using Integration for non-Slack teams ( #1599 )
...
* Match slack hook requests to integration
2020-10-21 08:53:38 -07:00
Tom Moor
4044818daa
fix: Archived documents should not be returned from documents.list
...
closes #1575
2020-10-13 20:38:28 -07:00
Tom Moor
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
Tom Moor
c1957025ec
fix: Dont dupe record search queries when paging results
...
feat: Record queries via api tokens separately
2020-09-21 23:31:10 -07:00
Renan Filipe
98626ebbaf
feat: Record search queries ( #1554 )
...
* Record search queries
* feat: add totalCount to the search response
* feat: add comments to explain why we use setTimeout
2020-09-21 23:05:42 -07:00
Tom Moor
26b9566b96
fix: Various fixes for unread tracking
2020-09-20 23:37:09 -07:00
Guilherme DIniz
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
Tom Moor
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
Tom Moor
f264d67862
fix: Two API endpoints where requesting a permenantly deleted document results in server error
2020-09-08 07:29:06 -07:00
Nan Yu
e7ab2939d4
fix: Improved handling of delete events from collection and document sockets ( #1517 )
...
* handle delete events fron collection and document sockets
* handle collection deletes to documents
* rework semantics to always reload after a delete
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2020-09-07 19:05:10 -07:00
Tom Moor
5de2f969e3
fix: Preload membership
2020-09-07 12:17:04 -07:00
Tom Moor
4de3f69474
fix: Documents in deleted collection should appear in trash ( #1362 )
...
* fix: Documents from deleted collection should show in trash
* improve messaging
* test: Add documents.move tests
feat: Add ability to restore trashed documents from deleted collection
* update store
* fix
* ui
* lint
* fix: Improve breadcrumb
2020-09-07 11:51:09 -07:00
Tom Moor
e8648d4611
fix: Error in shares.info endpoint when requesting share record for deleted document
2020-09-03 23:22:41 -07:00
Tom Moor
dd0d51dd9d
test
2020-08-31 20:23:51 -07:00
Tom Moor
8550116c6b
fix: shares.list should not return shares for deleted documents
...
fix: shares.info should not return info for revoked shares
closes #1492
2020-08-31 20:15:10 -07:00
Guilherme DIniz
0aa338cccc
feat: Allow unpublishing documents ( #1467 )
...
* Allow unpublishing documents
* add block unpublish files that has children
* add api tests to new route
2020-08-31 20:03:05 -07:00
Tom Moor
85d09b2351
fix: Deleting a document should correctly show who deleted ( #1488 )
2020-08-25 08:51:12 -07:00
Tom Moor
d055021ad4
chore: Remove all usage of collection.type ( #1445 )
...
* chore: Remove all usage of collection.type
* migration: Remove type column
2020-08-12 10:49:02 -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
c6d2467fae
chore: Upgrade Flow to v0.104.0
2020-08-08 16:26:20 -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
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
af09713c8c
fix: knowledgebase -> knowledge base
2020-07-18 13:17:10 -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
b51d818db3
feat: Adds documents.export endpoint to return cleaned up Markdown ( #1343 )
2020-07-13 18: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
f43deb7940
chore: Move to prettier standard double quotes ( #1309 )
2020-06-20 13:59:15 -07:00
Tom Moor
2a3b9e2104
chore: Make editor version comparison more lenient to reduce forced reloads
2020-06-20 12:35:32 -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
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
d25a9d56dc
fix: updatedBy incorrect in documents.update response
2020-06-12 00:18:38 -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
7d55b7f69b
fix: Server error when listing memberships for group with deleted user ( #1288 )
...
* fix: Server error when listing memberships for group with deleted user
* PR feedback: Filter before slice
2020-05-28 08:21:22 -07:00
Tom Moor
218b0ea76a
fix: Unable to edit starred documents
...
closes #1275
2020-05-20 21:42:26 -07:00
Tom Moor
47ff6feaee
fix: JS error on server
2020-05-20 21:03:53 -07:00
Tom Moor
e0b33ee576
chore: Auto reload frontend of client is out of date ( #1270 )
...
* Move editor version to header
Add editor version check for API endpoints
* fix: Editor update auto-reload
Bump RME
* fix: Only redirect if editor header exists
* lint
2020-05-16 14:05:51 -07:00
Tom Moor
06a3258b99
fix: Allow empty document body to be saved
...
closes #1258
2020-05-07 20:52:02 -07:00