| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When people link a section or use the ToC to scroll to it upwards, it
happens that those become hidden behind the navbar.
This patch adds a little hack from StackOverflow[1] in order to fix this
problem. By adding a pseudo element in front of any field that contains
an id, it's possible to add the needed space.
There was no negative impact found except of marking around the header
areas in the rendered view requires a bit preciser work. This needs some
more detailed testing.
[1]: https://stackoverflow.com/a/24298427
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|\
| |
| | |
fix issues #70 and #72
|
| |
| |
| |
| | |
Signed-off-by: Amolith <amolith@nixnet.xyz>
|
| |
| |
| |
| | |
Signed-off-by: Amolith <amolith@nixnet.xyz>
|
| |
| |
| |
| | |
Signed-off-by: Amolith <amolith@nixnet.xyz>
|
|/
|
|
| |
Signed-off-by: Amolith <amolith@nixnet.xyz>
|
| |
|
|\ |
|
| |
| |
| |
| | |
Signed-off-by: Claudius <opensource@amenthes.de>
|
| |
| |
| |
| | |
Signed-off-by: Claudius <opensource@amenthes.de>
|
| |
| |
| |
| |
| |
| |
| |
| | |
We will no longer test on node6 and instead focus on 8+. This won't
break node6 immediately, but we will no longer go out of our way
supporting a version that does not receive security updates.
Signed-off-by: Claudius <opensource@amenthes.de>
|
| |
| |
| |
| | |
Signed-off-by: Claudius <opensource@amenthes.de>
|
| |
| |
| |
| | |
Signed-off-by: Claudius <opensource@amenthes.de>
|
| |
| |
| |
| | |
Signed-off-by: Claudius <opensource@amenthes.de>
|
|/
|
|
| |
Signed-off-by: Claudius <opensource@amenthes.de>
|
|\
| |
| | |
Fix toolbar day mode and upload button
|
| |
| |
| |
| | |
Signed-off-by: Pedro Ferreira <pedro@dete.st>
|
| |
| |
| |
| | |
Signed-off-by: Pedro Ferreira <pedro@dete.st>
|
| |
| |
| |
| |
| |
| | |
Also moved the code to SCSS
Signed-off-by: Pedro Ferreira <pedro@dete.st>
|
|/
|
|
|
|
|
| |
Also set a title in the input field, so that the file name doesn't show
up.
Signed-off-by: Pedro Ferreira <pedro@dete.st>
|
|\
| |
| | |
Provide documentation for configuration with Keycloak
|
| |
| |
| |
| | |
Signed-off-by: Simon Fish <si@mon.fish>
|
|/
|
|
| |
Signed-off-by: Simon Fish <si@mon.fish>
|
| |
|
|\
| |
| | |
Add name of directory to clone into
|
|/
|
|
| |
Signed-off-by: Mauricio Robayo <rfmajo@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Replace js-url with wurl
|
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
[Snyk] Fix for 1 vulnerable dependencies
|
|/ /
| |
| |
| |
| | |
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-HANDLEBARS-174183
|
|\ \
| | |
| | | |
fixing manual upgrade instructions and completing requirements
|
| | |
| | |
| | |
| | | |
Signed-off-by: Claudius <opensource@amenthes.de>
|
| |/
|/|
| |
| |
| |
| | |
* fix unix socket not removed on shutdown
Signed-off-by: naimo <nicolas@aimon.fr>
|
| | |
|
|\ \
| |/
|/| |
Fix stored XSS in the graphviz error message rendering
|
|/
|
|
|
|
| |
Signed-off-by: Max Wu <jackymaxj@gmail.com>
Co-Authored-By: Sheogorath <sheogorath@shivering-isles.com>
|
|\
| |
| | |
Add community forum to help section
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
Update meta-marked to fix possible vulnerabilities
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|