Commit Graph

2060 Commits

Author SHA1 Message Date
beb3a80d3d fix up the readme and sample .env to smooth out first dev experience (#976)
* chore: fix up the readme and sample .env to smooth out first dev experience

* fix indentation
2019-07-07 09:14:27 -07:00
ccc0906b0a feat: Improved onboarding documents (#970)
* feat: New onboarding documents

* Images -> blocks

* Add tips

* test: removes assumptions of welcome documents

this actually results in the tests being much more understandable too

* add db flag when document was created from welcome flow
2019-07-04 10:33:00 -07:00
eb3a1dd673 Bump axios from 0.18.0 to 0.18.1 (#974)
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-04 00:09:30 -07:00
b12f15de52 Bump handlebars from 4.1.0 to 4.1.2 (#973)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-04 00:04:43 -07:00
e1e4c006d2 Bump fstream from 1.0.11 to 1.0.12 (#972)
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases)
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-04 00:00:41 -07:00
d3abbcf9d5 feat: Added tooltips to editor controls 2019-07-03 21:32:21 -07:00
34f011d99f Bump RME (fixes special chars in code blocks) 2019-06-29 00:04:26 -07:00
232216193f fix: Correctly detect Slack team 2019-06-27 22:35:49 -07:00
5a6b9caabc fix: bring local and remote delete inline 2019-06-26 22:18:18 -07:00
ce675a7fe2 fix: Remove collections/document when removed elsewhere 2019-06-26 22:10:24 -07:00
3d7eb11a49 fix: react warning with DropToImport 2019-06-26 22:10:07 -07:00
8200e36b89 fix: Accessibility warning with react-modal 2019-06-26 22:09:52 -07:00
1ed257de62 fix: Race condition fetching collection after doc create 2019-06-26 20:24:20 -07:00
f0de382367 fix: Deeply nested document breadcrumb menu 2019-06-25 23:21:04 -07:00
5f8956e5c6 fix: more language cleanup 2019-06-25 22:06:20 -07:00
b93824915d fix: Settings screen cleanup 2019-06-25 21:53:23 -07:00
7aea6458ce fix: Update email in auth service should update email in Outline 2019-06-25 21:44:46 -07:00
424af9e72c feat: Show account email address on notification settings 2019-06-25 21:38:23 -07:00
c9c5e43389 fix: add support for help slack command 2019-06-25 20:43:59 -07:00
46ad1feb96 chore: Remove welcome email for Slack users (against TOS) 2019-06-25 20:28:45 -07:00
8faed5de6f chore: update about page 2019-06-25 00:22:27 -07:00
5c39287a59 Merge branch 'mogita-update-installation-guide' 2019-06-24 23:08:06 -07:00
b9e48e86c1 Remove ap- from AWS_REGION example 2019-06-24 23:07:54 -07:00
d39260c5c7 Merge branch 'update-installation-guide' of https://github.com/mogita/outline into mogita-update-installation-guide 2019-06-24 22:59:43 -07:00
d5192acabf feat: invites (#967)
* stub invite endpoint

* feat: First pass invite UI

* feat: allow removing invite rows

* First pass: sending logic

* fix: label accessibility

* fix: add button submits
incorrect permissions
middleware flow error

* 💚

* Error handling, email filtering, tests

* Flow

* Add Invite to people page
Remove old Tip

* Add copy link to subdomain
2019-06-24 22:14:59 -07:00
1c8e074662 fix: remove redundant line breaks 2019-06-24 13:27:22 +08:00
4bea33eae0 Add port number to test db 2019-06-24 11:31:14 +08:00
c278172290 Merge from upstream master 2019-06-24 11:29:21 +08:00
fefb9d0c13 Prefer yarn for building 2019-06-24 11:22:56 +08:00
c865c57f92 Add port number 2019-06-24 11:22:16 +08:00
f406faf08e chore: remove asyncLock
closes #928
2019-06-23 17:57:37 -07:00
0a8a685c12 fix: improved pagination validation 2019-06-23 16:11:15 -07:00
32f83311f6 chore: upgrade sequelize (#965)
* 0.18.0

* chore: Upgrade sequelize 4 -> 5

* fix: migrations v5 support

* fix: Majority of test failures

* fix: the rest of v5 tests
2019-06-23 15:49:45 -07:00
595adeb55f 0.18.0 2019-06-19 00:35:13 -07:00
0079593446 Fix: Now supports AWS signature version 4. (#949)
* intial commiy

* cleaning code

* added makeCredential to s3.js and removed extra module dependecy

* lint fixes

* minor fix

* minor fixes

* changed encoding type from string to any

* added new env var to env.sample
2019-06-19 00:33:38 -07:00
ebd9535cb4 Flow 2019-06-19 00:06:24 -07:00
318ad18894 closes #944 2019-06-18 23:45:29 -07:00
e9e21f280e closes #964 2019-06-18 23:39:29 -07:00
86b2dbf5c8 docs: Add append flag to documentation 2019-06-13 23:38:57 -07:00
7dfe8785a2 Added ability to append to documents. Added test cases for the same (#963)
* added ability to append to documents. Added test cases for the same

* made changes required for lint test

* updated snapshot for document.test.js to reflect new test cases added

* append should not enforce newline character
2019-06-13 23:36:24 -07:00
4448ea8e4b Update placeholders 2019-05-31 11:27:01 +08:00
cb0da79be3 Update installation guide 2019-05-31 11:26:26 +08:00
18a5cd8765 Bump RME 2019-05-25 22:30:03 -07:00
ad51ac28b1 Table editing (#955)
* WIP

* Up deps
2019-05-25 11:26:51 -07:00
c6ae18503a Closes #903 - Added more syntax highlighters 2019-05-19 18:45:42 -07:00
2db8cdc7d1 Fixes #952 – Page jump 2019-05-19 17:49:51 -07:00
8942c7afe8 Add integration pages for Abstract integration 2019-05-07 20:02:23 -07:00
402638ca54 Added: Abstract public share embed support 2019-05-07 19:46:02 -07:00
d5f6311bbc Fixed: Added support for new loom domain name 2019-05-07 19:32:03 -07:00
3eb67eaecf Fixes: Calm notifications when hitting CMD+S while editing 2019-04-23 20:54:24 -07:00