1. 09 Sep, 2021 1 commit
  2. 05 Sep, 2021 1 commit
  3. 01 Sep, 2021 2 commits
  4. 20 Aug, 2021 1 commit
  5. 03 Aug, 2021 1 commit
  6. 25 Jun, 2021 1 commit
  7. 24 Jun, 2021 1 commit
  8. 16 Jun, 2021 1 commit
  9. 26 May, 2021 1 commit
  10. 24 May, 2021 2 commits
  11. 20 May, 2021 2 commits
  12. 30 Apr, 2021 1 commit
  13. 20 Apr, 2021 1 commit
  14. 12 Apr, 2021 3 commits
  15. 10 Apr, 2021 1 commit
  16. 02 Apr, 2021 3 commits
  17. 26 Mar, 2021 2 commits
  18. 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
  19. 21 Mar, 2021 1 commit
  20. 19 Mar, 2021 4 commits
  21. 12 Mar, 2021 1 commit
  22. 08 Feb, 2021 1 commit
  23. 06 Feb, 2021 1 commit
  24. 04 Feb, 2021 1 commit
  25. 02 Feb, 2021 1 commit
  26. 01 Feb, 2021 1 commit
  27. 31 Jan, 2021 1 commit
  28. 29 Jan, 2021 1 commit
    • 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