Commit Graph

2121 Commits

Author SHA1 Message Date
NGPixel
79bdd44093
fix: force download of unsafe extensions 2021-12-24 20:18:12 -05:00
NGPixel
57b56d3a5b
fix: validate svg file extension in addition to client mime type 2021-12-24 19:36:30 -05:00
NGPixel
e79e591f9e
fix: handle scroll to header in tabset hidden tab 2021-12-17 23:21:08 -05:00
NGPixel
5d3e81496f
fix: sanitize SVG uploads 2021-12-17 21:41:38 -05:00
Adam Vollrath
79e153815f
docs: change broken links in CONTRIBUTING guide. (#4789)
***NO_CI***
2021-12-15 00:28:44 -05:00
NGPixel
0d7d95d2ac
fix: markdown checkbox rendering with links 2021-12-08 23:56:24 -05:00
Nicolas Giard
29e0852a3e
misc: update BACKERS
***NO_CI***
2021-12-08 17:25:18 -05:00
NGPixel
5173c4802e
fix: use replace instead of replaceAll to support pre-Node16 2021-12-06 14:01:26 -05:00
NGPixel
003ca51826
fix: arm dockerfile use non-alpine base image 2021-12-04 21:11:38 -05:00
John Smith
7e335fa8c3
fix: revert arm dockerfile to node 14 (unsupported sqlite3 in 16.x) 2021-12-04 20:27:33 -05:00
John Smith
661ec5f5e0
fix: arm dockerfile alpine python version 2021-12-04 19:06:31 -05:00
John Smith
0343ea4ddf
fix: arm dockerfile incorrect node version 2021-12-04 18:28:06 -05:00
Nicolas Giard
88258fdda6
misc: update arm dockerfile 2021-12-04 01:42:28 -05:00
NGPixel
4041664586
misc: update dependencies 2021-12-03 23:15:42 -05:00
Nicolas Giard
fcae980ed7
misc: update build Dockerfile 2021-12-03 22:41:21 -05:00
NGPixel
414033de9d
fix: asset path traversal on windows 2021-12-03 22:30:22 -05:00
Nicolas Giard
112d070730
docs: update BACKERS
***NO_CI***
2021-11-18 00:33:51 -05:00
Nicolas Giard
3b41310ad9
docs: update BACKERS
***NO_CI***
2021-11-16 17:32:22 -05:00
Nicolas Giard
19d614e376
docs: update sponsors (2)
***NO_CI***
2021-11-13 00:17:36 -05:00
Nicolas Giard
9d66844474
docs: update sponsors
***NO_CI***
2021-11-13 00:16:59 -05:00
anatawa12
29f173c24c
fix: query parameter on tags page (#4668) 2021-11-06 01:16:11 -04:00
Nicolas Giard
87fcfca6d7 feat: add Plausible Analytics module 2021-10-28 22:30:28 -04:00
Nold
f4d9fd43f0
misc: helm sideload initContainer option (#4325)
***NO_CI***
2021-10-24 15:36:45 -04:00
Nicolas Giard
5c99cf3cfa
docs: update helm docs
[skip ci] ***NO_CI***
2021-10-24 15:32:03 -04:00
Nicolas Giard
d4e8e8b147
docs: update Helm instructions
***NO_CI***
2021-10-24 15:30:09 -04:00
Nicolas Giard
fe75abac57
misc: helm chart action cleanup
***NO_CI***
2021-10-24 03:23:03 -04:00
Nicolas Giard
bfec7b3110
misc: update helm chart icon 2021-10-24 03:20:39 -04:00
Nicolas Giard
07087661ec
misc: add build version to helm chart push action 2021-10-24 03:12:12 -04:00
Nicolas Giard
a93fbc3ca2
misc: fix helm charts auth var reference 2021-10-24 03:02:57 -04:00
Nicolas Giard
e436441994
misc: fix helm charts auth (2) 2021-10-24 03:00:53 -04:00
Nicolas Giard
5142213ab8
misc: fix helm chart auth 2021-10-24 02:58:55 -04:00
Nicolas Giard
5fec2145a2
misc: fix helm push authentication (#4630) 2021-10-24 02:48:20 -04:00
Nicolas Giard
f60a5c819b
misc: use helm push chartmuseum plugin (#4629) 2021-10-24 02:42:27 -04:00
Nicolas Giard
df15ca1fcf
misc: update helm.yml action (#4628) 2021-10-23 20:26:03 -04:00
Nicolas Giard
6d47983c6b
misc: add helm chart build action (#4627) 2021-10-23 16:07:27 -04:00
NGPixel
757398c249
fix: remove fibers dependency 2021-10-19 23:13:29 -04:00
NGPixel
5911867b21
fix: various OAuth2 fixes 2021-10-15 22:36:30 -04:00
NGPixel
2d4cbb07c0
misc: i18n-ally config 2021-10-15 22:29:01 -04:00
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
2021-10-15 22:25:15 -04:00
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
2021-10-10 14:56:20 -04:00
n1xx1
e8d56c28eb
fix: default theme summary and detail (#4156)
Fix incorrect styling with detail/summary elements when nested together.
2021-10-09 16:54:36 -04:00
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>
2021-10-09 14:09:54 -04:00
Andrew Yefanov
525f758151
misc: fix helm high availability property (#4490)
***NO_CI***
2021-10-09 14:06:23 -04:00
wjkw1
2916ec5889
misc: updated values file imagePullPolicy to match what is in deployment.yaml (#4546)
***NO_CI***
2021-10-09 14:05:15 -04:00
François Karman
cc4c2bfcd5
fix: update social-sharing.vue to have proper icons (#4556)
facebook and linkedin icons were invalid
2021-10-09 14:03:24 -04:00
mordini
d93bd1ad5a
fix: git storage - 'import everything' feature restored (#4559) (#4572) 2021-10-09 13:59:47 -04:00
Nicolas Giard
cd98c9759a
docs: update BACKERS
***NO_CI***
2021-10-09 13:52:52 -04:00
Nicolas Giard
2edeeced56
docs: update BACKERS
***NO_CI***
2021-10-09 13:41:08 -04:00
broxen
3e795777ec
fix: hide keyline when footnotes are preceded by header (#4529)
Hide key-line created by `markdown-it-footnote` template when footnotes are directly preceded by header.

Examples:
```md
# References
[^1]: Shows no key-line because References header has one already

# New Page
Text goes here and whatever else

[^1]: these footnotes have no preceding header and will show a key-line
```
2021-10-01 20:26:49 -04:00
broxen
db73b650c9
fix: issue with Custom Header IDs (#4527)
Fix the issue described in discussion #3502 regarding header links and TOC failing to properly generate when header ID is custom defined.
2021-10-01 20:22:55 -04:00