| Commit message (Expand) | Author | Files | Lines |
2018-11-21 | Switch scrypt library to a successor | Sheogorath | 1 | -1/+1 |
2018-11-14 | switching to eslint for code checking | Claudius Coenen | 2 | -1/+2 |
2018-09-26 | lib/models/revision.js: make independent of exec-path | WilliButz | 1 | -1/+2 |
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-06-23 | Allow to disable gravatar | Sheogorath | 1 | -25/+5 |
2018-05-25 | Add token based security feature | Sheogorath | 1 | -0/+4 |
2018-05-25 | Fix requests for deleted users | Sheogorath | 1 | -0/+3 |
2018-05-25 | Use cascaded deletes | Sheogorath | 3 | -4/+12 |
2018-05-25 | Use hard delete instead of soft delete | Sheogorath | 1 | -1/+1 |
2018-04-17 | Move letter-avatars into own request | Sheogorath | 1 | -5/+5 |
2018-04-10 | Add check for noteId length | Sheogorath | 1 | -0/+9 |
2018-03-26 | Use TEXT instead of STRING for tokens | Pedro Ferreira | 1 | -2/+2 |
2018-03-25 | Change config to camel case with backwards compatibility | Sheogorath | 2 | -8/+8 |
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 | 2 | -2/+2 |
2018-01-18 | Ignore empty values for revision. | Sheogorath | 1 | -2/+2 |
2017-11-28 | Initial support for SAML authentication | Norihito Nakae | 1 | -0/+9 |
2017-10-31 | Add mattermost authentication | Christoph Witzany | 1 | -0/+9 |
2017-10-16 | Fix #521 by converting content fields to LONGTEXT in MySQL, to prevent trunca... | Claudius Coenen | 2 | -4/+4 |
2017-10-09 | createdAt DESC with quotation marks did not work with MySQL fixes #565 | Claudius Coenen | 1 | -4/+4 |
2017-09-22 | Fix broken profile images | Sheogorath | 1 | -2/+6 |
2017-06-05 | Fix typo in the db config | Wu Cheng-Han | 1 | -1/+1 |
2017-05-08 | refactor(config.js): Extract config file | BoHong Li | 1 | -2/+3 |
2017-05-08 | refactor: Remove `require` extension filename | BoHong Li | 4 | -9/+9 |
2017-03-15 | Fix strip null byte in model should cast to string to use replace function | Wu Cheng-Han | 1 | -0/+1 |
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 | 6 | -0/+6 |
2017-03-08 | Use JavaScript Standard Style | BoHong Li | 6 | -1033/+1010 |
2017-02-18 | Fix user profile photo might not replace to proper size | Wu Cheng-Han | 1 | -4/+4 |
2017-02-10 | Add default permission config | NV | 1 | -2/+2 |
2017-02-03 | Update to add biggerphoto on parsing user profile | Wu Cheng-Han | 1 | -10/+26 |
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-06 | Profile pictures for LDAP users | alecdwm | 1 | -0/+11 |
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 | 3 | -0/+27 |
2017-01-02 | Update to remove null byte before saving to DB and remove null byte on changes | Wu Cheng-Han | 3 | -7/+35 |
2017-01-02 | Remove LZString compression for data storage | Wu Cheng-Han | 2 | -17/+11 |
2016-12-22 | Use dburl to configurate | bananaappletw | 1 | -2/+2 |
2016-12-22 | Simplify code for heroku | bananaappletw | 1 | -1/+2 |
2016-12-22 | Fix #293 | bananaappletw | 1 | -3/+4 |
2016-12-12 | Update sequelize init condition | Yukai Huang | 1 | -5/+4 |
2016-12-12 | Simplify output with sequelize database argument | Yukai Huang | 1 | -2/+8 |
2016-12-02 | Update to support optional email register and signin | Wu Cheng-Han | 1 | -0/+33 |
2016-11-26 | Update to auto generate meta description based on content in publish note and... | Wu Cheng-Han | 1 | -0/+3 |