- 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 4 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
-
Guillaume Hanotel authored
-
- 25 Jan, 2021 1 commit
-
-
Nicolas Giard authored
***NO_CI***
-
- 22 Jan, 2021 2 commits
-
-
Nicolas Giard authored
***NO_CI***
-
Nicolas Giard authored
***NO_CI***
-
- 21 Jan, 2021 1 commit
-
-
Nicolas Giard authored
***NO_CI***
-
- 05 Jan, 2021 2 commits
-
-
Nicolas Giard authored
***NO_CI***
-
Nicolas Giard authored
***NO_CI***
-
- 04 Jan, 2021 2 commits
-
-
Nicolas Giard authored
***NO_CI***
-
Nicolas Giard authored
***NO_CI***
-
- 22 Dec, 2020 1 commit
-
-
Nicolas Giard authored
***NO_CI***
-
- 13 Dec, 2020 3 commits
-
-
drewblin authored
If in server config mysql has autocommit = 0, then wikijs fails with locks like this: ``` 2020-10-30T12:56:51.725Z [JOB] error: Rebuilding page tree: [ FAILED ] 2020-10-30T12:56:51.726Z [JOB] error: truncate `pageTree` - Lock wait timeout exceeded; try restarting transaction ```
-
Marwane Kalam-Alami authored
-
scienceasdf authored
For building suggest in elasticsearch, the safeContent field will be splitted into arrays. If the page is renamed or moved, the server will throw error: "Cannot read property 'split' of Undefined", and the index will be broken. Here two lines are added to fix this issue.
-
- 09 Dec, 2020 7 commits
-
-
Nicolas Giard authored
***NO_CI***
-
Nicolas Giard authored
***NO_CI***
-
Nicolas Giard authored
***NO_CI***
-
Nicolas Giard authored
***NO_CI***
-
Nicolas Giard authored
***NO_CI***
-
Nicolas Giard authored
***NO_CI***
-
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
-
- 03 Dec, 2020 1 commit
-
-
Nicolas Giard authored
***NO_CI***
-
- 28 Nov, 2020 1 commit
-
-
Nicolas Giard authored
***NO_CI***
-
- 17 Nov, 2020 1 commit
-
-
Nicolas Giard authored
-
- 12 Nov, 2020 1 commit
-
-
Nicolas Giard authored
***NO_CI***
-
- 11 Nov, 2020 2 commits
-
-
Eric Knibbe authored
-
Nicolas Giard authored
***NO_CI***
-
- 03 Nov, 2020 1 commit
-
-
Nicolas Giard authored
***NO_CI***
-
- 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 4 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***
-
takumi9942 authored
-
Edoardo Morassutto authored
When using inline math ($e^{-x^2}$) the curly braces are interpreted as attributes by markdown-it-attrs. Since most of the times they are not valid attributes they simply get removed. This patch escapes the curly braces (the default attribute delimiter), fixing the KaTeX rendering errors. It would be nice to simply skip that rule for `katex_inline` block types but as far as I know markdown-it-attrs doesn't have such an option. Fixes #1581
-