Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | [web] Introduce redux-mock-store and minor fix. | Matthew Shao | 2017-04-30 | 4 | -44/+64 | |
| | | ||||||
| * | [web] Add coverage for js/urlState.js | Matthew Shao | 2017-04-28 | 1 | -0/+66 | |
| | | ||||||
* | | [web] add connection tests | Maximilian Hils | 2017-04-29 | 3 | -6/+48 | |
| | | ||||||
* | | [web] add connection indicator | Maximilian Hils | 2017-04-29 | 9 | -30/+142 | |
|/ | ||||||
* | change import of prop-types | cle1000 | 2017-04-27 | 38 | -45/+79 | |
| | ||||||
* | [web] Add coverage for js/utils.js, js/flow/utils.js | Matthew Shao | 2017-04-26 | 2 | -0/+164 | |
| | ||||||
* | Fix the tests for flows actions. | Matthew Shao | 2017-04-25 | 2 | -169/+31 | |
| | ||||||
* | Merge branch 'jest-dev' of https://github.com/MatthewShao/mitmproxy into ↵ | Matthew Shao | 2017-04-25 | 3 | -50/+225 | |
|\ | | | | | | | jest-dev | |||||
| * | simplify selectRelative, add example for action testing | Maximilian Hils | 2017-04-24 | 3 | -98/+119 | |
| | | ||||||
| * | [web] Coverage++ for ducks/flows.js | Matthew Shao | 2017-04-24 | 1 | -3/+158 | |
| | | ||||||
* | | [web] Coverage++ for ducks/flows.js | Matthew Shao | 2017-03-28 | 1 | -3/+158 | |
|/ | ||||||
* | [web] Minor fixes for the test. | Matthew Shao | 2017-03-26 | 2 | -7/+10 | |
| | ||||||
* | [web] Exclude src/js/filt/filt.js from coverage report. | Matthew Shao | 2017-03-26 | 1 | -1/+4 | |
| | ||||||
* | [web] Add JS coverage to codecov. | Matthew Shao | 2017-03-26 | 1 | -1/+3 | |
| | ||||||
* | [web] Reach 100% coverage for ducks/settings.js | Matthew Shao | 2017-03-26 | 1 | -0/+23 | |
| | ||||||
* | [web] Update configuration of jest to avoid deprecation warning | Matthew Shao | 2017-03-22 | 1 | -1/+1 | |
| | ||||||
* | [web] Reach 100% coverage for ducks/eventLog.js | Matthew Shao | 2017-03-22 | 1 | -0/+40 | |
| | ||||||
* | Fix#2184, mitmweb -n dispalys incorrect message. (#2187) | Matthew Shao | 2017-03-22 | 1 | -4/+6 | |
| | | | | | | | | * Fixes #2184, python code. * Fixes #2184, JavaScript code. * [web] Update Footer.jsx (#2184) | |||||
* | Merge pull request #2182 from syahn/fix-#2134 | Maximilian Hils | 2017-03-19 | 3 | -3/+8 | |
|\ | | | | | Fix #2134 | |||||
| * | Fix #2134 | Frank Ahn | 2017-03-18 | 3 | -3/+8 | |
| | | ||||||
* | | [web] Reach 100% coverage for ducks/utils/store.js | Matthew Shao | 2017-03-17 | 1 | -10/+95 | |
|/ | ||||||
* | Merge pull request #2156 from syahn/pretty-popup | Maximilian Hils | 2017-03-16 | 1 | -0/+8 | |
|\ | | | | | [web] Adjust pop-up docs position | |||||
| * | Adjust pop-up docs position | Frank Ahn | 2017-03-15 | 1 | -0/+8 | |
| | | | | | | | | - Shift pop-up docs to the right position according to responsiveness | |||||
* | | [web] Reach 100% coverage for ducks/ui/flow.js | Matthew Shao | 2017-03-15 | 1 | -1/+34 | |
|/ | ||||||
* | Match ~d and ~u filters against pretty_host too | dequis | 2017-03-14 | 1 | -1/+1 | |
| | | | | | Changed the ~u filter in the console UI to match the behavior of mitmweb, which only matches against pretty_url, never against url. | |||||
* | Merge pull request #2137 from MatthewShao/jest-dev | Maximilian Hils | 2017-03-13 | 1 | -0/+86 | |
|\ | | | | | [web] Add tests for ducks/utils/store.js | |||||
| * | [web] Improve the code style on tests | Matthew Shao | 2017-03-13 | 1 | -36/+45 | |
| | | ||||||
| * | [web] Add tests for ducks/utils/store.js | Matthew Shao | 2017-03-13 | 1 | -0/+77 | |
| | | ||||||
* | | [web] Fixes the flaw in #2133 | Matthew Shao | 2017-03-13 | 1 | -4/+4 | |
|/ | ||||||
* | [web] Fixes all existed tests | Matthew Shao | 2017-03-11 | 2 | -5/+7 | |
| | ||||||
* | [web] Fixes stopEdit action in ducks/ui/flow.js | Matthew Shao | 2017-03-11 | 1 | -3/+4 | |
| | ||||||
* | [web] remove the tests for abandoned files. | Matthew Shao | 2017-03-10 | 3 | -287/+0 | |
| | ||||||
* | web: Add websocket filter | Sachin Kelkar | 2017-03-06 | 2 | -84/+111 | |
| | ||||||
* | Merge pull request #2085 from MatthewShao/dev | Maximilian Hils | 2017-03-05 | 3 | -2/+15 | |
|\ | | | | | [web] Add mouse support for FilterInput popover. | |||||
| * | [web] Retain focus on input field after selecting. (#2085) | Matthew Shao | 2017-03-04 | 1 | -0/+1 | |
| | | ||||||
| * | [web] Simplify the code. (#2085) | Matthew Shao | 2017-03-03 | 1 | -6/+2 | |
| | | ||||||
| * | [web] Add mouse support for FilterInput popover. | Matthew Shao | 2017-03-02 | 3 | -3/+19 | |
| | | ||||||
* | | [web] fix scroll bug in flow detail. (#2083) | Matthew Shao | 2017-03-04 | 1 | -2/+1 | |
| | | ||||||
* | | web: Fix #1888 | Sachin Kelkar | 2017-03-03 | 1 | -5/+1 | |
|/ | ||||||
* | nuke tcp.Address and add proper IPv6 support | Thomas Kriechbaumer | 2017-02-24 | 2 | -3/+3 | |
| | ||||||
* | [web] yarn? yarn. | Maximilian Hils | 2017-02-21 | 2 | -32/+5318 | |
| | ||||||
* | update mitmweb resources | Maximilian Hils | 2017-02-21 | 1 | -3/+3 | |
| | ||||||
* | add version info to web footer (#2010) | Alireza Mosajjal | 2017-02-12 | 1 | -1/+4 | |
| | | | fixes #1893 | |||||
* | Merge pull request #2002 from mitmproxy/content_views_edit | Maximilian Hils | 2017-02-09 | 3 | -15/+6 | |
|\ | | | | | Content views edit | |||||
| * | remove contentview selector and view description if edit mode is on | cle1000 | 2017-02-08 | 2 | -14/+5 | |
| | | ||||||
| * | fix show_lines button visible in edit mode if you change tabs | cle1000 | 2017-02-08 | 1 | -1/+1 | |
| | | ||||||
* | | fix response body edit issue | cle1000 | 2017-02-08 | 1 | -1/+0 | |
|/ | ||||||
* | web: Add body filters | Sachin Kelkar | 2017-01-24 | 2 | -276/+453 | |
| | ||||||
* | Merge NullaryExpr, UnaryExpr and BooleanLiteral | Sachin Kelkar | 2017-01-23 | 2 | -421/+392 | |
| | ||||||
* | web: Add ~src and ~dst filters | Sachin Kelkar | 2017-01-21 | 2 | -132/+256 | |
| |