Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | [web] Add tests for js/components/helpers/VirtualScroll.js | Matthew Shao | 2017-05-15 | 1 | -0/+21 | |
| * | | [web] Add tests for js/components/common/Splitter.jsx | Matthew Shao | 2017-05-15 | 2 | -0/+96 | |
| * | | [web] Minor fix for FileChooser.jsx | Matthew Shao | 2017-05-13 | 1 | -1/+1 | |
| * | | [web] Add tests for js/components/common/ToggleInputButton.jsx | Matthew Shao | 2017-05-12 | 2 | -0/+74 | |
| * | | [web] Add tests for js/components/common/ToggleButton.jsx | Matthew Shao | 2017-05-12 | 2 | -0/+40 | |
| * | | [web] Add tests for js/components/common/FileChooser.jsx & minor fix. | Matthew Shao | 2017-05-12 | 3 | -1/+58 | |
| * | | [web] Add tests for js/components/common/DocsLink.jsx | Matthew Shao | 2017-05-11 | 3 | -0/+39 | |
| * | | [web] Add tests for js/components/common/Dropdown.jsx | Matthew Shao | 2017-05-11 | 2 | -0/+200 | |
| * | | [web] Add 'react-test-renderer' dependency. | Matthew Shao | 2017-05-11 | 2 | -6/+17 | |
| * | | [web] Add tests for js/components/common/Button.jsx | Matthew Shao | 2017-05-11 | 2 | -0/+56 | |
* | | | Merge pull request #2331 from ujjwal96/test-coverage | Ujjwal Verma | 2017-05-12 | 6 | -30/+67 | |
|\ \ \ | ||||||
| * | | | Changes in setup.cfg | Ujjwal Verma | 2017-05-12 | 2 | -6/+1 | |
| * | | | Increase io.compat coverage | Ujjwal Verma | 2017-05-12 | 2 | -3/+54 | |
| * | | | net.http.url.py changes | Ujjwal Verma | 2017-05-12 | 1 | -21/+3 | |
| * | | | Increased net.http.cookies.py and net.http.message.py coverage | Ujjwal Verma | 2017-05-12 | 2 | -0/+9 | |
|/ / / | ||||||
* | | | 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: do not collect coverage when invoking "jest" | Maximilian Hils | 2017-05-09 | 1 | -2/+1 | |
| * | | 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 | |
* | | | 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 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | 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 | |
|\ \ | ||||||
| * | | 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 | 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 | Aldo Cortesi | 2017-05-03 | 8 | -106/+194 | |
| * | | | 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 | Maximilian Hils | 2017-05-02 | 1 | -1/+2 |