Commit Graph

1403 Commits

Author SHA1 Message Date
Tom Moor f4cab58aee Added probot's config 2018-02-10 16:31:30 -08:00
Tom Moor 78410268cc
Merge pull request #579 from outline/upgrade-slate
Upgrade Slate
2018-02-07 23:34:06 -08:00
Tom Moor 2f06db0b87 Upgrade Slate 3 point releases, fixes a number of the editor JS issues we've seen 2018-02-07 23:19:41 -08:00
Jori Lallo 872ca56d99
Merge pull request #577 from outline/revert-573-jori/rename-atlasid
Revert "Renamed Document#atlasId finally"
2018-02-07 11:36:36 -08:00
Jori Lallo c92697a8a8
Revert "Renamed Document#atlasId finally" 2018-02-07 11:32:18 -08:00
Jori Lallo 1e05189bc9
Merge pull request #573 from outline/jori/rename-atlasid
Renamed Document#atlasId finally
2018-02-07 09:56:07 -08:00
Jori Lallo f08b3e0ac5 Renamed Document#atlasId finally 2018-02-07 00:04:39 -08:00
Jori Lallo 3b785dcd59
Merge pull request #570 from outline/jori/fix-toc
Fix TOC
2018-02-06 22:53:47 -08:00
Jori Lallo abcab12b97 Fix TOC 2018-02-06 22:40:13 -08:00
Jori Lallo 5588897271
Merge pull request #564 from outline/jori/route-fixes
Search and routing fixes
2018-02-06 21:56:24 -08:00
Jori Lallo 9fad61c4b4
Fix code overflow. Fixes #563 (#565) 2018-02-04 23:43:57 -08:00
Jori Lallo b93ccf5fcc
Check for parent document existance (#567) 2018-02-04 23:43:43 -08:00
Tom Moor ff286b2eb5 Update favicon (#556) 2018-02-04 22:51:33 -08:00
Jori Lallo 8f53755258
Filter headers (#566) 2018-02-04 22:32:13 -08:00
Jori Lallo bfb5e8e6b6 Exhaustive types 2018-02-04 17:31:12 -08:00
Jori Lallo a941e04d08 Removed useless catch 2018-02-04 17:28:14 -08:00
Jori Lallo 2b81cea277 Search fixes 2018-02-04 17:27:57 -08:00
Tom Moor 47da3f2b9b
Increase collections pagination limit (#561)
* I think this is the pragmatic solution for now. We can readdress later.
Also renamed fetchAll, to the more accurate fetchPage

* 💚
2018-02-04 12:30:35 -08:00
Tom Moor f076582ce4
Fixes code blocks (#554)
* Fixes code blocks

* Flow ignore uncompiled files

* 💚

* big > bug
2018-02-04 12:30:22 -08:00
Tom Moor ba602861af
Merge pull request #551 from outline/tommoor-patch-1
Update CHANGELOG
2018-01-31 20:41:45 -08:00
Tom Moor ae4aed6fe0 Move title validation to server (#552)
closes issue-546
2018-01-31 19:23:33 -08:00
Tom Moor 53c2e62d7c
Update CHANGELOG.md 2018-01-31 00:00:49 -08:00
Tom Moor c24ef20a24
Merge pull request #549 from lex111/empty-collection-actions
Add actions for empty collections
2018-01-30 23:47:31 -08:00
Tom Moor a7e4710315
Merge branch 'master' into empty-collection-actions 2018-01-30 23:39:43 -08:00
Tom Moor b1ef4ef7b9
Merge pull request #541 from outline/issue-537
Fixes Collection ... menu not working
2018-01-30 22:56:35 -08:00
Tom Moor 48793a4cef callback > promise 2018-01-30 22:49:48 -08:00
Tom Moor 0cb20657e5
Merge pull request #544 from outline/issue-startblock
Fix JS error where selection has no startBlock
2018-01-30 22:18:04 -08:00
Tom Moor 7da3e1db7f
Merge pull request #548 from lex111/patch-1
Fixed database urls in .env.sample file
2018-01-30 22:17:42 -08:00
Tom Moor 637aaf9702
Merge pull request #545 from outline/list-styling
Fixes: LI spacing in documents got accidentally increased
2018-01-30 22:13:03 -08:00
Alexey Pyltsyn c559b52c0a Add actions for empty collections 2018-01-31 00:16:20 +03:00
Alexey Pyltsyn 4832bfe692
Fixed database urls in .env.sample file 2018-01-30 23:55:28 +03:00
Tom Moor 66c091cfbb Closes #538
Seems simple and obvious because it is, we should check that startBlock exists before using it
2018-01-30 08:24:49 -08:00
Jori Lallo dd9d3351b8
Added social links (#535) 2018-01-29 23:41:43 -08:00
Tom Moor 85a27593e8 Fix sidebar spacing, this needs a crazy refactor soon 2018-01-29 23:09:53 -08:00
Tom Moor 29aba6bfe6 Restores file import on sidebar menu 2018-01-29 23:04:45 -08:00
Tom Moor ba72ecb0e3 issue-537 2018-01-29 22:31:49 -08:00
Tom Moor 7be5b5fa0d
Merge pull request #539 from outline/tommoor-patch-1
Ensure Document remount on nav
2018-01-29 10:37:08 -08:00
Tom Moor e54e4b0d22
Update Document.js 2018-01-29 10:32:28 -08:00
Tom Moor cadf937f07
Merge pull request #534 from outline/slack-hook-improves
Slack hooks fixes and improvements
2018-01-28 19:47:39 -08:00
Tom Moor f870cd88bc Slack hooks fixes and improvements
closes #533
2018-01-28 19:37:14 -08:00
Jori Lallo 97268314fe
Map keyboard shortcuts on windows (#526)
* Map keyboard shortcuts on windows

* Fixed also saving commands

* Fix keyboard shortcut for keyboard shortcuts

* Fixed guide

* Cmd -> Mod
2018-01-28 17:57:45 -08:00
Jori Lallo 2b2bc376ce
Merge pull request #532 from outline/jori/collection-delete-fixes
Fixed collection deletion
2018-01-28 17:54:53 -08:00
Tom Moor 3d32bf88d3
Merge pull request #531 from outline/slack-hook-improves
Fixes 400 error response from slack hook
2018-01-28 17:51:06 -08:00
Jori Lallo 5ab423108a Fixed collection deletion 2018-01-28 17:04:53 -08:00
Tom Moor 54f1df304d
Merge pull request #529 from outline/remove-error-boundary
Remove Document error boundary
2018-01-28 17:02:52 -08:00
Tom Moor 66fa88fcab Fixes 400 error response from slack hook
Split results into individual attachments
2018-01-28 17:00:20 -08:00
Tom Moor de6778fc42 Fixes: LI spacing in documents got accidentally increased 2018-01-28 16:27:19 -08:00
Tom Moor d65f7577d4 remove-error-boundary 2018-01-28 16:04:59 -08:00
Tom Moor 7bdf8d3a83
Merge pull request #528 from outline/dep-updates
Updates editor dependencies
2018-01-28 16:01:34 -08:00
Tom Moor 6e5fcbd96b Updates a couple of editor dependencies that were lagging
Move webpack manifest plugin to prod dep (failing builds)
2018-01-28 11:08:50 -08:00