- 01 Sep, 2021 2 commits
-
-
Eric Knibbe authored
-
Étienne authored
This commit replaces the observably defunct @aoberoi/passport-slack implementation with that of nmaves's passport-slack-oauth2
-
- 20 Aug, 2021 1 commit
-
-
Nicolas Giard authored
***NO_CI***
-
- 03 Aug, 2021 1 commit
-
-
Nicolas Giard authored
***NO_CI***
-
- 25 Jun, 2021 1 commit
-
-
Nicolas Giard authored
***NO_CI***
-
- 24 Jun, 2021 1 commit
-
-
Ivann LARUELLE authored
* feat(helm): adding liveness and readiness probes customizations * chore(helm): bump chart version to 2.2.0 ***NO_CI***
-
- 16 Jun, 2021 1 commit
-
-
Nicolas Giard authored
***NO_CI***
-
- 26 May, 2021 1 commit
-
-
Nicolas Giard authored
***NO_CI***
-
- 24 May, 2021 2 commits
-
-
Denis authored
* 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>
-
Nicolas Giard authored
***NO_CI***
-
- 20 May, 2021 2 commits
-
-
opalmay authored
-
Hugo Rochefort authored
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***
-
- 30 Apr, 2021 1 commit
-
-
Nicolas Giard authored
***NO_CI***
-
- 20 Apr, 2021 1 commit
-
-
Nicolas Giard authored
***NO_CI***
-
- 12 Apr, 2021 3 commits
- 10 Apr, 2021 1 commit
-
-
Nicolas Giard authored
***NO_CI***
-
- 02 Apr, 2021 3 commits
- 26 Mar, 2021 2 commits
- 23 Mar, 2021 2 commits
-
-
Matt authored
***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>
-
Max authored
* Fix copyObject usage: supply bucket name * No semicolon * Assign empty string on initialization * Remove empty line
-
- 21 Mar, 2021 1 commit
-
-
Nicolas Giard authored
***NO_CI***
-
- 19 Mar, 2021 4 commits
-
-
Nicolas Giard authored
***NO_CI***
-
Nicolas Giard authored
***NO_CI***
-
PaulD987 authored
-
pylr authored
-
- 12 Mar, 2021 1 commit
-
-
NGPixel authored
-
- 08 Feb, 2021 1 commit
-
-
Thomas Nilefalk authored
-
- 06 Feb, 2021 1 commit
-
-
Nicolas Giard authored
***NO_CI***
-
- 04 Feb, 2021 1 commit
-
-
Nicolas Giard authored
***NO_CI***
-
- 02 Feb, 2021 1 commit
-
-
Nicolas Giard authored
***NO_CI***
-
- 01 Feb, 2021 1 commit
-
-
Paul authored
-
- 31 Jan, 2021 1 commit
-
-
Kevyn Bruyere authored
Co-authored-by: Kevyn Bruyere <kevyn@inovasi.fr>
-
- 29 Jan, 2021 3 commits
-
-
scienceasdf authored
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.
-
scienceasdf authored
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.
-
Adrián Martínez Interactiv4 authored
* 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
-