Commit Graph

101 Commits

Author SHA1 Message Date
RockYang e9348d3611 always parse authorization token for all request 2024-03-20 21:11:52 +08:00
RockYang 8487d2c9eb feat: no need login refactor with member and chatApps page 2024-03-19 18:59:02 +08:00
RockYang c5e583b215 feat: load preview page do not require user to login 2024-03-19 18:25:01 +08:00
RockYang 549f618cff feat: optimize login dialog 2024-03-19 10:47:13 +08:00
RockYang e53db3582c 重构主体工作完成 2024-03-15 18:35:10 +08:00
吴汉强 71611273d7 feat(ui): 网站配置需授权,去掉 2024-03-14 16:28:49 +08:00
RockYang 72f80a96bc fix conflicts 2024-03-12 18:03:24 +08:00
RockYang 43bfac99b6 feat: replace Tools param with Function param for OpenAI chat API 2024-03-11 14:09:19 +08:00
chenzifan 24de97fac2 feat: 优化后台UI 2024-03-11 13:51:26 +08:00
RockYang 3f856afec8 fix: fix major bugs for unauthorized access to data 2024-03-03 10:40:32 +08:00
RockYang 2ef07574ae feat: replace http polling with webscoket notify in sd image page 2024-02-26 15:45:54 +08:00
RockYang bd057a4cc9 feat: attachments manage function is ready 2024-01-15 18:48:01 +08:00
RockYang d70035ff0c feat: midjourney plus service is ready 2024-01-11 18:16:48 +08:00
RockYang 3c6e86d04b feat: add nickname field for user 2023-12-29 17:39:37 +08:00
RockYang 3f74b94784 chore: remove dead code 2023-12-29 09:02:55 +08:00
RockYang e9467341fa feat: function manager refactor is ready 2023-12-28 18:14:38 +08:00
RockYang 3ab930a107 feat: support CDN reverse proxy for MidJourney and OpenAI API 2023-12-22 17:25:31 +08:00
RockYang 113cfae2dc opt: optimize image compress alg, add cache control for image 2023-12-21 15:00:46 +08:00
RockYang cae5c049e4 fix: fixed bug for HuPiPay qrcode generation. set field 'openid' of result struct to Any data type 2023-12-19 11:31:57 +08:00
RockYang 8f057ca9d1 refactor: refactor stable diffusion service, add service pool support 2023-12-14 16:48:54 +08:00
RockYang 4a9f7e3bce feat: add HuPiPay payment support 2023-12-08 19:43:13 +08:00
RockYang f0994ba457 docs: update comments 2023-11-30 17:35:56 +08:00
RockYang dae91ed243 fix: fixed bug for upload image failed 2023-11-29 17:46:46 +08:00
RockYang 7e50e17aaf opt: 缩略图生成算法 2023-11-28 14:50:19 +08:00
RockYang a7265c4251 feat: 为大图片生成缩略图,加快前端图片加载速度 2023-11-28 12:04:02 +08:00
RockYang 23b5ffa97d feat: implements image function replace Mj with DALL-E-3 2023-11-26 20:37:48 +08:00
RockYang 4813163eac opt: 增加中间件自动对HTTP请求的参数去掉首尾空格 2023-11-23 17:50:55 +08:00
RockYang 6d07881141 feat: reset password function is ready 2023-11-22 18:00:45 +08:00
RockYang 9d1f5c42ce chore: remove dead code 2023-11-21 19:04:53 +08:00
RockYang 2ebff2623f feat: order payment function is ready 2023-11-08 17:48:07 +08:00
RockYang a688d3feb5 opt: adjust ItemList component styles 2023-10-15 15:47:42 +08:00
RockYang cc7271aa73 feat: stable diffusion page is ready 2023-09-28 18:09:45 +08:00
RockYang f873d6b375 feat: migrate the chatgpt-plus-ext project code to this project 2023-09-27 18:14:07 +08:00
RockYang 59f316b341 fix socket connect for mj task notify 2023-09-20 06:59:30 +08:00
RockYang 1d3acc8ed3 feat: chat chrawing function is refactored 2023-09-13 06:57:25 +08:00
RockYang f943669e18 use absolute path for all routes 2023-09-07 10:27:18 +08:00
RockYang 20a12462b1 fix: replace session handler with jwt authorization 2023-09-05 11:47:03 +08:00
RockYang 329e3eee21 opt:Optimize the algorithm to check whether Midjourney images can continue to variation 2023-08-17 14:20:16 +08:00
RockYang 827acdd3f9 feat: midjourney image upscale function is ready 2023-08-15 15:28:40 +08:00
RockYang 373370fde5 feat: add midjourney message receive handler 2023-08-14 07:09:52 +08:00
RockYang 2165ba3406 feat: add midjouney api implements, optimize function calls 2023-08-11 18:46:56 +08:00
RockYang b0e02b43fc feat: remove wechat bot, replace with api callback for receive wechat payment transactions 2023-08-10 17:24:23 +08:00
RockYang bed184dc1f feat: update system config cache for AppServer when updating system config in admin console 2023-07-31 08:13:20 +08:00
RockYang 29094ba3b3 add system config cache for AppServer object 2023-07-31 06:56:28 +08:00
RockYang 4faee3e48e fix: deauthorize some apis 2023-07-27 10:53:14 +08:00
RockYang 1a6afcd266 fix: fix bug for mobile verify code function not available in register page 2023-07-27 10:29:59 +08:00
RockYang accf8eeb77 feat: plugin function is ready 2023-07-15 21:52:30 +08:00
RockYang 9126cfff20 refactor: 更改 OpenAI 请求 Body 数据结构,兼容函数调用请求 2023-07-15 18:00:40 +08:00
RockYang d1d13a72e4 feat: 完成每日早报函数开发 2023-07-10 18:59:53 +08:00
RockYang 00c520d066 fix: fixed conflicts 2023-07-10 10:11:17 +08:00