Commit Graph

1846 Commits

Author SHA1 Message Date
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
broxen 8aa02318b5 fix: display of Headers within Details Summary (#4491)
* Header formatting for Details Summary

Cleaning up Headers within Details Summary

* Fix for TOC Anchor location

Fix for TOC Anchor location within Details Summary

* display: none for the keyline seems smarter

* Fixes to accommodate large summaries

Fixed to accommodate larger summaries containing both headers and phrasing text. Still removing keylines for summaries with ONLY a header.
2021-10-01 20:21:46 -04:00
Иван 14cb17c227 fix: spoiler summary overflows it's parent (#2502) 2021-10-01 20:21:13 -04:00
Nicolas Giard a208f1f5e0 docs: update BACKERS
***NO_CI***
2021-09-29 21:21:26 -04:00
Beh ed3925b1c5 fix: use first email address in Rocket.Chat auth response (#3122) 2021-09-29 20:42:48 -04:00
craph 3814eef922 fix: admin email setup toLowerCase (#4516) 2021-09-29 20:41:04 -04:00
Nicolas Giard 3a8b415ed9 docs: update BACKERS
***NO_CI***
2021-09-27 22:52:17 -04:00
Frederic Alix 8d1f752620 feat: add possibility to set PostgreSQL schema other than public (#4161) 2021-09-24 22:56:44 -04:00
Paul Saunders 66bf914725 fix: scheduled git sync task (#4481)
Signed-off-by: Paul Saunders <paul.saunders@finbourne.com>

Co-authored-by: Rainshaw <rxg@live.com>
2021-09-24 22:51:56 -04:00
Rainshaw 1dc974245f fix: sftp error when dir already exists (#4024)
when the dir exists, sftp.mkdir() would raise an error and ends the for loop.
2021-09-14 20:14:32 -04:00
ABI CHAHINE 5450597654 docs: upgrade helm chart to take in consideration K8S v1.19+ for ingress (#4437)
Co-authored-by: Rachad <rachad.abi-chahine@decathlon.com>

***NO_CI***
2021-09-14 20:13:04 -04:00
Andrew Yefanov 94aab69ba8 fix: add beacon and error beacon newrelic parameters for eu region support (#4421)
* add beacon and error beacon newrelic parameters for eu region support
* add default NewRelic beacon URIs
2021-09-14 20:11:57 -04:00
Andrew Yefanov f4de80f8bc misc: add helm high availablity when replicas are more than 1 (#4420)
* add helm high availablity when replicas are more than 1
* refactor HA expression

***NO_CI***
2021-09-13 20:18:05 -04:00
NGPixel d5a5820c2f fix: remove unused middleware 2021-09-11 21:02:53 -04:00
bavis-m b3d9a183ea fix: anchor links - use MouseEvent.currentTarget (#4236)
Co-authored-by: Mark <mark@mhack.io>
2021-09-11 17:05:14 -04:00
Mostafa 9f19543488 fix: add missing decodeURIComponent while page load (#4244) 2021-09-11 17:04:17 -04:00
tsh96 7e997aada5 fix: resolve admin pages pagination bug (#4280) 2021-09-11 16:59:10 -04:00
Nicolas Giard d72aad52c0 docs: update BACKERS
***NO_CI***
2021-09-08 23:20:12 -04:00
Nicolas Giard 79106306b6 docs: update BACKERS
***NO_CI***
2021-09-05 00:17:24 -04:00
Eric Knibbe c5a45e578e fix: git storage - handle renamed files & assets (#4307) 2021-09-01 12:11:33 -04:00
Étienne 9864be884d fix: replace passport-slack implementation (#4369)
This commit replaces the observably defunct @aoberoi/passport-slack
implementation with that of nmaves's passport-slack-oauth2
2021-09-01 12:07:34 -04:00
Nicolas Giard fd327ae1c9 docs: update BACKERS
***NO_CI***
2021-08-20 00:11:32 -04:00
Nicolas Giard 4b354c5347 docs: update BACKERS
***NO_CI***
2021-08-03 11:15:44 -04:00
Nicolas Giard 3174fdd76b docs: fix helm ingress doc
***NO_CI***
2021-06-24 20:37:53 -04:00
Ivann LARUELLE 826e6d4bdf feat(helm): adding liveness and readiness probes customizations (#4116)
* feat(helm): adding liveness and readiness probes customizations

* chore(helm): bump chart version to 2.2.0

***NO_CI***
2021-06-24 00:14:44 -04:00
Nicolas Giard b3612b61ba docs: update BACKERS
***NO_CI***
2021-06-16 10:50:34 -04:00