1. 14 Apr, 2026 4 commits
    • erio's avatar
      fix(websearch): improve settings UI and hide config when globally disabled · 889b5b4f
      erio authored
      - API Key show/copy buttons moved inside input field (inline icons)
      - Proxy selector and test button on same row to save vertical space
      - Test opens a dialog modal instead of inline display
      - Hide all websearch config in channels/accounts when global toggle is off
      889b5b4f
    • erio's avatar
      fix: audit fixes - magic strings to constants, frontend any/catch, LB tests · 56e4a9a9
      erio authored
      Backend:
      - Define OrderTypeBalance/Subscription, EntityStatusActive, DeductionType*,
        NotificationStatus* constants in payment/types.go
      - Replace all magic strings in payment_order, payment_fulfillment, payment_refund
      - Add local constants in easypay.go (tradeStatusSuccess, signTypeMD5)
      - Add 27 unit tests for load balancer (filterByLimits, pickLeastAmount,
        getInstanceChannelLimits, startOfDay)
      
      Frontend:
      - Remove all `any` types in SettingsView.vue (18 catch blocks + 1 payload)
      - Fix bare catch blocks in PaymentResultView, PaymentView
      - Add `unknown` type annotation to all catch blocks
      
      chore: bump version to 0.1.108.140
      56e4a9a9
    • erio's avatar
      fix(channel): add missing features column to List query · 1c63ea14
      erio authored
      The paginated List query was selecting 9 columns but scanning 10 fields,
      missing c.features. GetByID and ListAll already included it correctly.
      1c63ea14
    • erio's avatar
  2. 13 Apr, 2026 1 commit
  3. 12 Apr, 2026 1 commit
  4. 08 Apr, 2026 1 commit
  5. 07 Apr, 2026 1 commit
  6. 05 Apr, 2026 2 commits
  7. 30 Mar, 2026 1 commit
  8. 27 Mar, 2026 1 commit
  9. 20 Mar, 2026 1 commit
  10. 28 Feb, 2026 2 commits
  11. 24 Feb, 2026 1 commit
  12. 23 Feb, 2026 1 commit
  13. 22 Feb, 2026 1 commit
  14. 19 Feb, 2026 1 commit
  15. 17 Feb, 2026 1 commit
  16. 14 Feb, 2026 2 commits
  17. 13 Feb, 2026 1 commit
  18. 12 Feb, 2026 3 commits
  19. 10 Feb, 2026 1 commit
  20. 09 Feb, 2026 1 commit
  21. 08 Feb, 2026 1 commit
  22. 07 Feb, 2026 3 commits
  23. 05 Feb, 2026 1 commit
  24. 02 Feb, 2026 1 commit
  25. 27 Jan, 2026 1 commit
  26. 09 Jan, 2026 1 commit
  27. 18 Dec, 2025 1 commit