- 04 Jan, 2025 4 commits
-
-
1808837298@qq.com committed
-
1808837298@qq.com committed
-
1808837298@qq.com committed
-
1808837298@qq.com committed
-
- 03 Jan, 2025 3 commits
-
-
Calcium-Ion committed
-
iszcz committed
-
1808837298@qq.com committed
-
- 02 Jan, 2025 1 commit
-
-
1808837298@qq.com committed
-
- 01 Jan, 2025 2 commits
-
-
fix: try to fix pgsql #685
Calcium-Ion committed -
delph1s committed
-
- 31 Dec, 2024 7 commits
-
-
Calcium-Ion committed
-
Update channel-test.go
Calcium-Ion committed -
CalciumIon committed
-
- 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.
CalciumIon committed -
- 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.
CalciumIon committed -
- 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.
CalciumIon committed -
iszcz committed
-
- 30 Dec, 2024 13 commits
-
-
CalciumIon committed
-
CalciumIon committed
-
CalciumIon committed
-
CalciumIon committed
-
- 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.
CalciumIon committed -
fix: use document to build input fix copy command
Calcium-Ion committed -
修复 PostgreSQL 中用户组查询错误
Calcium-Ion committed -
# Conflicts: # model/user.go
CalciumIon committed -
Refactor redis
Calcium-Ion committed -
CalciumIon committed
-
迷糊虫 committed
-
CalciumIon committed
-
- 修复 model/user.go 中的 SQL 查询,使用双引号将 group 列名括起来 - 对于 PostgreSQL 数据库,`group` 是保留关键字,需要用双引号括起来避免语法错误。该修改确保了代码在 PostgreSQL 和其他数据库(如 MySQL)中都能正常工作。
Mageia committed
-
- 29 Dec, 2024 5 commits
-
-
refactor: user cache logic
Calcium-Ion committed -
CalciumIon committed
-
CalciumIon committed
-
fix: Gemini 函数调用的文本转义,以及其他文件类型的 Base64 支持
Calcium-Ion committed -
Yan committed
-
- 28 Dec, 2024 5 commits
-
-
Yan committed
-
CalciumIon committed
-
CalciumIon committed
-
- Add file data DTO for structured file handling - Implement file decoder service - Update Claude and Gemini relay channels to handle various file types - Reorganize worker service to cf_worker for clarity - Update token counter and image service for new file types
CalciumIon committed -
CalciumIon committed
-