aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/web/static
Commit message (Collapse)AuthorAgeFilesLines
* update web builds, use watchifyMaximilian Hils2015-10-084-4295/+5694
|
* code -> status_code, httpversion -> http_versionMaximilian Hils2015-09-171-4/+4
|
* fix #615Maximilian Hils2015-06-081-0/+1
|
* web: try harder to fix editorMaximilian Hils2015-05-011-2/+7
|
* mitmweb: add editorMaximilian Hils2015-05-012-1422/+1712
|
* 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
| | | | | no matter what we agree on in #542, this needs to be done anyway.
* 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-271-0/+1
|
* 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
|/
* web: add basic edit capability for first lineMaximilian Hils2015-03-232-62/+356
|
* 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-053-8294/+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-021-8/+14
| | | | | | - Also make formatSize nicer and test it. Now there's no excuse! ;)
* 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-302-581/+454
|
* Basic conversion: browserified web app now works.Aldo Cortesi2014-12-306-43708/+44737
|
* web: integrate filter docsMaximilian Hils2014-12-262-9/+67
|
* web: CSP, revert functionality, serve contentMaximilian Hils2014-12-251-58/+29
|
* web: much ui work, such christmasMaximilian Hils2014-12-252-56/+162
|
* web: duplicate, delete, replay flowsMaximilian Hils2014-12-241-102/+146
|