Commit Graph

165 Commits

Author SHA1 Message Date
Gregory Schier
1cf1037c93 Better Redux (#43)
* Started refactoring redux stores

* Oh God huge refactor here

* Sync contenst updates and nested folders

* Fixed render tests

* A bunch of tweaks
2016-11-16 09:18:39 -08:00
Gregory Schier
7fdfbe3ec5 Some refinements around sync dropdown 2016-11-12 00:38:55 -08:00
Gregory Schier
7b3a6e897e Disable active environment in dropdown 2016-11-11 17:08:35 -08:00
Gregory Schier
5afc840ea5 More tweaks 2016-11-11 17:04:08 -08:00
Gregory Schier
47a3c0b41d Some tweaks 2016-11-11 17:01:54 -08:00
Gregory Schier
5a7b4ff637 Remove sync modal and start converting meta 2016-11-11 16:58:23 -08:00
Gregory Schier
7c0bc8ffc1 Sync Dropdown coming along 2016-11-11 15:06:24 -08:00
Gregory Schier
9aa363df0b Refactored Dropdown component 2016-11-11 14:01:21 -08:00
Gregory Schier
73f99fe94d better sync logs modal 2016-11-10 17:36:23 -08:00
Gregory Schier
26cf1bc50b Bug fix 2016-11-10 14:34:55 -08:00
Gregory Schier
2172df2d40 Update SyncModal to only show current Workspace 2016-11-10 14:14:39 -08:00
Gregory Schier
c08407eec6 Some refactoring of debouncing 2016-11-10 13:03:12 -08:00
Gregory Schier
ea8b530da7 Added LocalStorage tests 2016-11-09 23:34:26 -08:00
Gregory Schier
cdcfd3ea7f Moved some more things around 2016-11-09 21:56:23 -08:00
Gregory Schier
dd752441f1 Split out localstorage and moved analytics 2016-11-09 21:47:20 -08:00
Gregory Schier
7c81d8944b Moved some things into constants.js 2016-11-09 18:40:53 -08:00
Gregory Schier
b4ebc21b53 Unite the analytics! 2016-11-09 17:34:03 -08:00
Gregory Schier
073dfd3ada Some models refactors (#42) 2016-11-09 17:15:27 -08:00
Gregory Schier
d3c5510f67 Moved sync directory and sync DB buffering 2016-11-08 19:18:25 -08:00
Gregory Schier
f1dd218944 Some extra error handling 2016-11-07 15:36:40 -08:00
Gregory Schier
e380a4d2b1 Insomnia Plus Launch (#41)
* Payment modal done

* Refactor settings and added command support

* Made sync operations more efficient

* Sync button slightly more efficient

* Remove Elm

* Fixed Codemirror

* Nunjucks 3.0

* Revert sourcemap change and some renaming

* Some fixes for Config creation, and added name to resources

* Set to new Insomnia URL

* Some fixes
2016-11-07 12:24:38 -08:00
Gregory Schier
594e2a54c0 Update changelog to use new URL 2016-10-29 15:15:13 -07:00
Gregory Schier
2833698736 Add user id to google analytics, and more analytics 2016-10-28 22:40:09 -07:00
Gregory Schier
12b2fb1a30 Added password warning to the signup form 2016-10-28 14:32:40 -07:00
Gregory Schier
25d5e9b1cf Fixed big sync bug and some other things 2016-10-28 14:27:05 -07:00
Gregory Schier
35c19ed305 Response download and fix GA 2016-10-28 10:51:08 -07:00
Gregory Schier
1dc08efe39 Made cloud sync setting public 2016-10-27 09:50:40 -07:00
Gregory Schier
0234d3efd7 Small fixes and tweaks 2016-10-27 09:45:44 -07:00
Gregory Schier
889c9dbbd4 Reworked analytics 2016-10-26 20:41:30 -07:00
Gregory Schier
9501cc01ca Image support 2016-10-26 16:22:15 -07:00
Gregory Schier
9b902f4c6f Add layout setting and fix dns 2016-10-26 13:19:18 -07:00
Gregory Schier
e731a3c56c Default sync groups to auto + custom methods 2016-10-26 10:49:49 -07:00
Gregory Schier
0521fb0b6e Better account reset and better handling' 2016-10-24 18:23:49 -07:00
Gregory Schier
51a1da4fdd Some minor sync tweaks 2016-10-24 16:52:05 -07:00
Gregory Schier
f91e43f29a Sync Config (#40)
* Started sync config model

* A bunch more

* Added push/pull buttons

* Filled in sync pull UI

* A bunch of fixes and stuff
2016-10-24 16:30:37 -07:00
Gregory Schier
154fa697a7 stuff 2016-10-21 14:51:41 -07:00
Gregory Schier
f225c608e0 Some cleanup 2016-10-21 13:00:31 -07:00
Gregory Schier
ac27290cc4 Signup and login loading indicators 2016-10-21 11:58:06 -07:00
Gregory Schier
46d3719b99 Sync Proof of Concept (#33)
* Maybe working POC

* Change to use remote url

* Other URL too

* Some logic

* Got the push part working

* Made some updates

* Fix

* Update

* Add status code check

* Stuff

* Implemented new sync api

* A bit more robust

* Debounce changes

* Change timeout

* Some fixes

* Remove .less

* Better error handling

* Fix base url

* Support for created vs updated docs

* Try silent

* Silence removal too

* Small fix after merge

* Fix test

* Stuff

* Implement key generation algorithm

* Tidy

* stuff

* A bunch of stuff for the new API

* Integrated the session stuff

* Stuff

* Just started on encryption

* Lots of updates to encryption

* Finished createResourceGroup function

* Full encryption/decryption working (I think)

* Encrypt localstorage with sessionID

* Some more

* Some extra checks

* Now uses separate DB. Still needs to be simplified a LOT

* Fix deletion bug

* Fixed unicode bug with encryption

* Simplified and working

* A bunch of polish

* Some stuff

* Removed some workspace meta properties

* Migrated a few more meta properties

* Small changes

* Fix body scrolling and url cursor jumping

* Removed duplication of webpack port

* Remove workspaces reduces

* Some small fixes

* Added sync modal and opt-in setting

* Good start to sync flow

* Refactored modal footer css

* Update sync status

* Sync logger

* A bit better logging

* Fixed a bunch of sync-related bugs

* Fixed signup form button

* Gravatar component

* Split sync modal into tabs

* Tidying

* Some more error handling

* start sending 'user agent

* Login/signup error handling

* Use real UUIDs

* Fixed tests

* Remove unused function

* Some extra checks

* Moved cloud sync setting to about page

* Some small changes

* Some things
2016-10-21 10:20:36 -07:00
Gregory Schier
2f67bceb75 Better malformed cookie handling 2016-10-05 09:34:13 -07:00
Gregory Schier
6b33d0cfc0 Cookies send again 2016-10-04 21:43:48 -07:00
Gregory Schier
bd12d1ab91 Some tweaks 2016-10-02 15:17:55 -07:00
Gregory Schier
eff5df9393 Add large response blocker 2016-10-02 15:10:43 -07:00
Gregory Schier
318c35c2cb Move a bunch of stuff to async/await (#39)
* Some minor implementations

* Some more

* Lots more

* Removed 'backend' alias

* removed all promises

* Removed a bunch of module exports stuff

* Some morE'

* Fix

* custom DNS

* Tests for DNS

* bug fix

* Some small adjustments

* Small stuff
2016-10-02 13:57:00 -07:00
Gregory Schier
dd9be2a896 better error message for Parse Error 2016-09-28 14:17:57 -07:00
Gregory Schier
9d242ab836 Auto detect JSON and fix editor crashing on invalid JSON 2016-09-28 13:37:53 -07:00
Gregory Schier
418437aa6c Fixed ElmComponent port subscription bug 2016-09-28 12:14:48 -07:00
Gregory Schier
7f2f1a983f Request actions no longer 'connected' 2016-09-22 13:14:41 -07:00
Gregory Schier
296ec34fda Fix again 2016-09-22 13:04:23 -07:00
Gregory Schier
2a0194286f Fix header editor not showing 2016-09-22 13:02:29 -07:00
Gregory Schier
df3e3c52e3 Use new URLEncoding in rendered querystring preview as well 2016-09-22 12:47:22 -07:00
Gregory Schier
6504dade48 Fix cookies modal input bug 2016-09-21 21:17:38 -07:00
Gregory Schier
79cc9c7e0f Remove all old refs 2016-09-21 13:49:54 -07:00
Gregory Schier
661c370fc9 Started moving DB models out 2016-09-21 13:32:45 -07:00
Gregory Schier
23e00fc30d Fixes 2016-09-20 20:00:40 -07:00
Gregory Schier
134baaf7ca Some tweaks 2016-09-20 18:25:46 -07:00
Gregory Schier
0b9a390110 Fixed tests 2016-09-20 17:18:18 -07:00
Gregory Schier
35a6a431a8 Huge refactor and more css fixes 2016-09-20 17:03:26 -07:00
Gregory Schier
8efe5135b9 More grid fixes 2016-09-20 14:17:01 -07:00
Gregory Schier
6221523939 Hacky but clean fix for all grid 2016-09-20 13:53:34 -07:00
Gregory Schier
bc0d436542 Better imports 2016-09-20 12:53:56 -07:00
Gregory Schier
135de92b80 Fix 2016-09-18 22:57:52 -07:00
Gregory Schier
aa99d4034f Cleaned up UrlBar a bit 2016-09-18 22:57:04 -07:00
Gregory Schier
acb05e09b9 Started converting URL bar to Elm (#38)
* Started converting URL bar to Elm

* Working dropdown

* Fix

* Some fixes
2016-09-18 15:58:50 -07:00
Gregory Schier
6d9da20bfc Split UI from Lib 2016-09-16 22:46:44 -07:00