summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to make history delete and pin function call to new APIsWu Cheng-Han2016-10-101-28/+58
|
* Fix some incorrect redirectsWu Cheng-Han2016-10-101-4/+4
|
* Fix fatal error should throw instead of returnWu Cheng-Han2016-10-101-2/+2
|
* Update to send note title on emit check and refresh eventWu Cheng-Han2016-10-101-1/+4
|
* Update to make note history count in server-side when user loggedWu Cheng-Han2016-10-103-3/+96
|
* Update to improve history api error and bad request handlingWu Cheng-Han2016-10-101-0/+3
|
* Update to add post history by note id with data, delete all history and ↵Wu Cheng-Han2016-10-101-0/+6
| | | | delete history by id and rename methods
* Update to add cache to historyWu Cheng-Han2016-10-102-51/+233
|
* Fix get or set history on server ajax should not fallback to browser storage ↵Wu Cheng-Han2016-10-101-6/+6
| | | | to avoid some internet edge cases
* Fix saveHistoryToStorage not correctly fallback to cookieWu Cheng-Han2016-10-101-1/+1
|
* Add more comments in the code and remove unused code fileWu Cheng-Han2016-10-102-45/+3
|
* Update to make editor mode setting to a default variableWu Cheng-Han2016-10-101-7/+8
|
* Update to use modified editor markdown mode to make mathjax expression ↵Wu Cheng-Han2016-10-101-0/+864
| | | | display correctly
* Update default indent to use spaces instead of tabsWu Cheng-Han2016-10-101-1/+0
|
* Improve syntax highlighting performance by moving it to finish viewWu Cheng-Han2016-10-102-15/+32
|
* Update to make OT error, client reconnect handling better and refactor ↵Wu Cheng-Han2016-10-101-16/+11
| | | | client "doc" event
* Fix potential errorWu Cheng-Han2016-10-101-1/+1
|
* Update to make OT socket io handle error better, use delay to avoid wrong ↵Wu Cheng-Han2016-10-101-1/+9
| | | | reversion on client
* Fix OT socket io reconnect should resend last operationWu Cheng-Han2016-10-102-2/+2
|
* Workaround cheerio text method shouldn't preserve html tags on fetching note ↵Wu Cheng-Han2016-10-101-1/+2
| | | | title
* Fix broken link id referenceWu Cheng-Han2016-10-101-1/+1
|
* Update to allow CORS as API on revision actionsWu Cheng-Han2016-10-101-0/+14
|
* Update to remind note max length limit on the status bar length divWu Cheng-Han2016-10-101-1/+12
|
* Update to support showing owner on the infobarWu Cheng-Han2016-10-106-8/+55
|
* Remove unused codeWu Cheng-Han2016-10-101-2/+0
|
* Update to prevent duplicate socket push in queue in order to lower down ↵Wu Cheng-Han2016-10-101-0/+12
| | | | server loading
* Update to move authorship calculation code to note model and support update ↵Wu Cheng-Han2016-10-102-101/+177
| | | | authorship after making revision of docs
* Update to support Ukrainian localeWu Cheng-Han2016-10-103-1/+2
|
* Merge pull request #197 from Kietzmann/patch-1Max Wu2016-10-101-0/+104
|\ | | | | Created Ukrainian Localization
| * Created Ukrainian LocalizationDmytro Kytsmen2016-10-101-0/+104
|/
* Merge pull request #196 from PeterDaveHelloKitchen/image-optimizeMax Wu2016-10-10462-0/+0
|\ | | | | optimize png images using zopflipng
| * optimize png images using zopflipngPeter Dave Hello2016-10-10462-0/+0
| |
* | Add support of Italian, Turkish, Russian, Dutch, Croatian, Polish localesWu Cheng-Han2016-10-102-1/+7
| |
* | Extract config.js from common.js to make client setting file clean and also ↵Wu Cheng-Han2016-10-109-17/+21
|/ | | | make upgrade easier
* Merge pull request #194 from bSzala/masterMax Wu2016-10-091-0/+104
|\ | | | | Add Polish translation
| * Add Polish translationBartlomiej Szala2016-10-081-0/+104
|/
* Merge pull request #193 from ivanorsolic/masterMax Wu2016-10-081-0/+104
|\ | | | | Added Croatian translation
| * Added Croatian translationivanorsolic2016-10-071-0/+104
|/ | | Added Croatian translation
* Merge pull request #192 from Martijnpold/masterMax Wu2016-10-071-0/+104
|\ | | | | Added Dutch translation
| * Added Dutch translationMartijnpold2016-10-071-12/+12
| | | | | | Finished Dutch translation
| * Create nl.jsonMartijnpold2016-10-071-0/+104
| | | | | | Added partial translation to dutch
* | Merge pull request #191 from p0v1n0m/patch-1Max Wu2016-10-071-0/+104
|\ \ | |/ |/| Added Russian translation
| * Added Russian translationp0v1n0m2016-10-071-0/+104
|/
* Merge pull request #189 from omeryagmurlu/patch-2Max Wu2016-10-051-0/+104
|\ | | | | Create tr.json
| * Create tr.jsonÖmer Erdinç Yağmurlu2016-10-041-0/+104
| | | | | | https://github.com/hackmdio/hackmd/issues/157
* | Merge pull request #190 from Yukaii/setup-scriptMax Wu2016-10-056-3/+60
|\ \ | |/ |/| Setup script for getting started
| * Update REAME setup script descriptionYukai Huang2016-10-051-1/+1
| |
| * Do not recommend anything in setup scriptYukai Huang2016-10-051-2/+5
| |
| * Update README get started sectionYukai Huang2016-10-051-1/+1
| |
| * Copy config only when file not existYukai Huang2016-10-051-3/+11
| |