| Commit message (Expand) | Author | Age | Files | Lines |
* | Linter: Fix all lint errors | Philip Molares | 2021-02-15 | 6 | -125/+127 |
* | Fix note creation in FreeURL mode not using template | Erik Michelson | 2021-02-02 | 1 | -3/+4 |
* | Replace CodiMD with HedgeDoc | Erik Michelson | 2020-11-14 | 1 | -1/+1 |
* | Fixed meta parsing of lang-attribute for using it in the published-view | Erik Michelson | 2020-07-04 | 1 | -0/+1 |
* | Added customizable og-metadata to notes | Erik Michelson | 2019-10-04 | 1 | -0/+9 |
* | fix: upgrade sequelize to latest version to fix CVE | BoHong Li | 2019-06-11 | 5 | -745/+752 |
* | Rework debug logging | Sheogorath | 2019-06-08 | 1 | -3/+2 |
* | Fix eslint warnings | Sheogorath | 2019-05-31 | 1 | -8/+8 |
* | Fix missing pictures for OpenID | Sheogorath | 2019-05-26 | 1 | -0/+3 |
* | polyfilling scrypt for node 8.5+ | Claudius | 2019-05-13 | 1 | -4/+13 |
* | asyncified setting and verifying the password | Claudius | 2019-05-13 | 1 | -9/+7 |
* | getting password hashing into a hook where it could be async | Claudius | 2019-05-13 | 1 | -6/+14 |
* | Switch scrypt library to a successor | Sheogorath | 2018-11-21 | 1 | -1/+1 |
* | switching to eslint for code checking | Claudius Coenen | 2018-11-14 | 2 | -1/+2 |
* | lib/models/revision.js: make independent of exec-path | WilliButz | 2018-09-26 | 1 | -1/+2 |
* | Further improvement of error handling for LZString | Sheogorath | 2018-07-27 | 1 | -1/+5 |
* | Rebrand HackMD to CodiMD | Sheogorath | 2018-06-24 | 1 | -1/+1 |
* | Allow to disable gravatar | Sheogorath | 2018-06-23 | 1 | -25/+5 |
* | Merge pull request #830 from SISheogorath/feature/GDPR | Christoph (Sheogorath) Kern | 2018-06-17 | 4 | -5/+20 |
|\ |
|
| * | Add token based security feature | Sheogorath | 2018-05-25 | 1 | -0/+4 |
| * | Fix requests for deleted users | Sheogorath | 2018-05-25 | 1 | -0/+3 |
| * | Use cascaded deletes | Sheogorath | 2018-05-25 | 3 | -4/+12 |
| * | Use hard delete instead of soft delete | Sheogorath | 2018-05-25 | 1 | -1/+1 |
* | | Merge pull request #784 from pferreir/add-oauth2-support | Christoph (Sheogorath) Kern | 2018-06-04 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Use TEXT instead of STRING for tokens | Pedro Ferreira | 2018-03-26 | 1 | -2/+2 |
* | | Merge pull request #803 from SISheogorath/fix/letterAvatarCSP | Christoph (Sheogorath) Kern | 2018-04-17 | 1 | -5/+5 |
|\ \ |
|
| * | | Move letter-avatars into own request | Sheogorath | 2018-04-17 | 1 | -5/+5 |
| |/ |
|
* / | Add check for noteId length | Sheogorath | 2018-04-10 | 1 | -0/+9 |
|/ |
|
* | Change config to camel case with backwards compatibility | Sheogorath | 2018-03-25 | 2 | -8/+8 |
* | Fix to log instead of throwing error on parse note id | Max Wu | 2018-03-11 | 1 | -2/+4 |
* | Fix parseNoteId order to fix some edge case | Max Wu | 2018-03-10 | 1 | -7/+7 |
* | Update to use buffer in encode/decode note id | Max Wu | 2018-02-27 | 1 | -2/+4 |
* | Remove and replace all note id compression in LZString with base64url | Max Wu | 2018-02-26 | 1 | -0/+27 |
* | Fix field type to prevent data truncation of authorship (#721) | Max Wu | 2018-02-09 | 2 | -2/+2 |
* | Ignore empty values for revision. | Sheogorath | 2018-01-18 | 1 | -2/+2 |
* | Merge pull request #567 from ccoenen/fix-mysql-text-length | Christoph (Sheogorath) Kern | 2018-01-18 | 2 | -4/+4 |
|\ |
|
| * | Fix #521 by converting content fields to LONGTEXT in MySQL, to prevent trunca... | Claudius Coenen | 2017-10-16 | 2 | -4/+4 |
* | | Initial support for SAML authentication | Norihito Nakae | 2017-11-28 | 1 | -0/+9 |
* | | Add mattermost authentication | Christoph Witzany | 2017-10-31 | 1 | -0/+9 |
|/ |
|
* | createdAt DESC with quotation marks did not work with MySQL fixes #565 | Claudius Coenen | 2017-10-09 | 1 | -4/+4 |
* | Fix broken profile images | Sheogorath | 2017-09-22 | 1 | -2/+6 |
* | Fix typo in the db config | Wu Cheng-Han | 2017-06-05 | 1 | -1/+1 |
* | refactor(config.js): Extract config file | BoHong Li | 2017-05-08 | 1 | -2/+3 |
* | refactor: Remove `require` extension filename | BoHong Li | 2017-05-08 | 4 | -9/+9 |
* | Fix strip null byte in model should cast to string to use replace function | Wu Cheng-Han | 2017-03-15 | 1 | -0/+1 |
* | Fix update doc from filesystem cause redundant authorship stringify | Wu Cheng-Han | 2017-03-14 | 1 | -1/+1 |
* | Use strict mode in all backend files | BoHong Li | 2017-03-14 | 6 | -0/+6 |
* | Use JavaScript Standard Style | BoHong Li | 2017-03-08 | 6 | -1033/+1010 |
* | Fix user profile photo might not replace to proper size | Wu Cheng-Han | 2017-02-18 | 1 | -4/+4 |
* | Add default permission config | NV | 2017-02-10 | 1 | -2/+2 |