- Nov 01, 2020
-
-
Chris authored
Fix spelling of "superscript" ***NO_CI***
-
takumi9942 authored
-
Edoardo Morassutto authored
When using inline math ($e^{-x^2}$) the curly braces are interpreted as attributes by markdown-it-attrs. Since most of the times they are not valid attributes they simply get removed. This patch escapes the curly braces (the default attribute delimiter), fixing the KaTeX rendering errors. It would be nice to simply skip that rule for `katex_inline` block types but as far as I know markdown-it-attrs doesn't have such an option. Fixes #1581
-
nzdjb authored
The ingress.hostname entry listed in the README is erroneous and not used in the ingress.yaml file. This change corrects the documentation to correctly refer to ingress.hosts and list the default value as given in values.yaml. ***NO_CI***
-
- Oct 26, 2020
-
-
Nicolas Giard authored
-
Nicolas Giard authored
-
- Oct 25, 2020
-
-
Nicolas Giard authored
-
- Oct 23, 2020
-
-
Nicolas Giard authored
-
Nicolas Giard authored
***NO_CI***
-
- Oct 21, 2020
-
-
Nicolas Giard authored
***NO_CI***
-
- Oct 19, 2020
-
-
Nicolas Giard authored
***NO_CI***
-
- Oct 18, 2020
-
-
Nicolas Giard authored
***NO_CI***
-
- Oct 14, 2020
-
-
Jafar Akhondali authored
+ Remove duplicated await + Replace some legacy codes with ES6 + Fix some of eslint problems
-
- Oct 06, 2020
-
-
Kaito Minatoya authored
-
- Oct 04, 2020
-
-
Nicolas Giard authored
***NO_CI***
-
- Oct 03, 2020
-
-
NGPixel authored
-
NGPixel authored
-
NGPixel authored
-
NGPixel authored
-
Mirko Iannella authored
In our setup (based on yunohost) the profile.email field could be either a string (and that was properly handled) or an array. This code adds support for the case where it is an array.
-
Aaron authored
Signed-off-by:
Aaron <admin@datahoarder.dev>
-
NGPixel authored
-
- Oct 01, 2020
- Sep 26, 2020
-
-
Иван authored
* fix: tabset tabs can't be scrolled Fix for #2091. The change advised in that issue works brilliantly. * fix: tabset scrollbar is visible even if unnecessary * fix: tabset tall headers Co-authored-by:
Nicolas Giard <github@ngpixel.com>
-
- Sep 24, 2020
-
-
Nicolas Giard authored
***NO_CI***
-
- Sep 21, 2020
-
-
NGPixel authored
-
- Sep 20, 2020
-
-
Nicolas Giard authored
***NO_CI***
-
Jeffrey Forman authored
* fix image tag and imagePullPolicy to correcy inherit from values, with sane defaults (ifNotPresent and latest) * fix default service ports for http and https in service.yaml Co-authored-by:
Jeffrey Forman <jforman@gmail.com> ***NO_CI***
-
- Sep 19, 2020
-
-
James C authored
Fix for #2062. Using token.string only captured the character at the cursor. Now using the cursor location to determine suitable search text. Also corrected syntax issue where suggestion removed opening link parenthesis.
-
- Sep 16, 2020
-
-
Nicolas Giard authored
***NO_CI***
-
- Sep 14, 2020
-
-
NGPixel authored
-
- Sep 13, 2020
-
-
NGPixel authored
-
NGPixel authored
-
NGPixel authored
-
Иван authored
* fix: secure html module removes allowfullscreen, allow and frameborder attributes from iframes * Apply suggestions from code review fix: remove deprecated attributes for iframe in secure html module Co-authored-by:
Nicolas Giard <github@ngpixel.com>
-
Riccardo Re authored
This code will allow the "search" component to correctly filter pages by usergroup permissions based on tags instead of paths Co-authored-by:
Riccardo Re <riccardo.re@clevermind.cloud>
-
takumi9942 authored
-
- Sep 12, 2020
-
-
NGPixel authored
-