Commit Graph

78 Commits

Author SHA1 Message Date
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
Nicolas Giard
8e3af9ac15
feat: use config value for json body parser limit 2022-02-11 23:38:34 -05:00
Frederic Alix
8d1f752620
feat: add possibility to set PostgreSQL schema other than public (#4161) 2021-09-24 22:56:44 -04:00
NGPixel
134f057bb8 feat: uploads config + security admin page 2020-05-10 15:55:28 -04:00
NGPixel
bd4263ecb2 feat: HA event handling + emitting 2020-04-19 22:47:02 -04:00
NGPixel
7cd5721ca1 feat: handle event propagation via DB (HA) 2020-04-19 22:47:02 -04:00
NGPixel
1b749e7bf2 fix: letsencrypt maintainerEmail 2020-01-12 13:23:01 -05:00
NGPixel
c6933a2d20 feat: let's encrypt 2020-01-11 22:33:27 -05:00
NGPixel
f1725159f7 feat: accept db ssl config 2019-12-30 16:18:30 -05:00
Justin Kromlinger
8000ebec8f refactor: use dataPath variable as given in file config (#1118)
* Actually use path variables as given in default config

* Drop paths.content, avoid populating the global WIKI object
2019-10-25 18:20:02 -04:00
unknown
5438aad637 fix: add site url field to setup page 2019-10-06 14:56:53 -04:00
Nick
28cf67cdaa feat: sideloading + locales nav menu 2019-06-21 20:54:09 -04:00
James Swineson
128717d068 fix: sample config file typo (#853) 2019-06-01 00:31:03 -04:00
Nick
93c1cb5645 feat: db ssl support 2019-06-01 00:23:07 -04:00
Nick
c0d7e16ef7 fix: asset data type for mysql + mariadb 2019-05-27 00:28:12 -04:00
Nick
6b886b6e3f feat: image upload + list root assets (wip) 2019-05-13 01:15:27 -04:00
Nick
5b64c95117 feat: block creating pages with system reserved paths 2019-04-19 20:45:05 -04:00
Nick
abe5f3b25d feat: HTTP redirect to HTTPS server option 2019-02-24 14:05:38 -05:00
Nick
cd3f88bad0 refactor: removed redis + new scheduler engine 2019-02-13 17:21:18 -05:00
Nick
3ede499732 feat: HTTPS support 2019-02-02 12:09:25 -05:00
Nicolas Giard
3a846b03e4 fix: dockerfile env vars 2018-11-04 12:55:21 -05:00
Nicolas Giard
92d0925d51 fix: mssql initial migration crash 2018-09-08 15:49:36 -04:00
Nicolas Giard
9c6a4f6c20 refactor: logging + search modules PH 2018-08-31 23:42:14 -04:00
Nicolas Giard
96f4e89020 fix: mysql + sqlite incompatible queries 2018-08-15 21:57:28 -04:00
NGPixel
416755f17a refactor: remove config namespaces 2018-05-28 14:46:55 -04:00
NGPixel
c9b643fbf0 refactor: migrate to objection.js + knex 2018-05-19 16:40:07 -04:00
NGPixel
7786f9042f feat: locales remote fetch+ deps update + fixes 2018-04-29 17:55:36 -04:00
NGPixel
7793df9bd4 feat: admin groups - list + create, gql refactoring 2018-03-24 22:35:47 -04:00
NGPixel
6baa277f51 fix: migrate setup to vuetify + remove git related steps 2018-03-11 00:11:32 -05:00
NGPixel
2d5a3203db feat: modular logging + setup wizard 2017-12-24 00:34:47 -05:00
NGPixel
18dee58a06 feat: config wizard save 2017-12-16 23:41:16 -05:00
NGPixel
82ea0b50fb feat: config wizard UI improv. + upgrade from Mongo 2017-11-19 17:08:23 -05:00
NGPixel
cbaa20da3f feat: telemetry client module 2017-10-22 13:30:16 -04:00
Nicolas Giard
0a22bb5ee5 fix: revert to 1.x config sample 2017-10-22 13:24:43 -04:00
Nicolas Giard
05c32fb1bd Merge branch 'dev' into master 2017-10-22 13:21:17 -04:00
Nicolas Giard
54107d5041 misc: added quotes for slack config 2017-10-21 21:18:49 -04:00
NGPixel
e183167c9b Merge remote-tracking branch 'origin/master' into dev 2017-10-15 17:13:35 -04:00
Nicolas Giard
ea0d2ff986 feat: added japanese to lang list 2017-10-14 15:03:12 -04:00
Nicolas Giard
7957a12216 feat: Persian locale + RTL initial support + browser locales fixes 2017-09-14 21:04:52 -04:00
Nicolas Giard
73c4a03f54 docs: Added possible values for viewSource 2017-08-28 13:25:17 -04:00
Nicolas Giard
8482a59b17 fix: remove quotes 2017-08-28 13:22:14 -04:00
Bamieh
4b33a83d4e viewSource theme config 2017-08-28 13:22:14 -04:00
Nicolas Giard
101158f160 fix: Azure client ID typo 2017-08-24 21:28:36 -04:00
NGPixel
749766e9bd feat: queue handling 2017-08-12 17:26:27 -04:00
NGPixel
f32429325c feat: modular auth + queue tasks 2017-08-12 17:26:27 -04:00
NGPixel
9c112ab535 feat: cluster implementation 2017-08-12 17:26:27 -04:00
NGPixel
a96a7efd9d fix: Safari + iOS load bug 2017-07-20 18:17:23 -04:00
NGPixel
9d090ab392 fix: missing icons + updated versions 2017-07-09 00:01:34 -04:00
NGPixel
919afb46e2 feat: Optional linebreaks + mathjax processing 2017-07-09 00:01:34 -04:00
NGPixel
3d9aa18c05 refactor: Pre-render TeX + MathML server-side to SVG 2017-07-09 00:01:34 -04:00