summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated updateView, windowResize, cursorActivity, updateHistory to use ↵Wu Cheng-Han2015-09-251-24/+32
| | | | lodash debounce function, added back missing refreshView function
* Added extraTags support for list, and can toggle todo list in the view modeWu Cheng-Han2015-09-252-25/+87
|
* Fixed a possible exceptionWu Cheng-Han2015-09-251-1/+1
|
* Fixed to handle startConnection and finishConnection undefined exceptionsWu Cheng-Han2015-09-251-2/+2
|
* Added deduplicatedHeaderId to avoid multiple same header idWu Cheng-Han2015-09-253-1/+22
|
* Fixed for code consistencyWu Cheng-Han2015-09-251-2/+2
|
* Changed defaultMode from both to viewWu Cheng-Han2015-09-251-1/+1
|
* Fixed defaultTextHeight from 18 to 20Wu Cheng-Han2015-09-251-1/+1
|
* Fixed scroll to body might not animateWu Cheng-Han2015-09-252-4/+4
|
* Fixed permission might not update and emit properlyWu Cheng-Han2015-09-251-9/+35
|
* Fixed when doc reconnect might get wrong OT operation, reorder initialize ↵Wu Cheng-Han2015-09-251-27/+30
| | | | instructions in proper sequence
* Fixed socket set wrong cursor data on receive, prevent buildCursor execute ↵Wu Cheng-Han2015-09-251-2/+7
| | | | on view mode
* Fixed checkCursorTag and checkCursorMenu not calculate doc height properly, ↵Wu Cheng-Han2015-09-252-25/+35
| | | | fixed jquery-textcomplete support upSideDown
* Merge branch 'master' of https://github.com/jackycute/HackMDWu Cheng-Han2015-09-251-5/+5
|\
| * Update README.mdjackycute2015-09-251-5/+5
| |
* | Added statusBar to show cursor position, selections and so onWu Cheng-Han2015-09-242-2/+122
|/
* Updated codemirror to support panel and match-highlighter and revert some ↵Wu Cheng-Han2015-09-248-23/+27
| | | | unnecessary changes
* Updated to lock the navbar on changeModeWu Cheng-Han2015-09-242-1/+12
|
* Updated overall font-family, font-size, line-height, letter-spacing and some ↵Wu Cheng-Han2015-09-244-17/+16
| | | | other minor adjustments
* Added handlebars as dependencyWu Cheng-Han2015-09-242-0/+3747
|
* Fixed OT some uncaught error and exceptionsWu Cheng-Han2015-09-243-4/+4
|
* Fixed index clear history list not working, history list will now be ↵Wu Cheng-Han2015-09-244-13/+22
| | | | id-unique, fixed typo and styles
* Fixed github link sourceWu Cheng-Han2015-09-241-1/+1
|
* Fixed default.md, features link might get wrong in publish noteWu Cheng-Han2015-09-241-3/+3
|
* Fixed doc length should only limit when "both the doc length exceed the doc ↵Wu Cheng-Han2015-09-241-1/+2
| | | | max length" and "the new doc length is more than previous doc"
* Fixed user might not disconnect from server properly, handle more uncaught ↵Wu Cheng-Han2015-09-242-6/+16
| | | | exceptions
* Added cleaner in realtime.js, to clean up users which aren't in any rooms in ↵Wu Cheng-Han2015-09-241-0/+16
| | | | a interval
* Updated realtime.js, use socket.io built-in broadcast function instead self ↵Wu Cheng-Han2015-09-242-0/+26
| | | | iterate to avoid extra issues
* Fixed missing config for useCDN in index templateWu Cheng-Han2015-09-241-0/+1
|
* Merge pull request #20 from 193s/pr-01-usecdnjackycute2015-09-231-4/+7
|\ | | | | bugfix: useCDN option must be passed to ejs_renderer
| * fixed a bug in response.js:useCdnIkumi Shimizu2015-09-231-4/+7
|/
* Fixed navbar might too tall issueWu Cheng-Han2015-09-221-2/+2
|
* Added server option "useCdn", use template statement to route resources' sourceWu Cheng-Han2015-09-228-16/+71
|
* Changed db schema, table "note", column "title", type from "character ↵Wu Cheng-Han2015-09-151-1/+1
| | | | | | varying(256)" to "text". To make very long title possible
* Updated README.md, update project structure, remove deploy instruction and ↵Wu Cheng-Han2015-09-151-33/+14
| | | | add get started section
* Removed server deploy files, logs and backups directories.Wu Cheng-Han2015-09-157-46/+0
| | | | Let user choose any daemon tools and paths as they like.
* Updated README.md for more setting detailsWu Cheng-Han2015-09-151-0/+44
|
* Added back missing files, closed #18Wu Cheng-Han2015-09-135-0/+9925
|
* Merge pull request #16 from gitter-badger/gitter-badgejackycute2015-08-161-0/+2
|\ | | | | Add a Gitter chat badge to README.md
| * Added Gitter badgeThe Gitter Badger2015-08-151-0/+2
|/
* Merge branch 'master' of https://github.com/jackycute/HackMDWu Cheng-Han2015-07-170-0/+0
|\
| * Fixed autocomplete for code block should only show up after type at least ↵Wu Cheng-Han2015-07-171-2/+2
| | | | | | | | one char, writeHistory when page load to avoid some other occasions.
* | Fixed autocomplete for code block should only show up after type at least ↵Wu Cheng-Han2015-07-171-2/+2
|/ | | | one char, writeHistory when page unload to avoid some other occasions.
* Added document max length limit, enforceMaxLength on change and show modal ↵Wu Cheng-Han2015-07-166-9/+59
| | | | when reach the limit.
* Using util.inspect instead of JSON.stringify to avoid "TypeError: Converting ↵Wu Cheng-Han2015-07-161-1/+1
| | | | circular structure to JSON"
* JSON.stringify error object for loggingWu Cheng-Han2015-07-141-1/+1
|
* Handle when OT throw Error, will log it then disconnect socket clientWu Cheng-Han2015-07-141-4/+11
|
* Updated default.mdWu Cheng-Han2015-07-131-1/+3
|
* Reduced finishChangeDelay from 400ms to 200msWu Cheng-Han2015-07-121-1/+1
|
* Handle an server getNotenameFromSocket referer undefined exceptionWu Cheng-Han2015-07-121-1/+5
|