Commit Graph

  • 9c8752d452 Split common vendor javascript into chunks Yukai Huang 2016-10-11 12:30:30 +08:00
  • 8e4da8a3c5 Update bower.json Max Wu 2016-10-11 12:29:08 +08:00
  • 7086a8c5e7 Fix common.js.example Yukai Huang 2016-10-11 11:15:23 +08:00
  • 9a15cad42d Mark as 0.4.5 Wu Cheng-Han 2016-10-11 11:01:05 +08:00
  • 510b125432 Fix new note with empty content not saving to history and remove debug code Wu Cheng-Han 2016-10-11 01:22:08 +08:00
  • bc74c1f0cb Fix doc updating revision not stringify and compress authorship before save Wu Cheng-Han 2016-10-11 00:55:38 +08:00
  • 0cbe638eba Update AUTHORS list for new contributors Wu Cheng-Han 2016-10-10 21:46:58 +08:00
  • dfc8aeeba0 Add more environment variables for server configuration, update related section in README.md Wu Cheng-Han 2016-10-10 21:16:58 +08:00
  • 795ea21191 Update CodeMirror to 5.19.0 and rename jade to pug Wu Cheng-Han 2016-10-10 21:15:29 +08:00
  • fb5d7e4359 Update npm and bower dependencies with related patch Wu Cheng-Han 2016-10-10 21:14:28 +08:00
  • b734eb9c85 Try to fix memory leaks by clear OT server before disconnect note Wu Cheng-Han 2016-10-10 21:05:49 +08:00
  • 138aa876f4 Remove unused npm dependency Wu Cheng-Han 2016-10-10 21:05:33 +08:00
  • e60ee6886d Cancel update history on page unload Wu Cheng-Han 2016-10-10 21:04:42 +08:00
  • 12d5ed43a7 Update to support delete note Wu Cheng-Han 2016-10-10 21:04:24 +08:00
  • 68457ed3a2 Update to make history delete and pin function call to new APIs Wu Cheng-Han 2016-10-10 21:00:07 +08:00
  • 7a46c9fc5c Fix some incorrect redirects Wu Cheng-Han 2016-10-10 20:57:17 +08:00
  • 4ea5191d30 Fix fatal error should throw instead of return Wu Cheng-Han 2016-10-10 20:56:41 +08:00
  • d6d2cf978a Update to send note title on emit check and refresh event Wu Cheng-Han 2016-10-10 20:56:22 +08:00
  • 36a1900ce3 Update to make note history count in server-side when user logged Wu Cheng-Han 2016-10-10 20:55:33 +08:00
  • 1d2a9826af Update to improve history api error and bad request handling Wu Cheng-Han 2016-10-10 20:52:31 +08:00
  • cbf078494b Update to add post history by note id with data, delete all history and delete history by id and rename methods Wu Cheng-Han 2016-10-10 20:52:09 +08:00
  • af77bb8f59 Update to add cache to history Wu Cheng-Han 2016-10-10 20:51:46 +08:00
  • dc343978eb Fix get or set history on server ajax should not fallback to browser storage to avoid some internet edge cases Wu Cheng-Han 2016-10-10 20:50:01 +08:00
  • b6e68b2d36 Fix saveHistoryToStorage not correctly fallback to cookie Wu Cheng-Han 2016-10-10 20:49:42 +08:00
  • b54b3cbe69 Add more comments in the code and remove unused code file Wu Cheng-Han 2016-10-10 20:48:56 +08:00
  • e4b40d11a2 Update to make editor mode setting to a default variable Wu Cheng-Han 2016-10-10 20:47:57 +08:00
  • f6f469d0fe Update to use modified editor markdown mode to make mathjax expression display correctly Wu Cheng-Han 2016-10-10 20:47:06 +08:00
  • 550746b70e Update default indent to use spaces instead of tabs Wu Cheng-Han 2016-10-10 20:46:06 +08:00
  • 1d1eedce7e Improve syntax highlighting performance by moving it to finish view Wu Cheng-Han 2016-10-10 20:45:49 +08:00
  • 521f76f7ad Update to make OT error, client reconnect handling better and refactor client "doc" event Wu Cheng-Han 2016-10-10 20:44:45 +08:00
  • c9f5cd49b0 Fix potential error Wu Cheng-Han 2016-10-10 20:42:40 +08:00
  • a090008d4a Update to make OT socket io handle error better, use delay to avoid wrong reversion on client Wu Cheng-Han 2016-10-10 20:40:45 +08:00
  • 73a8a6c32a Fix OT socket io reconnect should resend last operation Wu Cheng-Han 2016-10-10 20:39:02 +08:00
  • 11a8c0f9cf Workaround cheerio text method shouldn't preserve html tags on fetching note title Wu Cheng-Han 2016-10-10 20:38:14 +08:00
  • 7e7919ce86 Fix broken link id reference Wu Cheng-Han 2016-10-10 20:34:53 +08:00
  • 55ac4dcccb Update to allow CORS as API on revision actions Wu Cheng-Han 2016-10-10 20:33:48 +08:00
  • 72d7ba0f31 Update to remind note max length limit on the status bar length div Wu Cheng-Han 2016-10-10 20:33:17 +08:00
  • 3175616573 Update to support showing owner on the infobar Wu Cheng-Han 2016-10-10 20:32:20 +08:00
  • 7a85d62b77 Remove unused code Wu Cheng-Han 2016-10-10 20:26:12 +08:00
  • 1cae0c5b7f Update to prevent duplicate socket push in queue in order to lower down server loading Wu Cheng-Han 2016-10-10 20:25:48 +08:00
  • d23ced1fba Update to move authorship calculation code to note model and support update authorship after making revision of docs Wu Cheng-Han 2016-10-10 20:23:33 +08:00
  • a5e6b5dd3b Update to support Ukrainian locale Wu Cheng-Han 2016-10-10 19:48:05 +08:00
  • dae4f1eed1 Merge pull request #197 from Kietzmann/patch-1 Max Wu 2016-10-10 19:45:13 +08:00
  • c1107d499c Created Ukrainian Localization Dmytro Kytsmen 2016-10-10 14:30:03 +03:00
  • a5c97b6c81 Merge pull request #196 from PeterDaveHelloKitchen/image-optimize Max Wu 2016-10-10 17:10:19 +08:00
  • 4c9dc5fa1f Add support of Italian, Turkish, Russian, Dutch, Croatian, Polish locales Wu Cheng-Han 2016-10-10 16:29:40 +08:00
  • bf4c6d021c Extract config.js from common.js to make client setting file clean and also make upgrade easier Wu Cheng-Han 2016-10-10 16:25:51 +08:00
  • 20f2e27350 Cover page is now working Yukai Huang 2016-10-10 10:14:17 +08:00
  • 8cd1cf30a5 Include jquery by script tag for now Yukai Huang 2016-10-10 10:13:40 +08:00
  • 082178d535 Slide mode is now working Yukai Huang 2016-10-10 08:25:35 +08:00
  • e10203b7e9 More function expose workaround for reveal-markdown.js Yukai Huang 2016-10-10 08:24:58 +08:00
  • 70c20aadda Remove redundant entry point Yukai Huang 2016-10-09 21:47:29 +08:00
  • 83ae4751f4 optimize png images using zopflipng Peter Dave Hello 2016-10-10 00:04:11 +08:00
  • a258897884 Revert some bower assets Yukai Huang 2016-10-09 21:35:56 +08:00
  • 8f9afa42d5 Fix history and edit mode change Yukai Huang 2016-10-09 21:35:24 +08:00
  • 2ccaf71191 Update common.js.example Yukai Huang 2016-10-09 21:34:40 +08:00
  • 8a254ea4f1 Fix scrollToTop/Buttom in preview Yukai Huang 2016-10-09 21:14:18 +08:00
  • 53b5cbb893 Finish public note view js loading Yukai Huang 2016-10-09 21:09:22 +08:00
  • 5355da0960 Workaround for circular require Yukai Huang 2016-10-09 21:08:33 +08:00
  • 917537ddbf Merge pull request #194 from bSzala/master Max Wu 2016-10-09 19:53:55 +08:00
  • d0997ed0c1 Config TextExtract plugin and change build folder Yukai Huang 2016-10-09 18:08:46 +08:00
  • 28858288fb Fix more js errors Yukai Huang 2016-10-09 17:55:07 +08:00
  • 3e2905be13 Revert to customized codemirror Yukai Huang 2016-10-09 17:54:51 +08:00
  • 196d546f7e Fix pdfobject require Yukai Huang 2016-10-09 10:51:39 +08:00
  • 67d118782d Fix function export Yukai Huang 2016-10-09 08:15:37 +08:00
  • 7e6b9f776f Revert customized ot library and fix dependency Yukai Huang 2016-10-09 08:15:23 +08:00
  • 845e9342c5 Add highlight.js and prism styles Yukai Huang 2016-10-09 07:54:52 +08:00
  • a47a73d35b Add Polish translation Bartlomiej Szala 2016-10-08 19:32:42 +02:00
  • 8e2b03cfd6 Config bootstrap with webpack Yukai Huang 2016-10-08 23:04:19 +08:00
  • 2b678c1f12 Make editor variable global Yukai Huang 2016-10-08 23:03:33 +08:00
  • 963a435ae1 Resolve dependency module requiring Yukai Huang 2016-10-08 20:02:30 +08:00
  • 0be342c44d Fix mutiple socket.on handling Yukai Huang 2016-10-08 19:58:26 +08:00
  • ebee5a8d05 Use xss in script tag Yukai Huang 2016-10-08 19:56:38 +08:00
  • 533c1606f2 Merge pull request #193 from ivanorsolic/master Max Wu 2016-10-08 14:40:13 +08:00
  • ab21311161 Change npm task 'build' to 'dev' Yukai Huang 2016-10-08 10:16:49 +08:00
  • b8467a562c Remove Idle.Js dependency Yukai Huang 2016-10-08 10:07:12 +08:00
  • 8e11c19bed Move out script tag and use js instead Yukai Huang 2016-10-07 23:06:10 +08:00
  • 325d1f1a32 Create webpack config Yukai Huang 2016-10-07 23:05:23 +08:00
  • f0269a161c Exclude webpack build folder Yukai Huang 2016-10-07 23:04:39 +08:00
  • 93f3664c88 Add missing vendor code hard to deal with Yukai Huang 2016-10-07 23:04:26 +08:00
  • 903a433333 Added Croatian translation ivanorsolic 2016-10-07 21:15:04 +02:00
  • fc213127a3 Merge pull request #192 from Martijnpold/master Max Wu 2016-10-07 23:42:01 +08:00
  • c6d2d44518 Merge pull request #191 from p0v1n0m/patch-1 Max Wu 2016-10-07 23:41:11 +08:00
  • 257b016e1e Added Russian translation p0v1n0m 2016-10-07 14:46:26 +02:00
  • 13e29ceef1 Added Dutch translation Martijnpold 2016-10-07 14:34:07 +02:00
  • b2b2289b0d Create nl.json Martijnpold 2016-10-07 10:09:51 +02:00
  • 58b3e2a8e7 Merge pull request #189 from omeryagmurlu/patch-2 Max Wu 2016-10-05 14:21:47 +08:00
  • 4f16a26fcc Merge pull request #190 from Yukaii/setup-script Max Wu 2016-10-05 14:21:03 +08:00
  • ec8fb1931b Update REAME setup script description Yukai Huang 2016-10-05 14:17:32 +08:00
  • 69c14a274d Do not recommend anything in setup script Yukai Huang 2016-10-05 14:09:39 +08:00
  • 6f53d40d6a Update README get started section Yukai Huang 2016-10-05 12:12:45 +08:00
  • 934ed7c0d9 Copy config only when file not exist Yukai Huang 2016-10-05 12:12:21 +08:00
  • 5dfa83d350 Update config description Yukai Huang 2016-10-05 12:07:07 +08:00
  • 79f64d0503 Create bin/setup script Yukai Huang 2016-10-05 11:21:19 +08:00
  • 0e63fe1fa0 Create example config Yukai Huang 2016-10-05 10:58:05 +08:00
  • ca59d86628 Remove config files from version control Yukai Huang 2016-10-05 10:57:10 +08:00
  • 2807951e83 Create tr.json Ömer Erdinç Yağmurlu 2016-10-04 23:00:39 +03:00
  • f4d4eb1681 Update README.md Max Wu 2016-10-04 18:05:30 +08:00
  • 2c49c5367c Merge pull request #187 from Yukaii/fix-readme-markdown Max Wu 2016-10-04 17:18:21 +08:00
  • 0ba06df7bc Fix README markdown Yukai Huang 2016-10-04 16:41:26 +08:00