aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Increased xml_html contentview coverageUjjwal Verma2017-05-173-0/+66
|
* Increase contentviews api coverageUjjwal Verma2017-05-171-4/+11
|
* alpn_select_callback must be a callableThomas Kriechbaumer2017-05-171-1/+3
|
* fix pragmasThomas Kriechbaumer2017-05-172-5/+5
|
* Merge pull request #2335 from cortesi/shutdownThomas Kriechbaumer2017-05-161-0/+1
|\ | | | | net.tcp: server should be in shut-down state before start
| * net.tcp: server should be in shut-down state before startAldo Cortesi2017-05-141-0/+1
| | | | | | | | | | | | | | The .configure and .tick events can be called before the server is running. If an addon calls ctx.master.shutdown() at this point, the server hangs forever waiting on __is_shutdown_set. This patch fixes this by starting off with it already set.
* | Merge pull request #2327 from MatthewShao/jest-devMaximilian Hils2017-05-1520-7/+642
|\ \ | |/ |/| [WIP][web] Add tests for UI components
| * [web] Add tests for js/components/helpers/AutoScroll.jsMatthew Shao2017-05-151-0/+41
| |
| * [web] Add tests for js/components/helpers/VirtualScroll.jsMatthew Shao2017-05-151-0/+21
| |
| * [web] Add tests for js/components/common/Splitter.jsxMatthew Shao2017-05-152-0/+96
| |
| * [web] Minor fix for FileChooser.jsxMatthew Shao2017-05-131-1/+1
| |
| * [web] Add tests for js/components/common/ToggleInputButton.jsxMatthew Shao2017-05-122-0/+74
| |
| * [web] Add tests for js/components/common/ToggleButton.jsxMatthew Shao2017-05-122-0/+40
| |
| * [web] Add tests for js/components/common/FileChooser.jsx & minor fix.Matthew Shao2017-05-123-1/+58
| |
| * [web] Add tests for js/components/common/DocsLink.jsxMatthew Shao2017-05-113-0/+39
| |
| * [web] Add tests for js/components/common/Dropdown.jsxMatthew Shao2017-05-112-0/+200
| |
| * [web] Add 'react-test-renderer' dependency.Matthew Shao2017-05-112-6/+17
| |
| * [web] Add tests for js/components/common/Button.jsxMatthew Shao2017-05-112-0/+56
| |
* | Merge pull request #2331 from ujjwal96/test-coverageUjjwal Verma2017-05-126-30/+67
|\ \ | | | | | | Improve Test coverage
| * | Changes in setup.cfgUjjwal Verma2017-05-122-6/+1
| | |
| * | Increase io.compat coverageUjjwal Verma2017-05-122-3/+54
| | |
| * | net.http.url.py changesUjjwal Verma2017-05-121-21/+3
| | |
| * | Increased net.http.cookies.py and net.http.message.py coverageUjjwal Verma2017-05-122-0/+9
|/ /
* | Fixed LDAP Auth (#2333)charlesdhdt2017-05-123-50/+57
| |
* | update packagesThomas Kriechbaumer2017-05-111-2/+2
| |
* | fix type annotationMaximilian Hils2017-05-111-2/+1
|/
* Merge pull request #2322 from MatthewShao/jest-devMatthew Shao2017-05-1011-21/+182
|\ | | | | [web] Coverage improve
| * web: do not collect coverage when invoking "jest"Maximilian Hils2017-05-091-2/+1
| | | | | | | | this is annoying when runnig jest --watch=all.
| * web: clear mock store actions after each testMaximilian Hils2017-05-091-13/+21
| |
| * [web] Update tests for js/ducks/ui/keyboard.jsMatthew Shao2017-05-091-45/+36
| |
| * [web] Add tests for js/ducks/ui/keyboard.jsMatthew Shao2017-05-091-0/+158
| |
| * [web] Add tests for js/__tests__/ducks/ui/indexSpec.jsMatthew Shao2017-05-081-0/+9
| |
| * [web] Add tests for js/ducks/index.js & js/ducks/ui/index.jsMatthew Shao2017-05-081-0/+12
| |
| * [web] Clear up jest.unmock()Matthew Shao2017-05-077-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 Verma2017-05-092-4/+43
| |
* | Merge pull request #2320 from Ritiek/masterMaximilian Hils2017-05-081-19/+58
|\ \ | |/ |/| Add specific instructions on mitm.it when an icon is clicked
| * Change to only Apps & VPNRitiek Malhotra2017-05-081-1/+1
| |
| * Add instructions for Windows and AndroidRitiek Malhotra2017-05-071-6/+27
| |
| * Add apple info from docsRitiek Malhotra2017-05-071-4/+6
| |
| * Add dynamic apple instructionsRitiek Malhotra2017-05-071-19/+35
|/
* Note to enable `Certificate Trust Settings` in iOS 10.3 or up (#2312)Zhigang Fang2017-05-051-0/+3
|
* Merge pull request #2286 from charlesdhdt/masterMaximilian Hils2017-05-044-5/+77
|\ | | | | Added LDAP Auth
| * fixed lintCharles d'Hondt2017-05-042-4/+3
| |
| * Added ldap mock testCharles d'Hondt2017-05-043-14/+20
| |
| * lint checksCharles d'Hondt2017-05-021-4/+4
| |
| * added ldap3 to setup.pyCharles d'Hondt2017-05-021-0/+1
| |
| * Added ldapsss vefCharles d'Hondt2017-04-282-2/+10
| |
| * fixCharles d'Hondt2017-04-281-1/+1
| |
| * fixCharles d'Hondt2017-04-281-1/+1
| |
| * Fixed typoCharles d'Hondt2017-04-281-1/+1
| |