1. 09 Dec, 2020 1 commit
    • scienceasdf's avatar
      feat: set analyzer for elasticsearch (#2793) · d8922440
      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
      d8922440
  2. 02 Nov, 2020 1 commit
    • avioral's avatar
      fix: broken draw io diagram on rtl mode, improve elasticsearch config (#2647) · 089b7850
      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
      089b7850
  3. 01 Nov, 2020 2 commits
  4. 26 Oct, 2020 1 commit
  5. 14 Oct, 2020 1 commit
  6. 03 Oct, 2020 1 commit
  7. 21 Sep, 2020 1 commit
  8. 13 Sep, 2020 2 commits
  9. 12 Sep, 2020 1 commit
  10. 10 Sep, 2020 1 commit
  11. 09 Sep, 2020 1 commit
  12. 08 Sep, 2020 2 commits
  13. 06 Sep, 2020 1 commit
  14. 05 Sep, 2020 1 commit
  15. 02 Sep, 2020 1 commit
  16. 31 Aug, 2020 1 commit
  17. 30 Aug, 2020 2 commits
  18. 15 Aug, 2020 1 commit
    • Dan Nicholson's avatar
      feat: fix + enable OIDC auth method (#2282) · d5d368cd
      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
      d5d368cd
  19. 20 Jul, 2020 1 commit
  20. 19 Jul, 2020 1 commit
  21. 12 Jul, 2020 2 commits
  22. 03 Jul, 2020 3 commits
  23. 27 Jun, 2020 1 commit
  24. 26 Jun, 2020 1 commit
  25. 19 Jun, 2020 1 commit
  26. 18 Jun, 2020 2 commits
  27. 16 Jun, 2020 1 commit
  28. 14 Jun, 2020 1 commit
  29. 07 Jun, 2020 3 commits
  30. 31 May, 2020 1 commit