aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Expand)AuthorAgeFilesLines
* [web] set connected to false when DISCONNECTEDJason2016-06-221-1/+1
* [web] store ws object in symbol propertyJason2016-06-221-3/+5
* Merge remote-tracking branch 'origin/master' into websocketJason2016-06-2213-86/+117
|\
| * add better descriptionMaximilian Hils2016-06-202-7/+8
| * added tests for uiClemens2016-06-204-6/+41
| * added accept and revert to flowmenuClemens2016-06-202-6/+10
| * [web] replace SetttingsActions.update with settings.updateSettingsJason2016-06-197-75/+65
* | Merge branch 'master' of github.com:mitmproxy/mitmproxy into websocketJason2016-06-189-166/+148
|\|
| * add setInterceptPattern action creatorMaximilian Hils2016-06-172-3/+13
| * add fetchApi.put shortcutMaximilian Hils2016-06-171-3/+15
| * simplify settings reducerMaximilian Hils2016-06-173-57/+56
| * [web] simplify settingsJason2016-06-171-36/+8
| * Merge branch 'master' into settingsJason2016-06-1737-1514/+1472
| |\
| * | [web] fix settings ducksJason2016-06-172-9/+25
| * | [web] promot reduceJason2016-06-171-16/+19
| * | [web] remove storeJason2016-06-173-98/+7
| * | [web] eliminate SettingsStoreJason2016-06-171-5/+0
| * | [web] settings storeJason2016-06-176-33/+95
* | | [web] add app ducksJason2016-06-183-11/+43
* | | Merge branch 'master' into websocketJason2016-06-1737-1509/+1467
|\ \ \ | | |/ | |/|
| * | [web] clean upJason2016-06-172-9/+2
| * | [web] commonJason2016-06-1711-183/+194
| * | [web] editor config for line endingsJason2016-06-173-224/+225
| * | [web] Editor & PromptJason2016-06-179-344/+339
| * | [web] FlowView and ContentViewJason2016-06-1721-989/+947
| |/
* / [web] websocketJason2016-06-174-76/+110
|/
* web: fix testsMaximilian Hils2016-06-162-12/+9
* web: use implicit bindActionCreatorsMaximilian Hils2016-06-155-15/+10
* minor fixesMaximilian Hils2016-06-153-14/+19
* rename view -> ui, make code more readableClemens2016-06-153-11/+12
* add previous state to dispatch functionClemens2016-06-154-20/+30
* code reviewClemens2016-06-143-41/+17
* added flowMenuClemens2016-06-146-14/+124
* [web] header.js -> Header.jsJason2016-06-0911-469/+516
* [web] eventlog.js -> EventLog.jsxJason2016-06-095-155/+143
* [web] footer.js -> Footer.jsxJason2016-06-092-25/+22
* [web] fix shortcut for header fieldsJason2016-06-092-1/+2
* [web] separate flowtable to multiple filesJason2016-06-0912-357/+364
* [web] fix updateLocationJason2016-06-093-7/+12
* [web] rewrite ProxyApp and MainView with es6Jason2016-06-096-356/+385
* fix default websocket stateMaximilian Hils2016-06-081-2/+2
* sorting add pr review changesClemens2016-06-084-17/+26
* sorting done, ready to reviewClemens2016-06-071-1/+1
* sorting done, ready to reviewClemens2016-06-073-34/+26
* moved redux state injection closer to childClemens2016-06-072-4/+6
* start with sort, continue tomorrowClemens2016-06-072-6/+3
* moved sort state to redux, missing apply sortClemens2016-06-073-47/+62
* web: accept all falsey sortFns in sortedIndexOfMaximilian Hils2016-06-061-8/+4
* web: fix list update propagationMaximilian Hils2016-06-052-3/+6
* web: modernize flow table columnsMaximilian Hils2016-06-052-223/+148