aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components
Commit message (Collapse)AuthorAgeFilesLines
* mitmweb: add editorMaximilian Hils2015-05-015-155/+239
|
* web: add prompt for keyboard navigationMaximilian Hils2015-03-308-51/+254
|
* s/filter/search/Maximilian Hils2015-03-302-8/+8
| | | | | no matter what we agree on in #542, this needs to be done anyway.
* web: add more keyboard shortcutsMaximilian Hils2015-03-293-17/+39
|
* web: global key handlingMaximilian Hils2015-03-292-4/+24
|
* web: use contexts to pass down stores.Maximilian Hils2015-03-278-136/+129
| | | | | | 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-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-271-3/+0
| |
* | web: initial attempt at header editorMaximilian Hils2015-03-271-23/+131
|/
* web: add basic edit capability for first lineMaximilian Hils2015-03-235-30/+242
|
* web: add content downloadMaximilian Hils2015-03-221-1/+5
|
* web: improve viewsMaximilian Hils2015-03-221-13/+53
|
* web: upgrade to react 0.13Maximilian Hils2015-03-222-15/+29
|
* web: raw content viewMaximilian Hils2015-03-221-5/+38
|
* web: add content viewsMaximilian Hils2015-03-222-14/+161
|
* structure componentsMaximilian Hils2015-03-216-401/+420
|
* web: fix bugsMaximilian Hils2015-03-213-1/+4
|
* add table sortMaximilian Hils2015-03-173-42/+136
|
* web: smaller changesMaximilian Hils2015-03-155-44/+25
|
* Merge remote-tracking branch 'legend/master'Maximilian Hils2015-03-063-5/+17
|\ | | | | | | | | Conflicts: libmproxy/web/static/app.js
| * another clean up for #503 #504Legend Tang2015-03-062-2/+5
| |
| * clean up for #503 #504Legend Tang2015-03-061-4/+4
| |
| * Replace `addListener` method with multiple bindings, fix for #503 504Legend Tang2015-03-061-3/+12
| |
* | fix #506Legend Tang2015-03-062-8/+10
|/
* Add PEG support to gulpfileAldo Cortesi2015-01-031-1/+4
| | | | | - Extract conf - all project specific conf outside gulpfile - Generalize filt.js exports, add required imports
* components/utils.js -> common.jsAldo Cortesi2015-01-017-18/+16
| | | | | Too many utils modules makes things confusing. These are more "common components" or "common mixins" than utils anyway.
* Make header more compactAldo Cortesi2015-01-011-4/+1
| | | | | - Remove title bar - File -> mitmproxy - ultimately our logo can go here
* All files and only files in in js/components are jsxAldo Cortesi2015-01-0110-15/+15
| | | | So remove the redundant naming
* More browesrification.Aldo Cortesi2014-12-313-24/+33
|
* More conversions to browserifyAldo Cortesi2014-12-302-15/+28
|
* Basic conversion: browserified web app now works.Aldo Cortesi2014-12-309-21/+92
|
* web: integrate filter docsMaximilian Hils2014-12-261-8/+46
|
* web: CSP, revert functionality, serve contentMaximilian Hils2014-12-253-58/+26
|
* web: much ui work, such christmasMaximilian Hils2014-12-254-56/+145
|
* web: duplicate, delete, replay flowsMaximilian Hils2014-12-242-19/+105
|
* web: move eventlog state out of settingsMaximilian Hils2014-12-234-12/+21
|
* web: intercept featureMaximilian Hils2014-12-235-44/+72
|
* web: squash bugsMaximilian Hils2014-12-232-15/+11
|
* web: simpler filter uiMaximilian Hils2014-12-233-72/+33
|
* highlight ui: complicated versionMaximilian Hils2014-12-223-13/+43
|
* web: filter/highlight ui, many fixesMaximilian Hils2014-12-132-19/+184
|
* web: filteringMaximilian Hils2014-12-122-2/+10
|
* web: fight against react-routerMaximilian Hils2014-12-123-9/+33
|
* web: implement filtersMaximilian Hils2014-12-121-0/+1
|
* web: add file menu stubMaximilian Hils2014-12-101-9/+83
|
* web: implement settings store, modularize storeMaximilian Hils2014-12-103-26/+48
|
* web: take viewport resize into accountMaximilian Hils2014-12-103-6/+28
|
* web: add event store, fix all those bugsMaximilian Hils2014-12-105-27/+30
|
* always use the app dispatcherMaximilian Hils2014-12-092-2/+2
|