Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean up mitmweb | Maximilian Hils | 2016-11-08 | 1 | -1/+0 |
| | |||||
* | [web] fix testRegex | Jason | 2016-08-15 | 1 | -1/+1 |
| | |||||
* | [web] remove react-router | Jason | 2016-08-15 | 1 | -3/+3 |
| | |||||
* | Merge pull request #1406 from gzzhanghao/fix36 | Maximilian Hils | 2016-07-27 | 1 | -0/+1 |
|\ | | | | | [web] Update view with sortedUpdate | ||||
| * | [web] change test files | Jason | 2016-07-27 | 1 | -0/+1 |
| | | |||||
* | | web: refactor ContentLoader | Maximilian Hils | 2016-07-25 | 1 | -5/+5 |
|/ | |||||
* | added new btn, changed to codemirror | Clemens | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | added code editor and file upload | Clemens | 2016-07-13 | 1 | -2/+2 |
| | |||||
* | modify flow content | Clemens | 2016-07-11 | 1 | -2/+3 |
| | |||||
* | [web] build with envify | Jason | 2016-06-25 | 1 | -0/+1 |
| | |||||
* | added tests for ui | Clemens | 2016-06-20 | 1 | -0/+1 |
| | |||||
* | [web] settings store | Jason | 2016-06-17 | 1 | -1/+3 |
| | |||||
* | web: fix tests | Maximilian Hils | 2016-06-16 | 1 | -10/+8 |
| | |||||
* | web: update react | Maximilian Hils | 2016-06-05 | 1 | -3/+2 |
| | |||||
* | web: implement redux store fetching | Maximilian Hils | 2016-06-03 | 1 | -0/+2 |
| | |||||
* | Merge branch 'redux-ducks' | Maximilian Hils | 2016-06-02 | 1 | -0/+4 |
|\ | |||||
| * | web: reduxify event log store | Maximilian Hils | 2016-06-02 | 1 | -0/+1 |
| | | |||||
| * | add basic redux architecture, convert eventlog to redux | Maximilian Hils | 2016-06-02 | 1 | -0/+1 |
| | | |||||
| * | add redux as dependency | Maximilian Hils | 2016-06-01 | 1 | -0/+2 |
| | | |||||
* | | web: use object spread operator | Maximilian Hils | 2016-06-02 | 1 | -0/+1 |
|/ | | | | | While the spread operator is not part of ES6, React also uses it for JSX. It makes sense for us to keep it in other parts of the codebase as well. | ||||
* | web: update dependencies | Maximilian Hils | 2016-05-02 | 1 | -13/+11 |
| | |||||
* | gulp-minify-css is deprecated. Adding gulp-clean-css | Israel Blancas | 2016-04-11 | 1 | -1/+1 |
| | |||||
* | [web] VirtualScroll and AutoScroll helper | Jason | 2016-03-10 | 1 | -1/+5 |
| | |||||
* | [web] Fix eslint warnings about tests | Jason | 2016-03-02 | 1 | -0/+3 |
| | |||||
* | fix up web stuff | Maximilian Hils | 2016-02-28 | 1 | -26/+21 |
| | |||||
* | move mitmproxy/web to root | Maximilian Hils | 2016-02-18 | 1 | -0/+55 |
| | |||||
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 1 | -55/+0 |
| | |||||
* | update web builds, use watchify | Maximilian Hils | 2015-10-08 | 1 | -29/+32 |
| | |||||
* | web: upgrade to react-router 0.13.2 | vzvu3k6k | 2015-03-27 | 1 | -1/+1 |
| | |||||
* | web: upgrade to react 0.13 | Maximilian Hils | 2015-03-22 | 1 | -50/+50 |
| | |||||
* | update package.json during transition period, see #518 | Legend Tang | 2015-03-15 | 1 | -1/+1 |
| | |||||
* | clean up web builds | Maximilian Hils | 2015-03-05 | 1 | -6/+2 |
| | |||||
* | Pin browserify to most recent version that works | Aldo Cortesi | 2015-01-04 | 1 | -1/+1 |
| | | | | | | Issue being tracked here: https://github.com/substack/node-browserify/issues/1044 | ||||
* | Unit test framework for web client-side code | Aldo Cortesi | 2015-01-02 | 1 | -36/+48 |
| | | | | | | - Also make formatSize nicer and test it. Now there's no excuse! ;) | ||||
* | Use Facebook's dispatcher | Aldo Cortesi | 2015-01-01 | 1 | -1/+2 |
| | |||||
* | Basic conversion: browserified web app now works. | Aldo Cortesi | 2014-12-30 | 1 | -6/+21 |
| | |||||
* | web: implement filters | Maximilian Hils | 2014-12-12 | 1 | -0/+1 |
| | |||||
* | always use the app dispatcher | Maximilian Hils | 2014-12-09 | 1 | -17/+17 |
| | |||||
* | undo spriting | Maximilian Hils | 2014-09-17 | 1 | -1/+0 |
| | |||||
* | add features to the traffic table, introduce image spriting | Maximilian Hils | 2014-09-17 | 1 | -0/+3 |
| | |||||
* | Client-side cleanup | Aldo Cortesi | 2014-09-15 | 1 | -11/+0 |
| | | | | | | - Remove grunt - Formatting and spacing. There shall be 4 spaces in a tab. Not 3. Not 5. And 2 is right out. | ||||
* | include jshint-stylish dependency | Maximilian Hils | 2014-09-14 | 1 | -0/+1 |
| | |||||
* | gulpfile: add tests and notify | Maximilian Hils | 2014-09-14 | 1 | -0/+2 |
| | |||||
* | web: start gui | Maximilian Hils | 2014-09-13 | 1 | -0/+1 |
| | |||||
* | gulpfile | Maximilian Hils | 2014-09-13 | 1 | -21/+31 |
| | |||||
* | Client-side framework for web application | Aldo Cortesi | 2014-09-10 | 1 | -0/+22 |