aboutsummaryrefslogtreecommitdiffstats
path: root/web/src
Commit message (Collapse)AuthorAgeFilesLines
* web: reduxify event log storeMaximilian Hils2016-06-028-80/+84
|
* web: reduxify WebSocketMaximilian Hils2016-06-026-26/+81
|
* remove reducers directoryMaximilian Hils2016-06-021-8/+0
|
* web: :hatching_chick:Maximilian Hils2016-06-0212-180/+138
|
* use object spread operatorMaximilian Hils2016-06-021-2/+3
| | | | | While the spread operator is not part of ES6, React also uses it for JSX. It makes sense for us to keep it in other parts of the codebase as well.
* add basic redux architecture, convert eventlog to reduxMaximilian Hils2016-06-026-25/+98
|
* start of developing server side for options (#1155)Clemens Brunner2016-05-294-56/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added UI for options menu * update UI for options menu * update UI for options v2 * update UI for options v2 * added new btn class * little changes * little changes * merge * deleted branch * change menu button class * added option route + added very incomplete handler class * moved options to settings * added toggleinputbutton * changed options menu * added option for stream large bodies, but no working * added option for stream large bodies, but no working
* [web] add default value for text viewsJason2016-05-281-2/+2
|
* [web] eliminate RawMixinJason2016-05-281-17/+47
|
* [web] use props.location instead of context.locationJason2016-05-241-4/+3
|
* [web] eliminate Router mixinJason2016-05-246-71/+66
|
* added UI for options menu (#1130)Clemens Brunner2016-05-143-17/+71
| | | | | | | | | | | | | | | | | | | | | | * added UI for options menu * update UI for options menu * update UI for options v2 * update UI for options v2 * added new btn class * little changes * little changes * merge * deleted branch * change menu button class
* docs: minor fixesMaximilian Hils2016-04-301-1/+1
|
* [web] fix virtual scroll rangeJason2016-03-121-1/+1
|
* [web] VirtualScroll and AutoScroll helperJason2016-03-106-366/+411
|
* Merge pull request #1012 from gzzhanghao/routerMaximilian Hils2016-03-092-10/+7
|\ | | | | [web] eliminate common.Router.getParams
| * [web] eliminate common.Router.getParamsJason2016-03-092-10/+7
| |
* | Merge pull request #1015 from gzzhanghao/propsMaximilian Hils2016-03-091-2/+3
|\ \ | | | | | | [web] dont mutate props
| * | [web] dont mutate propsJason2016-03-091-2/+3
| |/
* / [web] fix footer label marginJason2016-03-091-0/+4
|/
* [web] uniform code style for Footer componentJason2016-03-081-5/+7
|
* [web] eliminate SettingsStateJason2016-03-074-46/+35
|
* Merge pull request #994 from gzzhanghao/commonMaximilian Hils2016-03-055-21/+15
|\ | | | | [web] remove common.ChildFocus
| * [web] remove common.ChildFocusJason2016-03-025-21/+15
| |
* | [web] Fix eslint warnings about testsJason2016-03-021-1/+2
|/
* [web] StoreView.index -> indexOfJason2016-03-022-4/+4
|
* [web] fix StoreView.indexJason2016-03-021-1/+1
|
* web: use es6 modulesMaximilian Hils2016-02-2923-300/+237
|
* web: fix routerMaximilian Hils2016-02-298-93/+80
|
* fix up web stuffMaximilian Hils2016-02-2816-559/+563
|
* move mitmproxy/web to rootMaximilian Hils2016-02-1860-0/+8514
|
* move mitmproxyMaximilian Hils2016-02-1560-8514/+0
|
* update web builds, use watchifyMaximilian Hils2015-10-0810-2/+3
|
* code -> status_code, httpversion -> http_versionMaximilian Hils2015-09-174-15/+15
|
* adjust to netlib changesMaximilian Hils2015-09-161-3/+3
|
* fix #615Maximilian Hils2015-06-081-0/+5
|
* check in last attempt at contenteditable before retreating to inputsMaximilian Hils2015-05-021-25/+71
|
* web: try harder to fix editorMaximilian Hils2015-05-011-2/+7
|
* mitmweb: add editorMaximilian Hils2015-05-015-155/+239
|
* web: fix delete flowsLegend Tang2015-03-301-1/+1
|
* web: add prompt for keyboard navigationMaximilian Hils2015-03-3012-56/+290
|
* s/filter/search/Maximilian Hils2015-03-303-9/+9
| | | | | no matter what we agree on in #542, this needs to be done anyway.
* web: add more keyboard shortcutsMaximilian Hils2015-03-294-21/+43
|
* web: global key handlingMaximilian Hils2015-03-295-7/+28
|
* web: use contexts to pass down stores.Maximilian Hils2015-03-279-136/+130
| | | | | | Using contexts frees us from the contracts we have using props - namely, we can assume them to be constant for the lifetime of the object.
* web: minor ux improvementsMaximilian Hils2015-03-271-0/+2
|
* web: fix react-routerMaximilian Hils2015-03-271-2/+4
|
* Merge remote-tracking branch 'vzvu/react-router-0.13.2'Maximilian Hils2015-03-271-3/+0
|\ | | | | | | | | Conflicts: libmproxy/web/static/vendor.js
| * web: upgrade to react-router 0.13.2vzvu3k6k2015-03-271-3/+0
| |
* | web: initial attempt at header editorMaximilian Hils2015-03-272-23/+134
|/