summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use JavaScript Standard StyleBoHong Li2017-03-0821-3694/+3633
| | | | | Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code.
* Fixed Syntax ErrorBoHong Li2017-03-041-1/+5
|
* Merge pull request #325 from SISheogorath/feature/addSecretsRaccoon2017-03-031-26/+31
|\ | | | | Add basics for secret management by Docker 1.13
| * Merge branch 'master' into feature/addSecretsRaccoon2017-03-0362-1404/+1381
| |\ | |/ |/|
* | Fix out of sync when deleting on same cursor position on several clientsWu Cheng-Han2017-02-182-2/+4
| | | | | | | | from: https://github.com/aullman/opentok-editor/issues/4
* | Fix not determine OT have pending operations properlyWu Cheng-Han2017-02-181-5/+10
| |
* | Fix to keep selections on save and restore infoWu Cheng-Han2017-02-181-1/+4
| |
* | Fix user profile photo might not replace to proper sizeWu Cheng-Han2017-02-181-4/+4
| |
* | Update to allow li tag specify value numberWu Cheng-Han2017-02-171-0/+2
| |
* | Merge pull request #359 from bananaappletw/masterMax Wu2017-02-174-3/+26
|\ \ | | | | | | Add travis ci
| * | Using package.json to test lint insteadbananaappletw2017-02-164-6/+3
| | | | | | | | | | | | Exclude *.min.js from eslint
| * | Test up to 7.5.0bananaappletw2017-02-151-1/+1
| | |
| * | Update node dependency up to 6.x in package.jsonbananaappletw2017-02-151-1/+1
| | |
| * | Add Makefile .editorconfigbananaappletw2017-02-151-0/+2
| | |
| * | Add travis cibananaappletw2017-02-154-2/+26
|/ /
* | Merge pull request #358 from MikeMichel/patch-1Raccoon2017-02-151-1/+1
|\ \ | | | | | | first envs then the config
| * | first envs then the configMike2017-02-151-1/+1
|/ / | | | | or docker -e will not work
* | Merge pull request #353 from stratosgear/patch-1Max Wu2017-02-131-13/+13
|\ \ | | | | | | Fixed Greek mispellings and translations
| * | Fixed Greek mispellings and translationsStratos Gerakakis2017-02-101-13/+13
|/ / | | | | There were various misspellings and some translations that were not clear enough.
* | Update google drive picker to enable setOwnedByMe to show shared files and ↵Max Wu2017-02-111-1/+2
| | | | | | | | folders
* | Merge pull request #348 from nvsofts/add_default_permissionMax Wu2017-02-103-2/+13
|\ \ | | | | | | Add default permission config
| * | simplified descriptionNV2017-02-101-2/+2
| | |
| * | Add validation to defaultpermission in configNV2017-02-101-2/+7
| | |
| * | Add default permission configNV2017-02-102-2/+6
| | |
| * | Update READMENV2017-02-091-0/+2
| | |
* | | Merge pull request #349 from nvsofts/fix_image_urlMax Wu2017-02-091-1/+1
|\ \ \ | | | | | | | | Fix image path problem when using filesystem backend
| * | | Fix image path problem when using filesystem backendNV2017-02-091-1/+1
| |/ /
* | | Merge pull request #347 from SimJoSt/patch-1Max Wu2017-02-091-1/+1
|\ \ \ | |/ / |/| | typo in German translation fixed
| * | typo in German translation fixedSimon Joda Stößer2017-02-091-1/+1
|/ /
* | Merge pull request #343 from sakajunquality/feature/fix-read-me-for-gccMax Wu2017-02-081-1/+1
|\ \ | | | | | | Add additional comment about Prerequisite to README
| * | add reference to packages, instead of writing down solutions for specific osJun SAKATA2017-02-081-3/+1
| | |
| * | add sudoJun SAKATA2017-02-061-1/+1
| | |
| * | Add additional comment about Prerequisite to READMEJun SAKATA2017-02-061-0/+2
| | |
* | | Fix ldap config not initialize properlyWu Cheng-Han2017-02-071-4/+3
| | |
* | | Fix HMD_LDAP_TLS_CA not passing correctly and update README.mdWu Cheng-Han2017-02-072-8/+17
|/ /
* | Merge pull request #342 from bananaappletw/masterMax Wu2017-02-041-8/+3
|\ \ | | | | | | Change database config development to sqlite, test to memory
| * | Change database config development to sqlite, test to memorybananaappletw2017-02-041-8/+3
|/ /
* | Update webpack config to use parallel uglify plugin to speed up production buildWu Cheng-Han2017-02-032-7/+11
| |
* | Update to use babel-polyfill to support ES6 features in old browsersWu Cheng-Han2017-02-032-0/+9
| |
* | Fix duplicated headers anchor link not been updated properlyWu Cheng-Han2017-02-031-1/+1
| |
* | Fix "[object HTMLCollection] is not iterable!" error in some browsersWu Cheng-Han2017-02-031-1/+2
| |
* | Fix missing type declaration in text complete strategyWu Cheng-Han2017-02-031-1/+1
| |
* | Update to add biggerphoto on parsing user profileWu Cheng-Han2017-02-031-10/+26
| |
* | Update realtime to use timer to avoid memory leaks on busy tickWu Cheng-Han2017-02-031-5/+11
| |
* | Update to remove history cache to lower application couplingWu Cheng-Han2017-02-033-114/+64
| |
* | Merge pull request #341 from nvsofts/fix_bom_utf8Max Wu2017-02-033-5/+5
|\ \ | | | | | | Removed UTF-8 BOM in download function
| * | Removed UTF-8 BOM in download functionNV2017-02-033-5/+5
| | |
* | | Fix missing type declarationWu Cheng-Han2017-02-031-1/+1
| | |
* | | Fix to use minified CDN file source in mermaidWu Cheng-Han2017-02-023-3/+3
| | |
* | | Update viz.js and mermaid CDN linksWu Cheng-Han2017-02-023-6/+6
| | |