Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'redux-ducks' | Maximilian Hils | 2016-06-02 | 1 | -28/+15 |
|\ | |||||
| * | web: reduxify WebSocket | Maximilian Hils | 2016-06-02 | 1 | -12/+12 |
| | | |||||
| * | web: :hatching_chick: | Maximilian Hils | 2016-06-02 | 1 | -16/+3 |
| | | |||||
* | | change some pr issuses | Clemens | 2016-06-02 | 1 | -3/+3 |
| | | |||||
* | | basic file up and download working | Clemens | 2016-06-02 | 1 | -3/+12 |
| | | |||||
* | | added basic file up_download functionality (not finish yet) | Clemens | 2016-06-02 | 1 | -18/+6 |
| | | |||||
* | | added ui | Clemens | 2016-06-02 | 1 | -0/+12 |
|/ | |||||
* | start of developing server side for options (#1155) | Clemens Brunner | 2016-05-29 | 1 | -46/+63 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] eliminate Router mixin | Jason | 2016-05-24 | 1 | -13/+15 |
| | |||||
* | added UI for options menu (#1130) | Clemens Brunner | 2016-05-14 | 1 | -16/+54 |
| | | | | | | | | | | | | | | | | | | | | | | * 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] eliminate SettingsState | Jason | 2016-03-07 | 1 | -4/+10 |
| | |||||
* | [web] remove common.ChildFocus | Jason | 2016-03-02 | 1 | -3/+5 |
| | |||||
* | web: use es6 modules | Maximilian Hils | 2016-02-29 | 1 | -18/+12 |
| | |||||
* | web: fix router | Maximilian Hils | 2016-02-29 | 1 | -9/+9 |
| | |||||
* | fix up web stuff | Maximilian Hils | 2016-02-28 | 1 | -15/+14 |
| | |||||
* | move mitmproxy/web to root | Maximilian Hils | 2016-02-18 | 1 | -0/+399 |
| | |||||
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 1 | -399/+0 |
| | |||||
* | mitmweb: add editor | Maximilian Hils | 2015-05-01 | 1 | -1/+1 |
| | |||||
* | web: add prompt for keyboard navigation | Maximilian Hils | 2015-03-30 | 1 | -2/+2 |
| | |||||
* | s/filter/search/ | Maximilian Hils | 2015-03-30 | 1 | -6/+6 |
| | | | | | 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 | -4/+11 |
| | |||||
* | web: use contexts to pass down stores. | Maximilian Hils | 2015-03-27 | 1 | -5/+5 |
| | | | | | | 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: upgrade to react 0.13 | Maximilian Hils | 2015-03-22 | 1 | -6/+8 |
| | |||||
* | web: fix bugs | Maximilian Hils | 2015-03-21 | 1 | -1/+1 |
| | |||||
* | web: smaller changes | Maximilian Hils | 2015-03-15 | 1 | -3/+3 |
| | |||||
* | fix #506 | Legend Tang | 2015-03-06 | 1 | -1/+2 |
| | |||||
* | Add PEG support to gulpfile | Aldo Cortesi | 2015-01-03 | 1 | -1/+4 |
| | | | | | - Extract conf - all project specific conf outside gulpfile - Generalize filt.js exports, add required imports | ||||
* | components/utils.js -> common.js | Aldo Cortesi | 2015-01-01 | 1 | -4/+4 |
| | | | | | Too many utils modules makes things confusing. These are more "common components" or "common mixins" than utils anyway. | ||||
* | Make header more compact | Aldo Cortesi | 2015-01-01 | 1 | -4/+1 |
| | | | | | - Remove title bar - File -> mitmproxy - ultimately our logo can go here | ||||
* | All files and only files in in js/components are jsx | Aldo Cortesi | 2015-01-01 | 1 | -0/+389 |
So remove the redundant naming |