|
f3c7fb8bc6
|
Fixes #593
|
2018-02-24 20:44:13 -08:00 |
|
|
5b6c908215
|
More granular error responses
|
2018-02-19 23:31:18 -08:00 |
|
|
d73196594d
|
Correct ApiKey delete auth check
|
2018-02-18 13:10:17 -08:00 |
|
|
7a0aa0ecf8
|
Add additional future-proofing auth checks for creation
|
2018-02-18 11:08:43 -08:00 |
|
|
e3e084130c
|
Add missing snap
|
2018-02-18 10:58:54 -08:00 |
|
|
83f32be6f7
|
Add missing authorization on views endpoints
Updated ApiKeys authorization to match elsewhere
|
2018-02-18 10:56:56 -08:00 |
|
|
e84fb5e6ba
|
Update team and collection authorization
|
2018-02-18 01:14:51 -08:00 |
|
|
2f81eb5e87
|
Added more structure and tests to our authorization code
|
2018-02-18 00:11:48 -08:00 |
|
|
8ebf748cf6
|
Merge pull request #585 from outline/jori/koa-onerror
Catch server errors with koa-onerror
|
2018-02-11 11:19:08 -08:00 |
|
|
6caba86751
|
Mobile Responsive Styles (#580)
* WIP: Responsive styles
* Flip breakpoints, ensure doc doesn't spread
* Add MenuIcon
* Refactor Sidebar to share mobile responsive styles
* Fix accidental find/replace
* Tweak padding to take into account icon spacing
|
2018-02-10 23:24:12 -08:00 |
|
|
5758c0d6ba
|
Catch server errors with koa-onerror
|
2018-02-10 22:58:22 -08:00 |
|
|
b47771c56f
|
Order document structure alphabetically
|
2018-02-06 23:26:14 -08:00 |
|
|
5588897271
|
Merge pull request #564 from outline/jori/route-fixes
Search and routing fixes
|
2018-02-06 21:56:24 -08:00 |
|
|
b93ccf5fcc
|
Check for parent document existance (#567)
|
2018-02-04 23:43:43 -08:00 |
|
|
8f53755258
|
Filter headers (#566)
|
2018-02-04 22:32:13 -08:00 |
|
|
a941e04d08
|
Removed useless catch
|
2018-02-04 17:28:14 -08:00 |
|
|
ae4aed6fe0
|
Move title validation to server (#552)
closes issue-546
|
2018-01-31 19:23:33 -08:00 |
|
|
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 |
|
|
dd9d3351b8
|
Added social links (#535)
|
2018-01-29 23:41:43 -08:00 |
|
|
f870cd88bc
|
Slack hooks fixes and improvements
closes #533
|
2018-01-28 19:37:14 -08:00 |
|
|
2b2bc376ce
|
Merge pull request #532 from outline/jori/collection-delete-fixes
Fixed collection deletion
|
2018-01-28 17:54:53 -08:00 |
|
|
5ab423108a
|
Fixed collection deletion
|
2018-01-28 17:04:53 -08:00 |
|
|
66fa88fcab
|
Fixes 400 error response from slack hook
Split results into individual attachments
|
2018-01-28 17:00:20 -08:00 |
|
|
de6778fc42
|
Fixes: LI spacing in documents got accidentally increased
|
2018-01-28 16:27:19 -08:00 |
|
|
8cdc09339b
|
Merge pull request #519 from outline/jori/prefetch
Added link=“prefetch” tags
|
2018-01-26 11:21:34 -08:00 |
|
|
77a53718a3
|
Merge branch 'master' into jori/slack-tweaks
|
2018-01-23 23:02:51 -08:00 |
|
|
47ce9f816f
|
a note about slack slash command
|
2018-01-23 23:01:57 -08:00 |
|
|
1dd06db566
|
Slack tag
|
2018-01-23 23:01:32 -08:00 |
|
|
0f790b37e3
|
moved to fs read
|
2018-01-23 22:38:18 -08:00 |
|
|
598477fedb
|
Merge pull request #520 from outline/jori/about-page
About page
|
2018-01-23 22:37:39 -08:00 |
|
|
51409bcbc7
|
Update About.js
|
2018-01-23 22:00:19 -08:00 |
|
|
a4323f1ea1
|
Edits, grammar, correct apostrophe
|
2018-01-22 20:51:25 -08:00 |
|
|
b99ed0cee3
|
Added about page
|
2018-01-21 23:59:19 -08:00 |
|
|
bc403faa8e
|
Added link=“prefetch” tags
|
2018-01-21 22:25:37 -08:00 |
|
|
69af7f4efe
|
disallow robots index for self hosted deployments
|
2018-01-21 18:47:43 -08:00 |
|
|
1b5513be0c
|
Use URL env
|
2018-01-21 18:47:13 -08:00 |
|
|
1eb6d14298
|
Added more metatarsi + screenshot
|
2018-01-18 00:01:34 -08:00 |
|
|
eb1ba1a6be
|
changed copy
|
2018-01-17 22:18:55 -08:00 |
|
|
a6584714c3
|
New onboarding document
|
2018-01-17 22:18:55 -08:00 |
|
|
bcbca3cf41
|
Added a simple test for unfurl enpoint
|
2018-01-15 14:07:29 -08:00 |
|
|
4c9bff478a
|
Revert auth changes
|
2018-01-15 14:07:12 -08:00 |
|
|
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 |
|
|
94dfebe5a0
|
Addressed PR feedback
|
2017-12-30 19:48:43 +02:00 |
|
|
8f045b5c34
|
Updated snap
|
2017-12-27 12:59:27 +02:00 |
|
|
80c8912c10
|
Nicer formatting
|
2017-12-26 15:14:28 +02:00 |
|
|
7e44edad42
|
Added API docs
|
2017-12-26 15:12:10 +02:00 |
|
|
26d0d815a2
|
Admin endpoints
|
2017-12-26 15:08:11 +02:00 |
|
|
a74e90fc09
|
Move auth to router.use
|
2017-12-26 15:08:10 +02:00 |
|
|
4406ec8e15
|
Added adminOnly auth option and auth middleware tests
|
2017-12-26 15:07:27 +02:00 |
|
|
c4d1490d01
|
Added migration for adding initial admins
|
2017-12-26 15:06:53 +02:00 |
|