summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Install vue and babel dependencyYukai Huang2016-12-244-0/+21
| |
| * Fix module variable requireYukai Huang2016-12-242-0/+2
| |
* | Merge pull request #294 from bananaappletw/masterMax Wu2016-12-225-13/+14
|\ \ | |/ |/| Fix #293
| * Add sqlite for test environmentbananaappletw2016-12-221-0/+4
| |
| * Use dburl to configuratebananaappletw2016-12-223-6/+7
| |
| * Simplify code for herokubananaappletw2016-12-221-1/+2
| |
| * Remove unnecessary db config of herokubananaappletw2016-12-221-6/+0
| |
| * Fix #293bananaappletw2016-12-221-3/+4
|/
* Merge pull request #292 from FlorianRhiem/bugfix-anonymous-typoMax Wu2016-12-226-13/+13
|\ | | | | Fixed typo: anonmyous
| * Fixed typo: anonmyousFlorian Rhiem2016-12-216-13/+13
|/
* Fix codemirror spell checker not considering abbreviation which contain ↵Wu Cheng-Han2016-12-201-1/+1
| | | | apostrophe in word
* Fix possible user is undefined in realtime eventsWu Cheng-Han2016-12-201-17/+26
|
* Fix wrong package name reference in webpack config for bootstrap-validatorWu Cheng-Han2016-12-201-2/+2
|
* Fix email option in config not parse correctlyWu Cheng-Han2016-12-201-1/+1
|
* Fix mathjax not able to render issueWu Cheng-Han2016-12-201-1/+8
|
* Mark as 0.4.6Wu Cheng-Han2016-12-194-3/+62
|
* Update to handle graphviz output empty graphWu Cheng-Han2016-12-191-0/+1
|
* Remove unused vendor code and add fix related usagesWu Cheng-Han2016-12-194-3361/+2
|
* Upgrade dependenciesWu Cheng-Han2016-12-195-63/+63
|
* Remove unused vendor code and add missing dependencyWu Cheng-Han2016-12-197-2028/+1
|
* Remove unused dependenciesWu Cheng-Han2016-12-181-2/+0
|
* Fix slide mode on print pdf not finish view renderingWu Cheng-Han2016-12-181-4/+12
|
* Fix slide print-pdf mode scrollbar might be visibleWu Cheng-Han2016-12-181-1/+1
|
* Try to fix when server have heavy loading cache might not update to db properlyWu Cheng-Han2016-12-182-2/+2
|
* Merge pull request #285 from horo17/topic/#284-s3-bucket-nameMax Wu2016-12-181-1/+1
|\ | | | | S3 bucket name
| * fix #284S.Noda2016-12-181-1/+1
|/
* Add support of allow free url config option with correspond modificationsWu Cheng-Han2016-12-163-2/+14
|
* Fix typoWu Cheng-Han2016-12-161-1/+1
|
* Add support of allow anonymous config option with correspond modificationsWu Cheng-Han2016-12-156-1/+15
|
* Fix gist-embed styles conflictsWu Cheng-Han2016-12-151-0/+13
|
* Switch email register and signin button order to make form default action as ↵Wu Cheng-Han2016-12-141-1/+1
| | | | signin
* Fix missing base url option in webpack production configWu Cheng-Han2016-12-131-1/+2
|
* Merge pull request #277 from hackmdio/heroku-sequelizeMax Wu2016-12-122-3/+14
|\ | | | | Fix heroku production postgres setting
| * Update sequelize init conditionYukai Huang2016-12-121-5/+4
| |
| * Simplify output with sequelize database argumentYukai Huang2016-12-122-31/+10
| |
| * Fix heroku production db settingYukai Huang2016-12-121-1/+34
| |
* | Fix missing dependency in app.jsWu Cheng-Han2016-12-121-0/+1
| |
* | Fix the generate template not including base url variableWu Cheng-Han2016-12-123-3/+4
| |
* | Fix redirection to url without trailing slashes not considering about config ↵Wu Cheng-Han2016-12-121-2/+5
| | | | | | | | urlpath
* | Update to make TOC syntax be case-insensitiveWu Cheng-Han2016-12-121-1/+1
| |
* | Fix reveal fade class conflict with bootstrap tooltip css and scrollbar ↵Wu Cheng-Han2016-12-121-0/+7
|/ | | | might show up in print mode
* Update README.mdMax Wu2016-12-111-3/+4
| | | to mention about build front-end bundle on upgrade guide
* Merge pull request #274 from hackmdio/drop-bowerMax Wu2016-12-117-63/+11
|\ | | | | Drop bower
| * Remove bower occurencesYukai Huang2016-12-117-58/+7
| |
| * Rename npm scriptYukai Huang2016-12-103-4/+4
| | | | | | | | | | | | | | webpack scripts are meant to “build” assets, so place them under the same namespace * dev => build:dev * build => build:prod
| * Drop nodemon dependencyYukai Huang2016-12-101-2/+1
|/ | | | Sometimes nodemon not reload source code correctly, so simply drop it.
* Fix index signin and signout button might not shown if only email enabledWu Cheng-Han2016-12-071-2/+2
|
* Fix textcomplete up side down option not set properlyWu Cheng-Han2016-12-072-9/+8
|
* Fix emoji textcomplete image pathWu Cheng-Han2016-12-071-1/+1
|
* Fix Facebook page link nameWu Cheng-Han2016-12-061-1/+1
|