Jason
|
2b7923b4f4
|
[web] fix actions
|
2016-06-25 02:18:52 +08:00 |
|
Jason
|
8da623c603
|
[web] fix selectFlows
|
2016-06-25 00:53:56 +08:00 |
|
Jason
|
571c817f21
|
[web] add msgQueue
|
2016-06-25 00:36:39 +08:00 |
|
Jason
|
5a1677c387
|
Merge branch 'master' of github.com:mitmproxy/mitmproxy into list
Conflicts:
mitmproxy/web/static/app.js
web/src/js/app.jsx
web/src/js/connection.js
web/src/js/ducks/websocket.js
|
2016-06-24 21:04:39 +08:00 |
|
Maximilian Hils
|
21c3480429
|
Merge remote-tracking branch 'jason/websocket'
|
2016-06-23 23:38:19 -07:00 |
|
Jason
|
f392b8e34c
|
[web] bug fix
|
2016-06-24 01:20:42 +08:00 |
|
Jason
|
c40ff0277b
|
[web] fix bugs
|
2016-06-24 01:01:34 +08:00 |
|
Jason
|
e11d6600be
|
[web] fix eventLog flow
|
2016-06-24 00:16:59 +08:00 |
|
Jason
|
1df67dbe9d
|
[web] reduce eventlog view
|
2016-06-24 00:15:37 +08:00 |
|
Jason
|
7746deedc2
|
[web] code format
|
2016-06-24 00:13:05 +08:00 |
|
Jason
|
b2ffa06e32
|
[web] fix view data structure
|
2016-06-24 00:10:13 +08:00 |
|
Jason
|
7bc479bb3a
|
[web] fix flows data flow
|
2016-06-24 00:03:32 +08:00 |
|
Jason
|
bd4cf8fef2
|
[web] ws methods
|
2016-06-23 23:56:24 +08:00 |
|
Jason
|
84683e7abb
|
[web] check item existence before update
|
2016-06-23 23:48:17 +08:00 |
|
Jason
|
f50dc62249
|
[web] fix eventLog ducks
|
2016-06-23 23:44:53 +08:00 |
|
Jason
|
5adb7a54fd
|
[web] separate views and list
|
2016-06-23 23:20:41 +08:00 |
|
Jason
|
749d710665
|
[web] fix data connection
|
2016-06-23 01:30:28 +08:00 |
|
Jason
|
3c4e81aeff
|
[web] fix utils/list
|
2016-06-23 01:23:16 +08:00 |
|
Jason
|
2358d79ac5
|
Merge branch 'master' of github.com:mitmproxy/mitmproxy into list
|
2016-06-23 01:15:46 +08:00 |
|
Jason
|
72fdca49ec
|
[web] connect new ducks actions
|
2016-06-23 01:15:14 +08:00 |
|
Jason
|
bcea39657a
|
[web] fix ducks/flows
|
2016-06-23 01:06:45 +08:00 |
|
Jason
|
7671224b4c
|
[web] remove ducks/utils/view
|
2016-06-23 01:02:29 +08:00 |
|
Jason
|
2a9a6f6151
|
[web] flows.makeFun
|
2016-06-23 01:01:39 +08:00 |
|
Jason
|
60ea300990
|
[web] FlowActions -> flows ducks
|
2016-06-23 00:58:45 +08:00 |
|
Jason
|
c0904e9aed
|
[web] refactoring ducks/flows
|
2016-06-23 00:49:26 +08:00 |
|
Jason
|
a42512a1cc
|
[web] finish utils/list
|
2016-06-23 00:17:35 +08:00 |
|
Jason
|
57af1d00dd
|
[web] set connected to false when DISCONNECTED
|
2016-06-22 11:29:21 +08:00 |
|
Jason
|
26aed8f56f
|
[web] updateSettings -> handleWsMsg
|
2016-06-22 11:24:22 +08:00 |
|
Jason
|
42f433e395
|
[web] use a dummy action to init list
|
2016-06-22 11:16:08 +08:00 |
|
Jason
|
1fc11974a7
|
[web] update eventlog
|
2016-06-22 11:12:58 +08:00 |
|
Jason
|
9a7415a58d
|
[web] store ws object in symbol property
|
2016-06-22 00:51:45 +08:00 |
|
Jason
|
0cab9ef1fa
|
Merge remote-tracking branch 'origin/master' into websocket
Conflicts:
mitmproxy/web/static/app.js
web/src/js/components/ProxyApp.jsx
|
2016-06-22 00:49:21 +08:00 |
|
Maximilian Hils
|
65955ee45f
|
add better description
|
2016-06-20 21:01:24 -07:00 |
|
Clemens
|
37475217bf
|
added tests for ui
|
2016-06-20 21:00:27 -07:00 |
|
Clemens
|
79834676cb
|
added accept and revert to flowmenu
|
2016-06-20 10:20:41 +02:00 |
|
Jason
|
d01e49c6d5
|
[web] replace SetttingsActions.update with settings.updateSettings
|
2016-06-19 02:53:15 +08:00 |
|
Jason
|
9cb5b0af9d
|
Merge branch 'master' of github.com:mitmproxy/mitmproxy into websocket
Conflicts:
mitmproxy/web/static/app.js
web/src/js/components/ProxyApp.jsx
web/src/js/connection.js
|
2016-06-18 14:18:24 +08:00 |
|
Jason
|
6c0511b06f
|
[web] add app ducks
|
2016-06-18 14:11:47 +08:00 |
|
Maximilian Hils
|
f203936fbf
|
add setInterceptPattern action creator
|
2016-06-17 21:06:17 -07:00 |
|
Maximilian Hils
|
6a41ea9171
|
add fetchApi.put shortcut
|
2016-06-17 21:05:30 -07:00 |
|
Maximilian Hils
|
ce53799c62
|
simplify settings reducer
|
2016-06-17 21:03:19 -07:00 |
|
Jason
|
965b27b529
|
[web] simplify settings
|
2016-06-17 22:12:32 +08:00 |
|
Jason
|
c82d27b2a2
|
Merge branch 'master' into settings
Conflicts:
mitmproxy/web/static/app.css
mitmproxy/web/static/app.js
web/src/js/components/ProxyApp.jsx
|
2016-06-17 21:58:24 +08:00 |
|
Jason
|
e4addd60f1
|
Merge branch 'master' into websocket
Conflicts:
mitmproxy/web/static/app.css
mitmproxy/web/static/app.js
web/src/js/components/ProxyApp.jsx
|
2016-06-17 21:54:31 +08:00 |
|
Jason
|
034287edcf
|
[web] clean up
|
2016-06-17 07:57:06 +08:00 |
|
Jason
|
16a28eca25
|
[web] websocket
|
2016-06-17 07:26:29 +08:00 |
|
Jason
|
7a78970d10
|
[web] common
|
2016-06-17 07:07:38 +08:00 |
|
Jason
|
4ce7a9ba77
|
[web] editor config for line endings
|
2016-06-17 06:26:46 +08:00 |
|
Jason
|
6ad2f13341
|
[web] fix settings ducks
|
2016-06-17 06:01:29 +08:00 |
|
Jason
|
cedac98b70
|
[web] promot reduce
|
2016-06-17 05:08:05 +08:00 |
|