Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | update web builds, use watchify | Maximilian Hils | 2015-10-08 | 2 | -1/+2 | |
| | ||||||
* | code -> status_code, httpversion -> http_version | Maximilian Hils | 2015-09-17 | 4 | -15/+15 | |
| | ||||||
* | adjust to netlib changes | Maximilian Hils | 2015-09-16 | 1 | -3/+3 | |
| | ||||||
* | check in last attempt at contenteditable before retreating to inputs | Maximilian Hils | 2015-05-02 | 1 | -25/+71 | |
| | ||||||
* | web: try harder to fix editor | Maximilian Hils | 2015-05-01 | 1 | -2/+7 | |
| | ||||||
* | mitmweb: add editor | Maximilian Hils | 2015-05-01 | 5 | -155/+239 | |
| | ||||||
* | web: fix delete flows | Legend Tang | 2015-03-30 | 1 | -1/+1 | |
| | ||||||
* | web: add prompt for keyboard navigation | Maximilian Hils | 2015-03-30 | 10 | -56/+262 | |
| | ||||||
* | s/filter/search/ | Maximilian Hils | 2015-03-30 | 3 | -9/+9 | |
| | | | | | no matter what we agree on in #542, this needs to be done anyway. | |||||
* | web: add more keyboard shortcuts | Maximilian Hils | 2015-03-29 | 4 | -21/+43 | |
| | ||||||
* | web: global key handling | Maximilian Hils | 2015-03-29 | 3 | -4/+25 | |
| | ||||||
* | web: use contexts to pass down stores. | Maximilian Hils | 2015-03-27 | 9 | -136/+130 | |
| | | | | | | 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: fix react-router | Maximilian Hils | 2015-03-27 | 1 | -2/+4 | |
| | ||||||
* | Merge remote-tracking branch 'vzvu/react-router-0.13.2' | Maximilian Hils | 2015-03-27 | 1 | -3/+0 | |
|\ | | | | | | | | | Conflicts: libmproxy/web/static/vendor.js | |||||
| * | web: upgrade to react-router 0.13.2 | vzvu3k6k | 2015-03-27 | 1 | -3/+0 | |
| | | ||||||
* | | web: initial attempt at header editor | Maximilian Hils | 2015-03-27 | 2 | -23/+134 | |
|/ | ||||||
* | web: add basic edit capability for first line | Maximilian Hils | 2015-03-23 | 8 | -60/+337 | |
| | ||||||
* | web: add content download | Maximilian Hils | 2015-03-22 | 1 | -1/+5 | |
| | ||||||
* | web: improve views | Maximilian Hils | 2015-03-22 | 6 | -22/+68 | |
| | ||||||
* | web: upgrade to react 0.13 | Maximilian Hils | 2015-03-22 | 2 | -15/+29 | |
| | ||||||
* | web: raw content view | Maximilian Hils | 2015-03-22 | 2 | -5/+51 | |
| | ||||||
* | web: add content views | Maximilian Hils | 2015-03-22 | 2 | -14/+161 | |
| | ||||||
* | structure components | Maximilian Hils | 2015-03-21 | 7 | -407/+426 | |
| | ||||||
* | web: fix bugs | Maximilian Hils | 2015-03-21 | 6 | -6/+9 | |
| | ||||||
* | add table sort | Maximilian Hils | 2015-03-17 | 5 | -53/+167 | |
| | ||||||
* | web: smaller changes | Maximilian Hils | 2015-03-15 | 8 | -52/+32 | |
| | ||||||
* | Merge remote-tracking branch 'legend/master' | Maximilian Hils | 2015-03-06 | 3 | -5/+17 | |
|\ | | | | | | | | | Conflicts: libmproxy/web/static/app.js | |||||
| * | another clean up for #503 #504 | Legend Tang | 2015-03-06 | 2 | -2/+5 | |
| | | ||||||
| * | clean up for #503 #504 | Legend Tang | 2015-03-06 | 1 | -4/+4 | |
| | | ||||||
| * | Replace `addListener` method with multiple bindings, fix for #503 504 | Legend Tang | 2015-03-06 | 1 | -3/+12 | |
| | | ||||||
| * | Revert "revert to custom EventEmitter, workaround for #504" | Legend Tang | 2015-03-06 | 2 | -32/+5 | |
| | | | | | | | | This reverts commit fa8fc64ce0170b029410600af20b25c8160fe5c6. | |||||
| * | revert to custom EventEmitter, workaround for #504 | Legend Tang | 2015-03-06 | 2 | -5/+32 | |
| | | | | | | | | It's an EventEmitter issue. | |||||
* | | fix #506 | Legend Tang | 2015-03-06 | 2 | -8/+10 | |
|/ | ||||||
* | Add PEG support to gulpfile | Aldo Cortesi | 2015-01-03 | 4 | -28/+32 | |
| | | | | | - Extract conf - all project specific conf outside gulpfile - Generalize filt.js exports, add required imports | |||||
* | Unit test framework for web client-side code | Aldo Cortesi | 2015-01-02 | 3 | -10/+28 | |
| | | | | | | - Also make formatSize nicer and test it. Now there's no excuse! ;) | |||||
* | components/utils.js -> common.js | Aldo Cortesi | 2015-01-01 | 7 | -18/+16 | |
| | | | | | 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 | |||||
* | Use Facebook's dispatcher | Aldo Cortesi | 2015-01-01 | 1 | -21/+4 | |
| | ||||||
* | Replace custom EventEmitter with one from browserify | Aldo Cortesi | 2015-01-01 | 4 | -40/+10 | |
| | ||||||
* | All files and only files in in js/components are jsx | Aldo Cortesi | 2015-01-01 | 11 | -16/+16 | |
| | | | | So remove the redundant naming | |||||
* | More browesrification. | Aldo Cortesi | 2014-12-31 | 5 | -33/+45 | |
| | ||||||
* | More conversions to browserify | Aldo Cortesi | 2014-12-30 | 5 | -18/+36 | |
| | ||||||
* | Basic conversion: browserified web app now works. | Aldo Cortesi | 2014-12-30 | 18 | -47/+185 | |
| | ||||||
* | web: integrate filter docs | Maximilian Hils | 2014-12-26 | 1 | -8/+46 | |
| | ||||||
* | web: CSP, revert functionality, serve content | Maximilian Hils | 2014-12-25 | 4 | -58/+29 | |
| | ||||||
* | web: much ui work, such christmas | Maximilian Hils | 2014-12-25 | 4 | -56/+145 | |
| | ||||||
* | web: duplicate, delete, replay flows | Maximilian Hils | 2014-12-24 | 6 | -103/+147 | |
| | ||||||
* | web: move eventlog state out of settings | Maximilian Hils | 2014-12-23 | 5 | -13/+45 | |
| | ||||||
* | web: intercept feature | Maximilian Hils | 2014-12-23 | 8 | -49/+81 | |
| | ||||||
* | web: squash bugs | Maximilian Hils | 2014-12-23 | 3 | -16/+12 | |
| |