Commit Graph

2085 Commits

Author SHA1 Message Date
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 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 Skrip
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 Skrip
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
NGPixel
c42e0f9888
ci: add do image build via packer 2022-02-17 22:16:00 -05:00
Nicolas Giard
62a5cfa40e
ci: fix docker manifest latest tag 2022-02-13 17:43:37 -05:00
Nicolas Giard
8a10cc44f6
docs: update README
[skip ci]
2022-02-13 17:35:12 -05:00
Nicolas Giard
dd1651eac0
ci: fix docker manifest release step 2022-02-13 16:47:46 -05:00
Nicolas Giard
ae6fcf4383
ci: add build artifacts to release 2022-02-13 05:55:12 -05:00
Nicolas Giard
dd5d964ce5
ci: pass version to jq vars 2022-02-13 04:08:59 -05:00
Nicolas Giard
1a815598f4
ci: add run number to cypress build id 2022-02-12 23:01:47 -05:00
Nicolas Giard
a5ddc03b53
ci: allow reruns of same cypress build 2022-02-12 20:01:09 -05:00
Nicolas Giard
033810039f
ci: create separate docker images per ARM platform 2022-02-12 19:13:38 -05:00
Tomas McNamer
fc6e4ab9c4
feat: add link to admin area on welcome page (#4035)
* feat: Add link to admin area on welcome page

See: #1259

* fix: remove trailing slash from welcome admin button

* fix: welcome page admin button link

Co-authored-by: Nicolas Giard <github@ngpixel.com>
2022-02-12 18:14:27 -05:00
Nicolas Giard
0bc93e9792
ci: update release changelog on publish
[skip ci]
2022-02-12 18:02:48 -05:00
NGPixel
afafb4f4e0
fix: md task list - use same config as client 2022-02-12 17:28:34 -05:00
Nicolas Giard
dbd7c268c3
docs: update BACKERS
[skip ci]
2022-02-12 17:13:54 -05:00
matthgyver
7988fa62ca
fix: use body parser limit config with fallback value (#4985)
* permit bodyParserLimitSize configuration

set bodyParserLimitSize by default to 1mb
permit modifications by environment variable

* fix: use bodyparserlimit config with fallback default

Co-authored-by: Nicolas Giard <github@ngpixel.com>
2022-02-11 23:42:28 -05:00
Nicolas Giard
8e3af9ac15
feat: use config value for json body parser limit 2022-02-11 23:38:34 -05:00
Nicolas Giard
91ce977a1a
docs: update BACKERS
[skip ci]
2022-02-11 17:42:17 -05:00
Nicolas Giard
903948e823
docs: update BACKERS
[skip ci]
2022-02-09 02:09:33 -05:00
Nicolas Giard
03a8f232ee
docs: update BACKERS
[skip ci]
2022-02-06 22:23:06 -05:00
Nicolas Giard
dab99ff537
ci: point to updated branch
[skip ci]
2022-02-04 22:52:52 -05:00
Jordan JEAN
8d420759f8
chore(helm): add volumes and volumeMounts chart values (#4714) 2022-02-04 22:47:14 -05:00
Nicolas Giard
b0852ac107
docs: use gh workflow status badge
[skip ci]
2022-02-04 00:37:52 -05:00
Nicolas Giard
4e410078d2
ci: add beta + release workflows 2022-02-04 00:31:39 -05:00
Nicolas Giard
e4cb2a36f9
ci: fix cypress key arg 2022-02-03 23:44:13 -05:00
Nicolas Giard
5250c64fbb
ci: replace cypress docker source 2022-02-03 20:06:04 -05:00
Nicolas Giard
6d4e5670e1
ci: fix cypress script permission 2022-02-03 18:37:32 -05:00
Nicolas Giard
c8f3a941b4
ci: add packages permission to build workflow 2022-02-03 18:15:16 -05:00
Nicolas Giard
2a9d7d05af
ci: remove buildx from build main workflow 2022-02-03 17:48:42 -05:00
Nicolas Giard
2e93b67ca9
ci: improve build workflow 2022-02-03 17:45:47 -05:00
Nicolas Giard
5dd855f01d
ci: add build workflow 2022-02-03 17:05:21 -05:00
Nicolas Giard
7b14b39de0
fix: prevent upload bypass via uppercase path 2022-01-29 18:45:51 -05:00
Nicolas Giard
cab16ee844
docs: fix sponsors logo paths
***NO_CI***
2022-01-26 18:40:41 -05:00
Russ Savage
dbe1fb2861
fix(readme): fix typo in ngrok link (#4941)
***NO_CI***
2022-01-26 18:39:24 -05:00
Nicolas Giard
5f4f399422
docs: update BACKERS
***NO_CI***
2022-01-24 17:36:03 -05:00
Nicolas Giard
9ead3b624b
docs: update BACKERS
***NO_CI***
2022-01-24 17:35:33 -05:00