| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PDF embed link in features.md | David Mehren | 2020-10-30 | 1 | -1/+1 |
* | Add revisions documentation - Issue #196 (#517) | Adam Worley | 2020-10-11 | 1 | -0/+8 |
* | Merge pull request #496 from codimd/fix/element-links | David Mehren | 2020-09-29 | 3 | -3/+3 |
|\ |
|
| * | Change all element.io links to matrix.to links | Erik Michelson | 2020-09-28 | 3 | -3/+3 |
| * | Update matrix chat link from riot.im to app.element.io and change room alias | Erik Michelson | 2020-09-08 | 3 | -3/+3 |
* | | Merge pull request #497 from SISheogorath/translation/malayalam | David Mehren | 2020-09-26 | 1 | -0/+1 |
|\ \ |
|
| * | | Add Malayalam translation | Sheogorath | 2020-09-09 | 1 | -0/+1 |
| |/ |
|
* | | Merge pull request #486 from codimd/feature/cookie-policy | David Mehren | 2020-09-25 | 5 | -12/+14 |
|\ \
| |/
|/| |
|
| * | Add config option for cookie SameSite policy | Erik Michelson | 2020-08-27 | 5 | -12/+14 |
* | | Add prevent default to export button too | Erik Michelson | 2020-08-23 | 1 | -1/+2 |
* | | Add dropbox CSP directive if configured and make button clickable | Erik Michelson | 2020-08-23 | 1 | -1/+2 |
|/ |
|
* | Made changed/created status translatable | Erik Michelson | 2020-08-13 | 2 | -5/+9 |
* | Restructured locale.js to be included into the editor's js bundle | Erik Michelson | 2020-08-13 | 2 | -31/+34 |
* | Fixed setting moment.js locale to user-defined language | Erik Michelson | 2020-08-13 | 2 | -1/+7 |
* | Adjust features.md slightly after #232 | Daniel Lublin | 2020-07-12 | 1 | -4/+4 |
* | Merge pull request #410 from oupala/feature/markdown-linting | David Mehren | 2020-07-10 | 5 | -1024/+1131 |
|\ |
|
| * | style: linting markdown files | oupala | 2020-07-10 | 5 | -1024/+1131 |
* | | Merge pull request #437 from codimd/enhancement/lang-attr-published | David Mehren | 2020-07-10 | 1 | -1/+1 |
|\ \ |
|
| * | | Added dynamic lang-attr to pretty.ejs | Erik Michelson | 2020-07-03 | 1 | -1/+1 |
| |/ |
|
* / | Fixed yaml-metadata docs | Erik Michelson | 2020-07-02 | 1 | -1/+1 |
|/ |
|
* | Set all cookies with sameSite: strict | David Mehren | 2020-06-08 | 4 | -12/+24 |
* | Fix checksums of mermaid | Nick Hahn | 2020-05-28 | 3 | -3/+3 |
* | Update to mermaid 8.5.1 | Nick Hahn | 2020-05-27 | 3 | -3/+3 |
* | Add translations for permissions | Sheogorath | 2020-05-26 | 1 | -6/+6 |
* | Merge pull request #344 from SuperSandro2000/fix-links-1.x | Sheogorath | 2020-05-17 | 1 | -9/+9 |
|\ |
|
| * | Update outdated links | Sandro Jäckel | 2020-04-26 | 1 | -3/+3 |
| * | Update all links with https | Sandro Jäckel | 2020-04-26 | 1 | -6/+6 |
* | | Make "transform-style: preserve-3d;" screen-only. | Marvin Gaube | 2020-03-23 | 1 | -2/+4 |
|/ |
|
* | Release version 1.6.0 | Sheogorath | 2020-02-18 | 1 | -0/+85 |
* | Merge pull request #267 from SISheogorath/fix/revisionLinks | Sheogorath | 2020-02-10 | 1 | -1/+1 |
|\ |
|
| * | Fix revision redirect to index page | Sheogorath | 2020-02-10 | 1 | -1/+1 |
* | | Update mermaid in CDN | Antoine Aflalo | 2020-02-10 | 3 | -3/+3 |
|/ |
|
* | Changed Gravatar to Libravatar in privacy-template | Erik Michelson | 2020-01-23 | 1 | -2/+2 |
* | Merge pull request #250 from ErikMichelson/fix/signin-focus | Sheogorath | 2020-01-20 | 1 | -0/+14 |
|\ |
|
| * | Fix #249 - Focus user field after opening login modal | Erik Michelson | 2020-01-08 | 1 | -0/+14 |
* | | Fix font path when useCND is false and `urlPath` is used | Enrico Guiraud | 2020-01-15 | 1 | -26/+26 |
|/ |
|
* | Fix urlPath support, let CodiMD be served from a subpath correctly | Enrico Guiraud | 2019-12-20 | 6 | -3/+7 |
* | make standard conform [fix] | hoijui | 2019-10-30 | 1 | -8/+5 |
* | make `headerIds` `const` [fix] | hoijui | 2019-10-30 | 1 | -1/+1 |
* | fix gfm header link generation with respect to `deduplicatedHeaderId` | hoijui | 2019-10-30 | 1 | -19/+69 |
* | linkifyHeaderStyle needs no string-ification; is already str. | hoijui | 2019-10-30 | 1 | -1/+1 |
* | Merge pull request #205 from hoijui/linkifyHeaderStyle | Sheogorath | 2019-10-23 | 2 | -4/+10 |
|\ |
|
| * | Allow to generate lower case header references through the config | hoijui | 2019-10-22 | 2 | -1/+7 |
| * | slight doc comment touch-up/simplification [minor] | hoijui | 2019-10-22 | 1 | -3/+3 |
* | | Don't accept sandbox attribute | RyotaK | 2019-10-22 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #191 from ErikMichelson/feature/ogmetadata | Sheogorath | 2019-10-10 | 4 | -0/+40 |
|\ |
|
| * | Fixed bugs, added default image | Erik Michelson | 2019-10-09 | 3 | -6/+12 |
| * | Added documentation for opengraph metadata | Erik Michelson | 2019-10-04 | 1 | -0/+17 |
| * | Added customizable og-metadata to notes | Erik Michelson | 2019-10-04 | 2 | -0/+8 |
| * | Added og-metadata to index page | Erik Michelson | 2019-10-04 | 1 | -0/+9 |