- 29 Oct, 2021 1 commit
-
-
Nicolas Giard authored
-
- 16 Oct, 2021 2 commits
-
-
NGPixel authored
-
Artur Shaik authored
* OAuth2 authentication implementation This PR shoul fix #2392. Used `passport-oauth2` strategy. * indentations cleanup * cleanup code
-
- 09 Oct, 2021 2 commits
-
-
broxen authored
* Removing superfluous div wrapping It seems like standalone text is already wrapped in paragraph elements, so this code seems superfluous. Additionally, it adds div wrappers at every line break as described in #4524 * Fix for newlines and returns This change skips newlines and returns to focus on unbounded text only. * misc: fix indentation * misc: fix indentation (2) Co-authored-by:
Nicolas Giard <github@ngpixel.com>
-
mordini authored
-
- 02 Oct, 2021 1 commit
-
-
broxen authored
Fix the issue described in discussion #3502 regarding header links and TOC failing to properly generate when header ID is custom defined.
-
- 30 Sep, 2021 1 commit
-
-
Beh authored
-
- 15 Sep, 2021 2 commits
-
-
Rainshaw authored
when the dir exists, sftp.mkdir() would raise an error and ends the for loop.
-
Andrew Yefanov authored
* add beacon and error beacon newrelic parameters for eu region support * add default NewRelic beacon URIs
-
- 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
-
- 24 May, 2021 1 commit
-
-
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>
-
- 12 Apr, 2021 1 commit
-
-
LK HO authored
-
- 26 Mar, 2021 1 commit
-
-
NGPixel authored
-
- 23 Mar, 2021 1 commit
-
-
Max authored
* Fix copyObject usage: supply bucket name * No semicolon * Assign empty string on initialization * Remove empty line
-
- 12 Mar, 2021 1 commit
-
-
NGPixel authored
-
- 31 Jan, 2021 1 commit
-
-
Kevyn Bruyere authored
Co-authored-by:
Kevyn Bruyere <kevyn@inovasi.fr>
-
- 29 Jan, 2021 1 commit
-
-
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
-
- 09 Dec, 2020 1 commit
-
-
scienceasdf authored
* Feature: Custom configuration for elasticsearch For better search results especially in Chinese, which the standard token analyzer may not work well. * Set default analyzer in settings when building index * Remove dangling comma
-
- 02 Nov, 2020 1 commit
-
-
avioral authored
* - Modify elastic settings - Add tags field to index - Modify elastic search query - Remove empty entities from build suggests list * Fix map parser error * - Fix broken drawio svg diagram (rtl issue) * - Restore the spaces in objects to respect the project formatting rules. - Omit explanation line
-
- 01 Nov, 2020 2 commits
-
-
YAEGASHI Takeshi authored
This adds cookieEncryptionKeyString configuration in the Azure AD authentication module. It represents an array of cookie encryption strings and enables workaround for SameSite cookies.
-
Chris authored
Fix spelling of "superscript" ***NO_CI***
-
- 26 Oct, 2020 1 commit
-
-
Nicolas Giard authored
-
- 14 Oct, 2020 1 commit
-
-
Jafar Akhondali authored
+ Remove duplicated await + Replace some legacy codes with ES6 + Fix some of eslint problems
-
- 03 Oct, 2020 1 commit
-
-
Aaron authored
Signed-off-by:
Aaron <admin@datahoarder.dev>
-
- 21 Sep, 2020 1 commit
-
-
NGPixel authored
-
- 13 Sep, 2020 2 commits
-
-
Иван authored
* fix: secure html module removes allowfullscreen, allow and frameborder attributes from iframes * Apply suggestions from code review fix: remove deprecated attributes for iframe in secure html module Co-authored-by:
Nicolas Giard <github@ngpixel.com>
-
Riccardo Re authored
This code will allow the "search" component to correctly filter pages by usergroup permissions based on tags instead of paths Co-authored-by:
Riccardo Re <riccardo.re@clevermind.cloud>
-
- 12 Sep, 2020 1 commit
-
-
NGPixel authored
-
- 10 Sep, 2020 1 commit
-
-
NGPixel authored
-
- 09 Sep, 2020 1 commit
-
-
NGPixel authored
-
- 08 Sep, 2020 2 commits
- 06 Sep, 2020 1 commit
-
-
NGPixel authored
-
- 05 Sep, 2020 1 commit
-
-
NGPixel authored
-
- 02 Sep, 2020 1 commit
-
-
NGPixel authored
-
- 31 Aug, 2020 1 commit
-
-
jaljo authored
* Export creation date in dumped content * date_creation -> dateCreated Co-authored-by:
Joris Langlois <joris.langlois@knplabs.com>
-
- 30 Aug, 2020 2 commits
- 15 Aug, 2020 1 commit
-
-
Dan Nicholson authored
* fix: pass userinfo URL in oidc strategy The userinfo URL from the definition was not being provided to the passport strategy, which resulted in a type error trying to resolve the user's profile. Furthermore, the name of the defined URL was inconsistent with all other authentication method URLs. * fix: pass all necessary scopes to oidc auth method When no scopes are provided, passport-openidconnect uses only `openid`, which does not contain the username or email address. Include `profile` and `email` to ensure the necessary claims are included. * fix: update oidc method to call processProfile correctly Now the profile object and providerKey are passed to processProfile. The usernameClaim no longer has any use as the email address is the username. * fix: mark oidc authentication method as available
-