Commit Graph

1020 Commits

Author SHA1 Message Date
da9477667c user.update endpoint should send full user in response 2018-05-31 12:57:04 -07:00
10a0ffe472 Team details settings page 2018-05-31 12:44:32 -07:00
55e1451160 Slack commands and post working agagain with new flow 2018-05-29 23:33:30 -07:00
4a7f8d3895 Move slack auth handling entirely to server 2018-05-28 23:44:56 -07:00
aa9ed09f08 Prevent signin without hosted domain 2018-05-28 22:32:36 -07:00
25aa1f288b Renames, clear token, show signin options based on env 2018-05-28 21:14:43 -07:00
72d874444e DB migrations
Google button
2018-05-28 20:31:53 -07:00
ddd2b82d20 WIP: Successful Google Auth, broke pretty much everything else in the process 2018-05-28 11:36:37 -07:00
5bebb7351d 👕 2018-05-26 17:59:34 -07:00
67e3431fe3 More extensive specs around documents.info endpoint now that it doesn't require auth 2018-05-26 13:29:42 -07:00
6662e2666d Handle non-existent shareId 2018-05-26 11:23:21 -07:00
e2144051df Fixed returning sensitive data in documents.info 2018-05-24 22:15:36 -07:00
c060a5c798 id -> documentId 2018-05-24 21:19:38 -07:00
e538df0df3 Filter private info from public shares 2018-05-23 23:59:00 -07:00
7eea1a90af One share link per user, per doc 2018-05-23 23:09:20 -07:00
aeb97ddcae Filter shares.list endpoint by admin 2018-05-23 22:55:01 -07:00
47fb968009 Ability to revoke, ShareMenu 2018-05-23 22:09:14 -07:00
d93815ca0a Share links list WIP 2018-05-22 23:01:49 -07:00
b40b77b228 Merge branch 'master' into share-links 2018-05-22 21:27:45 -07:00
d557ef96ac Fixes #649 – cant delete a draft document that has had its collection previously removed 2018-05-19 15:38:08 -07:00
187c2dcb27 Working share link loading (plenty of restrictions still to put in place) 2018-05-16 23:52:26 -07:00
4266020315 Gen and copy share link from frontend 2018-05-16 23:07:33 -07:00
500d039856 Retrieve documents using shareId 2018-05-13 13:26:06 -07:00
22bc5a7373 Added delete endpoint 2018-05-13 00:28:31 -07:00
9000aa3aac First pass at API 2018-05-12 23:14:06 -07:00
3005da78e2 Pull changelog from Github releases - one less place to manage 2018-05-12 19:56:44 -07:00
ba0a7b7f4a Update docs
Remove extra API request after document.update
Cleanup
2018-05-07 22:08:47 -07:00
67f2b3cce4 API endpoint accepts autosave 2018-05-06 22:13:52 -07:00
d55a8ad02d Update mailer snapshot (added alt text) 2018-05-05 16:33:12 -07:00
518015f55b Upgrade to Flow 0.71 2018-05-05 16:16:08 -07:00
46124654dd Promo slack on homepage 2018-04-03 22:40:20 -07:00
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
38494d6d3c Added migration for existing docs 2018-03-24 15:03:44 -07:00
c7d50c4a78 Merge pull request #614 from outline/jori/billing-suspended
Suspended accounts and settings changes
2018-03-07 00:11:17 -08:00
983b8fe9a0 Wrapped additional error data under data 2018-03-07 00:05:34 -08:00
f5c1ddf8b9 added suspending admin email to error screen 2018-03-06 23:38:52 -08:00
e9e4538436 Addressed feedback 2018-03-06 23:09:21 -08:00
16a6c3bffe Remove moment 2018-03-06 20:31:12 -08:00
0b005afdf9 More email styles 2018-03-06 19:34:13 -08:00
189c592a44 Tweaked email layout 2018-03-04 23:18:39 -08:00
1a8ca20fce UI to prevent suspended users viewing the application 2018-03-04 22:18:23 -08:00
1c2b3e992e Prevent API access from suspended user 2018-03-04 17:08:18 -08:00
a0f58583b5 UI work 2018-03-04 16:53:57 -08:00
3d6b9466fb Backend support 2018-03-04 15:38:51 -08:00
7272b24eaf Merge pull request #610 from outline/jori/natural-sort
Added natural sorting for documents and collections
2018-02-28 23:28:47 -08:00
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
c80ae1bdd6 Fixes: Document not added to structure
Cache key bump
2018-02-28 23:21:29 -08:00
4bc8a152c1 Added natural sorting for documents and collections 2018-02-28 23:00:41 -08:00
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
f8bdadfd9a Final direct BadRequest removals 2018-02-24 20:52:56 -08:00