1808837298@qq.com
b604cab599
Update IP restriction messages for clarity in English localization and placeholder text in EditToken component. Enhanced user guidance by specifying that leaving the IP field blank means no restrictions.
2025-01-08 16:52:31 +08:00
Calcium-Ion
6f47c4d47f
Merge pull request #693 from Calcium-Ion/refactor-auth
...
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
refactor: access_token auth
v0.4.6.1
2025-01-06 17:55:20 +08:00
1808837298@qq.com
a3fe6c03b8
Adjust streaming timeout for OpenAI models in OaiStreamHandler
...
- Implemented conditional logic to double the streaming timeout for models starting with "o1" or "o3".
- Improved handling of streaming timeout configuration to enhance performance based on model type.
2025-01-06 17:52:33 +08:00
1808837298@qq.com
e10531670e
Update Dockerfile to use Bun for package management and build process
...
- Changed base image from Node.js to Bun for improved performance.
- Replaced npm install with bun install for dependency management.
- Updated build command to use Bun for building the application.
- Added new bun.lockb file to track Bun dependencies.
2025-01-06 16:37:21 +08:00
1808837298@qq.com
aa2ac4766e
Enhance user search functionality to support ID and keyword searches. Updated query conditions to allow searching by user ID alongside username, email, and display name. Improved handling of numeric and string keywords in search queries.
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
v0.4.6.0
2025-01-06 15:20:38 +08:00
Calcium-Ion
f599aede05
Merge pull request #692 from Calcium-Ion/fix-channel-model-length
...
Fix channel model length issue
2025-01-05 22:13:04 +08:00
1808837298@qq.com
f11148bccf
revert cache.go
2025-01-05 22:12:39 +08:00
1808837298@qq.com
530e846ac1
refactor: access_token auth
2025-01-05 22:08:23 +08:00
Calcium-Ion
7baa204e9c
Fix model name length validation limit
2025-01-05 22:02:46 +08:00
Calcium-Ion
3dff0d498f
2025-01-05 22:01:36 +08:00
Calcium-Ion
e275229597
Fix channel model length issue
...
Fixes #691
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Calcium-Ion/new-api/issues/691?shareId=XXXX-XXXX-XXXX-XXXX ).
2025-01-05 21:55:25 +08:00
1808837298@qq.com
cb5a13920f
fix: update linux-release workflow to install gcc-aarch64-linux-gnu non-interactively
2025-01-05 17:59:29 +08:00
1808837298@qq.com
4aaa99a3d4
chore: change workflow runners to self-hosted for Docker and release jobs
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
v0.4.5.3
2025-01-05 17:17:57 +08:00
1808837298@qq.com
aea201ca77
fix: update iframe styling and permissions in ChatPage component
2025-01-04 22:24:47 +08:00
1808837298@qq.com
e954913f19
refactor: realtime log render
2025-01-04 17:54:02 +08:00
1808837298@qq.com
44a097243e
refactor: realtime i18n
2025-01-04 17:46:06 +08:00
1808837298@qq.com
1798595afc
refactor: realtime quota
2025-01-04 15:46:35 +08:00
Calcium-Ion
c073debcf5
Merge pull request #689 from iszcz/new512
2025-01-03 20:47:56 +08:00
iszcz
4fc2e49518
Update model-ratio.go
2025-01-03 20:42:46 +08:00
1808837298@qq.com
d953b98417
feat: support gpt-4o-mini-realtime-preview
2025-01-03 18:51:09 +08:00
1808837298@qq.com
16afc5b3d6
fix: retry prompt tokens
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
v0.4.5.2
2025-01-02 16:33:00 +08:00
Calcium-Ion
a835920f83
Merge pull request #686 from delph1s/main
...
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
fix: try to fix pgsql #685
v0.4.5.1
2025-01-02 00:17:02 +08:00
delph1s
7244adada5
fix: try to fix pgsql #685
2025-01-02 00:14:16 +08:00
Calcium-Ion
eec3aa3bbd
Update README.md
2024-12-31 22:19:37 +08:00
Calcium-Ion
b664a2208b
Merge pull request #683 from iszcz/new512
...
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
Update channel-test.go
v0.4.5.0
2024-12-31 20:22:57 +08:00
CalciumIon
d15074c860
fix: error page size opts
2024-12-31 15:51:15 +08:00
CalciumIon
97d0e6d2cd
feat: implement pagination and total count for redemptions API #386
...
- Updated GetAllRedemptions and SearchRedemptions functions to return total count along with paginated results.
- Modified API endpoints to accept page size as a parameter, enhancing flexibility in data retrieval.
- Adjusted RedemptionsTable component to support pagination and display total count, improving user experience.
- Ensured consistent handling of pagination across related components, including LogsTable and UsersTable.
2024-12-31 15:28:25 +08:00
CalciumIon
7fec5fa1b3
feat: enhance user search functionality with pagination support
...
- Updated SearchUsers function to include pagination parameters (startIdx and num) for improved user search results.
- Modified API response structure to return paginated data, including total user count and current page information.
- Adjusted UsersTable component to handle pagination and search parameters, ensuring a seamless user experience.
- Added internationalization support for new search functionality in the UI.
2024-12-31 15:02:59 +08:00
CalciumIon
5a39d2e171
feat: enhance user management and pagination features #518
...
- Updated GetAllUsers function to return total user count along with paginated results, improving data handling in user retrieval.
- Modified GetAllUsers API endpoint to accept page size as a parameter, allowing for dynamic pagination.
- Enhanced UsersTable component to support customizable page sizes and improved pagination logic.
- Added error handling for empty username and password in AddUser component.
- Updated LogsTable component to display pagination information in a user-friendly format.
2024-12-31 14:52:55 +08:00
iszcz
60a3d1b066
Update channel-test.go
2024-12-31 12:49:13 +08:00
CalciumIon
0a845ae69f
fix: try to fix pgsql #682
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
v0.4.4.3
2024-12-31 02:10:19 +08:00
CalciumIon
e0b7300239
fix: try to fix pgsql #682
2024-12-31 02:06:30 +08:00
CalciumIon
2de4de0006
fix redis
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
v0.4.4.2
2024-12-30 22:05:41 +08:00
CalciumIon
3514287e38
docs: update README
2024-12-30 20:56:54 +08:00
CalciumIon
72d7e3eb81
refactor: update group handling and rendering logic
...
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
- Changed the structure of usableGroups in GetUserGroups to store additional information (ratio and description) for each group.
- Introduced a new renderRatio function to visually represent group ratios with color coding.
- Updated the Playground and EditToken components to utilize the new group structure and rendering options.
- Enhanced the renderGroupOption function for better UI representation of group options.
- Fixed minor comments and improved code readability.
v0.4.4.1
2024-12-30 19:51:00 +08:00
Calcium-Ion
cdf837bf11
Merge pull request #679 from kingxjs/main
...
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
fix: use document to build input fix copy command
v0.4.4.0
2024-12-30 18:02:21 +08:00
Calcium-Ion
d575739079
Merge pull request #677 from mageia/master
...
修复 PostgreSQL 中用户组查询错误
2024-12-30 18:01:51 +08:00
CalciumIon
629b2605cd
Merge branch 'main'
...
# Conflicts:
# model/user.go
2024-12-30 18:00:59 +08:00
Calcium-Ion
2ea4701eba
Merge pull request #680 from Calcium-Ion/refactor_redis
...
Refactor redis
2024-12-30 17:55:07 +08:00
CalciumIon
6e002a5f0f
feat: enhance environment variable handling and security features
2024-12-30 17:24:19 +08:00
迷糊虫
e266bc9121
使用原生document构建input再次尝试复制命令
2024-12-30 17:13:49 +08:00
CalciumIon
aefd53b683
refactor: token cache logic
2024-12-30 17:10:48 +08:00
Mageia
9ebdb08e21
修复 PostgreSQL 中用户组查询错误
...
- 修复 model/user.go 中的 SQL 查询,使用双引号将 group 列名括起来
- 对于 PostgreSQL 数据库,`group` 是保留关键字,需要用双引号括起来避免语法错误。该修改确保了代码在 PostgreSQL 和其他数据库(如 MySQL)中都能正常工作。
2024-12-30 10:23:55 +08:00
Calcium-Ion
7da427c20d
Merge pull request #676 from Calcium-Ion/refactor_redis
...
refactor: user cache logic
2024-12-29 17:55:52 +08:00
CalciumIon
c6ae827385
refactor: remove redundant group column handling in user queries
2024-12-29 17:02:30 +08:00
CalciumIon
966cdc1f7f
refactor: user cache logic
2024-12-29 16:50:26 +08:00
Calcium-Ion
837804927d
Merge pull request #674 from Yan-Zero/main
...
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
fix: Gemini 函数调用的文本转义,以及其他文件类型的 Base64 支持
v0.4.3.1
2024-12-29 13:11:02 +08:00
Yan
1cdb03d821
fix: Gemini 其他文件类型的支持(Base64URL)
2024-12-29 10:11:39 +08:00
Yan
9fc2f6a3b5
fix: Gemini 函数调用的文本转义
2024-12-29 06:11:44 +08:00
CalciumIon
dfa3f661a5
fix: playground request_start_time
2024-12-29 01:03:02 +08:00