Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web: completely move flow state to redux | Maximilian Hils | 2016-06-04 | 1 | -104/+45 |
| | |||||
* | [web] eliminate Router mixin | Jason | 2016-05-24 | 1 | -6/+7 |
| | |||||
* | [web] eliminate common.Router.getParams | Jason | 2016-03-09 | 1 | -7/+7 |
| | |||||
* | web: use es6 modules | Maximilian Hils | 2016-02-29 | 1 | -39/+39 |
| | |||||
* | web: fix router | Maximilian Hils | 2016-02-29 | 1 | -13/+19 |
| | |||||
* | fix up web stuff | Maximilian Hils | 2016-02-28 | 1 | -9/+5 |
| | |||||
* | move mitmproxy/web to root | Maximilian Hils | 2016-02-18 | 1 | -0/+244 |
| | |||||
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 1 | -244/+0 |
| | |||||
* | web: add prompt for keyboard navigation | Maximilian Hils | 2015-03-30 | 1 | -25/+31 |
| | |||||
* | s/filter/search/ | Maximilian Hils | 2015-03-30 | 1 | -2/+2 |
| | | | | | no matter what we agree on in #542, this needs to be done anyway. | ||||
* | web: add more keyboard shortcuts | Maximilian Hils | 2015-03-29 | 1 | -5/+0 |
| | |||||
* | web: global key handling | Maximilian Hils | 2015-03-29 | 1 | -2/+2 |
| | |||||
* | web: use contexts to pass down stores. | Maximilian Hils | 2015-03-27 | 1 | -36/+27 |
| | | | | | | 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: add basic edit capability for first line | Maximilian Hils | 2015-03-23 | 1 | -0/+9 |
| | |||||
* | structure components | Maximilian Hils | 2015-03-21 | 1 | -2/+2 |
| | |||||
* | web: fix bugs | Maximilian Hils | 2015-03-21 | 1 | -0/+2 |
| | |||||
* | add table sort | Maximilian Hils | 2015-03-17 | 1 | -6/+11 |
| | |||||
* | web: smaller changes | Maximilian Hils | 2015-03-15 | 1 | -8/+9 |
| | |||||
* | Merge remote-tracking branch 'legend/master' | Maximilian Hils | 2015-03-06 | 1 | -1/+3 |
|\ | | | | | | | | | Conflicts: libmproxy/web/static/app.js | ||||
| * | another clean up for #503 #504 | Legend Tang | 2015-03-06 | 1 | -1/+3 |
| | | |||||
* | | fix #506 | Legend Tang | 2015-03-06 | 1 | -7/+8 |
|/ | |||||
* | components/utils.js -> common.js | Aldo Cortesi | 2015-01-01 | 1 | -3/+3 |
| | | | | | Too many utils modules makes things confusing. These are more "common components" or "common mixins" than utils anyway. | ||||
* | All files and only files in in js/components are jsx | Aldo Cortesi | 2015-01-01 | 1 | -0/+232 |
So remove the redundant naming |