summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* refactor(app.js, auth.js): Extract all auth method to individual modulesBoHong Li2017-05-0812-351/+406
|
* refactor(app.js): Extract status pagesBoHong Li2017-05-082-78/+93
|
* refactor(app.js): Extract index, 403, 404, 500 pagesBoHong Li2017-05-082-14/+24
|
* refactor(app.js): Extract urlencodedParser to utils moduleBoHong Li2017-05-082-6/+10
|
* refactor(app.js): Extract middleware to moduleBoHong Li2017-05-083-20/+33
| | | | extract check URi is valid, redirect without trailing slashes
* fix(app.js): Stream logBoHong Li2017-05-081-1/+1
| | | | use logger instead of logger.stream
* refactor(logger): Refactor logger.jsBoHong Li2017-05-081-11/+11
| | | | Use class style implement write interface
* Merge pull request #452 from LluisArevalo/masterMax Wu2017-05-082-0/+26
|\ | | | | Image Upload to S3 - ContentType not set
| * Use single quotesLluisArevalo2017-05-081-11/+11
| |
| * Add reference to utils libraryLluisArevalo2017-05-081-0/+3
| |
| * Add Content-Type to the images uploaded to AWS S3LluisArevalo2017-05-082-0/+23
|/
* Merge pull request #450 from hackmdio/heroku-recoveryMax Wu2017-05-072-5/+0
|\ | | | | Fix heroku deployment
| * Remove postdeploy migrationYukai Huang2017-05-071-3/+0
| |
| * Remove npm install in heroku buildYukai Huang2017-05-071-2/+0
|/ | | | since heroku detects yarn.lock automatically
* Update to support code block syntax highlighting of gherkinWu Cheng-Han2017-05-052-2/+3
|
* Fix fb message link might not available for publicMax Wu2017-04-241-1/+1
|
* Merge pull request #428 from PeterDaveHello/travis-ci-optimizeMax Wu2017-04-191-6/+1
|\ | | | | Move to Ubuntu Trusty on Travis CI and remove apt add-on
| * Move to Ubuntu Trusty on Travis CI and remove apt add-onPeter Dave Hello2017-04-181-6/+1
|/ | | | | | | | | | | | Two reasons here: 1) Ubuntu Precise is reaching EOL, though Travis CI may take care of it. we still can move to Trusty earlier as I didn't see any dependency of Precise here. 2) g++4.8 is built-in in Travis CI's Ubuntu Trusty environment, which means we don't need to spend time on adding ppa repository, apt update and apt install, could save time on the CI.
* Merge pull request #427 from PeterDaveHello/fix-indentMax Wu2017-04-185-20/+20
|\ | | | | Fix indent in views, shouldn't mix tabs with spaces
| * Fix indent in views, shouldn't mix tabs with spacesPeter Dave Hello2017-04-185-20/+20
| |
* | Merge pull request #426 from PeterDaveHello/cdnjs-integrationMax Wu2017-04-184-3/+3
|\ \ | | | | | | Use abcjs on cdnjs
| * | Use abcjs on cdnjs, cc @jackycutePeter Dave Hello2017-04-184-3/+3
| |/
* | Merge pull request #425 from PeterDaveHello/fix-file-permissionMax Wu2017-04-184-0/+0
|\ \ | |/ |/| Remove executable permission from static files
| * Remove executable permission from static filesPeter Dave Hello2017-04-184-0/+0
|/
* Fix link regex should filter protocol with case insensitive flag [Security ↵Wu Cheng-Han2017-04-111-1/+1
| | | | Issue]
* Enable source map in development buildYukai Huang2017-04-111-1/+3
|
* Merge pull request #417 from hackmdio/refactorMax Wu2017-04-106-158/+191
|\ | | | | Refactor editor cont.
| * Update editorconfigYukai Huang2017-03-311-1/+5
| |
| * Fix indentationsYukai Huang2017-03-281-52/+48
| |
| * Drop global variable ui exposingYukai Huang2017-03-282-5/+6
| |
| * Update to es6 module import styleYukai Huang2017-03-281-7/+6
| |
| * Update cm instance in changes event argumentYukai Huang2017-03-281-1/+1
| |
| * Move updateStatusBar method into editor classYukai Huang2017-03-283-27/+35
| |
| * Fix listener “this” contextYukai Huang2017-03-281-1/+1
| |
| * Promisify getStatusBarTemplate methodYukai Huang2017-03-281-26/+28
| |
| * Add cm instance to cursorActivity argumentYukai Huang2017-03-281-2/+2
| |
| * Update focus argument with cm instanceYukai Huang2017-03-281-1/+1
| |
| * Rewrite cursorActivity with multi listener styleYukai Huang2017-03-281-17/+17
| | | | | | | | - adjust function order to prevent standard lint failure
| * Extract selection update from updateStatusbarYukai Huang2017-03-283-28/+38
| |
| * Impl multiple codemirror event listenerYukai Huang2017-03-282-9/+22
| |
| * Change minor TODO to FIXMEYukai Huang2017-03-281-2/+2
| |
* | Merge pull request #416 from iandees/patch-1Max Wu2017-04-051-3/+3
|\ \ | | | | | | Clarify permission language
| * | Update body.ejsIan Dees2017-04-051-2/+2
| | |
| * | Clarify permission languageIan Dees2017-04-051-3/+3
|/ / | | | | See https://github.com/hackmdio/hackmd/issues/415
* | build: Update yarn.lockBoHong Li2017-03-291-3/+3
| |
* | chore(build): Upgrade uws to 0.14.1, other npm version have been removedWu Cheng-Han2017-03-291-1/+1
| |
* | style: Fix missing newline in variablesWu Cheng-Han2017-03-291-1/+2
| |
* | Merge pull request #406 from hackmdio/feature/add_missing_migrationRaccoon2017-03-288-0/+168
|\ \ | |/ |/| fix: Add missing migration
| * fix: Other dialect duplicated add index problemBoHong Li2017-03-282-3/+14
| | | | | | | | Detect is using SQLite to add index
| * fix: Support SQliteBoHong Li2017-03-283-7/+25
| | | | | | | | Move 'unique' constraint to another statement (SQLite don't support set unique when addColumn)