Commit Graph

57 Commits

Author SHA1 Message Date
Tom Moor 1285efc49a
feat: I18n (#1653)
* feat: i18n

* Changing language single source of truth from TEAM to USER

* Changes according to @tommoor comments on PR

* Changed package.json for build:i18n and translation label

* Finished 1st MVP of i18n for outline

* new translation labels & Portuguese from Portugal translation

* Fixes from PR request

* Described language dropdown as an experimental feature

* Set keySeparator to false in order to cowork with html keys

* Added useTranslation to Breadcrumb

* Repositioned <strong> element

* Removed extra space from TemplatesMenu

* Fortified the test suite for i18n

* Fixed trans component problematic

* Check if selected language is available

* Update yarn.lock

* Removed unused Trans

* Removing debug variable from i18n init

* Removed debug variable

* test: update snapshots

* flow: Remove decorator usage to get proper flow typing
It's a shame, but hopefully we'll move to Typescript in the next 6 months and we can forget this whole Flow mistake ever happened

* translate: Drafts

* More translatable strings

* Mo translation strings

* translation: Search

* async translations loading

* cache translations in client

* Revert "cache translations in client"

This reverts commit 08fb61ce36384ff90a704faffe4761eccfb76da1.

* Revert localStorage cache for cache headers

* Update Crowdin configuration file

* Moved translation files to locales folder and fixed english text

* Added CONTRIBUTING File for CrowdIn

* chore: Move translations again to please CrowdIn

* fix: loading paths
chore: Add strings for editor

* fix: Improve validation on documents.import endpoint

* test: mock bull

* fix: Unknown mimetype should fallback to Markdown parsing if markdown extension (#1678)

* closes #1675

* Update CONTRIBUTING

* chore: Add link to translation portal from app UI

* refactor: Centralize language config

* fix: Ensure creation of i18n directory in build

* feat: Add language prompt

* chore: Improve contributing guidelines, add link from README

* chore: Normalize tab header casing

* chore: More string externalization

* fix: Language prompt in dark mode

Co-authored-by: André Glatzl <andreglatzl@gmail.com>
2020-11-29 20:04:58 -08:00
Tom Moor a94012a03a chore: Drop and create test database automatically between runs
docs: Update README to specify using make to run tests
2020-11-11 16:58:45 -08:00
Tom Moor 6bb32c253b fix: Unable to run migrations in latest image. Added option to run non-SSL migration in production 2020-09-27 10:32:08 -07:00
Tom Moor 3940f1a108 Update README.md 2020-09-14 19:29:55 -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 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 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 18cf148bd1
chore: Improve performance in dev by running Node/Yarn outside of docker (#1271)
* Improve performance in dev by running Node/Yarn outside of docker

* Transpose exposed port numbers by 100, so less likely conflict with host processes
2020-05-17 18:12:48 -07:00
Tom Moor 82749ffbd8
Remove Spectrum badge 2020-05-12 08:27:17 -07:00
Tom Moor 7c1aa7622a
Update README screenshot 2020-04-05 17:01:54 -07:00
Tom Moor f94efaada8
Update README screenshot 2020-04-05 17:00:30 -07:00
Nan Yu f521543b0a
Update README.md 2020-03-30 08:57:21 -07:00
Nan Yu 7da0d7589e
minor ergonomic updates to readme 2020-03-30 08:26:37 -07:00
Tom Moor 6c451a34d4
Update README.md 2020-03-13 20:15:57 -07:00
Tom Moor 6b378bf78f
Remove link to old roadmap [ci skip] 2019-12-15 21:21:27 -08:00
Tom Moor a2a7f5ef5c
Update docs to recommend against using .env in prod [ci skip] 2019-12-05 16:57:17 -08:00
Tom Moor 9427f06031
Added minimum Redis version. [ci skip] 2019-12-05 16:52:32 -08:00
Tom Moor 7e62b3b9aa
chore: Upgrade Node to v12 (#1023)
* chore: Upgrade Node to v12

* test: Upgrade test node image
2019-08-23 18:14:51 -07:00
Tom Moor 8ac47074fe
Update README.md 2019-07-07 09:29:56 -07:00
Nan Yu 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
mogita fefb9d0c13
Prefer yarn for building 2019-06-24 11:22:56 +08:00
mogita cb0da79be3
Update installation guide 2019-05-31 11:26:26 +08:00
Tom Moor 763f57a3dc
Move document improvements (#927)
* Show all collections in UI

* Introduce command pattern

* Actually remove from previous collection

* Stash

* Fixes: Promises resolved outside of response lifecycle

* 💚

* 💚

* documentMover tests

* Transaction

* Perf. More in transactions
2019-04-08 21:25:13 -07:00
Satyadeep 4015b19484
Fixed broken License link in Readme
The previous link was giving 404. Changed the relative URL to absolute URL.
2019-01-16 15:47:18 +05:30
Tom Moor 61cce88ef8
Add note on Google Auth to README [ci skip] 2018-09-30 23:32:06 -07:00
Tom Moor f78d9cb072
Link CI status correctly [ci skip] 2018-09-29 22:28:28 -07:00
Tom Moor 9de4ed89e1
[ci skip] Added roadmap 2018-06-23 13:52:20 -07:00
Tom Moor 0942deec38
[ci skip] Add styled components badge 2018-06-09 18:59:49 -07:00
Tom Moor 8c62b6e07a Improve error screen for not found share link 2018-05-26 12:22:14 -07:00
Tom Moor bc9d75fcae
Updated note on editor source code 2018-05-19 14:34:54 -07:00
Tom Moor d9937b5bd4
Fix squashed image in README on mobile 2018-05-19 14:32:08 -07:00
R.Ganesh 616f1e071a
Update README.md 2018-03-26 21:24:03 +05:30
Tom Moor 9d441fc51a
Webhook / Integration Event bus (#499)
* First bash at an event bus for webhooks and integrations

* Refactoring

* poc

* Revert too wide ranging changes
Move to two-queues
2018-01-13 10:46:29 -08:00
Jori Lallo a8865e5ce9
Update README.md 2018-01-01 12:26:04 -08:00
Jori Lallo 04e146993b
Update README.md 2018-01-01 12:23:03 -08:00
Jori Lallo ceb36ef8c6
Update README.md 2018-01-01 12:19:09 -08:00
Jori Lallo 421cafecbf Updated text and added a section on testing 2017-12-30 20:07:38 +02:00
Jori Lallo 71cb7aa9b5 Reworded README based on feedback 2017-12-30 19:25:48 +02:00
Jori Lallo 3ae875c935
Improved README 2017-12-27 14:23:41 +02:00
Tom Moor ec86b9fe8c Update sample .env
Update README to reflect new process
2017-12-10 17:38:56 -08:00
Tom Moor 8da662cb27
Update README.md 2017-11-26 13:18:14 -08:00
Jori Lallo 526833ef87 Circle badge and removed app.json 2017-11-19 01:16:02 -08:00
Jori Lallo c33c7f04d8 New dev commands and updates 2017-11-10 17:19:52 -08:00
Tom Moor 524d514682
Update README.md 2017-11-09 08:31:52 -08:00
Jori Lallo 12d20611d6
Update README.md 2017-11-09 00:03:41 -08:00
Jori Lallo b97497460b nits 2017-10-30 22:24:51 -07:00
Jori Lallo 317214ce13 SEQUELIZE_SECRET changes 2017-10-30 00:26:45 -07:00
Jori Lallo bcd10584a8 Updates to README 2017-10-30 00:23:22 -07:00
Jori Lallo 8b4f8f46a4
Update README.md 2017-10-30 00:13:05 -07:00
Jori Lallo be58c5a451 README updates 2017-10-15 18:36:22 -07:00