1. 26 Jun, 2023 1 commit
  2. 20 Jun, 2023 1 commit
  3. 17 Jun, 2023 2 commits
  4. 15 Jun, 2023 3 commits
  5. 14 Jun, 2023 4 commits
  6. 08 Jun, 2023 3 commits
  7. 07 Jun, 2023 2 commits
  8. 06 Jun, 2023 1 commit
  9. 03 Jun, 2023 3 commits
  10. 01 Jun, 2023 3 commits
  11. 30 May, 2023 4 commits
  12. 29 May, 2023 4 commits
  13. 27 May, 2023 5 commits
  14. 26 May, 2023 4 commits
    • GodMeowIceSun's avatar
      feat(#1568): add "ask ai" section session splitting function (#1711) · 93d608f0
      GodMeowIceSun authored
      * feat(#1568): Added "ask ai" section session splitting function
      
      Added "ask ai" section session splitting function
      Optimize the "ask ai" dialogue style
      
      * fix(#1568): Fix wrong attribute "appearance"
      
      * fix(#1568): Add ts type define
      
      * fix(#1568): Add ts type define
      
      * fix(#1568): Resolve the issue of components not being stretched when only user input is available
      
      * feat(#1568): New session automatic switching function
      
      * refactor(#1729): remove unused code
      
      * feat(#1568): New Remove Session Function
      
      New Remove Session Function
      Rename some methods
      93d608f0
    • boojack's avatar
      fix: sso templates (#1753) · ec26a970
      boojack authored
      ec26a970
    • boojack's avatar
      chore: update telegram bot related section (#1750) · dbe8aa1d
      boojack authored
      * chore: update telegram bot related section
      
      * chore: update
      dbe8aa1d
    • Athurg Gooth's avatar
      feat: add Telegram bot config UI (#1747) · 8628d1e4
      Athurg Gooth authored
      * Add retry wait for telegram.GetUpdates
      
      * Add support to set telegram robot token from UI
      
      * Change validator of UserSettingTelegramUserID
      
      * Add support to set telegram user id from UI
      
      * Fix typescript check
      
      * Add validator for SystemSettingTelegramRobotTokenName
      
      * Optimize error notice while config telegram params
      
      * Change for review
      
      * Fix telegram user id could not be empty
      
      * Fix telegram robot could not be empty
      
      * Fix for eslint (again)
      
      * Update web/src/components/Settings/SystemSection.tsx
      
      ---------
      Co-authored-by: 's avatarAthurg Feng <athurg@gooth.org>
      Co-authored-by: 's avatarboojack <stevenlgtm@gmail.com>
      8628d1e4