aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-272-4/+1
|\ | | | | | | | | Conflicts: libmproxy/web/static/vendor.js
| * web: upgrade to react-router 0.13.2vzvu3k6k2015-03-272-4/+1
| |
* | web: initial attempt at header editorMaximilian Hils2015-03-272-23/+134
|/
* web: add basic edit capability for first lineMaximilian Hils2015-03-239-60/+361
|