| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Erik Michelson <erik@liltv.de>
|
|\
| |
| | |
Move sequelize-cli from devDependencies to dependencies, because it is needed to run migrations at run-time
|
|/
|
|
|
|
| |
needed to run migrations at run-time
Signed-off-by: Tobias Kremer <tobias.kremer@gmail.com>
|
|\
| |
| | |
Config: Return String Instead Of Buffer For Docker Secrets
|
| |
| |
| |
| | |
Signed-off-by: Jonas Thelemann <e-mail@jonas-thelemann.de>
|
| |
| |
| |
| |
| |
| | |
Prevents "TypeError: Cannot freeze array buffer views with elements".
Signed-off-by: Jonas Thelemann <e-mail@jonas-thelemann.de>
|
|\ \
| |/
|/| |
Docker Secrets: Correct Source Path
|
|/
|
|
| |
Signed-off-by: Jonas Thelemann <e-mail@jonas-thelemann.de>
|
|\
| |
| | |
[Snyk] Fix for 2 vulnerable dependencies
|
| |
| |
| |
| |
| |
| | |
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AUTOLINKER-73494
- https://snyk.io/vuln/SNYK-JS-SEQUELIZE-459751
|
|\ \
| | |
| | | |
Slightly improve documentation
|
| | |
| | |
| | |
| | | |
Signed-off-by: Christian Bläul <christian@blaeul.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Christian Bläul <christian@blaeul.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Christian Bläul <christian@blaeul.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Christian Bläul <christian@blaeul.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Christian Bläul <christian@blaeul.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Christian Bläul <christian@blaeul.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Christian Bläul <christian@blaeul.de>
|
| | |
| | |
| | |
| | |
| | |
| | | |
No content was added; this is just a formatting commit.
Signed-off-by: Christian Bläul <christian@blaeul.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Christian Bläul <christian@blaeul.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Christian Bläul <christian@blaeul.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Christian Bläul <christian@blaeul.de>
|
| |/
| |
| |
| | |
Signed-off-by: Christian Bläul <christian@blaeul.de>
|
|\ \
| | |
| | | |
make aws s3 endpoint configurable
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
|
|\ \ \
| | | |
| | | | |
Add documentation for the new imprint feature
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Matthias Lindinger <m.lindinger@live.de>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Matthias Lindinger <m.lindinger@live.de>
|
|\ \ \
| |_|/
|/| | |
Add link to imprint
|
|/ /
| |
| |
| | |
Signed-off-by: Matthias Lindinger <m.lindinger@live.de>
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
| |
| |
| |
| |
| |
| |
| | |
Thanks to our great translators that made it to translate the major
parts of CodiMD into Arabic!
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
As a temporary fix, to keep you and your users save, this patch disables
the PDF export feature. Details of the attack along with a fix for
future versions of CodiMD will be released in future.
I hope you can live with this solution for this release because I'm
super short on time and the alternative would be to ship no fix at all.
This appears to be the better solution for this release.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
| |
| |
| |
| |
| |
| |
| | |
The recent sequelize upgrade introduced some other dependencies, this is
one of them. This patch replaces the old `mysql` library with `mysql2`.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
| |
| |
| |
| |
| |
| |
| | |
It seems like since we switched to camelcase we missed to update some
variable names in the config section. This patch fixes those.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Meta-marked 0.4.4 which we used from our git repository contains a
RegexDOS attack in the marked dependency. The dependency was already
updated in our meta-marked repository, but not updated in yarn.
This made us still vulnerable to this ReDOS which was able to cause a
DOS attack on the server when updating a note.
For Details:
https://github.com/markedjs/marked/releases/tag/v0.7.0
https://github.com/markedjs/marked/pull/1515
What is a ReDOS?
A ReDOS attack is a DOS attack where an attacker targets a
not-well-written Regular Expression. Regular expressions try to build a
tree of all possibilities it can match in order to figure out if the
given statement is valid or not. A ReDOS attack abuses this concept by
providing a statement that doesn't match but causes extremly huge trees
that simply lead to exhausting CPU usage.
For more details see: https://www.owasp.org/index.php/Regular_expression_Denial_of_Service_-_ReDoS
Credit:
Huge thanks to @bitinerant for finding this and handling it with a
responsible disclosure.
Also thanks to the `marked`-team for fixing things already.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
| | |
|
|\ \
| | |
| | | |
fix: migration should return promise
|
|/ /
| |
| |
| | |
Signed-off-by: chandi <git@chandi.it>
|
|\ \
| | |
| | | |
Update badge icons
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
I just noticed that shields.io provides some nice new badges including
one explicitly for Matrix and one for Mastodon. Since those are really
our platforms, let's get them into our README. Just a cosmetic change.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|/ / |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
- fix typo
- add link to PhantomJS
- improve formatting
Signed-off-by: Salim B <salim@posteo.de>
|
|\ \
| | |
| | | |
Fix some minor quirks in the LinuxServer.io docs
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The current documents might end up confusing people and are not
completely accessible. This minor fixes should clear up the situation
and add alt texts to all badges, explain the links at the end of the
docs, and list LinuxServer.io in the supported provider section of the
README.
Some reasoning on the change in the listing:
Since we maintain an own container image which is for sure kept updated
on release, this is our first listing, as well as general solutions that
are build on that image, like the K8s integration.
The next listings are integrated provides which allow self-hosting, like
Cloudron and I also consider LinuxServer.io as this kind of providers.
Which try to enable people to run CodiMD on their own hardware or rented
servers in a very easy way, but by using their own images.
As third category I would look at hosted offers, like Heroku, which are
not completely SaaS but far enough away from the self-hostability that
I consider them as an own category. PaaS-based solutions are not as
FOSS-style as we want our setups to be, but of course still supported.
Finally the manual setup. We keep it down here, because we support it,
but don't recommend it in general. It's hard to upgrade and can cause
problems when dependencies are not correctly updated or people don't run
the db migrations.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|\ \ \
| | | |
| | | | |
[Snyk] Fix for 1 vulnerable dependencies
|
|/ / /
| | |
| | |
| | |
| | | |
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MERMAID-174698
|
|\ \ \
| | | |
| | | | |
Respect DNT header
|