summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add note about changing the upstream repositorySheogorath2019-03-281-0/+2
| | | | | | | | People who want to get the latest and greatest version of CodiMD should be aware of the repository change. This upgrade note, will hopefully help. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Fix container image linksSheogorath2019-03-281-2/+2
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Fix some remaining references to the old repositorySheogorath2019-03-282-4/+4
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update links to new repositoriesSheogorath2019-03-2710-23/+23
| | | | | | | | | | | | After a long discussion, it turned out that CodiMD as community project and HackMD as a company, have fundamental different views on the project governance. Due to this, it came to point where the decision for a fork was made. After the fork and move towards an own organisation, this patch updates all links inside the project to the new repositories. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Release version 1.3.1Sheogorath2019-03-232-1/+26
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update yarn.lockSheogorath2019-03-231-222/+241
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update ja.json (POEditor.com)Christoph (Sheogorath) Kern2019-03-201-1/+3
|
* Update it.json (POEditor.com)Christoph (Sheogorath) Kern2019-03-201-1/+3
|
* Update id.json (POEditor.com)Christoph (Sheogorath) Kern2019-03-201-1/+5
|
* Update fr.json (POEditor.com)Christoph (Sheogorath) Kern2019-03-201-12/+14
|
* Update nl.json (POEditor.com)Christoph (Sheogorath) Kern2019-03-201-3/+5
|
* Merge pull request #1158 from SISheogorath/feature/serbianLanguageChristoph (Sheogorath) Kern2019-03-163-1/+119
|\ | | | | Add serbian language
| * Add serbian languageSheogorath2019-03-043-1/+119
| | | | | | | | | | | | | | | | Thanks for the work of the translator Vladan we got a serbian translation added! Those few changes will add serbian language support for future CodiMD releases. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | Merge pull request #1166 from SISheogorath/fix/exportEmojisChristoph (Sheogorath) Kern2019-03-131-1/+1
|\ \ | | | | | | Fix broken HTML export with emojis
| * | Fix broken HTML export with emojisSheogorath2019-03-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | HTML export was broken due to missing alt-attribute for emojis. This patch adds the old alt-element style and restores the exportability this way. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Fix possible order changes for 'Powered by' in other languagesSheogorath2019-03-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Since not all languages use the same word oder and we run into potential issues, where the translation of powered by need to add something after the CodiMD link, this should give us the needed flexiblity. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Merge pull request #1076 from SISheogorath/fix/translationChristoph (Sheogorath) Kern2019-03-103-10/+12
|\ \ \ | |/ / |/| | Add some missing translations
| * | Add some missing translationsSheogorath2018-11-233-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | There are some places in our code that made it to be not translated. This patch fixes some small translation problems and adds some static strings in templates to translation. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Merge pull request #1131 from SISheogorath/fix/gitlabSnippetsChristoph (Sheogorath) Kern2019-03-091-1/+1
|\ \ \ | | | | | | | | Fix shown but broken GitLab snippets
| * | | Fix shown but broken GitLab snippetsSheogorath2019-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To provide a GitLab integration we need the GitLab integration to be configured. Otherwise we shouldn't show the Snippet button. This patch adds the requirement to the variable that decides if the import from snippets button shows up or not. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | | Merge pull request #1163 from SISheogorath/fix/googleAuthChristoph (Sheogorath) Kern2019-03-091-1/+2
|\ \ \ \ | |/ / / |/| | | Add required change for Google+ API deprecation
| * | | Add required change for Google+ API deprecationSheogorath2019-03-091-1/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Google+ is shutting down soon, we need to get the profile data from another URL. Since the library already supports it, all we need to do is adding a single line of code. Details: https://github.com/hackmdio/codimd/issues/1160 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Merge pull request #1153 from toshi0123/for_empty_serverurlChristoph (Sheogorath) Kern2019-03-051-1/+1
|\ \ \ | | | | | | | | Fix empty serverURL did not redirect properly
| * | | Fix empty serverURL did not redirect properlytoshi01232019-03-041-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: toshi0123 <7948737+toshi0123@users.noreply.github.com>
* | | | Merge pull request #1155 from Turakar/masterChristoph (Sheogorath) Kern2019-03-041-0/+1
|\ \ \ \ | | | | | | | | | | Mention dependency on libssl-dev in README.md
| * | | | Mention dependency on libssl-dev in README.mdTurakar2019-03-041-0/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | This dependency was introduced by upgrading to the new scrypt version in commit cee2aa92f9244d1dcfc65c5553f5d7f0bbfb3871. Signed-off-by: Tilman Hoffbauer <turakar23@gmail.com>
* | | | Fix wrong value type for HSTS environment variableSheogorath2019-03-042-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Seem like also environment variables are affected. This patch fixes that as well. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | | Fix wrong value type in example configSheogorath2019-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HSTS maxAge has to be an integer, not a string. Fixes https://github.com/hackmdio/codimd/issues/1159 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | | Merge pull request #1139 from Luclu7/patch-1Christoph (Sheogorath) Kern2019-03-041-2/+2
|\ \ \ \ | |_|_|/ |/| | | Corrected a typo
| * | | Corrected a typoLuclu72019-02-071-2/+2
| | | | | | | | | | | | Signed-off-by: Luclu7 <me@luclu7.fr>
* | | | Release version 1.3.0Sheogorath2019-03-042-1/+96
| | | | | | | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | | Fix names with spaces in letter-avatarsSheogorath2019-03-032-2/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems like there is a possible problem when a name containing a space is passed to this function. using urlencode on the name should fix possible problems here. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | | Merge pull request #1157 from hackmdio/fix-MathJax-XSS-issueChristoph (Sheogorath) Kern2019-03-033-0/+6
|\ \ \ \ | | | | | | | | | | Fix possible MathJax XSS issue [Security Issue]
| * | | | Fix possible MathJax XSS issue [Security Issue]Max Wu2019-03-033-0/+6
|/ / / / | | | | | | | | | | | | | | | | | | | | see more at: http://docs.mathjax.org/en/latest/safe-mode.html Signed-off-by: Max Wu <jackymaxj@gmail.com>
* | | | Force upgrade of some outdated dependenciesSheogorath2019-03-022-180/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't really like the way to go here, but I guess having those forcefully upgraded is better than staying around with vulnerable dependencies. This patch fixes some vulnerbilities in dependencies that were categories as high severity. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | | Update yarn.lockSheogorath2019-03-021-377/+360
| | | | | | | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | | Fix wrong domain in app.jsonSheogorath2019-03-021-1/+1
| |/ / |/| | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Merge pull request #1150 from SISheogorath/fix/speakerdeckChristoph (Sheogorath) Kern2019-02-213-34/+9
|\ \ \ | | | | | | | | Remove broken speakerdeck embedding
| * | | Fix CI errors for unused variablesSheogorath2019-02-211-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
| * | | Remove broken speakerdeck embeddingSheogorath2019-02-212-31/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current speakerdeck implementation is broken. An alternative implementation using oembed doesn't work due to CORS, which could be solved by proxying the speakerdeck API, but we decided to not do this. This patch provides the link to the speakerdeck presentation instead, and this way doesn't break existing notes. This is right now the best solution we could come up with. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | | Update yarn.lockSheogorath2019-02-151-390/+379
| | | |
* | | | Update handlebar to version 4.0.13Sheogorath2019-02-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Synk found an security vulnerbility in the version we provide, that in theory can provide an RCE. Details: https://snyk.io/vuln/SNYK-JS-HANDLEBARS-173692
* | | | Merge pull request #1148 from felixonmars/patch-1Claudius Coenen2019-02-141-3/+3
|\ \ \ \ | |_|/ / |/| | | Fix several typos in auth/saml.md
| * | | Fix several typos in auth/saml.mdFelix Yan2019-02-151-3/+3
|/ / / | | | | | | | | | Signed-off-by: Felix Yan <felixonmars@archlinux.org>
* / / Update ja.json (POEditor.com)Christoph (Sheogorath) Kern2019-01-311-1/+3
|/ /
* | Disable OpenID by defaultSheogorath2019-01-251-1/+1
| | | | | | | | | | | | | | | | | | We talked about that during a community call. It turned out that not everyone likes to have OpenID on their instance. This patch disables OpenID by default. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | Merge pull request #1127 from SISheogorath/fix/unlinkFixChristoph (Sheogorath) Kern2019-01-251-1/+1
|\ \ | | | | | | Fix broken PDF export by wrong unlink call
| * | Fix broken PDF export by wrong unlink callSheogorath2019-01-241-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | We used `fs.unlink()` to remove the pdf file after we send it out to the client. This breaks in Node 10, when no function as second parameter is supplied. This patches changes it to the `fs.unlinkSync` function that doesn't have this requirement and this way doesn't crash. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | Update yarn.lockSheogorath2019-01-241-135/+96
| | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | Merge pull request #1125 from hackmdio/dependency-node-6-fixClaudius Coenen2019-01-241-0/+3
|\ \ | | | | | | Fixing deep dependency problem with node 6.x