aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components
Commit message (Collapse)AuthorAgeFilesLines
* #3312 Change colors according to HTTP status codeArun Swaminathan2018-10-151-1/+19
|
* Update remaining old docs url with new one.Fenil Gandhi2018-03-051-1/+1
|
* [web] fix timing display for keepalive connectionsMaximilian Hils2018-02-051-1/+1
| | | see https://discourse.mitmproxy.org/t/mitmweb-details-tab-timing/848/3
* [web] adjust testsMaximilian Hils2017-10-261-2/+2
|
* [web] move options editor from file menu to options menuMaximilian Hils2017-10-252-59/+34
| | | | | | | | | | | | ultimately we probably want to open the options editor immediately if someone presses "Options". This still requires us to 1. have a nicer editors for common settings. 2. Add a "view event log" button somewhere else, for example in the footer. For now, the options editor is marked as beta, as there are some options you clearly do not want to edit (e.g. wfile).
* [web] minor fixes and cleanupMaximilian Hils2017-10-255-164/+59
|
* [web] remove promptMaximilian Hils2017-10-253-72/+4
|
* [web] minor fixesMaximilian Hils2017-10-252-2/+2
|
* [web] Hide ContentViewOptions in static modeMatthew Shao2017-08-121-0/+5
|
* [web] Minor fixes.Matthew Shao2017-08-081-2/+0
|
* [web] update HideInStatic and some components.Matthew Shao2017-08-085-8/+20
|
* [web] Add HideInStatic ComponentMatthew Shao2017-08-076-13/+32
| | | | | HideInStaic compoent will check the MITMWEB_STATIC var, and hide the responsive components in static mode.
* [web] Minor fix for frontend and tests.Matthew Shao2017-07-271-3/+6
|
* [web] Update options auto dump for frontend.Matthew Shao2017-07-262-16/+4
|
* [web] Add Download/Load button to OptionEditor.Matthew Shao2017-07-241-1/+16
|
* [web] OptionModal component coverge ++.Matthew Shao2017-07-221-1/+1
|
* [web] Add default value suggester in option editor.Matthew Shao2017-07-211-0/+27
|
* [web] Minor fix and update tests.Matthew Shao2017-07-201-2/+2
|
* [web] Fix line breaking in StringSequenceOption.Matthew Shao2017-07-191-1/+1
|
* [web] sorting the options and minor improve ux.Matthew Shao2017-07-183-267/+13
|
* Merge branch 'mitmweb-options' of https://github.com/MatthewShao/mitmproxy ↵Matthew Shao2017-07-182-18/+173
|\ | | | | | | into mitmweb-options
| * [web] options: add some styling, minor fixesMaximilian Hils2017-07-172-19/+36
| |
| * [web] options: make help and err permanently visible, improve perfMaximilian Hils2017-07-173-274/+155
| |
| * [web] Update OptionMaster.Matthew Shao2017-07-171-56/+30
| |
| * [web] Add simple validation and improve UI.Matthew Shao2017-07-172-16/+44
| |
| * [web] Try StringSequence update logic and add tooltip.Matthew Shao2017-07-171-38/+138
| |
| * [web] Add PureStringSequenceOption type to OptionMaster.jsxMatthew Shao2017-07-172-48/+82
| |
* | [web] Update OptionMaster.Matthew Shao2017-07-171-56/+30
| |
* | [web] Add simple validation and improve UI.Matthew Shao2017-07-152-16/+44
| |
* | [web] Try StringSequence update logic and add tooltip.Matthew Shao2017-07-101-38/+138
| |
* | [web] Add PureStringSequenceOption type to OptionMaster.jsxMatthew Shao2017-07-072-48/+82
|/
* [web] Update Option Modal UI and its tests.Matthew Shao2017-07-052-46/+39
|
* [web] List all options in option modal.Matthew Shao2017-07-051-8/+9
|
* [web] Add keys argument for dump_dict in optmanager.Matthew Shao2017-07-052-48/+138
|
* [web] Try toggle options in option modal.Matthew Shao2017-07-022-1/+53
|
* [web] Update js/components/Modal/OptionModal.jsxMatthew Shao2017-06-301-0/+45
|
* [web] Update the Structure of Modal component.Matthew Shao2017-06-304-46/+30
|
* [web] Minor update for Modal Component.Matthew Shao2017-06-284-4/+6
|
* [web] Add Option Modal to FileMenu.Matthew Shao2017-06-281-2/+10
|
* [web] Add Modal Component and OptionModalMatthew Shao2017-06-283-0/+69
|
* [web] Minor fix and Coverage ++Matthew Shao2017-06-261-2/+2
|
* [web] Add tests for js/components/EventLog.jsxMatthew Shao2017-06-251-1/+1
|
* [web] fix contentviews, simplify related logicMaximilian Hils2017-06-123-8/+13
|
* [web] Update ContentLoader class name.Matthew Shao2017-06-121-77/+79
|
* [web] Export PureViewServer in ContentView/ContentView.jsxMatthew Shao2017-06-081-3/+3
|
* [web] Add tests for js/components/ContentView/ViewSelector.jsxMatthew Shao2017-06-061-1/+1
|
* [web] Add tests for js/components/ContentView/UploadContentButton.jsxMatthew Shao2017-06-061-0/+1
|
* [web] Add tests for js/components/ContentView/ShowFullContentButton.jsxMatthew Shao2017-06-051-1/+1
|
* [web] Add tests for js/components/ContentView/DownloadContentButton.jsxMatthew Shao2017-06-051-0/+1
|
* [web] Add tests for js/components/FlowView/Nav.jsxMatthew Shao2017-05-301-1/+2
|