Tom Moor
638418432a
test
2020-08-08 16:32:12 -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
109efcaa27
chore: Remove WEBSOCKETS_ENABLED flag ( #1383 )
...
* chore: Remove WEBSOCKETS_ENALBED flag
* lint
2020-07-22 22:44:24 -07:00
Joona Heikkilä
003d82fe8a
refactor: Fix updater's use of UPDATES_KEY ( #1376 )
2020-07-21 15:05:09 -07:00
Tom Moor
822395c265
chore: Remove emojis from welcome docs
2020-07-20 19:14:15 -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
bc128359ab
chore: Remove Spectrum references ( #1366 )
...
* fix: knowledgebase -> knowledge base
* chore: Remove links and mentions to Spectrum community
2020-07-18 17:19:13 -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
efcfda8398
fix: Port from hosted
2020-06-22 22:11:39 -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
64c3ff8d6b
chore: Remove 'DEPLOYMENT' env option
...
Add 'Installation' section
2020-06-19 19:11:02 -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
2e376b32ec
fix: sp mistake
2020-06-18 08:49:10 -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
moekhalil
ae5eff2914
Make MenuItem Links work ( #1299 )
...
Menu items pointed to anchors links that were non-existent.
Adding id's to proper sections for anchor links in menu to work.
2020-06-09 20:39:22 -07:00
Tom Moor
bd9d4b3d0d
fix: backslash in search query not escaped
2020-06-03 23:59:59 -07:00
Tom Moor
c929f83813
feat: Improved error filtering and reporting ( #1293 )
2020-05-29 07:22:09 -07:00
Tom Moor
1b25d12e2e
fix: Regression with upgrade to styled-components@5 – new ServerStyleSheet needed per render
2020-05-28 20:49:07 -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
7f07cb57a2
chore: Capture event data to error tracker when background jobs fail
2020-05-25 13:48:50 -07:00
Tom Moor
f4c4a11277
fix: Only transfer accessToken if matches root token
2020-05-21 21:42:46 -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
Ante Primorac
aed76c7bcb
fix revisions backup data type ( #1274 )
2020-05-20 10:50:52 -07:00
Tom Moor
092d9dce18
fix: Don't set cookie domain when not using multiple subdomains ( #1145 )
...
* fix: Don't set cookie domain when not using multiple subdomains
* wip logging domain
* wip logging domain
* wip logging domain
* wip logging domain
* Revert "wip logging domain"
This reverts commit 325907e74962179e02cee0b1df364a3aedbe62e3.
* Revert "wip logging domain"
This reverts commit 6ee095a49e9c18999a20d5379234323d49d5e6c8.
* Revert "wip logging domain"
This reverts commit 813d8eb960cdf4dd6db4795739df3adf895600e2.
* Revert "wip logging domain"
This reverts commit f1ca81927626bbd0d46c1963510d115a003176d8.
* Remove SUBDOMAINS_ENABLED from documented env variables, no-one self hosting should need this – it just adds confusion to those looking to host on a single subdomain
fix: Account for server/client process.env parsing
Co-authored-by: Nan Yu <nanyu@Nans-MBP-2.lan>
Co-authored-by: Nan Yu <nan@getoutline.com>
2020-05-19 21:05:57 -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
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
9d9435cce5
fix: Server error in hooks.slack endpoint if team has no public collections
2020-05-10 18:49:57 -07:00
Tom Moor
5deec264bc
chore: Add request-id to error tracking
2020-05-10 16:24:34 -07:00
Tom Moor
06a3258b99
fix: Allow empty document body to be saved
...
closes #1258
2020-05-07 20:52:02 -07:00
Tom Moor
bd2837250b
fix: Guard missing attachment, closes #1262
2020-05-07 20:37:36 -07:00
Tom Moor
d914ecb603
chore: Remove max listener warning in console
2020-04-26 14:08:39 -07:00
Tom Moor
187be4737e
fix: Log errors to console when Sentry not installed
2020-04-25 19:53:24 -07:00
Tom Moor
870b91f17a
fix: Various extra scrollbars when not using mac-style overlaying scrollbars ( #1242 )
...
* fix: Various extra scrollbars when not using mac-style overlaying scrollbars
* Sidebar z-index
2020-04-24 18:44:21 -07:00
Tom Moor
c41e6e0423
fix: Minor fixes in backlinks service ( #1240 )
2020-04-24 05:29:48 -07:00
Tom Moor
cead37051e
fix: test prevents server loading, add logs
2020-04-19 22:14:31 -07:00
Tom Moor
c526adf292
feat: Auto update titles in linked documents ( #1233 )
...
* feat: Auto update titles in linked documents
* Add spec
2020-04-19 21:58:42 -07:00
Tom Moor
cef687464a
chore: Improved onboarding docs
2020-04-05 16:32:12 -07:00
Tom Moor
02d33267cc
fix: Document updated email does include team subdomain in url
...
fix: Send document updated emails to any collaborators
fix: Correct quotation marks in email subjects
2020-04-05 16:04:46 -07:00
Tom Moor
b964bdbe90
lint
2020-04-05 15:53:27 -07:00
Tom Moor
8819a0836e
fix: Initial welcome docs account for new title field
2020-04-05 15:41:29 -07:00