Commit Graph

1809 Commits

Author SHA1 Message Date
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
Nicolas Giard 5d507402b6 docs: update BACKERS
***NO_CI***
2021-05-25 23:03:57 -04:00
Denis ee8006892e feat: add support of hd auth parameter to work with G Suite domains (#4010)
* Add support of hd google auth parameter - to work with G Suite domains

* Style-fix

* fix: google auth hostedDomain hint

Co-authored-by: Nicolas Giard <github@ngpixel.com>
2021-05-24 18:04:11 -04:00
Nicolas Giard 2ffeaed0d6 docs: update README
***NO_CI***
2021-05-24 17:31:52 -04:00
opalmay 9081232e7c fix: disallow # char in file uploads (#3770) 2021-05-20 15:16:26 -04:00
Hugo Rochefort 0788d615bc docs: improve Helm README (existing postgresql Secret) (#3991)
Small doc improvements:
- Add the 2 missing parameters postgresql.existingSecret and postgresql.existingSecretKey in the list.
- Update the "Using an external PostgreSQL server" part by specifying how to use an existing postgresql Secret

***NO_CI***
2021-05-20 15:15:04 -04:00
Nicolas Giard a16c6c0f27 docs: update README
***NO_CI***
2021-04-29 22:34:59 -04:00
Nicolas Giard 4f454c85d8 docs: update BACKERS
***NO_CI***
2021-04-20 14:52:26 -04:00
LK HO a103127545 fix: graceful shutdown (#3821)
* fix: missing graceful shutdown handler

* fix: asar - use async fs operation

* fix: scheduler - graceful shutdown and wait for running jobs to complete
2021-04-12 11:45:33 -04:00
LK HO 71aa0c9346 fix: jobs/worker - pass through job error from worker process (#3822) 2021-04-12 11:41:36 -04:00
LK HO a20f70ed8d fix: rendering/html-core - null checks (#3823) 2021-04-12 11:39:35 -04:00
Nicolas Giard 70d4c069f8 docs: update BACKERS
***NO_CI***
2021-04-10 19:40:57 -04:00
NGPixel f55caab359 fix: convert page - handle tabsets 2021-04-02 17:30:04 -04:00
NGPixel 84b927915e fix: convert page - task list + UI fixes 2021-04-02 15:15:35 -04:00
NGPixel 26f1c0f372 feat: convert page 2021-04-02 00:39:11 -04:00
NGPixel d75c5532d1 fix: handle raw mustache expressions over multiple lines 2021-03-25 23:50:59 -04:00
NGPixel c57c9d9018 fix: disable cors 2021-03-25 21:21:03 -04:00
Matt 05aad5b9c6 docs: added DB_SSL and DB_SSL_CA to helm chart (#2492)
***NO_CI***

* Update deployment.yaml

added DB_SSL option for postgres

* Update README.md

added note about `postgresql.ssl`

* added DB_SSL_CA

* added postgressql.ca note

* Update values.yaml

added more PostgresSQL details to values.yml

* Update values.yaml

* Update values.yaml

removed whitespace

* Update README.md

added ssl and ca notes

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* docs: update README

Co-authored-by: Nicolas Giard <github@ngpixel.com>
2021-03-23 14:47:57 -04:00
Max 033b8e6b21 fix: S3 copyObject usage - Missing bucket name (#3745)
* Fix copyObject usage: supply bucket name

* No semicolon

* Assign empty string on initialization

* Remove empty line
2021-03-23 11:14:29 -04:00
Nicolas Giard 9c3cb1aa90 docs: update readme links
***NO_CI***
2021-03-20 20:56:15 -04:00
Nicolas Giard c9f4d238eb misc: update issue templates
***NO_CI***
2021-03-18 22:24:21 -04:00
Nicolas Giard 36e7b8b919 misc: change gh issue types
***NO_CI***
2021-03-18 22:16:00 -04:00
PaulD987 3f001dca2c fix: loginRedirect doesn't work for non local strategies (#3222) 2021-03-18 21:56:59 -04:00
pylr e87d511978 fix: HSTS header max-age value (#3225) 2021-03-18 21:53:55 -04:00
NGPixel 5ffa189383 fix: add v-pre to pre tags at render time 2021-03-11 19:23:24 -05:00
Thomas Nilefalk 919d7c12a1 fix: syntax error in rebuild-tree.js (#3048) 2021-02-08 11:26:55 -05:00
Nicolas Giard 5e0236ca2d docs: clarify helm postgres deploy
***NO_CI***
2021-02-05 22:47:05 -05:00
Nicolas Giard 2de0a74c8e docs: update BACKERS
***NO_CI***
2021-02-03 19:24:40 -05:00
Nicolas Giard 5123c3f77b docs: update BACKERS
***NO_CI***
2021-02-01 23:17:38 -05:00
Paul 806e4e8f11 fix: get syncInterval from model instead of module data (#3003) 2021-02-01 17:45:34 -05:00
Kevyn Bruyere b106018029 fix: LDAP - avoid reading empty tls cert file (#2980)
Co-authored-by: Kevyn Bruyere <kevyn@inovasi.fr>
2021-01-31 01:03:24 -05:00
scienceasdf cfbd3dca00 Fix: in group edit rules, write scripts permission and write styles permission can be configured. (#2829)
At present, the user that are not in the administrator group have no access to edit scripts and styles in page editor panel. This commit add configuration in group rule manage webpage so that users' permission on writing styles and writing scripts can be modified.
2021-01-29 14:17:30 -05:00
scienceasdf 4b80bab88e fix: rebuilding tree error when the page number is large enough in sqlite (#2830)
When the total page number is large enough (usually about 80+), sqlite will throw error: "Too many variables". This commit reduces the chunk size for sqlite configuration.
2021-01-29 14:16:33 -05:00
Adrián Martínez Interactiv4 52304a8149 fix: update storage.js to match pageHelper.injectPageMetadata (#2832)
* Update storage.js to match pageHelper.injectPageMetadata

At pageHelper.injectPageMetadata references editorKey and tags to build metadata, but this data seems not to be supplied to this function, since page object is only built from specified columns.

As a result, tags are always empty when exporting pages, and editor key appears as undefined.

It happens also with git storage, but may happen with another storage providers.

I run into this issue running Wiki.js 2.5.170 with the following Docker stack:

CONTAINER ID        IMAGE                                   COMMAND                  CREATED             STATUS              PORTS                                         NAMES
39373979b693        requarks/wiki:2                         "docker-entrypoint.s…"   44 minutes ago      Up 9 minutes        0.0.0.0:80->3000/tcp, 0.0.0.0:443->3443/tcp   wiki
608de6278aaa        requarks/wiki-update-companion:latest   "dotnet wiki-update-…"   5 months ago        Up 6 hours          80/tcp                                        wiki-update-companion
12c7b35ba295        postgres:11                             "docker-entrypoint.s…"   5 months ago        Up 6 hours          5432/tcp                                      db

* Provide id to allow to query for tags

* Update git storage to provide editorKey and tags
2021-01-29 14:15:22 -05:00
Guillaume Hanotel e3fd967ad7 feat: ability to open search result in new tab with middle-click (#2919) 2021-01-29 14:14:27 -05:00
Nicolas Giard a7b9be3bf7 docs: update BACKERS
***NO_CI***
2021-01-25 11:40:01 -05:00
Nicolas Giard 0eba201280 docs: update BACKERS
***NO_CI***
2021-01-22 16:30:11 -05:00
Nicolas Giard 804ed9d114 docs: update BACKERS
***NO_CI***
2021-01-22 16:28:10 -05:00