Tom Moor
fc7373a6f5
Return relevant context in search results returned to slack slash command
2018-08-05 00:34:08 -07:00
Tom Moor
71830d7c77
Further improved search result snippets
2018-08-04 22:46:55 -07:00
Tom Moor
f5a1f59290
Fix search result ordering
...
Add support for returning your own drafts in results
Added regression tests
2018-08-04 21:28:37 -07:00
Tom Moor
e192bcbaee
Improves ordering of search results
...
Modifies documents.search to return a context snippet and search ranking
Displays context snipped on search results screen
2018-08-04 18:32:56 -07:00
Tom Moor
96348ced38
Adds a new Slack message when connecting a channel for posting
2018-08-04 15:10:16 -07:00
Tom Moor
257061011c
Remove onCascade as it doesn't work with paranoid
2018-07-10 20:51:06 -07:00
Tom Moor
69677b31e4
Allow more than one user to be deleted 😂
2018-07-10 20:44:59 -07:00
Tom Moor
22d02da2f9
Wiping more information
...
Ensuring documents and collections created by user still load
2018-07-10 19:47:15 -07:00
Tom Moor
5f6236dd65
Merge master
2018-07-08 13:03:36 -07:00
Tom Moor
4976d53ed8
Remove password field
2018-07-07 18:19:13 -05:00
Tom Moor
465f819c45
Account deletion endpoint
2018-07-07 17:38:22 -05:00
Tom Moor
ae502c10c9
Revoked share links ( #664 )
...
* Move to revokation API for share links
* Respect revoked share links
Add documentation for shares endpoints
* 💚
2018-06-16 12:36:25 -07:00
Tom Moor
53a0f423c3
Track recently active and signin times ( #663 )
...
* Track recently active and signin times
* Trust proxy headers in production
2018-06-04 19:07:56 -07:00
Tom Moor
874235eb0f
User model cleanup
2018-06-04 15:08:29 -04:00
Tom Moor
4c9f86c7f7
Save avatars to le cloud in beforeSave hooks
...
Added encryption to uploads
Updated icon for team settings
2018-06-01 18:00:48 -04:00
Tom Moor
2337b9df7f
service -> serviceId
2018-06-01 15:13:05 -04:00
Tom Moor
72d874444e
DB migrations
...
Google button
2018-05-28 20:31:53 -07:00
Tom Moor
9000aa3aac
First pass at API
2018-05-12 23:14:06 -07:00
Tom Moor
67f2b3cce4
API endpoint accepts autosave
2018-05-06 22:13:52 -07:00
Tom Moor
518015f55b
Upgrade to Flow 0.71
2018-05-05 16:16:08 -07:00
Tom Moor
44cb509ebf
Post to Slack ( #603 )
...
* Migrations
* WIP: Integration model, slack perms / hooks
* So so rough it pains me. Building this new model is revealing just how much needs to be refactored
* Working connect and post
* Cleanup UI, upating documents
* Show when slack command is connected
* stash
* 💚
* Add documents.update trigger
* Authorization, tidying
* Fixed integration policy
* pick integration presenter keys
2018-04-03 20:36:25 -07:00
Jori Lallo
f5c1ddf8b9
added suspending admin email to error screen
2018-03-06 23:38:52 -08:00
Jori Lallo
1a8ca20fce
UI to prevent suspended users viewing the application
2018-03-04 22:18:23 -08:00
Jori Lallo
3d6b9466fb
Backend support
2018-03-04 15:38:51 -08:00
Tom Moor
18b0338736
Pinned documents ( #608 )
...
* Migrations and API for pinned documents
* Documentation
* Add pin icon
* Fin.
* v0.2.0
* Remove pin from DocumentPreview, add general menu
Add Pinned documents header
* Tidy
* Fixed: Drafts appearing on collection home
2018-02-28 23:28:36 -08:00
Tom Moor
9142d975df
Draft Documents ( #518 )
...
* Mostly there
* Fix up specs
* Working scope, updated tests
* Don't record view on draft
* PR feedback
* Highlight drafts nav item
* Bugaboos
* Styling
* Refactoring, gradually addressing Jori feedback
* Show collection in drafts list
Flow fixes
* Ensure menu actions are hidden when draft
2018-02-27 22:41:12 -08:00
Tom Moor
83f32be6f7
Add missing authorization on views endpoints
...
Updated ApiKeys authorization to match elsewhere
2018-02-18 10:56:56 -08:00
Tom Moor
e84fb5e6ba
Update team and collection authorization
2018-02-18 01:14:51 -08:00
Jori Lallo
b47771c56f
Order document structure alphabetically
2018-02-06 23:26:14 -08:00
Tom Moor
ae4aed6fe0
Move title validation to server ( #552 )
...
closes issue-546
2018-01-31 19:23:33 -08:00
Tom Moor
f870cd88bc
Slack hooks fixes and improvements
...
closes #533
2018-01-28 19:37:14 -08:00
Jori Lallo
5ab423108a
Fixed collection deletion
2018-01-28 17:04:53 -08:00
Jori Lallo
a6584714c3
New onboarding document
2018-01-17 22:18:55 -08:00
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
26d0d815a2
Admin endpoints
2017-12-26 15:08:11 +02:00
Jori Lallo
0fd30a7313
Merge pull request #491 from outline/jori/email-queue
...
Added task queue for emails
2017-12-25 05:38:40 -08:00
Jori Lallo
1cb00079da
Added task queue for emails
2017-12-18 20:55:41 -08:00
Tom Moor
32ba98bb1a
Unfurling of Slack links ( #487 )
...
* First pass: Unfurling of Slack links
* Add authentication in db
* Call associate on Event correctly
* Add SLACK_APP_ID, remove SLACK_REDIRECT_URI, tidy env sample
* PR feedback
* Comment clarify
2017-12-18 19:59:29 -08:00
Jori Lallo
c5e2bb2432
Lock collection navigation tree changes
2017-12-09 15:04:55 -08:00
Jori Lallo
36b8e49353
Fixed search ordering
2017-12-03 11:04:17 -08:00
Jori Lallo
0441e92d08
Lint rules and flow annotations for rest of the files
2017-11-15 23:40:14 -08:00
Jori Lallo
348e5f0b20
Added email templating, and user welcome email
2017-11-12 15:02:23 -08:00
Jori Lallo
980ad792c5
addressed comments
2017-10-31 21:55:46 -07:00
Jori Lallo
e70a8c2495
color editing
2017-10-29 23:23:16 -07:00
Jori Lallo
1fdbf256a7
review comments
2017-10-19 23:30:31 -07:00
Jori Lallo
255d7564c5
Upload avatar to s3 on login
2017-10-19 00:49:22 -07:00
Jori Lallo
150771ee88
removed dependencies, html/preview
2017-10-16 23:35:56 -07:00
Jori Lallo
75bf265bd5
Removed legacy navigationtree
2017-10-15 18:35:28 -07:00
Jori Lallo
7c3cfbc9da
Added Event model and logging to Collection
2017-10-09 23:27:34 -07:00
Jori Lallo
dd0588d760
Several fixes + refactor to Collection methods
2017-10-09 00:05:15 -07:00