| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Max Wu <jackymaxj@gmail.com>
|
|
|
|
| |
Signed-off-by: Max Wu <jackymaxj@gmail.com>
|
|
|
|
| |
Signed-off-by: Max Wu <jackymaxj@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
HTML5 provides a wide feature set of useful elements. Since Markdown
usually supports HTML it should be able to use these HTML5 tags as well.
As they were requested by some users and they where checked for being
safe, whitelisting them isn't a problem. To make the experience the same
as on GitHub when it comes to the basic look and feel of the rendered
markdown, some CSS was added to make the summary and the details tag
look like on GitHub.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change allows all input modes of codemirror to use the information
from an input esc-key and make this way vim and sublime more
functional. To prevent this change from breaking the return from the
fullscreen mode, it catches the esc-key in this case. Hopefully this is
an acceptable solution.
As before the vim-mode is handled different in fulltext-mode as it is
esc-key heavy.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|
|
|
| |
Signed-off-by: Stefan Bühler <buehler@cert.uni-stuttgart.de>
|
|
|
|
| |
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|\
| |
| | |
Fix ldap provider name in template
|
| |
| |
| |
| |
| |
| |
| |
| | |
Before this fix it's impossible to set the provider name in the
sign-model since `ldap` is a boolean there and this way not able
to have an attribute like `ldap.providerName`.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|/ |
|
|\
| |
| | |
Reorganize social media links and footer
|
| |
| |
| |
| | |
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
| |
| |
| | |
which caused by not matching syntax with double dashes correctly
|
|\ \
| | |
| | | |
Allow more detailed configuration of upload mime types
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes #637
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|\ \ \
| |_|/
|/| | |
Implement basic CSP support
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Didn't work in Firefox for some reason.
`[Script Loader] ReferenceError: module is not defined`
This reverts commit 5b83deb043296c23ff912a2472703c1f7faddb4b.
|
| | |
| | |
| | |
| | | |
thanks standard
|
| | |
| | |
| | |
| | | |
Not sure why I was quoting these in the first place
|
| | |
| | |
| | |
| | | |
Doesn't use eval, plus no window object access
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Add CE text on index title
|
| | |/
| |/|
| | | |
Add CE text on index title
|
|\ \ \
| | | |
| | | | |
Add option to enable `freely` permission in closed instance
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Before, closed disallowed guest edits completely, by removing
the `freely` permission. This makes it possible to explicitely bring
back guest-editing, but not guest-note-creation, to closed instances.
Signed-off-by: Dario Ernst <dario@kanojo.de>
|
|/ /
| |
| |
| | |
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Fix image alt not render properly
Fixes #638
|
| | | |
|
|/ / |
|
| | |
|
| |
| |
| | |
id shouldn’t be converted to lowercase since id attribute is case sensitive
|
| |
| |
| |
| | |
Signed-off-by: Edoardo Odorico <edoubuntu@gmail.com>
|
| | |
|
|\ \
| | |
| | | |
Correcting grammatical errors related to the document char count tooltip
|
| | |
| | |
| | | |
Obviously caught up in a bad translation and didn't particularly make sense for native english speakers.
|
|\ \ \
| | | |
| | | | |
Support SAML authentication
|
| | | | |
|
| | | | |
|
|/ / / |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Add Mattermost authentication strategy
|
| | | | |
|
|/ / / |
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Introduced by https://github.com/knsv/mermaid/commit/a5b71455271aef1180eefa1054d751dea1885e3f#diff-67ae90c5144c55348a3cbdb078240454L532
Fixes #600
Parse only throws error: https://github.com/knsv/mermaid/commit/167368d508f1e5b1606b2b45f892cdd60d479448#diff-67ae90c5144c55348a3cbdb078240454
|
| | |
|
|\ \
| | |
| | | |
Externalise some trivial inline styles from slide.ejs
|
| |/
| |
| |
| | |
Dynamic background images need some further work
|