Clemens
|
a416732665
|
refactor dropdown menu, view selector
|
2016-08-18 16:44:49 +02:00 |
|
Clemens
|
0f4eb24a8d
|
fix viewselector bug
|
2016-08-17 12:19:04 +02:00 |
|
Clemens
|
cc838f6c28
|
refactor codeeditor
|
2016-08-17 12:12:32 +02:00 |
|
Clemens
|
2236ed4ba5
|
fix deselection on delete, fix toggleInputButton props
|
2016-08-17 11:07:56 +02:00 |
|
Clemens
|
dbec2e0940
|
refactor flow menu
|
2016-08-16 13:17:37 +02:00 |
|
Clemens
|
779e5e84e3
|
refactor file up and download
|
2016-08-16 12:37:35 +02:00 |
|
Clemens
|
57fafd3281
|
refactor header_options
|
2016-08-16 11:57:12 +02:00 |
|
Thomas Kriechbaumer
|
17c65e46cb
|
Merge pull request #1480 from mhils/reverse-proxy-auth
Add basic auth support for reverse proxy mode
|
2016-08-16 10:07:59 +02:00 |
|
Maximilian Hils
|
f9f0ac848e
|
Merge pull request #1483 from gzzhanghao/history
[web] Use history object instead of react-router
|
2016-08-15 23:13:57 -07:00 |
|
Jason
|
81b726bab1
|
[web] bug fix
|
2016-08-16 00:27:57 +08:00 |
|
Jason
|
900b3d74ba
|
[web] fix testRegex
|
2016-08-15 23:14:29 +08:00 |
|
Jason
|
1d27334ff7
|
[web] remove react-router
|
2016-08-15 23:09:45 +08:00 |
|
Thomas Kriechbaumer
|
2419ab153d
|
Merge pull request #1464 from dufferzafar/har
HAR
|
2016-08-15 12:49:28 +02:00 |
|
Shadab Zafar
|
239eaf0078
|
Remove timezone specific value
|
2016-08-15 15:05:32 +05:30 |
|
Shadab Zafar
|
bc175b58f2
|
Use test times less than 2038
So that tests pass on 32bit systems too
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
ec0bae35c5
|
Assert cookie groups explicitly rather than just the length
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
b9426fcec1
|
Add a test for base64 encoding
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
bf4425de80
|
Fix issue with binary content in json
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
4f1fb43dcc
|
Use postData field in PUT, PATCH requests too
The HAR spec isn't really clear on whether this should be the case,
but Google Chrome does this, so I think we should too.
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
15c488225f
|
Refactor format_cookies
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
988174246b
|
Add some cookie formatting related tests
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
567cbe6cb9
|
Support .zhar compression
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
ac97e5efa1
|
Add text field to response content
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
9aa230707d
|
Add serverIPAddress field
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
7de48fc197
|
Add postData field
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
b14eb57db1
|
Add SSL & Connect timings
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
23b9ef799e
|
Add a ctx.log on finish
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
456f80d862
|
Open JSON file in text mode
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
2c9240fd22
|
Simplify name_value
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
e9c6563367
|
Fix wrong import
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
a2a8283fa4
|
Improve cookies formatting
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
3caebe7e73
|
Simplify cookies.is_expired
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
03e6117042
|
Add a function to get cookie expiration time
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
55f1ffe0b1
|
Format Cookies according to the HAR Spec
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
a479c51465
|
Add method to group pairs by cookies
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
99b32094d8
|
Add simple har_dump test
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
a0932af55c
|
Remove pages object
The HAR Spec says that the field can be left out by applications that don't
group by pages.
http://www.softwareishard.com/blog/har-12-spec/#log
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
2cabc65f62
|
Remove harparser dependency
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
250e4a17d0
|
Welcome har_dump
|
2016-08-15 12:00:23 +05:30 |
|
Shadab Zafar
|
8ba34be7ab
|
Goodbye har_extractor
|
2016-08-15 12:00:23 +05:30 |
|
Thomas Kriechbaumer
|
65677bdd28
|
style fixes
|
2016-08-14 12:43:18 +02:00 |
|
Maximilian Hils
|
a9401472cd
|
add basic auth support for reverse proxy mode
|
2016-08-13 11:04:53 -07:00 |
|
Maximilian Hils
|
b39c6e0883
|
Merge pull request #1441 from mitmproxy/integrate_mitmproxy_contentviews
Integrate mitmproxy contentviews
|
2016-08-13 10:27:53 -07:00 |
|
Maximilian Hils
|
9da55e2047
|
Merge pull request #1479 from Kriechi/fix-1430
fix #1430
|
2016-08-13 08:17:50 -07:00 |
|
Thomas Kriechbaumer
|
0c3f2a3806
|
fix #1430
|
2016-08-13 16:56:05 +02:00 |
|
Maximilian Hils
|
a0391db1ae
|
update dependencies (#1478)
|
2016-08-11 16:51:39 -07:00 |
|
Maximilian Hils
|
346a702589
|
fix lxml binary link
|
2016-08-10 19:37:04 -07:00 |
|
Maximilian Hils
|
ea2f23feff
|
Merge pull request #1474 from mhils/reply-fix
Improve controller.Reply semantics
|
2016-08-10 02:22:39 -07:00 |
|
Clemens
|
8b43972b95
|
move content to redux, add lines to view
|
2016-08-10 10:49:27 +02:00 |
|
Maximilian Hils
|
4f5e312fbc
|
allow tox workdir reconfiguration for ubuntu on windows
|
2016-08-09 22:29:48 -07:00 |
|