| Commit message (Expand) | Author | Files | Lines |
2019-06-11 | fix: upgrade sequelize to latest version to fix CVE | BoHong Li | 1 | -434/+440 |
2018-07-27 | Further improvement of error handling for LZString | Sheogorath | 1 | -1/+5 |
2018-06-24 | Rebrand HackMD to CodiMD | Sheogorath | 1 | -1/+1 |
2018-05-25 | Use cascaded deletes | Sheogorath | 1 | -1/+3 |
2018-05-25 | Use hard delete instead of soft delete | Sheogorath | 1 | -1/+1 |
2018-04-10 | Add check for noteId length | Sheogorath | 1 | -0/+9 |
2018-03-25 | Change config to camel case with backwards compatibility | Sheogorath | 1 | -6/+6 |
2018-03-11 | Fix to log instead of throwing error on parse note id | Max Wu | 1 | -2/+4 |
2018-03-10 | Fix parseNoteId order to fix some edge case | Max Wu | 1 | -7/+7 |
2018-02-27 | Update to use buffer in encode/decode note id | Max Wu | 1 | -2/+4 |
2018-02-26 | Remove and replace all note id compression in LZString with base64url | Max Wu | 1 | -0/+27 |
2018-02-09 | Fix field type to prevent data truncation of authorship (#721) | Max Wu | 1 | -1/+1 |
2017-10-16 | Fix #521 by converting content fields to LONGTEXT in MySQL, to prevent trunca... | Claudius Coenen | 1 | -1/+1 |
2017-05-08 | refactor: Remove `require` extension filename | BoHong Li | 1 | -3/+3 |
2017-03-14 | Fix update doc from filesystem cause redundant authorship stringify | Wu Cheng-Han | 1 | -1/+1 |
2017-03-14 | Use strict mode in all backend files | BoHong Li | 1 | -0/+1 |
2017-03-08 | Use JavaScript Standard Style | BoHong Li | 1 | -511/+500 |
2017-02-10 | Add default permission config | NV | 1 | -2/+2 |
2017-01-12 | Fix permission order and keep wording consistency | Wu Cheng-Han | 1 | -1/+1 |
2017-01-10 | Adjust permission order to more clarly | 蒼時弦也 | 1 | -1/+1 |
2017-01-10 | Add limited and protected permission | 蒼時弦也 | 1 | -3/+3 |
2017-01-04 | Fix and refactor extracting content using metaMarked directly might lead in i... | Wu Cheng-Han | 1 | -23/+20 |
2017-01-02 | Refactor data processing to model definition | Wu Cheng-Han | 1 | -0/+9 |
2017-01-02 | Update to remove null byte before saving to DB and remove null byte on changes | Wu Cheng-Han | 1 | -3/+12 |
2017-01-02 | Remove LZString compression for data storage | Wu Cheng-Han | 1 | -11/+6 |
2016-11-26 | Update to auto generate meta description based on content in publish note and... | Wu Cheng-Han | 1 | -0/+3 |
2016-10-12 | Fix note extract tags might get encoded HTML entity | Wu Cheng-Han | 1 | -1/+1 |
2016-10-11 | Fix doc updating revision not stringify and compress authorship before save | Wu Cheng-Han | 1 | -1/+1 |
2016-10-10 | Update to support delete note | Wu Cheng-Han | 1 | -0/+1 |
2016-10-10 | Update to make note history count in server-side when user logged | Wu Cheng-Han | 1 | -2/+55 |
2016-10-10 | Workaround cheerio text method shouldn't preserve html tags on fetching note ... | Wu Cheng-Han | 1 | -1/+2 |
2016-10-10 | Update to move authorship calculation code to note model and support update a... | Wu Cheng-Han | 1 | -1/+176 |
2016-08-15 | Update slide mode to show extra info and support url actions and support disq... | Wu Cheng-Han | 1 | -0/+2 |
2016-08-15 | Fix meta might be null issue | Wu Cheng-Han | 1 | -1/+2 |
2016-08-14 | Update to make doc only update while the filesystem content not equals db con... | Wu Cheng-Han | 1 | -4/+7 |
2016-08-01 | Update to support slideOptions in the YAML metadata | Wu Cheng-Han | 1 | -0/+2 |
2016-07-30 | Add support of saving authors and authorship | Wu Cheng-Han | 1 | -0/+8 |
2016-07-02 | Update to change server-side pre-rendering engine from marked to markdown-it | Wu Cheng-Han | 1 | -2/+2 |
2016-06-21 | Update to support new metadata: title, description, tags and google-analytics... | Cheng-Han, Wu | 1 | -6/+32 |
2016-06-17 | Fix create new note should not use default note created time | Cheng-Han, Wu | 1 | -1/+3 |
2016-06-17 | Add support of saving note revision and improve app start and stop procedure ... | Cheng-Han, Wu | 1 | -5/+21 |
2016-06-01 | Update note model on create doc will use the created time of the doc in files... | Cheng-Han, Wu | 1 | -0/+2 |
2016-05-30 | Update note model if doc in filesystem have newer modified will update it in db | Cheng-Han, Wu | 1 | -1/+23 |
2016-05-28 | Update project title | Cheng-Han, Wu | 1 | -1/+1 |
2016-04-20 | Refactor server with Sequelize ORM, refactor server configs, now will show no... | Cheng-Han, Wu | 1 | -0/+208 |