aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js
Commit message (Expand)AuthorAgeFilesLines
* Match ~d and ~u filters against pretty_host toodequis2017-03-141-1/+1
* Merge pull request #2137 from MatthewShao/jest-devMaximilian Hils2017-03-131-0/+86
|\
| * [web] Improve the code style on testsMatthew Shao2017-03-131-36/+45
| * [web] Add tests for ducks/utils/store.jsMatthew Shao2017-03-131-0/+77
* | [web] Fixes the flaw in #2133Matthew Shao2017-03-131-4/+4
|/
* [web] Fixes all existed testsMatthew Shao2017-03-112-5/+7
* [web] Fixes stopEdit action in ducks/ui/flow.jsMatthew Shao2017-03-111-3/+4
* [web] remove the tests for abandoned files.Matthew Shao2017-03-103-287/+0
* web: Add websocket filterSachin Kelkar2017-03-062-84/+111
* Merge pull request #2085 from MatthewShao/devMaximilian Hils2017-03-052-2/+8
|\
| * [web] Retain focus on input field after selecting. (#2085)Matthew Shao2017-03-041-0/+1
| * [web] Simplify the code. (#2085)Matthew Shao2017-03-031-6/+2
| * [web] Add mouse support for FilterInput popover.Matthew Shao2017-03-022-3/+12
* | web: Fix #1888Sachin Kelkar2017-03-031-5/+1
|/
* nuke tcp.Address and add proper IPv6 supportThomas Kriechbaumer2017-02-242-3/+3
* update mitmweb resourcesMaximilian Hils2017-02-211-3/+3
* add version info to web footer (#2010)Alireza Mosajjal2017-02-121-1/+4
* remove contentview selector and view description if edit mode is oncle10002017-02-082-14/+5
* fix show_lines button visible in edit mode if you change tabscle10002017-02-081-1/+1
* web: Add body filtersSachin Kelkar2017-01-242-276/+453
* Merge NullaryExpr, UnaryExpr and BooleanLiteralSachin Kelkar2017-01-232-421/+392
* web: Add ~src and ~dst filtersSachin Kelkar2017-01-212-132/+256
* web: Add ~http and ~tcp filtersSachin Kelkar2017-01-202-181/+235
* web: Add ~marked filterSachin Kelkar2017-01-203-171/+198
* enable HTTP/2 by defaultThomas Kriechbaumer2016-12-261-2/+2
* [web] various fixesMaximilian Hils2016-12-1211-53/+114
* [web] style flow menuMaximilian Hils2016-12-114-63/+109
* [web] style start menuMaximilian Hils2016-12-112-3/+3
* [web] style options menuMaximilian Hils2016-12-119-125/+153
* [web] show proxy address, add websocket toggleMaximilian Hils2016-12-112-3/+16
* mitmweb: 100% app test coverage, numerous fixesMaximilian Hils2016-11-232-7/+7
* minor fixesMaximilian Hils2016-11-233-8/+6
* mitmweb: fix event displayMaximilian Hils2016-11-232-4/+2
* mitmweb: minor fixesMaximilian Hils2016-11-094-7/+34
* web: simplify flow storageMaximilian Hils2016-11-0815-571/+360
* clean up mitmwebMaximilian Hils2016-11-0815-593/+176
* Merge pull request #1489 from mitmproxy/web_refactorMaximilian Hils2016-08-2214-223/+227
|\
| * fix dropdown css, add new selection after deleteClemens2016-08-221-2/+9
| * fix refactoring bugClemens2016-08-191-2/+2
| * refactoringClemens2016-08-194-9/+7
| * refactor contentviews, dropdown, filemenu and footerClemens2016-08-184-93/+79
| * refactor dropdown menu, view selectorClemens2016-08-184-115/+103
| * fix viewselector bugClemens2016-08-171-1/+1
| * refactor codeeditorClemens2016-08-171-2/+1
| * fix deselection on delete, fix toggleInputButton propsClemens2016-08-172-4/+7
| * refactor flow menuClemens2016-08-161-1/+5
| * refactor file up and downloadClemens2016-08-163-30/+49
| * refactor header_optionsClemens2016-08-162-17/+17
* | added testsClemens2016-08-194-13/+87
|/
* Merge pull request #1483 from gzzhanghao/historyMaximilian Hils2016-08-154-43/+59
|\