aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/web
Commit message (Expand)AuthorAgeFilesLines
* adjust to new netlib Headers classMaximilian Hils2015-09-051-4/+3
* Use `ensure_ascii` in wep.app#broadcastisra172015-07-131-1/+2
* fix #615Maximilian Hils2015-06-081-0/+1
* Merge remote-tracking branch 'upstream/master' into print-bracket-fixJim Shaver2015-05-316-6064/+9388
|\
| * Add coding style check, reformat.Aldo Cortesi2015-05-302-7/+11
| * web: try harder to fix editorMaximilian Hils2015-05-011-2/+7
| * mitmweb: add editorMaximilian Hils2015-05-013-1423/+1713
| * web: fix delete flowsLegend Tang2015-03-302-1450/+1246
| * web: add prompt for keyboard navigationMaximilian Hils2015-03-302-76/+309
| * s/filter/search/Maximilian Hils2015-03-301-9/+9
| * web: add more keyboard shortcutsMaximilian Hils2015-03-291-21900/+67
| * web: global key handlingMaximilian Hils2015-03-292-30/+21906
| * web: use contexts to pass down stores.Maximilian Hils2015-03-271-137/+131
| * web: minor ux improvementsMaximilian Hils2015-03-272-0/+5
| * web: fix react-routerMaximilian Hils2015-03-271-2/+4
| * Merge remote-tracking branch 'vzvu/react-router-0.13.2'Maximilian Hils2015-03-271-3/+0
| |\
| | * web: upgrade to react-router 0.13.2vzvu3k6k2015-03-272-1426/+1753
| * | web: initial attempt at header editorMaximilian Hils2015-03-272-1015/+1456
| |/
| * Merge branch 'master' of github.com:mitmproxy/mitmproxyMaximilian Hils2015-03-261-1/+4
| |\
| | * mitmweb: start onboarding app if instructed toperalta2015-03-261-1/+4
| * | web: backup flows on editMaximilian Hils2015-03-261-0/+7
| * | web: add basic edit capability for first lineMaximilian Hils2015-03-233-73/+396
| |/
| * web: add content downloadMaximilian Hils2015-03-222-3/+7
| * web: improve viewsMaximilian Hils2015-03-221-25/+71
| * web: upgrade to react 0.13Maximilian Hils2015-03-223-4620/+6511
| * web: raw content viewMaximilian Hils2015-03-222-7/+54
| * tweak cssMaximilian Hils2015-03-221-0/+6
| * web: add content viewsMaximilian Hils2015-03-222-33/+192
| * structure componentsMaximilian Hils2015-03-211-424/+449
| * web: fix bugsMaximilian Hils2015-03-211-7/+10
* | Fixed print function to be inline with python 3Jim Shaver2015-05-291-3/+3
|/
* add table sortMaximilian Hils2015-03-172-56/+196
* web: smaller changesMaximilian Hils2015-03-151-54/+33
* improve source map generationMaximilian Hils2015-03-111-466/+550
* add sourcemap generation for scripts-app-dev taskSuyash2015-03-071-1/+3
* Merge remote-tracking branch 'legend/master'Maximilian Hils2015-03-061-6/+18
|\
| * another clean up for #503 #504Legend Tang2015-03-061-3/+6
| * clean up for #503 #504Legend Tang2015-03-061-5/+5
| * Replace `addListener` method with multiple bindings, fix for #503 504Legend Tang2015-03-061-4/+13
* | fix #506Legend Tang2015-03-061-11/+13
|/
* clean up web buildsMaximilian Hils2015-03-0518-8844/+11111
* Add PEG support to gulpfileAldo Cortesi2015-01-032-562/+564
* Unit test framework for web client-side codeAldo Cortesi2015-01-022-9/+15
* Consolidate reading flows from file, use in mitmweb.Aldo Cortesi2015-01-022-3/+15
* components/utils.js -> common.jsAldo Cortesi2015-01-011-223/+221
* Make header more compactAldo Cortesi2015-01-012-9/+3
* Use Facebook's dispatcherAldo Cortesi2015-01-011-41/+343
* Replace custom EventEmitter with one from browserifyAldo Cortesi2015-01-011-60/+333
* All files and only files in in js/components are jsxAldo Cortesi2015-01-011-24/+24
* More browesrification.Aldo Cortesi2014-12-311-48/+209