Nicolas Giard
fbebe27b58
docs: add huntr.dev badge
...
***NO_CI***
3 years ago
David H
5210e14b57
fix: add scrollbar for big diagrams ( #4120 )
...
In case of large DrawIO diagrams, today it is sometimes impossible to display it totally on the screen.
This quick workaround provides a way to enable a scrollbar if the width of the diagram is higher than the browser/screen width.
3 years ago
NGPixel
e84c15b926
fix: scanSVG incorrect ext reference ( #4825 )
3 years ago
PGeorge Bezerra
67c1be75f3
docs: fix typo on helm documentation ( #4791 )
...
ca certificate for database connection is not a path, but certificate content
***NO_CI***
3 years ago
cybrwshl
802dbd96c3
feat: extends plausible analytics to support self hosted installations ( #4824 )
3 years ago
NGPixel
43cc114ff0
fix: visualeditor font sizes not working in rendered version
3 years ago
NGPixel
79bdd44093
fix: force download of unsafe extensions
3 years ago
NGPixel
57b56d3a5b
fix: validate svg file extension in addition to client mime type
3 years ago
NGPixel
e79e591f9e
fix: handle scroll to header in tabset hidden tab
3 years ago
NGPixel
5d3e81496f
fix: sanitize SVG uploads
3 years ago
Adam Vollrath
79e153815f
docs: change broken links in `CONTRIBUTING` guide. ( #4789 )
...
***NO_CI***
3 years ago
NGPixel
0d7d95d2ac
fix: markdown checkbox rendering with links
3 years ago
Nicolas Giard
29e0852a3e
misc: update BACKERS
...
***NO_CI***
3 years ago
NGPixel
5173c4802e
fix: use replace instead of replaceAll to support pre-Node16
3 years ago
NGPixel
003ca51826
fix: arm dockerfile use non-alpine base image
3 years ago
John Smith
7e335fa8c3
fix: revert arm dockerfile to node 14 (unsupported sqlite3 in 16.x)
3 years ago
John Smith
661ec5f5e0
fix: arm dockerfile alpine python version
3 years ago
John Smith
0343ea4ddf
fix: arm dockerfile incorrect node version
3 years ago
Nicolas Giard
88258fdda6
misc: update arm dockerfile
3 years ago
NGPixel
4041664586
misc: update dependencies
3 years ago
Nicolas Giard
fcae980ed7
misc: update build Dockerfile
3 years ago
NGPixel
414033de9d
fix: asset path traversal on windows
3 years ago
Nicolas Giard
112d070730
docs: update BACKERS
...
***NO_CI***
3 years ago
Nicolas Giard
3b41310ad9
docs: update BACKERS
...
***NO_CI***
3 years ago
Nicolas Giard
19d614e376
docs: update sponsors (2)
...
***NO_CI***
3 years ago
Nicolas Giard
9d66844474
docs: update sponsors
...
***NO_CI***
3 years ago
anatawa12
29f173c24c
fix: query parameter on tags page ( #4668 )
3 years ago
Nicolas Giard
87fcfca6d7
feat: add Plausible Analytics module
3 years ago
Nold
f4d9fd43f0
misc: helm sideload initContainer option ( #4325 )
...
***NO_CI***
3 years ago
Nicolas Giard
5c99cf3cfa
docs: update helm docs
...
[skip ci] ***NO_CI***
3 years ago
Nicolas Giard
d4e8e8b147
docs: update Helm instructions
...
***NO_CI***
3 years ago
Nicolas Giard
fe75abac57
misc: helm chart action cleanup
...
***NO_CI***
3 years ago
Nicolas Giard
bfec7b3110
misc: update helm chart icon
3 years ago
Nicolas Giard
07087661ec
misc: add build version to helm chart push action
3 years ago
Nicolas Giard
a93fbc3ca2
misc: fix helm charts auth var reference
3 years ago
Nicolas Giard
e436441994
misc: fix helm charts auth (2)
3 years ago
Nicolas Giard
5142213ab8
misc: fix helm chart auth
3 years ago
Nicolas Giard
5fec2145a2
misc: fix helm push authentication ( #4630 )
3 years ago
Nicolas Giard
f60a5c819b
misc: use helm push chartmuseum plugin ( #4629 )
3 years ago
Nicolas Giard
df15ca1fcf
misc: update helm.yml action ( #4628 )
3 years ago
Nicolas Giard
6d47983c6b
misc: add helm chart build action ( #4627 )
3 years ago
NGPixel
757398c249
fix: remove fibers dependency
3 years ago
NGPixel
5911867b21
fix: various OAuth2 fixes
3 years ago
NGPixel
2d4cbb07c0
misc: i18n-ally config
3 years ago
Artur Shaik
87084c66b0
feat: Generic OAuth2 authentication implementation ( #3094 )
...
* OAuth2 authentication implementation
This PR shoul fix #2392 . Used `passport-oauth2` strategy.
* indentations cleanup
* cleanup code
3 years ago
broxen
813df21020
fix: prevent malformed paths for pages ( #4533 )
...
* First take on removing erroneous path characters
Paths should not accept trailing slashes or hashtags. This is a first attempt at nullifying those.
* Use rules to verify path before acceptance
Use Regex and rules to verify paths before acceptance
* Rules to prevent any leading or trailing slashes
* Complex slug for regex on path, but it elminates special chars
* Added yarn.lock to .gitignore
* Maybe we do want yarn.lock afterall
* Adding yarn.lock
* Move Regex pattern outside of export
3 years ago
n1xx1
e8d56c28eb
fix: default theme summary and detail ( #4156 )
...
Fix incorrect styling with detail/summary elements when nested together.
3 years ago
broxen
12aef93cd6
fix: remove excess div wrappers ( #4528 )
...
* Removing superfluous div wrapping
It seems like standalone text is already wrapped in paragraph elements, so this code seems superfluous. Additionally, it adds div wrappers at every line break as described in #4524
* Fix for newlines and returns
This change skips newlines and returns to focus on unbounded text only.
* misc: fix indentation
* misc: fix indentation (2)
Co-authored-by: Nicolas Giard <github@ngpixel.com>
3 years ago
Andrew Yefanov
525f758151
misc: fix helm high availability property ( #4490 )
...
***NO_CI***
3 years ago
wjkw1
2916ec5889
misc: updated values file imagePullPolicy to match what is in deployment.yaml ( #4546 )
...
***NO_CI***
3 years ago