Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web: accept all falsey sortFns in sortedIndexOf | Maximilian Hils | 2016-06-06 | 1 | -8/+4 |
| | |||||
* | web: fix list update propagation | Maximilian Hils | 2016-06-05 | 2 | -3/+6 |
| | |||||
* | web: modernize flow table columns | Maximilian Hils | 2016-06-05 | 2 | -223/+148 |
| | |||||
* | web: fix list reducer | Maximilian Hils | 2016-06-05 | 1 | -3/+3 |
| | |||||
* | web: completely move flow state to redux | Maximilian Hils | 2016-06-04 | 8 | -330/+191 |
| | |||||
* | web interleave old store and redux flow state | Maximilian Hils | 2016-06-04 | 3 | -4/+17 |
| | |||||
* | web: implement update and remove for list and view | Maximilian Hils | 2016-06-04 | 3 | -20/+95 |
| | |||||
* | web: add flows to redux state | Maximilian Hils | 2016-06-03 | 4 | -6/+40 |
| | |||||
* | web: add redux list views | Maximilian Hils | 2016-06-03 | 3 | -7/+73 |
| | |||||
* | web: remove old event log store | Maximilian Hils | 2016-06-03 | 5 | -45/+7 |
| | |||||
* | web: implement redux store fetching | Maximilian Hils | 2016-06-03 | 6 | -38/+158 |
| | |||||
* | Merge branch 'redux-ducks' | Maximilian Hils | 2016-06-02 | 11 | -180/+277 |
|\ | |||||
| * | web: fix eventlog height registration | Maximilian Hils | 2016-06-02 | 1 | -11/+16 |
| | | |||||
| * | web: reduxify event log store | Maximilian Hils | 2016-06-02 | 8 | -80/+84 |
| | | |||||
| * | web: reduxify WebSocket | Maximilian Hils | 2016-06-02 | 6 | -26/+81 |
| | | |||||
| * | remove reducers directory | Maximilian Hils | 2016-06-02 | 1 | -8/+0 |
| | | |||||
| * | web: :hatching_chick: | Maximilian Hils | 2016-06-02 | 10 | -163/+130 |
| | | |||||
| * | use object spread operator | Maximilian Hils | 2016-06-02 | 1 | -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 redux | Maximilian Hils | 2016-06-02 | 6 | -25/+98 |
| | | |||||
* | | fix dumpfile upload | Maximilian Hils | 2016-06-02 | 1 | -9/+6 |
| | | |||||
* | | web: add fetchApi convenience method | Maximilian Hils | 2016-06-02 | 2 | -8/+17 |
| | | |||||
* | | change some pr issuses | Clemens | 2016-06-02 | 4 | -8/+16 |
| | | |||||
* | | basic file up and download working | Clemens | 2016-06-02 | 2 | -4/+13 |
| | | |||||
* | | basic file up and download working | Clemens | 2016-06-02 | 1 | -1/+2 |
| | | |||||
* | | added basic file up_download functionality (not finish yet) | Clemens | 2016-06-02 | 2 | -18/+13 |
| | | |||||
* | | added ui | Clemens | 2016-06-02 | 1 | -0/+12 |
|/ | |||||
* | start of developing server side for options (#1155) | Clemens Brunner | 2016-05-29 | 3 | -54/+143 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 views | Jason | 2016-05-28 | 1 | -2/+2 |
| | |||||
* | [web] eliminate RawMixin | Jason | 2016-05-28 | 1 | -17/+47 |
| | |||||
* | [web] use props.location instead of context.location | Jason | 2016-05-24 | 1 | -4/+3 |
| | |||||
* | [web] eliminate Router mixin | Jason | 2016-05-24 | 6 | -71/+66 |
| | |||||
* | added UI for options menu (#1130) | Clemens Brunner | 2016-05-14 | 2 | -17/+67 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 fixes | Maximilian Hils | 2016-04-30 | 1 | -1/+1 |
| | |||||
* | [web] fix virtual scroll range | Jason | 2016-03-12 | 1 | -1/+1 |
| | |||||
* | [web] VirtualScroll and AutoScroll helper | Jason | 2016-03-10 | 6 | -366/+411 |
| | |||||
* | Merge pull request #1012 from gzzhanghao/router | Maximilian Hils | 2016-03-09 | 2 | -10/+7 |
|\ | | | | | [web] eliminate common.Router.getParams | ||||
| * | [web] eliminate common.Router.getParams | Jason | 2016-03-09 | 2 | -10/+7 |
| | | |||||
* | | [web] dont mutate props | Jason | 2016-03-09 | 1 | -2/+3 |
|/ | |||||
* | [web] uniform code style for Footer component | Jason | 2016-03-08 | 1 | -5/+7 |
| | |||||
* | [web] eliminate SettingsState | Jason | 2016-03-07 | 4 | -46/+35 |
| | |||||
* | Merge pull request #994 from gzzhanghao/common | Maximilian Hils | 2016-03-05 | 5 | -21/+15 |
|\ | | | | | [web] remove common.ChildFocus | ||||
| * | [web] remove common.ChildFocus | Jason | 2016-03-02 | 5 | -21/+15 |
| | | |||||
* | | [web] Fix eslint warnings about tests | Jason | 2016-03-02 | 1 | -1/+2 |
|/ | |||||
* | [web] StoreView.index -> indexOf | Jason | 2016-03-02 | 2 | -4/+4 |
| | |||||
* | [web] fix StoreView.index | Jason | 2016-03-02 | 1 | -1/+1 |
| | |||||
* | web: use es6 modules | Maximilian Hils | 2016-02-29 | 23 | -300/+237 |
| | |||||
* | web: fix router | Maximilian Hils | 2016-02-29 | 7 | -92/+78 |
| | |||||
* | fix up web stuff | Maximilian Hils | 2016-02-28 | 14 | -558/+561 |
| | |||||
* | move mitmproxy/web to root | Maximilian Hils | 2016-02-18 | 27 | -0/+5688 |
| | |||||
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 27 | -5688/+0 |
| |