summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/jackycute/HackMDWu Cheng-Han2017-03-1343-10831/+10545
|\
| * Add JavaScript Standard Style badge in READMEBoHong Li2017-03-131-0/+2
| | | | | | | | add badge to let people know that code is using the standard style
| * Remove eslintBoHong Li2017-03-132-4/+3
| | | | | | | | | | | | | | 1. Remove eslint , bacause we use JavaScript Standard Style. 2. Add lts/boron version to travis CI, web use it in docker version Signed-off-by: BoHong Li <a60814billy@gmail.com>
| * Merge branch 'use_javascript_standard_style'BoHong Li2017-03-1340-10844/+10539
| |\ | | | | | | | | | | | | | | | Introduce JavaScript Standard Style Signed-off-by: BoHong Li <a60814billy@gmail.com>
| | * Use JavaScript Standard Style (part 2)BoHong Li2017-03-0919-7132/+6890
| | | | | | | | | | | | Fixed all fail on frontend code.
| | * Use JavaScript Standard StyleBoHong Li2017-03-0821-3694/+3633
| | | | | | | | | | | | | | | Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code.
| * | Fix webpack copy relative path in #384Yukai Huang2017-03-121-10/+5
| | |
| * | Merge pull request #384 from hackmdio/webpack-fixesMax Wu2017-03-121-5/+28
| |\ \ | | | | | | | | Webpack fixes
| | * | Do not log assets info in webpack buildYukai Huang2017-03-121-0/+6
| | | |
| | * | Only copy needed files in webpackYukai Huang2017-02-191-5/+22
| | | |
| * | | Merge pull request #382 from Himura2la/patch-1Max Wu2017-03-111-2/+2
| |\ \ \ | | |_|/ | |/| | Fixed style in promo text
| | * | Fixed style in promo textHimura Kazuto2017-03-101-2/+2
| |/ /
* / / Update facebook message link in features docWu Cheng-Han2017-03-131-1/+1
|/ /
* | 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
| |