aboutsummaryrefslogtreecommitdiffstats
path: root/web/src
Commit message (Collapse)AuthorAgeFilesLines
...
* web: implement redux store fetchingMaximilian Hils2016-06-036-38/+158
|
* Merge branch 'redux-ducks'Maximilian Hils2016-06-0213-197/+285
|\
| * web: fix eventlog height registrationMaximilian Hils2016-06-021-11/+16
| |
| * 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
| |
* | fix dumpfile uploadMaximilian Hils2016-06-021-9/+6
| |
* | web: add fetchApi convenience methodMaximilian Hils2016-06-022-8/+17
| |
* | change some pr issusesClemens2016-06-024-8/+16
| |
* | basic file up and download workingClemens2016-06-022-4/+13
| |
* | basic file up and download workingClemens2016-06-021-1/+2
| |
* | added basic file up_download functionality (not finish yet)Clemens2016-06-022-18/+13
| |
* | added uiClemens2016-06-021-0/+12
|/
* 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
|