Commit Graph

1512 Commits

Author SHA1 Message Date
Wu Cheng-Han c9f35b9aa0 Updated overall font-family, font-size, line-height, letter-spacing and some other minor adjustments 2015-09-24 13:48:12 +08:00
Wu Cheng-Han f239b53972 Added handlebars as dependency 2015-09-24 13:42:53 +08:00
Wu Cheng-Han 92493e307a Fixed OT some uncaught error and exceptions 2015-09-24 11:56:55 +08:00
Wu Cheng-Han c06fb7a526 Fixed index clear history list not working, history list will now be id-unique, fixed typo and styles 2015-09-24 11:55:56 +08:00
Wu Cheng-Han 6bdc63ca60 Fixed github link source 2015-09-24 11:47:46 +08:00
Wu Cheng-Han 5dca516b7f Fixed default.md, features link might get wrong in publish note 2015-09-24 11:46:29 +08:00
Wu Cheng-Han 1733b6db8a Fixed doc length should only limit when "both the doc length exceed the doc max length" and "the new doc length is more than previous doc" 2015-09-24 11:45:17 +08:00
Wu Cheng-Han f1a0dff9e6 Fixed user might not disconnect from server properly, handle more uncaught exceptions 2015-09-24 11:40:08 +08:00
Wu Cheng-Han 43a175e710 Added cleaner in realtime.js, to clean up users which aren't in any rooms in a interval 2015-09-24 11:38:55 +08:00
Wu Cheng-Han 950d978fe8 Updated realtime.js, use socket.io built-in broadcast function instead self iterate to avoid extra issues 2015-09-24 11:36:41 +08:00
Wu Cheng-Han e6cac820ae Fixed missing config for useCDN in index template 2015-09-24 11:29:09 +08:00
jackycute 05b28044e4 Merge pull request #20 from 193s/pr-01-usecdn
bugfix: useCDN option must be passed to ejs_renderer
2015-09-23 10:24:38 +08:00
Ikumi Shimizu 7fc7325f87 fixed a bug in response.js:useCdn 2015-09-23 10:25:42 +09:00
Wu Cheng-Han a29cc7ceec Fixed navbar might too tall issue 2015-09-22 12:07:03 +08:00
Wu Cheng-Han b6c758f2fc Added server option "useCdn", use template statement to route resources' source 2015-09-22 12:06:13 +08:00
Wu Cheng-Han 09a1e662f9 Changed db schema, table "note", column "title", type from "character varying(256)" to "text".
To make very long title possible
2015-09-15 17:37:00 +08:00
Wu Cheng-Han 90ae615236 Updated README.md, update project structure, remove deploy instruction and add get started section 2015-09-15 16:49:23 +08:00
Wu Cheng-Han 69538a26ad Removed server deploy files, logs and backups directories.
Let user choose any daemon tools and paths as they like.
2015-09-15 16:47:03 +08:00
Wu Cheng-Han 54e48d10ff Updated README.md for more setting details 2015-09-15 16:08:50 +08:00
Wu Cheng-Han 0ad680b80b Added back missing files, closed #18 2015-09-13 19:49:40 +08:00
jackycute 9612d0cd98 Merge pull request #16 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2015-08-16 11:55:15 +08:00
The Gitter Badger cdb6c81e73 Added Gitter badge 2015-08-15 04:15:42 +00:00
Wu Cheng-Han 446e075238 Merge branch 'master' of https://github.com/jackycute/HackMD 2015-07-17 00:11:41 +08:00
Wu Cheng-Han c473033f45 Fixed autocomplete for code block should only show up after type at least one char, writeHistory when page unload to avoid some other occasions. 2015-07-17 00:11:10 +08:00
Wu Cheng-Han 8d64213493 Fixed autocomplete for code block should only show up after type at least one char, writeHistory when page load to avoid some other occasions. 2015-07-17 00:06:05 +08:00
Wu Cheng-Han d14c5bdc9c Added document max length limit, enforceMaxLength on change and show modal when reach the limit. 2015-07-16 22:46:06 +08:00
Wu Cheng-Han 57253d28a7 Using util.inspect instead of JSON.stringify to avoid "TypeError: Converting circular structure to JSON" 2015-07-16 08:47:33 +08:00
Wu Cheng-Han 4e61728a6a JSON.stringify error object for logging 2015-07-14 23:52:24 +08:00
Wu Cheng-Han 1b92300445 Handle when OT throw Error, will log it then disconnect socket client 2015-07-14 23:38:51 +08:00
Wu Cheng-Han f678bf7205 Updated default.md 2015-07-13 09:38:39 +08:00
Wu Cheng-Han 6f079a3c7a Reduced finishChangeDelay from 400ms to 200ms 2015-07-12 21:21:03 +08:00
Wu Cheng-Han bbcc64af6b Handle an server getNotenameFromSocket referer undefined exception 2015-07-12 17:19:07 +08:00
jackycute f359044776 Update README.md 2015-07-11 12:54:22 +08:00
Wu Cheng-Han bb9deef077 Marked as 0.3.2 2015-07-11 12:52:04 +08:00
Wu Cheng-Han 0292bfce5b Server using logger to log uncaughtException 2015-07-11 12:44:16 +08:00
Wu Cheng-Han 556338a9c6 Added support of operational transformation 2015-07-11 12:43:08 +08:00
Wu Cheng-Han 4702b83adc Revert index.html select2 cdn back to own server, because we using an older version of it 2015-07-11 12:02:27 +08:00
Wu Cheng-Han 04eef71b11 Change note action "share" to "publish" to avoid misleading 2015-07-06 13:51:55 +08:00
Wu Cheng-Han 85c67212ad Added profile image on onlineList 2015-07-04 22:19:09 +08:00
Wu Cheng-Han 01685c255f Updated codemirror to 5.4.0 2015-07-04 11:31:01 +08:00
Wu Cheng-Han 1d843c8ac2 Added random color option in blockquote tag 2015-07-03 09:14:49 +08:00
Wu Cheng-Han 17f89e9bd3 Optimized syncscroll.js buildMap, make it faster 2015-07-02 20:30:43 +08:00
Wu Cheng-Han f8ef5341c7 Optimized image rendering, avoid duplicated image load when content changed 2015-07-02 20:29:31 +08:00
jackycute 71303791a6 Update index.html
Using protocol-relative url in cdn includes
2015-07-02 10:52:30 +08:00
jackycute 04e57c24fd Update index.html
Using protocol-relative url in cdn includes
2015-07-02 10:51:28 +08:00
jackycute 4d40a1091a Merge pull request #2 from PeterDaveHelloKitchen/cdn
Cdn
2015-07-02 10:44:58 +08:00
jackycute cb54826a00 Update README.md 2015-07-02 00:15:34 +08:00
Wu Cheng-Han 10c9811fc5 Jump to 0.3.1 2015-07-02 00:10:20 +08:00
Peter Dave Hello 2c99945e24 use greensock-js on cdn 2015-07-01 01:03:57 +08:00
Peter Dave Hello 0631b293a4 use minified handlebars.js on cdn 2015-07-01 00:59:10 +08:00