Commit Graph
1969 Commits
Author SHA1 Message Date
Nicolas Giard 7715dc6f5e fix: saml - set cert as required 2022-05-20 19:25:58 -04:00
Martin Lindner cfa20e0522 feat(helm): add support for spec.ingressClassName to Ingress template (#5202) 2022-05-20 19:25:12 -04:00
Nicolas Giard 638a459d82 ci: update packer docker image for wiki-update-companion to 2.0 2022-05-20 19:25:01 -04:00
Nicolas Giard 7bd527a654 fix: update saml strategy to use new config options 2022-05-20 19:23:48 -04:00
Nicolas Giard 80dc7e7434 ci: fix arm dockerfile to alpine 2022-05-20 19:23:28 -04:00
Nicolas Giard 8ad8147f63 ci: update docker arm build image 2022-05-20 19:23:23 -04:00
myml 64104f81ad fix: undefined author in git commit when deleting a page (#5215) 2022-05-20 19:19:55 -04:00
NGPixel 948157745f fix: default comment provider not displaying 2022-05-20 19:17:11 -04:00
Ivan FedorovandNicolas Giard d45d40e12e feat: add X-Mailer header to outgoing emails (#5238)
Co-authored-by: Nicolas Giard <github@ngpixel.com>
2022-05-20 19:17:05 -04:00
myml 89c0a83cd5 ci: docker build missing python (#5207) 2022-05-20 19:16:53 -04:00
Nicolas Giard fd021a7999 fix: yarn 3 on ux project 2022-04-30 21:12:11 +00:00
Nicolas Giard 22e1eea9f2 chore: auto launch terminal group on start 2022-04-24 00:06:56 -04:00
Nicolas Giard 05c90434a5 chore: rename docker init script 2022-04-23 03:37:57 -04:00
Nicolas Giard 6ee5788fe1 chore: fix devcontainer + add missing extensions 2022-04-22 23:21:02 -04:00
Nicolas Giard 0a332143c0 chore: setup vscode devcontainer environment 2022-04-22 20:53:56 -04:00
Trisztán Piller 64cdc9f953 feat(auth): OAuth2 access_token in GET query string in userInfoURL (#5188) 2022-04-17 19:05:54 -04:00
Nicolas Giard 908eb0ee6d fix: external comments template using incorrect page variables 2022-04-17 19:05:47 -04:00
myml f754619146 feat(auth): OAuth2 scope support (#5181) 2022-04-12 00:16:09 -04:00
Parkhost 38aab6f46c chore(helm): add revisionHistoryLimit (#5175) 2022-04-12 00:16:02 -04:00
NGPixel 07d274ca6c refactor: admin system info to vue3 comp api 2022-04-11 02:02:55 -04:00
NGPixel 464f55cf46 refactor: admin general to vue3 comp api 2022-04-11 01:42:41 -04:00
NGPixel 358ad1fdcd refactor: update schema with new structure / naming 2022-04-10 23:06:40 -04:00
NGPixel dfde2e10aa refactor: admin sites + create site dialog to vue3 comp api 2022-04-10 03:48:00 -04:00
NGPixel 70a2e3ca63 refactor: remove logging modules 2022-04-10 00:24:19 -04:00
NGPixel edb529378e refactor: fix models + storage modules 2022-04-10 00:12:19 -04:00
NGPixel 027b1614ff refactor: admin editors + flags page to comp api, server cleanup 2022-04-09 02:07:53 -04:00
NGPixel 7b060bec5f fix: db connection 2022-04-08 22:49:11 -04:00
NGPixel 3a57145e3d refactor: initial import from v3 prototype 2022-04-08 17:57:55 -04:00
Nicolas Giard b5b4b0880a docs: update BACKERS v2.5.277 2022-04-03 17:20:25 -04:00
NGPixel 63ecb32494 fix: missing aria attributes + controls on tabset component 2022-04-03 16:55:11 -04:00
NGPixel dc5d8ddeb2 fix: handle page metadata parse failure 2022-04-03 15:59:58 -04:00
NGPixel 05b4053954 fix: encode filenames for assets force download 2022-04-03 15:51:17 -04:00
NGPixel a50712ea80 fix: handle links to same host but different port as external 2022-04-03 15:48:51 -04:00
Nicolas Giard a652e43ab1 fix: handle multi social auth strategies 2022-03-25 21:17:04 -04:00
Manuel 1f489a3d8e fix: handle multiple LDAP strategies (#5116) 2022-03-25 21:11:24 -04:00
Nicolas Giard 2493fd85ae docs: update README
[skip ci]
2022-03-03 15:17:46 -05:00
Gabriel A. Devenyi 2c83472b63 fix(ldap): typo spelling of distinguished (#5066) 2022-03-01 11:54:06 -05:00
Nicolas Giard 066e0f35ae docs: update helm readme
[skip ci]
2022-02-27 22:42:14 -05:00
Nicolas Giard b7f50633f3 ci: remove sonar config
[skip ci]
2022-02-20 23:15:54 -05:00
Nicolas Giard 3469dabed2 ci: add slack releases channel notification
[skip ci]
2022-02-20 23:14:33 -05:00
NGPixel a3bf1f7916 fix: apply locale restrictions to page rules v2.5.276 2022-02-20 19:33:19 -05:00
NGPixel 411802ec2f fix: check update page access using original page path 2022-02-20 18:46:03 -05:00
Nicolas Giard 3f5388d093 fix(logging): add default fallback for logFormat config 2022-02-18 19:57:15 -05:00
Marián SkripandNicolas Giard de6d4beef9 feat(config): add option to specify default value to env var expansion (#5020)
* feat: Add option to specify default value to env var expansion

* fix: remove unused capturing group for env var replacement

Co-authored-by: Nicolas Giard <github@ngpixel.com>
2022-02-18 19:56:02 -05:00
Marián SkripandNicolas Giard 2815f38c52 feat(logging): add option to configure JSON logging (#5022)
* fix: Use logger for logs using console logging

* feat: Add option to configure JSON logging

* fix: use generic logFormat instead of json specific

* fix: use logFormat for docker config

* fix: use logFormat to build winston formatters

Co-authored-by: Nicolas Giard <github@ngpixel.com>
2022-02-18 19:48:22 -05:00
Marián Skrip 69e9ccc636 fix: remove wild log that was possibly for debugging (#5021) 2022-02-18 19:10:13 -05:00
NGPixel 932bb6fdee ci: update digitalocean motd message 2022-02-18 02:47:37 -05:00
NGPixel 4ecf1f0167 ci: add packer files execute permission 2022-02-18 02:19:40 -05:00
NGPixel fb4bcca89e ci: packer script typo 2022-02-17 22:26:46 -05:00
NGPixel 22fed93c4b ci: fix digitalocean image scripts paths 2022-02-17 22:18:01 -05:00