Himanshu Agarwal
f06097d9e8
chore: Remove marketing material from OSS project ( #941 )
...
* changes to support Plainhome
* changes to env sample
* changes to env variable names
* formatter fixes
* remove the content pages
* test fix
* lint fixes
* minor fixes
* removed unnesscary routes
* Apply suggestions from code review
Co-Authored-By: Tom Moor <tom.moor@gmail.com >
* removed team name from env
2019-11-03 15:01:46 -08:00
Tom Moor
ec4d4fb20f
fix: Show error message when signing in to suspended account
...
closes #1056
2019-10-12 19:16:17 -07:00
Tom Moor
b42e9737b6
feat: Memberships ( #1032 )
...
* WIP
* feat: Add collection.memberships endpoint
* feat: Add ability to filter collection.memberships with query
* WIP
* Merge stashed work
* feat: Add ability to filter memberships by permission
* continued refactoring
* paginated list component
* Collection member management
* fix: Incorrect policy data sent down after collection.update
* Reduce duplication, add empty state
* cleanup
* fix: Modal close should be a real button
* fix: Allow opening edit from modal
* fix: remove unused methods
* test: fix
* Passing test suite
* Refactor
* fix: Flow UI errors
* test: Add collections.update tests
* lint
* test: moar tests
* fix: Missing scopes, more missing tests
* fix: Handle collection privacy change over socket
* fix: More membership scopes
* fix: view endpoint permissions
* fix: respond to privacy change on socket event
* policy driven menus
* fix: share endpoint policies
* chore: Use policies to drive documents UI
* alignment
* fix: Header height
* fix: Correct behavior when collection becomes private
* fix: Header height for read-only collection
* send id's over socket instead of serialized objects
* fix: Remote policy change
* fix: reduce collection fetching
* More websocket efficiencies
* fix: Document collection pinning
* fix: Restored ability to edit drafts
fix: Removed ability to star drafts
* fix: Require write permissions to pin doc to collection
* fix: Header title overlaying document actions at small screen sizes
* fix: Jank on load caused by previous commit
* fix: Double collection fetch post-publish
* fix: Hide publish button if draft is in no longer accessible collection
* fix: Always allow deleting drafts
fix: Improved handling of deleted documents
* feat: Show collections in drafts view
feat: Show more obvious 'draft' badge on documents
* fix: incorrect policies after publish to private collection
* fix: Duplicating a draft publishes it
2019-10-05 18:42:03 -07:00
Tom Moor
f87b561685
feat: Allow export of collections as sync zip ( #1013 )
...
* feat: Allow export of collections as sync zip
* test: Add spec
2019-08-09 20:37:51 -07:00
Tom Moor
fb4f6822a4
feat: Events / audit log ( #1008 )
...
* feat: Record events in DB
* feat: events API
* First pass, hacky activity feed
* WIP
* Reset dashboard
* feat: audit log UI
feat: store ip address
* chore: Document events.list api
* fix: command specs
* await event create
* fix: backlinks service
* tidy
* fix: Hide audit log menu item if not admin
2019-08-05 20:38:31 -07:00
Tom Moor
92a18159b5
feat: Export collection as direct download instead of emailing ( #1001 )
...
* feat: Export collection as zip instead of emailing
* Flow typing download.js
2019-07-29 22:35:34 -07:00
Tom Moor
9cbc9aaad6
chore: RealtimeBoard -> Miro
...
closes #996
2019-07-25 22:56:20 -07:00
Tom Moor
091e542406
feat: Backlinks ( #979 )
...
* feat: backlinks
* feat: add backlinkDocumentId to documents.list
* chore: refactor
fix: create and delete backlink handling
* fix: guard against self links
* feat: basic frontend
fix: race condition
* styling
* test: fix parse ids
* self review
* linting
* feat: Improved link styling
* fix: Increase clickable area at bottom of doc / between references
* perf: global styles are SLOW
2019-07-07 19:25:45 -07:00
Tom Moor
14b746c676
Update documentation
2019-07-07 19:19:21 -07:00
Tom Moor
8faed5de6f
chore: update about page
2019-06-25 00:22:27 -07:00
Tom Moor
86b2dbf5c8
docs: Add append flag to documentation
2019-06-13 23:38:57 -07:00
Tom Moor
8942c7afe8
Add integration pages for Abstract integration
2019-05-07 20:02:23 -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
eb638ba68d
Fixed: Page component naming
2019-04-20 15:07:25 -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
c1256c61aa
Search archived documents ( #932 )
...
* POC
* Improved styling
* Test
2019-04-09 09:20:30 -07:00
Tom Moor
763f57a3dc
Move document improvements ( #927 )
...
* Show all collections in UI
* Introduce command pattern
* Actually remove from previous collection
* Stash
* Fixes: Promises resolved outside of response lifecycle
* 💚
* 💚
* documentMover tests
* Transaction
* Perf. More in transactions
2019-04-08 21:25:13 -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
19fc99944a
Adds 'post to channel' functionality. ( #901 )
...
* Adds 'post to channel' functionality. Closes #613
* Add specs
Update Slack integration marketing page
* Fix specs
* 💚
2019-02-19 22:42:13 -08:00
Tom Moor
e283d15d7e
Add mindmeister content pages
2019-02-18 11:40:26 -08:00
Tom Moor
394adf97f8
Minor grammar and mobile style fixes
2019-01-11 21:46:58 -08:00
Tom Moor
5ba1522ada
Add Prezi to integrations page
2019-01-11 21:40:01 -08:00
Tom Moor
a7c669f90b
Hide pricing page on self hosted installations
2019-01-10 19:15:36 -08:00
Tom Moor
c78bf3c4bf
Display document views ( #849 )
...
* Display who has viewed a document in the header
* Add overflow, display of WHEN last viewed
Cleanup old document attributes
Add firstViewedAt, lastViewedAt to API response
* Cleanup
* Added: API documentation for views endpoints
* Include views for deleted users
2019-01-08 22:49:20 -08:00
Tom Moor
12e324d34c
Fixed: React warning
2019-01-06 14:19:08 -08:00
Tom Moor
c970cddd14
Consistent page titles
2019-01-06 14:14:44 -08:00
Tom Moor
56bda12192
WIP: Pricing page
2019-01-06 13:09:22 -08:00
Tom Moor
8c02b0028c
Collection Permissions ( #829 )
...
see https://github.com/outline/outline/issues/668
2019-01-05 13:37:33 -08:00
Tom Moor
80a16c8af2
Closes #825
2018-12-23 10:42:34 -08:00
Tom Moor
ab82d76332
Optimize images
2018-12-22 19:57:01 -08:00
Tom Moor
4599e03121
Update API docs to new layout
2018-12-22 18:24:49 -08:00
Tom Moor
122fdfa34b
Minimal developer page improves to bring inline
2018-12-21 00:35:40 -08:00
Tom Moor
47ea3c343c
Figma, framer, invision, marvel pages
2018-12-20 23:53:28 -08:00
Tom Moor
b7bea4941e
Content pages
2018-12-20 20:00:58 -08:00
Tom Moor
6ebb652481
Adding content pages [wip]
2018-12-20 07:19:05 -08:00
Tom Moor
3a9a5f5ed3
Closes #819
2018-12-17 22:52:06 -08:00
Tom Moor
3330359c4c
Fixes: Misalignment of signin buttons on mobile
2018-12-16 17:26:38 -08:00
Tom Moor
836f9a88a2
Fixes: Teams with non-latin characters annot signin
2018-12-12 10:31:08 -08:00
Tom Moor
8cbcb77486
Base model refactor ( #810 )
...
* Big upgrades
* WIP: Stash
* Stash, 30 flow errors left
* Downgrade mobx
* WIP
* When I understand the difference between class and instance methods
* 💚
* Fixes: File import
Model saving edge cases
pinning and starring docs
Collection editing
Upgrade mobx devtools
* Notification settings saving works
* Disabled settings
* Document mailer
* Working notifications
* Colletion created notification
Ensure not notified for own actions
* Tidy up
* Document updated event only for document creation
Add indexes
Notification setting on user creation
* Commentary
* Fixed: Notification setting on signup
* Fix document move / duplicate stale data
Add BaseModel.refresh method
* Fixes: Title in sidebar not updated after editing document
* 💚
* Improve / restore error handling
Better handle offline errors
* 👕
2018-12-04 22:24:30 -08:00
Tom Moor
36fd81d190
Improve styling of images in Changelog
2018-11-22 21:40:17 -08:00
Tom Moor
5d6dca0faa
Fixes: SPA page tracking
2018-11-17 19:44:57 -08:00
Tom Moor
2e3737c6f5
Cleanup, fix header links on subdomains
2018-11-12 20:22:01 -08:00
Tom Moor
b3a8d34af3
Add support for SUBDOMAINS_ENABLED=false
2018-11-11 22:06:50 -08:00
Tom Moor
61138ff4fa
Cleanup
2018-11-11 21:17:03 -08:00
Tom Moor
c81135c09e
animations
2018-11-11 21:08:28 -08:00
Tom Moor
cc9f32cdc9
Team switcher
2018-11-11 16:24:05 -08:00
Tom Moor
e24a187699
accessToken per subdomain
2018-11-09 23:40:33 -08:00
Tom Moor
21b1c0747c
Basic functionality in place, need improved errors and logged in redirect
2018-11-08 21:05:07 -08:00
Tom Moor
4260b5e664
datetime -> dateTime [ci skip]
2018-11-06 23:07:07 -08:00
Tom Moor
8d569fd46d
Upgrade dependencies
2018-11-06 21:58:32 -08:00