aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/web
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | 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: 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
|\ | | | | | | | | Conflicts: libmproxy/web/static/vendor.js
| * 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
|
* 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
|\ | | | | | | | | Conflicts: libmproxy/web/static/app.js
| * 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
| | | | | - Extract conf - all project specific conf outside gulpfile - Generalize filt.js exports, add required imports
* Unit test framework for web client-side codeAldo Cortesi2015-01-022-9/+15
| | | | | | - Also make formatSize nicer and test it. Now there's no excuse! ;)
* Consolidate reading flows from file, use in mitmweb.Aldo Cortesi2015-01-022-3/+15
|
* components/utils.js -> common.jsAldo Cortesi2015-01-011-223/+221
| | | | | Too many utils modules makes things confusing. These are more "common components" or "common mixins" than utils anyway.
* Make header more compactAldo Cortesi2015-01-012-9/+3
| | | | | - Remove title bar - File -> mitmproxy - ultimately our logo can go here
* 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
| | | | So remove the redundant naming
* More browesrification.Aldo Cortesi2014-12-311-48/+209
|
* More conversions to browserifyAldo Cortesi2014-12-301-21/+427
|
* Fix fonts, stylesheets, add much more flexible bootstrap over-rides.Aldo Cortesi2014-12-3017-581/+1004
|
* Basic conversion: browserified web app now works.Aldo Cortesi2014-12-307-43712/+44741
|
* web: integrate filter docsMaximilian Hils2014-12-263-10/+75
|
* web: CSP, revert functionality, serve contentMaximilian Hils2014-12-252-87/+107
|
* web: show mitmproxy versionMaximilian Hils2014-12-251-0/+2
|
* web: much ui work, such christmasMaximilian Hils2014-12-253-56/+163
|
* web: duplicate, delete, replay flowsMaximilian Hils2014-12-243-132/+214
|
* web: move eventlog state out of settingsMaximilian Hils2014-12-233-16/+47
|
* web: intercept featureMaximilian Hils2014-12-234-65/+154
|
* web: squash bugsMaximilian Hils2014-12-231-16/+12
|