Commit Graph

1834 Commits

Author SHA1 Message Date
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
67cd250316 Remove diff summary from document history sidebar.
Cause of occassional memory leaks and downtime :(
2018-11-23 11:12:14 -08:00
Tom Moor
36fd81d190 Improve styling of images in Changelog 2018-11-22 21:40:17 -08:00
Tom Moor
c5cd2223f7 Bump RME: Fixes deleting images now smoother
Adds code language selection to code blocks
2018-11-22 14:57:03 -08:00
Tom Moor
085c452d77 Add subtle branding to shared documents 2018-11-20 21:12:17 -08:00
Tom Moor
76924e70f5 Fix ordering of recently updated documents
Edited -> Updated
2018-11-20 20:18:24 -08:00
Tom Moor
f20f197930 Add ability to create description on collection create 2018-11-19 23:04:55 -08:00
Tom Moor
ecc7ba0e9d Added: Collection to starred view
Alphabetical sort to starred view
2018-11-19 23:01:49 -08:00
Tom Moor
2c55f94d39 Move session tracking 2018-11-19 21:28:15 -08:00
Tom Moor
8aaab2fc76 Add ga dimension 2018-11-19 21:05:43 -08:00
Tom Moor
85da275b06 Merge branch 'collection-descriptions' 2018-11-18 22:03:27 -08:00
Tom Moor
e251c77f3c Fixes: Error loading new document in Editor 2018-11-18 22:03:10 -08:00
Tom Moor
4845331d70
Merge pull request #807 from outline/collection-descriptions
Collection descriptions
2018-11-18 21:34:05 -08:00
Tom Moor
45445606b4 Improve loading state 2018-11-18 21:27:50 -08:00
Tom Moor
8208a6128a Upgrade RME - z-index fix 2018-11-18 18:59:09 -08:00
Tom Moor
032d843f5b Fix isInternalUrl for subdomain support
Refactor / reduce plumbing
2018-11-18 18:43:11 -08:00
Tom Moor
cd1956b971 Split editor 2018-11-18 18:28:22 -08:00
Tom Moor
c308a2378f stash 2018-11-18 13:12:46 -08:00
Tom Moor
919bca6769 Collections got descriptions now 2018-11-18 13:12:46 -08:00
Tom Moor
3718a9609d Closes #805 - Unable to signin on self-hosted installations with non-www subdomain 2018-11-18 12:07:11 -08:00
Tom Moor
3c563e3001 Ensure team authentication matches subdomain 2018-11-17 23:30:05 -08:00
Tom Moor
5d6dca0faa Fixes: SPA page tracking 2018-11-17 19:44:57 -08:00
Tom Moor
1b0ac340c2 Best practice for DefinePlugin 2018-11-17 19:09:48 -08:00
Tom Moor
6e32f292c2 Allow filtering of people in admin 2018-11-17 18:43:46 -08:00
Tom Moor
d74b99635e Fixes: Save profile picture automatically after upload
Fix jank when cropping large photos
2018-11-17 18:25:10 -08:00
Tom Moor
d3834d2dc5 Fixes: Redis keys related to queue jobs should be removed after completion 2018-11-17 16:09:42 -08:00
Tom Moor
11a411447c Bump RME - closes #803 2018-11-17 14:06:21 -08:00
Tom Moor
0a73048f0f Fixed height for keyboard shortcuts UI
closes #792
2018-11-15 00:28:59 -08:00
Tom Moor
e3b0b55065 CRUSH pngs on homepage 2018-11-15 00:21:24 -08:00
Tom Moor
e73c25e3e3 Include missing doctype (lighthouse feedback) 2018-11-15 00:16:15 -08:00
Tom Moor
26036ad92c Fixes: handling of www subdomain in production
Hanging sessions when subdomain changes
2018-11-13 23:08:27 -08:00
Tom Moor
400d0f264e Closes #801 2018-11-13 20:54:18 -08:00
Tom Moor
ac21d4b6e8 v0.17.0 2018-11-12 23:33:03 -08:00
Tom Moor
414cb1d79c Fix specs 2018-11-12 23:17:50 -08:00
Tom Moor
a95632b9de Fix infinite redirect on www subdomain
Add first route tests
2018-11-12 22:45:51 -08:00
Tom Moor
1d906c7f68
Merge pull request #791 from outline/subdomains
Custom Subdomains
2018-11-12 22:01:49 -08:00
Tom Moor
2e3737c6f5 Cleanup, fix header links on subdomains 2018-11-12 20:22:01 -08:00
Tom Moor
bad8718a6b 💚 2018-11-12 14:53:32 -08:00
Tom Moor
c60bd4260f Provision subdomain for ALL new teams, add tests 2018-11-12 14:00:23 -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
10e1f0231c Iterate, iterate 2018-11-11 14:23:31 -08:00
Tom Moor
e24a187699 accessToken per subdomain 2018-11-09 23:40:33 -08:00
Tom Moor
c323de4807 Attempt to provision subdomain on team create 2018-11-08 21:05:07 -08:00
Tom Moor
6391474d14 getUrl -> url consistency
test improvements
2018-11-08 21:05:07 -08:00
Tom Moor
8de074b275 Allow removing subdomain 2018-11-08 21:05:07 -08:00
Tom Moor
1be8e13828 Fix localhost
Handle automatic subdomain redirect
2018-11-08 21:05:07 -08:00
Tom Moor
6418712c47 Improve error handling 2018-11-08 21:05:07 -08:00