Caleb
2324f08d69
Rename setUser
to restoreUser
.
2017-10-09 12:04:05 -06:00
Caleb
e69c8dd3fc
Fix broken login when backend changed in config.
...
If the backend was changed in the config, the user from the old backend
would be passed to the new backend, which could cause errors if the
format was different.
2017-10-09 12:04:05 -06:00
Caleb
53e5dfee7c
Check user permissions and metadata every CMS load.
...
Before, if the CMS was loading user OAuth credentials from
`localStorage`, then user write access would not be checked again.
However, the `config.yml` repo could be changed, which would cause the
user to be still logged in even if they did not have write permissions.
Also, if the user had updated their metadata (avatar, etc.), the CMS
would not update that either.
2017-10-09 12:04:05 -06:00
Shawn Erquhart
717c14d116
Merge pull request #651 from dopry/xx_remove_urlize
...
Remove unused urlize
2017-10-05 16:51:18 -04:00
Shawn Erquhart
c132df9f18
force focus back to editor after undo/redo
2017-10-05 10:24:15 -07:00
Shawn Erquhart
1cf7b74eb9
fix visual editor block closing
2017-10-05 10:24:15 -07:00
Shawn Erquhart
be4609e54d
trim trailing whitespace from markdown
2017-10-05 10:24:15 -07:00
Shawn Erquhart
852b6f397c
ensure against trailing shortcodes in visual editor
2017-10-05 10:24:15 -07:00
Shawn Erquhart
d8a7608a25
fix bugs due to Slate "nodes" properties being boolean
2017-10-05 10:24:15 -07:00
Shawn Erquhart
dd9d49117a
do not squash references without definitions
2017-10-05 10:24:15 -07:00
Shawn Erquhart
9fbdbf5171
stop markdown shortcodes from being escaped
2017-10-05 10:24:15 -07:00
Shawn Erquhart
a89427dd8b
add editor rule to ensure plain text in code blocks
2017-10-05 10:24:15 -07:00
Shawn Erquhart
70e8eae599
migrate Text.createFromString to Text.create
2017-10-04 15:48:33 -04:00
Shawn Erquhart
39f65476c3
migrate insertBlock empty block replacement
2017-10-04 15:48:33 -04:00
Shawn Erquhart
cd0254407e
migrate Block.create to specify children
2017-10-04 15:48:33 -04:00
Shawn Erquhart
a5c1bb2bff
migrate to new slate packages
2017-10-04 15:48:33 -04:00
Shawn Erquhart
a5b053e1c3
remove deprecated terse serialization option
2017-10-04 15:48:32 -04:00
Shawn Erquhart
99673ee3cc
support code blocks with multiple text nodes
2017-10-04 15:48:32 -04:00
Shawn Erquhart
bbf165d3b0
migrate text nodes to use ranges
2017-10-04 15:48:32 -04:00
Shawn Erquhart
7a219bb833
migrate from Raw serializer to fromJSON/toJSON
2017-10-04 15:48:32 -04:00
Shawn Erquhart
155a0f972e
migrate from onDocumentChange to onChange
2017-10-04 15:48:32 -04:00
Shawn Erquhart
2448ed918a
remove undo/redo override, fixed in 0.22
2017-10-04 15:48:32 -04:00
Shawn Erquhart
af2eb78e2b
migrate from transform API to change API
2017-10-04 15:48:32 -04:00
Darrel O'Pry
2617621a47
Remove unused urlize
2017-10-04 12:37:54 -04:00
Caleb
57202376ba
Update tests.
...
Thanks @dopry!
2017-10-03 20:27:42 -06:00
Caleb
793afc8b73
Remove mutation from sanitizeIRI
.
2017-10-03 20:27:30 -06:00
Caleb
fdc4054fbd
Remove recursion for sanitizeIRI
replacement checking.
2017-10-03 19:21:58 -06:00
Caleb
451c69cb87
Fix alternate replacement not always working in sanitizeSlug
.
2017-10-03 18:46:12 -06:00
Caleb
b8006bbcbe
Update slug sanitization errors.
2017-10-03 18:11:45 -06:00
Darrel O'Pry
ddcf009fc6
add sanitizeSlug tests.
2017-10-03 19:28:28 -04:00
Caleb
2b64fbfba6
Allow empty options object for sanitizeSlug
.
2017-10-03 16:16:24 -06:00
Caleb
716f55cd8e
Make sure sanitizeIRI
replacement character is safe.
2017-10-03 16:15:53 -06:00
Caleb
476ff2e1ab
Add tests for sanitizeIRI.
2017-10-03 16:15:52 -06:00
Caleb
f40f58b7dd
Add default replacment to sanitizeIRI.
2017-10-03 16:15:52 -06:00
Caleb
be28f895bc
Document slug sanitizing functions.
2017-10-03 16:15:51 -06:00
Caleb
8fb326ff2b
Make sanitizeSlug
immutable.
...
Thanks @erquhart!
2017-10-03 16:15:42 -06:00
Caleb
72492749d9
Move slug sanitizer to a seperate function.
2017-10-03 13:03:28 -06:00
Caleb
4e5a004010
Make ucschars
regex smaller.
2017-10-03 13:03:27 -06:00
Caleb
9bc65cd0ac
Re-implement standard slugification with IRIs instead of URIs.
2017-10-03 13:03:26 -06:00
Caleb
8a2b4fc843
Sanitize entire slug instead of just parts.
2017-10-03 13:03:26 -06:00
Caleb
d895112f9d
Replace spaces in slugs/filenames with dashes.
2017-10-03 13:03:25 -06:00
Caleb
d21de7e82e
Remove periods from filenames/slugs.
2017-10-03 13:03:25 -06:00
Caleb
51b89cc84b
Switch from slug
to sanitize-filename
.
2017-10-03 13:03:22 -06:00
Caleb
5bb9784807
Update react-toolbox
CSS to be a full copy.
2017-10-02 19:31:07 -06:00
Shawn Erquhart
8ebfd675ba
update to react-toolbox 2.0 beta
2017-10-02 19:31:06 -06:00
Caleb
2ac54cb778
Merge pull request #643 from netlify/upgrade-ui-deps
...
Upgrade UI dependencies.
2017-10-02 18:55:34 -06:00
Caleb
9075a87c9d
Upgrade react-notifications
.
2017-10-02 16:44:32 -06:00
Caleb
9053c1841f
Upgrade react-transition-group
.
2017-10-02 16:43:30 -06:00
Caleb
b80c417429
Switch to a smaller/faster TOML parser.
2017-10-01 17:21:23 -06:00
Shawn Erquhart
d1b25851fd
Merge pull request #629 from netlify/editor-fast-follow
...
editor fast follow
2017-09-29 13:05:27 -04:00