Commit Graph

  • ca80413a40
    fix: Resolve issue #623 - Linux arm64/v8 support in Dockerfile (#1022) main nightly Jason 2023-12-11 02:48:38 -0700
  • 0784fa661b
    feat(core): add --host option to specify the host Tabby server will listen on. (#1021) Jason 2023-12-11 01:13:06 -0700
  • d1563d82cd
    fix(ui): use local tabby icon (#1020) Meng Zhang 2023-12-11 15:24:08 +0800
  • eac6edee96
    fix: add cuda suffix for win build, add cuda 12 support (#1019) Eric 2023-12-11 15:23:25 +0800
  • c92b9e11c3 chore: fix rust build warning Meng Zhang 2023-12-11 12:42:43 +0800
  • b2a92f1cf7
    test(golden): switch to cargo-insta for better developer experience (#1018) Meng Zhang 2023-12-11 12:40:41 +0800
  • a90db708dd Release 0.7.0-rc.1 v0.7.0-rc.1 r0.7 Meng Zhang 2023-12-11 12:33:30 +0800
  • 3d3f1761ad feat: support build tabby on windows (#948) Eric 2023-12-11 12:14:49 +0800
  • e9d78233a0 chore: update rusqlite, rusqlite_migration and tokio-rusqlite (#1017) Clément Joly 2023-12-11 02:59:05 +0000
  • e0d0133d86
    feat: support build tabby on windows (#948) Eric 2023-12-11 12:14:49 +0800
  • c461a835f9
    chore: update rusqlite, rusqlite_migration and tokio-rusqlite (#1017) Clément Joly 2023-12-11 02:59:05 +0000
  • 81b8450c5a Release 0.7.0-rc.0 v0.7.0-rc.0 Meng Zhang 2023-12-11 00:12:54 +0800
  • 5af19dc807
    feat(ui): refine invitation-table and user-table (#1016) Meng Zhang 2023-12-11 00:10:50 +0800
  • 34842141e4
    fix: for html paths, .html suffix should be appended automatically (#1015) Meng Zhang 2023-12-10 23:58:21 +0800
  • 86a8612750
    refactor: implement delete_expired_token with Utc::now() (#1014) Meng Zhang 2023-12-10 23:44:04 +0800
  • 6686033505
    refactor: implement delete_expired_token with Utc::now() (#1011) Meng Zhang 2023-12-10 22:16:06 +0800
  • 7361e6c987
    refactor(ui): extract useMutation (#1010) Meng Zhang 2023-12-10 21:47:30 +0800
  • 6305744356
    fix: fix release build (#1009) Meng Zhang 2023-12-10 20:23:02 +0800
  • 835d35ee90
    feat(webserver): update ui (#1008) Meng Zhang 2023-12-10 16:22:36 +0800
  • 7bd18a41bc
    feat(ui): adjust team page layout (#1007) Meng Zhang 2023-12-10 16:07:10 +0800
  • 766c481c68
    fix: update updated_at when reset user auth token (#1006) Meng Zhang 2023-12-10 15:18:24 +0800
  • 58787e707b
    feat(ui, webserver): support list users in team management (#1005) Meng Zhang 2023-12-10 15:14:17 +0800
  • ae4dc5f8d0
    feat(tabby-ui): support user auth token reset (#1003) Meng Zhang 2023-12-10 12:16:31 +0800
  • 03c418340a
    feat(webserver): add reset_user_auth_token mutation (#1001) Meng Zhang 2023-12-10 12:12:49 +0800
  • f00b2c3334
    chore(webserver): generates better frontend error message when invitation is already exists (index constraint error) (#1000) Meng Zhang 2023-12-10 12:11:23 +0800
  • 54ffeb9662
    chore: update release.yml to trigger on PR that modifies it Meng Zhang 2023-12-10 12:10:06 +0800
  • 63068724bf
    fix: ci build in github runner, simply ignore tild related unit test (#1002) Meng Zhang 2023-12-10 11:48:33 +0800
  • 1d3fe5cc2b
    feat(tabby-webserver): when user is registered with invitation code, … (#999) Meng Zhang 2023-12-10 11:16:44 +0800
  • 1fa0106ca3
    feat: fork aim-downloader into crates/aim-downloader to make it compatible with windows (#996) Eric 2023-12-10 10:48:21 +0800
  • 95d15f1224 fix: typo in cluster information page, registeration -> registration Meng Zhang 2023-12-10 01:20:57 +0800
  • 9d607956f5 feat(tabby-ui): add endpoint url to home page Meng Zhang 2023-12-10 01:11:14 +0800
  • fc93cf80b4
    feat(tabby-ui): add cluster information page and team management page (#997) Meng Zhang 2023-12-10 00:51:05 +0800
  • fbceaafbc9
    feat: implement strong password check (#995) Meng Zhang 2023-12-09 20:13:46 +0800
  • 8dc09ea4e7
    refactor: restructure JwtPayload and MeQuery (#994) Meng Zhang 2023-12-09 18:12:54 +0800
  • b26a7f7cf3
    refactor(tabby-ui): add unused-imports lint (#993) Meng Zhang 2023-12-09 01:52:09 +0800
  • 6c6a2c803f
    feat: make all features in webserver requires auth (#992) Meng Zhang 2023-12-09 01:49:10 +0800
  • 8c02c22373
    feat(tabby-ui): properly set accessToken for api access if user is login (#989) Meng Zhang 2023-12-09 00:15:26 +0800
  • d060888b5c
    feat: when is_admin_initialized, implement strict api access check in graphql / v1beta / v1 (#987) Meng Zhang 2023-12-08 19:59:56 +0800
  • f4224f0417
    feat(tabby): add auth token support in swagger ui (#988) Meng Zhang 2023-12-08 19:55:54 +0800
  • 711a389197
    refactor: add warnings about jwt token secret not set (#986) Meng Zhang 2023-12-08 19:46:06 +0800
  • 15c4d97437 support authentication support-auth-token Meng Zhang 2023-12-08 19:30:54 +0800
  • 2b8a07baa0 implement auth in swagger Meng Zhang 2023-12-08 15:10:57 +0800
  • d2d158c747 implement verify auth token Meng Zhang 2023-12-08 14:08:02 +0800
  • 086692145c implement reset_auth_token Meng Zhang 2023-12-08 13:59:11 +0800
  • 0a6a68db57 feat: add auth_token to user table Meng Zhang 2023-12-08 13:46:57 +0800
  • 2714b88878
    refactor(webserver): split db.rs into sub implementations for each table (#985) Meng Zhang 2023-12-08 13:25:24 +0800
  • 3f8f7fb7c6
    refactor(webserver): enable import order + remove useless import (#984) Meng Zhang 2023-12-08 12:40:45 +0800
  • c303c00b68
    feat(webserver): implement optional secure access for dashboard (#983) Meng Zhang 2023-12-08 12:16:26 +0800
  • 8b97ec5d0c
    refactor: gitignore generates dir (#982) Meng Zhang 2023-12-08 12:08:37 +0800
  • 928f1c527c
    fix: normalize javascript / typescript / jsx /tsx in query side (#980) Meng Zhang 2023-12-08 11:04:09 +0800
  • bdede03333
    docs: move cuda sample command to first. (#981) Zhiming Ma 2023-12-08 10:57:09 +0800
  • e2447df9ef
    docs: update supported programming languages in latest release Meng Zhang 2023-12-07 22:17:57 +0800
  • b5117d2f4d
    doc: update clients troubleshooting docs (#977) Zhiming Ma 2023-12-07 19:10:02 +0800
  • 779eef0c1f
    feat: add register / signin / signup / logout workflow (#976) Meng Zhang 2023-12-07 17:56:08 +0800
  • 2df3b1c00d fix: add back header to playground Meng Zhang 2023-12-07 15:09:23 +0800
  • 48340a775f
    fix: import ThemeToggle directly, fix hydration error (#972) Meng Zhang 2023-12-07 14:11:40 +0800
  • 452ab5c07a docs: update openapi.json for v0.6.0 Meng Zhang 2023-12-07 13:59:19 +0800
  • d8d1399f6d
    refactor: merge tabby-stream as StreamAdapter (#971) Meng Zhang 2023-12-07 13:56:28 +0800
  • bfc2de49a3
    refactor: move tabby specific libs to lib/tabby (#970) Meng Zhang 2023-12-07 13:52:59 +0800
  • 27d2f18302
    feat: add authentication page example (#955) Meng Zhang 2023-12-07 13:39:39 +0800
  • bec96a176a
    feat: implement tabby/auth (#969) Meng Zhang 2023-12-07 13:31:09 +0800
  • 23d8614e56 chore(intellij): hotfix intellij plugin version 1.1.2. release-fix-intellij-update-support-version-range Zhiming Ma 2023-12-07 11:57:39 +0800
  • e7741114ca fix(intellij): update supported version range. (#903) Zhiming Ma 2023-11-27 11:46:12 +0800
  • 3953fb2617
    docs: update configurations.md to make the default timeout explicit (#964) Meng Zhang 2023-12-07 09:18:30 +0800
  • 8fbe8c85d0
    docs: update configuration.md to mention support of local directory (#963) Meng Zhang 2023-12-07 08:52:22 +0800
  • 77eda8431c
    feat: Allow cloning repositories via SSH (#961) chpeer 2023-12-07 00:18:02 +0000
  • 9aed0dee08
    feat: Add support for 7840U iGPU type (#960) Mikko Tiihonen 2023-12-07 01:11:05 +0200
  • 98006552eb
    refactor(tabby-webserver): remove next-auth (#956) Meng Zhang 2023-12-06 23:08:30 +0800
  • d772e44c17
    refactor: move graphql query to individual files (avoid abstract for single use query) (#954) Meng Zhang 2023-12-06 22:57:04 +0800
  • c54091d4bc
    refactor: extract dashboard layout (#952) Meng Zhang 2023-12-06 22:41:35 +0800
  • 5cbb2b3a4c
    fix: correct tabby-webserver validation logic (#953) Meng Zhang 2023-12-06 22:38:04 +0800
  • 7de4073779 refactor: fix tabby-ui formatting Meng Zhang 2023-12-06 22:35:31 +0800
  • d4bef71441
    refactor(agent): refactor tabby agent code style. Add typescripty strict check and eslint. (#950) Zhiming Ma 2023-12-06 22:06:01 +0800
  • b9de9d63a1 rebase master add-signin-page Meng Zhang 2023-12-05 23:09:26 +0800
  • 057dd67100 fix: clean up testing default values Meng Zhang 2023-12-05 22:52:57 +0800
  • e2c1382ed5 refactor: extract graphql query into components Meng Zhang 2023-12-05 22:51:45 +0800
  • b85585ad72 feat: connect user register with backend api Meng Zhang 2023-12-05 22:46:20 +0800
  • 20f7c107a9 extract getIsAdminInitialized Meng Zhang 2023-12-05 22:45:16 +0800
  • 4357d9b552 feat: support FormMessage to be used under root Form Meng Zhang 2023-12-05 22:41:34 +0800
  • f750b3e970 adapt react forms Meng Zhang 2023-12-05 16:15:04 +0800
  • c4ae545bcb extract signup component Meng Zhang 2023-12-05 15:52:57 +0800
  • fee262be11 chore: add update graphql generated code Meng Zhang 2023-12-05 14:36:49 +0800
  • 23b0935fb1 feat: add auth page for signup Meng Zhang 2023-12-05 14:34:02 +0800
  • 62b10f3723 refactor: extract dashboard layout under /(dashboard) Meng Zhang 2023-12-05 14:20:12 +0800
  • 74f81cb02a
    refactor: Use DateTime<Utc> for sqlite datetime fields (#946) Meng Zhang 2023-12-05 23:47:10 +0800
  • 73442c33a7
    feat: implement refresh_token API (#938) Eric 2023-12-04 13:26:24 +0800
  • 870638cbbf
    feat: Add me_query API (#940) Eric 2023-12-04 12:20:05 +0800
  • 305b3f913b
    refactor: cleanup autofix (#937) Meng Zhang 2023-12-02 12:21:37 +0800
  • f3a31082ef
    refactor(webserver): extract RegisterError and TokenAuthError and add unit test (#936) Meng Zhang 2023-12-02 12:10:42 +0800
  • 258322ede4
    docs: update what's new in readme, add 0.6.0 release Meng Zhang 2023-12-02 12:10:01 +0800
  • fb879e5ddf
    refactor(webserver): cleanup user crud (#935) Meng Zhang 2023-12-02 00:56:15 +0800
  • 19d773e7ad
    feat: implement register api check with invitation code (#934) Meng Zhang 2023-12-02 00:14:29 +0800
  • 88e5187b57
    feat(webserver): implement is_admin_initialized graphql api (#929) Meng Zhang 2023-12-01 22:35:02 +0800
  • 5c52a71f77
    refactor: extract ServiceLocator interface (#933) Meng Zhang 2023-12-01 22:16:59 +0800
  • 1a9cbdcc3c
    feat(ee): implement auth claims (#932) Meng Zhang 2023-12-01 20:46:01 +0800
  • 8d3be2ea36
    fix: do not persist active chat id (#927) Meng Zhang 2023-12-01 15:36:37 +0800
  • a4b1d75c1a
    fix: tabby-ui should use AND condition to search function (#926) Meng Zhang 2023-12-01 15:35:38 +0800
  • 2c2c95ccd7
    fix: output unicode characters error (#925) xcnick 2023-12-01 12:18:26 +0800
  • 79e704458d
    feat(ee): implement user authentication api (#912) Eric 2023-12-01 10:22:53 +0800
  • ffd5ef3449
    fix: avoid llama.cpp's racing (#923) Meng Zhang 2023-11-30 23:52:20 +0800