summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update jQuery to version 3.4.1Sheogorath2019-05-067-230/+28
|
* Merge pull request #61 from archemiro/archemiro/docs-setup-dockerChristoph (Sheogorath) Kern2019-05-061-1/+1
|\ | | | | Add name of directory to clone into
| * Add name of directory to clone intoMauricio Robayo2019-05-051-1/+1
|/ | | | Signed-off-by: Mauricio Robayo <rfmajo@gmail.com>
* Update sv.json (POEditor.com)Christoph (Sheogorath) Kern2019-04-251-103/+120
|
* Update de.json (POEditor.com)Christoph (Sheogorath) Kern2019-04-201-1/+1
|
* Update de.json (POEditor.com)Christoph (Sheogorath) Kern2019-04-191-1/+5
|
* Update zh-TW.json (POEditor.com)Christoph (Sheogorath) Kern2019-04-191-1/+5
|
* Update sr.json (POEditor.com)Christoph (Sheogorath) Kern2019-04-191-3/+5
|
* Update pl.json (POEditor.com)Christoph (Sheogorath) Kern2019-04-191-1/+3
|
* Update ja.json (POEditor.com)Christoph (Sheogorath) Kern2019-04-191-1/+3
|
* Update it.json (POEditor.com)Christoph (Sheogorath) Kern2019-04-191-1/+3
|
* Update fr.json (POEditor.com)Christoph (Sheogorath) Kern2019-04-191-1/+3
|
* Update zh-CN.json (POEditor.com)Christoph (Sheogorath) Kern2019-04-191-1/+3
|
* Merge pull request #51 from SISheogorath/fix/wurlChristoph (Sheogorath) Kern2019-04-195-9/+7
|\ | | | | Replace js-url with wurl
| * Replace js-url with wurlSheogorath2019-04-165-9/+7
| | | | | | | | | | | | | | | | js-url is outdated and wurl is it's successor. This will fix some vulnerabilities in the dependencies and also optimize the build process by removing the external library toward internal tooling. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | Merge pull request #52 from codimd/snyk-fix-yfvllfChristoph (Sheogorath) Kern2019-04-161-1/+1
|\ \ | | | | | | [Snyk] Fix for 1 vulnerable dependencies
| * | fix: package.json to reduce vulnerabilitiessnyk-bot2019-04-161-1/+1
|/ / | | | | | | | | The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-174183
* | Merge pull request #45 from ccoenen/masterChristoph (Sheogorath) Kern2019-04-161-18/+19
|\ \ | | | | | | fixing manual upgrade instructions and completing requirements
| * | fixing manual upgrade instructions and completing requirementsClaudius2019-04-151-18/+19
| | | | | | | | | | | | Signed-off-by: Claudius <opensource@amenthes.de>
* | | fix unix socket not removed on shutdown (#50)naimo2019-04-161-0/+3
| |/ |/| | | | | | | | | * fix unix socket not removed on shutdown Signed-off-by: naimo <nicolas@aimon.fr>
* | Update yarn.lockSheogorath2019-04-161-26/+12
| |
* | Merge pull request #48 from SISheogorath/fix/graphvizXSSChristoph (Sheogorath) Kern2019-04-162-6/+8
|\ \ | |/ |/| Fix stored XSS in the graphviz error message rendering
| * Fix stored XSS in the graphviz error message rendering [Security Issue]Max Wu2019-04-162-6/+8
|/ | | | | | Signed-off-by: Max Wu <jackymaxj@gmail.com> Co-Authored-By: Sheogorath <sheogorath@shivering-isles.com>
* Merge pull request #43 from SISheogorath/feature/communityChristoph (Sheogorath) Kern2019-04-122-4/+7
|\ | | | | Add community forum to help section
| * Add community forum to help sectionSheogorath2019-04-122-4/+7
| | | | | | | | | | | | | | | | | | | | | | We have a community forum and want to use it for users support and to bring developers and end-users together. In order to achieve this, it would be helpful to inform users about its existence. This patch adds the community forum as resource to the help section and aligns it along the Matrix channel and GitHub issue tracker. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | Merge pull request #42 from SISheogorath/fix/meta-markedChristoph (Sheogorath) Kern2019-04-122-2/+2
|\ \ | | | | | | Update meta-marked to fix possible vulnerabilities
| * | Update yarn to version 1.15.2Sheogorath2019-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The yarn version we use in CI is quite outdated. This brings up the problem that it doesn't support semver for git repositories. In order to fix that problem updating yarn seems to be the right thing to do. This patch should fix the CI problem caused by the semver git URL. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
| * | Update meta-marked to fix possible vulnerabilitiesSheogorath2019-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Snyk informed us about possible vulnerabilities in meta-marked. It seems like at least some of them were already address by HackMD around a year ago but never pushed upstream to CodiMD. This patch provides a fix by using an up-to-date dependency from our own repository with CI integration. Details: https://app.snyk.io/vuln/SNYK-JS-JSYAML-174129 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Update zh-CN.json (POEditor.com)Christoph (Sheogorath) Kern2019-04-121-57/+59
| |/ |/|
* | Update yarn.lockSheogorath2019-04-101-492/+209
|/ | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Merge pull request #33 from codimd/lutim-supportChristoph (Sheogorath) Kern2019-04-107-6/+56
|\ | | | | Add support for image hosting with lutim
| * Add lutim supportDylan Dervaux2019-04-107-6/+56
| | | | | | | | Signed-off-by: Dylan Dervaux <dylanderv05@gmail.com>
* | Merge pull request #41 from SISheogorath/js-diagram-v2Christoph (Sheogorath) Kern2019-04-101-1/+1
|\ \ | | | | | | Fix broken dependency js-sequence-diagrams
| * | Fix broken dependency js-sequence-diagramsSheogorath2019-04-101-1/+1
|/ / | | | | | | | | | | | | | | | | A few days ago the dependency was removed from npm. this causes various setups to fail and blocks deployments and development. This patch should fix the dependency and allow CodiMD to move forward. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | Merge pull request #38 from codimd/snyk-fix-d5beoiChristoph (Sheogorath) Kern2019-04-071-1/+1
|\ \ | |/ |/| [Snyk] Fix for 1 vulnerable dependencies
| * fix: package.json to reduce vulnerabilitiessnyk-bot2019-04-071-1/+1
|/ | | | | The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-174129
* Merge pull request #30 from codimd/samlConfigChristoph (Sheogorath) Kern2019-04-066-1/+7
|\ | | | | Added a configuration option for passport-saml:
| * Added a configuration option for passport-saml:Emmanuel Ormancey2019-04-066-1/+7
|/ | | | | | | | | | | disableRequestedAuthnContext: true|false By default only Password authmethod is accepted, this option allows any other method. Issue and option described here: https://github.com/bergie/passport-saml/issues/226 Signed-off-by: Emmanuel Ormancey <emmanuel.ormancey@cern.ch>
* Merge pull request #31 from codimd/hidePortMinioChristoph (Sheogorath) Kern2019-04-061-1/+3
|\ | | | | Hide port minio
| * Hide port from minio URL for protocol default portThor772019-04-061-1/+3
|/ | | | Signed-off-by: Thor77 <thor77@thor77.org>
* Merge pull request #37 from stragu/patch-1Christoph (Sheogorath) Kern2019-04-051-2/+2
|\ | | | | change default mode to "both" when clicking edit
| * change default mode to "both" when clicking editStéphane Guillou2019-04-051-2/+2
|/ | | | | | | | | | Add "both" mode to URLs because I assume most people want to straight away see the code when they click the "edit" button in a published note. Fixes https://github.com/codimd/server/issues/27 Not tested, followed instructions from @ccoenen , please do review! :) Signed-off-by: Stéphane Guillou <stephane.guillou@member.fsf.org>
* Update sr.json (POEditor.com)Christoph (Sheogorath) Kern2019-04-041-2/+4
|
* Merge pull request #35 from ccoenen/enhancement/translation-churnChristoph (Sheogorath) Kern2019-04-042-0/+7
|\ | | | | specifying the locale jsons to be in the exact style of poeditor
| * specifying the locale jsons to be in the exact style of poeditor should cut ↵Claudius2019-04-042-0/+7
| | | | | | | | | | | | down on unneccessary changes ('churn') Signed-off-by: Claudius <opensource@amenthes.de>
* | Update pl.json (POEditor.com)Christoph (Sheogorath) Kern2019-04-041-11/+15
|/
* Clean up headingsHenrik "HerHde" Hüttemann2019-04-041-147/+173
| | | | Signed-off-by: Henrik "HerHde" Hüttemann <mail@herh.de>
* tiny correction to url. also adding RSS feed.Claudius Coenen2019-04-041-2/+2
|
* Update community call URLSheogorath2019-04-031-1/+1
| | | | | | | | | | We have a discourse forum and since it's the place for all kinds of community organisation, this should be used for organising the community calls. This patch updates the link to the new topic in the forum. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* more ways to engage with the community added to the readmeClaudius2019-04-031-7/+20
| | | | Signed-off-by: Claudius <opensource@amenthes.de>