summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Revert to customized codemirrorYukai Huang2016-10-094-10/+4
| | | | |
| * | | | Fix pdfobject requireYukai Huang2016-10-092-15/+19
| | | | |
| * | | | Fix function exportYukai Huang2016-10-092-1/+3
| | | | |
| * | | | Revert customized ot library and fix dependencyYukai Huang2016-10-094-7/+3
| | | | |
| * | | | Add highlight.js and prism stylesYukai Huang2016-10-092-3/+3
| | | | |
| * | | | Config bootstrap with webpackYukai Huang2016-10-084-59/+72
| | | | |
| * | | | Make editor variable globalYukai Huang2016-10-081-1/+1
| | | | |
| * | | | Resolve dependency module requiringYukai Huang2016-10-089-59/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * es5 style module exports * remove script tag require * webpack config ProvidePlugin Note that this commit only fix JavaScript module loading runtime error.
| * | | | Fix mutiple socket.on handlingYukai Huang2016-10-081-1/+1
| | | | |
| * | | | Use xss in script tagYukai Huang2016-10-084-3/+3
| | | | |
| * | | | Change npm task 'build' to 'dev'Yukai Huang2016-10-081-1/+1
| | | | |
| * | | | Remove Idle.Js dependencyYukai Huang2016-10-081-1/+0
| | | | | | | | | | | | | | | | | | | | use vendor minified js for now
| * | | | Move out script tag and use js insteadYukai Huang2016-10-083-58/+80
| | | | |
| * | | | Create webpack configYukai Huang2016-10-082-5/+126
| | | | |
| * | | | Exclude webpack build folderYukai Huang2016-10-081-0/+3
| | | | |
| * | | | Add missing vendor code hard to deal withYukai Huang2016-10-082-0/+269
| | | | |
* | | | | Merge pull request #201 from paraschadha2052/masterMax Wu2016-10-121-0/+104
|\ \ \ \ \ | |_|_|_|/ |/| | | | Hindi Translation Added
| * | | | Hindi Translation AddedParas2016-10-121-0/+104
|/ / / /
* | | | Fix to handle undefined document on update historyWu Cheng-Han2016-10-121-2/+2
| | | |
* | | | Fix getCaretPosition in text complete might get undefined position errorWu Cheng-Han2016-10-121-10/+25
| | | |
* | | | Fix to handle name or color might get undefined errorWu Cheng-Han2016-10-121-4/+4
| | | |
* | | | Fix to handle checkAllNotesRevision might return null notesWu Cheng-Han2016-10-121-1/+1
| |_|/ |/| |
* | | Fix note extract tags might get encoded HTML entityWu Cheng-Han2016-10-121-1/+1
| | |
* | | Fix history list not parse and bind events properly on change paginationWu Cheng-Han2016-10-121-76/+92
| | |
* | | Update to make history refresh have better UX and keep the beginning and end ↵Wu Cheng-Han2016-10-121-1/+7
| |/ |/| | | | | of the pagination visible
* | Update to support pagination for history listWu Cheng-Han2016-10-113-2/+9
| |
* | Fix history time should save in UNIX timestamp to avoid time offset issueWu Cheng-Han2016-10-112-7/+8
| |
* | Update bower.jsonMax Wu2016-10-111-1/+1
| | | | | | update string.js to 3.3.3 to fix missing file issue
* | Update README.mdMax Wu2016-10-111-1/+1
| |
* | Update bower.jsonMax Wu2016-10-111-1/+1
| | | | | | hold back string.js version to 3.3.1 because 3.3.2 missing required string.min.js file
* | Mark as 0.4.5Wu Cheng-Han2016-10-114-4/+64
| |
* | Fix new note with empty content not saving to history and remove debug codeWu Cheng-Han2016-10-111-4/+1
| |
* | Fix doc updating revision not stringify and compress authorship before saveWu Cheng-Han2016-10-111-1/+1
| |
* | Update AUTHORS list for new contributorsWu Cheng-Han2016-10-101-0/+16
| |
* | Add more environment variables for server configuration, update related ↵Wu Cheng-Han2016-10-102-22/+59
| | | | | | | | section in README.md
* | Update CodeMirror to 5.19.0 and rename jade to pugWu Cheng-Han2016-10-1030-209/+341
| |
* | Update npm and bower dependencies with related patchWu Cheng-Han2016-10-108-41/+39
| |
* | Try to fix memory leaks by clear OT server before disconnect noteWu Cheng-Han2016-10-101-0/+3
| |
* | Remove unused npm dependencyWu Cheng-Han2016-10-101-1/+0
| |
* | Cancel update history on page unloadWu Cheng-Han2016-10-101-1/+1
| |
* | Update to support delete noteWu Cheng-Han2016-10-105-1/+77
| |
* | 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