Tom Moor
75b03fdba2
Bump RME
2019-08-04 12:59:14 -07:00
dependabot[bot]
28954a19af
chore(deps): bump lodash from 4.17.11 to 4.17.13 ( #987 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-07-12 13:32:56 -07:00
Tom Moor
c9da515d4c
fix: force resolution of js-yaml (WS-2019-0063)
2019-07-09 21:32:42 -07:00
Tom Moor
3d805d5fe7
chore: tooltip update / remove css loader ( #985 )
...
* fix: Add suspended filter to people management #984
* chore: removing css loader
* pui-react-tooltip -> tippy
closes #980
* remove extract-text-plugin
2019-07-09 21:17:25 -07:00
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
Tom Moor
d3abbcf9d5
feat: Added tooltips to editor controls
2019-07-03 21:32:21 -07:00
Tom Moor
34f011d99f
Bump RME (fixes special chars in code blocks)
2019-06-29 00:04:26 -07:00
Tom Moor
f406faf08e
chore: remove asyncLock
...
closes #928
2019-06-23 17:57:37 -07:00
Tom Moor
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
Tom Moor
318ad18894
closes #944
2019-06-18 23:45:29 -07:00
Tom Moor
18a5cd8765
Bump RME
2019-05-25 22:30:03 -07:00
Tom Moor
ad51ac28b1
Table editing ( #955 )
...
* WIP
* Up deps
2019-05-25 11:26:51 -07:00
Tom Moor
c6ae18503a
Closes #903 - Added more syntax highlighters
2019-05-19 18:45:42 -07:00
Tom Moor
2db8cdc7d1
Fixes #952 – Page jump
2019-05-19 17:49:51 -07:00
Tom Moor
6d03257cc1
Bump RME – More editor fixes
2019-04-23 20:22:49 -07:00
Tom Moor
da7fdfef0a
Improved search filtering ( #940 )
...
* Filter search by collectionId
* Improve spec, remove recursive import
* Add userId filter for documents.search
* 💚
* Search filter UI
* WIP UI
* Date filtering
Prevent dupe menu
* Refactor
* button
* Added year option, improved hover states
* Add new indexes
* Remove manual string interpolation in SQL construction
* Move dateFilter validation to controller
* Fixes: Double query when changing filter
Fixes: Visual jump between filters in dropdown
* Add option to clear filters
* More clearly define dropdowns in dark mode
* Checkbox -> Checkmark
2019-04-23 07:31:20 -07:00
Tom Moor
0bc6662366
Update RME: Fixes horizontal rules being interpreted as headings
2019-04-17 23:09:43 -07:00
Tom Moor
07a941a65d
Websocket Support ( #937 )
...
* Atom / RSS meta link
* Spike
* Feeling good about this spike now
* Remove document.collection
* Remove koa.ctx from all presenters to make them portable outside requests
* Remove full serialized model from events
Move events.add to controllers for now, will eventually be in commands
* collections.create event
parentDocument -> parentDocumentId
* Fix up deprecated tests
* Fixed: Doc creation
* documents.move
* Handle collection deleted
* 💚
* Authorize room join requests
* Move starred data structure
Account for documents with no context on sockets
* Add socket.io-redis
* Add WEBSOCKETS_ENABLED env variable to disable websockets entirely for self hosted
New installations will default to true, existing installations to false
* 💚 No need for promise response here
* Reload notice
2019-04-17 19:11:23 -07:00
Tom Moor
0c1bf1586d
Closes outline/issues#926
...
Closes outline/issues#888
Added native lazy loading in prep for Chrome release
2019-04-10 21:06:53 -07:00
Tom Moor
a3ca3447d1
Closes #929 – Clarify pin feature
2019-04-08 21:47:27 -07:00
Tom Moor
705938e622
Bump RME, fix tab to indent lists
2019-04-07 15:57:05 -07:00
Tom Moor
642c11ff7d
Document Archive ( #921 )
...
* WIP: Archive
* WIP
* Finishing up archive endpoints
* WIP
* Update docs
* Flow
* Stash
* Add toast message confirmations
* Redirect handling, fixed publishhing info for archived docs
* Redirect to collection instead of home, remove unused pub info
* Account for deleted parent
* Trash -> Archive
Allow reading of archived docs
* Dont overload deletedAt
* Fixes
* 💚
* ParentDocumentId wipe for unarchived sub docs
* Fix: CMD+S exits editing
Fix: Duplicate user name on published but unedited docs
* Improve jank on paginated lists
* Prevent editing when archived
* 💚
Separate lint / flow steps
2019-04-06 16:20:27 -07:00
Tom Moor
76957865bb
Ensure normalize on load, imported documents arent safe
2019-03-31 14:39:55 -07:00
Tom Moor
1883e77d5c
Bump RME, improve perf
2019-03-30 23:36:02 -07:00
Tom Moor
1ef528bbd7
Bump RME - closes #915
2019-03-13 23:49:54 -07:00
Tom Moor
a7d49e9042
Bump production dependencies with open CVEs
...
closes #916
2019-03-13 23:11:03 -07:00
Tom Moor
7b7ec52eee
Bump production dependencies with open CVEs
2019-03-12 23:54:35 -07:00
Tom Moor
59c82f1f06
Dark Mode ( #912 )
...
closes #704
2019-03-12 21:35:35 -07:00
Tom Moor
3db1a6679a
Bump RME
2019-03-07 08:44:57 -08:00
Tom Moor
f1c14f943e
Bump RME
2019-03-02 20:35:28 -08:00
Tom Moor
4a90c57dfe
More dependency upgrades
2019-03-02 16:02:44 -08:00
Tom Moor
565a0006c9
Remove lint-staged dependency
2019-03-02 15:56:41 -08:00
Tom Moor
78ee921244
Upgrade slug dependency
2019-03-02 15:51:02 -08:00
Tom Moor
f705da4f3b
Update dependencies
2019-03-02 15:39:18 -08:00
Tom Moor
b4796e5b35
Fixes: Cookie encoding issues
2019-02-28 23:23:44 -08:00
Tom Moor
1d93acefeb
Bump RME – Fixes scroll to anchor
...
closes #902
2019-02-20 21:00:40 -08:00
Tom Moor
15bc0e7629
Bump RME – Improves keyboard behavior around deleting inline code
2019-02-17 00:39:06 -08:00
Tom Moor
fdb49cf153
Bump RME: Includes fix for addition marks disappearing
2019-02-15 21:48:54 -08:00
Tom Moor
721332e87a
Update RME – Fixes: Individual code lines are scrollable
2019-02-09 16:09:02 +07:00
Tom Moor
945e7ffb7b
Fixes: Imported tables are normalized out of document
2019-02-08 10:23:02 +07:00
Tom Moor
c2e58898d8
Fixes: Multiline blockquotes collapse
2019-01-27 22:43:40 +00:00
Tom Moor
e7e94cdef2
Bump RME
2019-01-26 17:08:00 +00:00
Tom Moor
1768a1921d
Fixes: Issue with embeds disappearing 🙈
2019-01-22 12:43:54 +00:00
Tom Moor
39a61d8559
Upgrade Dependencies ( #873 )
...
* Loading placeholder
* Upgrade dependencies, reduce warnings
* 👕
* Remove more unused deps
* Bump RME
2019-01-21 11:06:44 -08:00
Tom Moor
2d48eb46a9
Closes #868
2019-01-19 13:11:11 -08:00
Tom Moor
d21dd710bb
Upgrade Editor – Slate 0.44 / RME 8.0.0 ( #863 )
...
* Upgrade Slate
* Normalization
* Remove dupe dep
* Fixes placeholders
* Image uploading fixed
* Verbose but solid placeholder handling
* RME 8.0.0
* Fixes: Ability to delete embeds
2019-01-18 22:44:31 -08:00
Tom Moor
ef583314e0
Remove parse-domain dependency ( #856 )
...
* Remove parse-domain dependency
* Remove only, add commentary
* Update lockfile
2019-01-12 13:50:30 -08:00
Tom Moor
8c02b0028c
Collection Permissions ( #829 )
...
see https://github.com/outline/outline/issues/668
2019-01-05 13:37:33 -08:00