1. 02 Apr, 2021 1 commit
  2. 26 Mar, 2021 2 commits
  3. 23 Mar, 2021 2 commits
    • Matt's avatar
      docs: added DB_SSL and DB_SSL_CA to helm chart (#2492) · 05aad5b9
      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: 's avatarNicolas Giard <github@ngpixel.com>
      05aad5b9
    • Max's avatar
      fix: S3 copyObject usage - Missing bucket name (#3745) · 033b8e6b
      Max authored
      * Fix copyObject usage: supply bucket name
      
      * No semicolon
      
      * Assign empty string on initialization
      
      * Remove empty line
      033b8e6b
  4. 21 Mar, 2021 1 commit
  5. 19 Mar, 2021 4 commits
  6. 12 Mar, 2021 1 commit
  7. 08 Feb, 2021 1 commit
  8. 06 Feb, 2021 1 commit
  9. 04 Feb, 2021 1 commit
  10. 02 Feb, 2021 1 commit
  11. 01 Feb, 2021 1 commit
  12. 31 Jan, 2021 1 commit
  13. 29 Jan, 2021 4 commits
    • scienceasdf's avatar
      Fix: in group edit rules, write scripts permission and write styles permission… · cfbd3dca
      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.
      cfbd3dca
    • scienceasdf's avatar
      fix: rebuilding tree error when the page number is large enough in sqlite (#2830) · 4b80bab8
      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.
      4b80bab8
    • Adrián Martínez Interactiv4's avatar
      fix: update storage.js to match pageHelper.injectPageMetadata (#2832) · 52304a81
      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
      52304a81
    • Guillaume Hanotel's avatar
  14. 25 Jan, 2021 1 commit
  15. 22 Jan, 2021 2 commits
  16. 21 Jan, 2021 1 commit
  17. 05 Jan, 2021 2 commits
  18. 04 Jan, 2021 2 commits
  19. 22 Dec, 2020 1 commit
  20. 13 Dec, 2020 3 commits
  21. 09 Dec, 2020 7 commits