Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Fixed LDAP Auth (#2333) | charlesdhdt | 2017-05-12 | 3 | -50/+57 | |
| | | | ||||||
* | | | update packages | Thomas Kriechbaumer | 2017-05-11 | 1 | -2/+2 | |
| | | | ||||||
* | | | fix type annotation | Maximilian Hils | 2017-05-11 | 1 | -2/+1 | |
|/ / | ||||||
* | | Merge pull request #2322 from MatthewShao/jest-dev | Matthew Shao | 2017-05-10 | 11 | -21/+182 | |
|\ \ | | | | | | | [web] Coverage improve | |||||
| * | | web: do not collect coverage when invoking "jest" | Maximilian Hils | 2017-05-09 | 1 | -2/+1 | |
| | | | | | | | | | | | | this is annoying when runnig jest --watch=all. | |||||
| * | | web: clear mock store actions after each test | Maximilian Hils | 2017-05-09 | 1 | -13/+21 | |
| | | | ||||||
| * | | [web] Update tests for js/ducks/ui/keyboard.js | Matthew Shao | 2017-05-09 | 1 | -45/+36 | |
| | | | ||||||
| * | | [web] Add tests for js/ducks/ui/keyboard.js | Matthew Shao | 2017-05-09 | 1 | -0/+158 | |
| | | | ||||||
| * | | [web] Add tests for js/__tests__/ducks/ui/indexSpec.js | Matthew Shao | 2017-05-08 | 1 | -0/+9 | |
| | | | ||||||
| * | | [web] Add tests for js/ducks/index.js & js/ducks/ui/index.js | Matthew Shao | 2017-05-08 | 1 | -0/+12 | |
| | | | ||||||
| * | | [web] Clear up jest.unmock() | Matthew Shao | 2017-05-07 | 7 | -19/+3 | |
| | | | | | | | | | | | | | | | Automocking is no longer enable by default, so we don't need to unmock modules manually. | |||||
* | | | Handle head request on onboarding app: Fix #2324 (#2325) | Ujjwal Verma | 2017-05-09 | 2 | -4/+43 | |
| | | | ||||||
* | | | Merge pull request #2320 from Ritiek/master | Maximilian Hils | 2017-05-08 | 1 | -19/+58 | |
|\ \ \ | |/ / |/| | | Add specific instructions on mitm.it when an icon is clicked | |||||
| * | | Change to only Apps & VPN | Ritiek Malhotra | 2017-05-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add instructions for Windows and Android | Ritiek Malhotra | 2017-05-07 | 1 | -6/+27 | |
| | | | ||||||
| * | | Add apple info from docs | Ritiek Malhotra | 2017-05-07 | 1 | -4/+6 | |
| | | | ||||||
| * | | Add dynamic apple instructions | Ritiek Malhotra | 2017-05-07 | 1 | -19/+35 | |
|/ / | ||||||
* | | Note to enable `Certificate Trust Settings` in iOS 10.3 or up (#2312) | Zhigang Fang | 2017-05-05 | 1 | -0/+3 | |
| | | ||||||
* | | Merge pull request #2286 from charlesdhdt/master | Maximilian Hils | 2017-05-04 | 4 | -5/+77 | |
|\ \ | | | | | | | Added LDAP Auth | |||||
| * | | fixed lint | Charles d'Hondt | 2017-05-04 | 2 | -4/+3 | |
| | | | ||||||
| * | | Added ldap mock test | Charles d'Hondt | 2017-05-04 | 3 | -14/+20 | |
| | | | ||||||
| * | | lint checks | Charles d'Hondt | 2017-05-02 | 1 | -4/+4 | |
| | | | ||||||
| * | | added ldap3 to setup.py | Charles d'Hondt | 2017-05-02 | 1 | -0/+1 | |
| | | | ||||||
| * | | Added ldapsss vef | Charles d'Hondt | 2017-04-28 | 2 | -2/+10 | |
| | | | ||||||
| * | | fix | Charles d'Hondt | 2017-04-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix | Charles d'Hondt | 2017-04-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fixed typo | Charles d'Hondt | 2017-04-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | Added LDAP Auth | Charles d'Hondt | 2017-04-28 | 3 | -3/+61 | |
| | | | ||||||
* | | | Merge pull request #2311 from mhils/issue-2310 | Maximilian Hils | 2017-05-03 | 3 | -3/+12 | |
|\ \ \ | | | | | | | | | fix #2310 | |||||
| * | | | fix #2310 | Maximilian Hils | 2017-05-03 | 3 | -3/+12 | |
|/ / / | ||||||
* | | | Merge pull request #2307 from cortesi/layouts | Aldo Cortesi | 2017-05-03 | 10 | -193/+259 | |
|\ \ \ | | | | | | | | | console: add a two-pane layout | |||||
| * | | | console: add a two-pane layout | Aldo Cortesi | 2017-05-03 | 8 | -106/+194 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Replace options.console_eventlog with options.console_layout - This can be "single", "vertical" and "horizontal" - At the base of the primary pane is the flowlist. At the base of the secondary pane is the event log. - Any of the other primary windows can be opened in each of the panes. For now, I've bound "-" to the flow layout switch, "shift tab" to the layout pane switch, and "P" to open the currently focused flow in whichever pane you're in. These are just temporary - we'll reassess the default bindings carefully once the keybindings work is complete. | |||||
| * | | | console: Make EventLog its own control, bind to "E" | Aldo Cortesi | 2017-05-02 | 5 | -99/+77 | |
| | | | | ||||||
* | | | | Merge pull request #2306 from mhils/web-cov | Maximilian Hils | 2017-05-02 | 1 | -1/+2 | |
|\ \ \ \ | |/ / / |/| | | | Honest JS Coverage | |||||
| * | | | honest js coverage | Maximilian Hils | 2017-05-02 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Merge pull request #2305 from cortesi/consolebugs | Aldo Cortesi | 2017-05-02 | 22 | -93/+219 | |
|\ \ \ \ | | | | | | | | | | | console: various bugfixes | |||||
| * | | | | console: various bugs | Aldo Cortesi | 2017-05-02 | 7 | -9/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Action bar now correctly gets the palette background - Viewing connection details for a killed flow no longer crashes - Editing options with selections no longer crashes | |||||
| * | | | | commands: options control | Aldo Cortesi | 2017-05-02 | 5 | -34/+102 | |
| | | | | | | | | | | | | | | | | | | | | Use the new commands to bind the Options view in console. | |||||
| * | | | | console: globally respected nav commands | Aldo Cortesi | 2017-05-02 | 16 | -52/+110 | |
|/ / / / | | | | | | | | | | | | | Use this to bind nav keys with commands throughout. | |||||
* | | | | Merge pull request #2299 from iharsh234/mypy-pathod | Aldo Cortesi | 2017-05-02 | 13 | -39/+51 | |
|\ \ \ \ | | | | | | | | | | | Mypy Checking to pathod | |||||
| * | | | | Extend Mypy checking to pathod | harsh vijay | 2017-05-02 | 13 | -39/+51 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mypy checking pathod * initial commit , fixed errors * tox: mypy checking to pathod * Fixed mypy test failed * issue was with args in custom_contentview.py * tox: mypy checking to #2221 * follow-import=skip since we cant provide args to custom_contentview.py during mypy testing * Lint , Typo Fixed * code style: module import | |||||
* | | | | Merge pull request #2302 from cortesi/flowview | Aldo Cortesi | 2017-05-01 | 5 | -233/+109 | |
|\ \ \ \ | | | | | | | | | | | commands: view.setval, view.getval, view.setval.toggle | |||||
| * | | | | commands: view.setval, view.getval, view.setval.toggle | Aldo Cortesi | 2017-05-01 | 5 | -233/+109 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Use these to bind the last of the key for flowview. Flow views are now 100% keybound. | |||||
* | | | | | Merge pull request #2301 from cortesi/encoding | Aldo Cortesi | 2017-05-01 | 4 | -38/+93 | |
|\| | | | | | | | | | | | | | | commands: flow.encode, flow.decode, flow.encode.toggle | |||||
| * | | | | commands: flow.encode, flow.decode, flow.encode.toggle | Aldo Cortesi | 2017-05-01 | 4 | -38/+93 | |
| | | | | | | | | | | | | | | | | | | | | Use this to bind "z" in flowview. | |||||
* | | | | | Merge pull request #2300 from cortesi/consolerevamp | Aldo Cortesi | 2017-05-01 | 23 | -681/+664 | |
|\| | | | | |/ / / |/| | | | Console revamp | |||||
| * | | | commands: console.bodyview, console.choose | Aldo Cortesi | 2017-05-01 | 2 | -14/+60 | |
| | | | | | | | | | | | | | | | | Use this to replace the "v" for view shortcut key in flowview. | |||||
| * | | | keymap: keys can now bind to multiple contexts | Aldo Cortesi | 2017-05-01 | 9 | -187/+136 | |
| | | | | | | | | | | | | | | | | Use this to map the majority of the keys in flowview. | |||||
| * | | | command: flow.set | Aldo Cortesi | 2017-05-01 | 4 | -134/+123 | |
| | | | | | | | | | | | | | | | | Use this to replace the flow edit components of flowview entirely. | |||||
| * | | | Refactor console | Aldo Cortesi | 2017-05-01 | 17 | -366/+365 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | - All top-level window objects are now persistent. It turns out that urwid keeps a reference to these even after they're no longer used, so they were leaking before. - Revamp editors to work with console commands, and start reworking bindings for flowview. |