aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* web: reduxify event log storeMaximilian Hils2016-06-029-80/+85
|
* 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-022-3/+4
| | | | | 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-027-25/+99
|
* add redux as dependencyMaximilian Hils2016-06-011-0/+2
|
* 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
* Merge remote-tracking branch 'origin/master' into contentviewJason2016-05-281-1/+1
|\
| * Refactor dev.shAldo Cortesi2016-05-261-1/+1
| | | | | | | | | | | | | | | | | | | | - Parameterise the Python version. All of these now work: ./dev.sh # Use default Python version ./dev.sh 2.7 # Explicitly use 2.7 in venv2.7 ./dev.sh 3.5 # Explicitly use 3.5 in venv3.5 This should also work for Travis, which has a weird setup where Pytho3 can be 3.4.
* | [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
* web: update dependenciesMaximilian Hils2016-05-022-14/+11
|
* docs: minor fixesMaximilian Hils2016-04-301-1/+1
|
* gulp-minify-css is deprecated. Adding gulp-clean-cssIsrael Blancas2016-04-112-3/+3
|
* [web] fix virtual scroll rangeJason2016-03-121-1/+1
|
* [web] VirtualScroll and AutoScroll helperJason2016-03-109-375/+419
|
* 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-022-1/+5
|/
* Merge pull request #992 from gzzhanghao/gulpMaximilian Hils2016-03-021-0/+4
|\ | | | | [web] gulp: log errors from buildScript/bundle
| * [web] gulp: log errors from buildScript/bundleJason2016-03-021-0/+4
| |
* | [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-2822-604/+598
|
* move mitmproxy/web to rootMaximilian Hils2016-02-1866-0/+8841
|
* move mitmproxyMaximilian Hils2016-02-1566-8841/+0
|
* update web builds, use watchifyMaximilian Hils2015-10-0815-211/+154
|
* 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
|