Commit Graph

150 Commits (e5f107fbced1a2b4ecfa1cd0ebce3ebdfc1edfd2)

Author SHA1 Message Date
oneRain 08ed1c240c chore: 支持切换云引擎环境 2020-06-29 11:28:21 +08:00
oneRain 54fcb1bf93 release 2020-06-28 15:02:09 +08:00
oneRain 344db9f59d release 2020-05-28 16:28:29 +08:00
oneRain 4f7d3f8c30 chore: 云函数 API doc 2020-05-28 11:18:52 +08:00
oneRain 973d58959a chore: 序列化云函数的参数 2020-05-28 11:15:50 +08:00
oneRain ba79cd677f chore 2020-05-27 15:38:00 +08:00
oneRain 4647128888 * ACLTest.cs:
* LCDecoder.cs:
* LCEncoder.cs:
* LCObjectData.cs:

* LCACL.cs: chore: 调整 ACL 逻辑;支持 ACL 反序列化
2020-05-27 15:29:55 +08:00
oneRain 66e07a2041 chore: 避免强转空指针 2020-05-27 14:33:55 +08:00
oneRain 8fd9a9f377 chore: 修复 LCObject ToString() bug 2020-05-27 12:43:06 +08:00
oneRain 2723b6213b fix: 修复 createdAt, updatedAt 时间格式问题 2020-05-26 12:14:34 +08:00
oneRain 86cf1eada2 chore: 将 LCException 提到 LeanCloud 命名空间下,并增加 ToString() 2020-05-21 10:41:58 +08:00
oneRain afa8dbff7b release 2020-05-20 14:38:10 +08:00
oneRain 6770a58e01 chore: 工程版本号 2020-05-18 10:36:38 +08:00
oneRain 77e4960f98 release 2020-05-18 10:34:09 +08:00
oneRain 080aa1c049 doc: api 2020-05-14 10:17:15 +08:00
oneRain f2dadd55f8 release 2020-05-13 18:02:52 +08:00
oneRain ecd95f3c99 release 2020-05-13 17:50:15 +08:00
oneRain ff8f12ddc0 chore 2020-05-13 16:25:01 +08:00
oneRain 6ef31f1188 chore 2020-05-13 16:11:46 +08:00
oneRain fb5c0754b2 chore: 调整 LCQuery 与 LCQuery<T> 的关系 2020-05-13 15:54:50 +08:00
oneRain 8de256993a chore: 调整访问权限 2020-05-13 14:14:23 +08:00
oneRain 8a779af880 * LCJsonConverter.cs:
* Common-Unity.csproj: chore
2020-05-13 14:13:08 +08:00
oneRain 933d4dd036 chore: 支持排行榜 2020-05-07 15:49:49 +08:00
oneRain 7d87b51aa4 chore 2020-05-07 15:47:41 +08:00
oneRain 1171f4b0de chore: 支持 master key 2020-05-07 15:25:12 +08:00
oneRain a4eb9dfa0c chore 2020-05-07 10:56:45 +08:00
oneRain e801478fad * RoleTest.cs:
* QueryTest.cs:
* RelationTest.cs:
* SubClassTest.cs:
* LCIMConversationQuery.cs:
* LCCompositionalCondition.cs:

* LCQuery.cs: chore: 支持更丰富的查询
2020-05-06 16:02:26 +08:00
oneRain 8a6aff4199 test 2020-05-06 14:14:07 +08:00
oneRain 385a261388 * ObjectTest.cs:
* LCObjectData.cs:

* LCObject.cs: chore: 支持 LCObject 序列化
2020-05-06 14:07:35 +08:00
oneRain 2266887b9a chore: 增加判断匿名用户接口 2020-05-06 12:48:58 +08:00
oneRain 9d3d6092f0 * ObjectTest.cs:
* LCObject.cs: chore: 支持 FetchAll
2020-05-06 12:38:44 +08:00
oneRain 7bd2cd21d3 * LCObject.cs:
* LCAddOperation.cs:
* LCRemoveOperation.cs:

* ObjectTest.cs: chore: 支持操作未赋值字段
2020-05-06 12:06:35 +08:00
oneRain 94f1c9feca * Utils.cs:
* SMSTest.cs:
* LCCaptchaClient.cs:
* CaptchaTest.cs:
* Storage-Unity.csproj:

* LCSMSClient.cs: chore: 支持验证码和短信
2020-05-06 11:32:04 +08:00
oneRain 10fa526e97 release 2020-04-30 15:41:40 +08:00
oneRain 8b6838be8f chore: 整理工程目录 2020-04-30 15:36:06 +08:00
oneRain 38287c9a9c * LCApplication.cs:
* LCHttpClient.cs:

* LCObject.cs: chore: 调整访问权限
2020-04-28 16:59:55 +08:00
oneRain 88f2b64eba * LCLogger.cs:
* LCIMClient.cs:
* LCAppRouter.cs:
* LCRTMRouter.cs:
* LCHeartBeat.cs:
* LCConnection.cs:
* LCWebSocketClient.cs:
* LCIMGoAwayController.cs:
* LCIMConversationController.cs:

* LCHttpClient.cs: chore: 支持 goaway
2020-04-13 17:29:55 +08:00
oneRain 6781d4e94f * LCIMConversation.cs: chore: 完善消息的编解码
* LCObject.cs:
* LCIMClient.cs:
* Program.cs:
* LCIMMessage.cs:
* LCConnection.cs:
* LCIMTextMessage.cs:
* LCIMFileMessage.cs:
* LCIMVideoMessage.cs:
* LCIMTypedMessage.cs:
* LCIMImageMessage.cs:
* LCIMAudioMessage.cs:
* LCApplicationRealtimeExt.cs:
* LCIMBinaryMessage.cs:
* LCHttpClient.cs:
* LCIMLocationMessage.cs:
* LCJsonConverter.cs:
* LCIMConversationQuery.cs:
* LCWebSocketConnection.cs:
2020-03-18 16:21:29 +08:00
oneRain 6b4d28b000 * LCIMConversation.cs: chore: 支持修改成员角色;支持修改消息
* LCIMClient.cs:
* LCApplication.cs:
* LCIMPageResult.cs:
* LCIMMessage.cs:
* Program.cs:
* LCIMOperationFailure.cs:
* LCIMTextMessage.cs:
* LCIMTypedMessage.cs:
* LCIMBinaryMessage.cs:
* LCHttpClient.cs:
* LCIMPartiallySuccessResult.cs:
* LCIMConversationMemberInfo.cs:
2020-03-17 16:17:19 +08:00
oneRain 05e642237e * LCIMConversation.cs: chore: 会话自定义属性
* LCIMClient.cs:
* Conversation.cs:
* LCDecoder.cs:
* LCEncoder.cs:
* LCEqualCondition.cs:
* ILCQueryCondition.cs:
* LCRelatedCondition.cs:
* LCIMConversationQuery.cs:
* LCOperationCondition.cs:
* LCIMTemporaryConversation.cs:
* LCCompositionalCondition.cs:
2020-03-17 11:41:38 +08:00
oneRain 13d1a194bf rename 2020-03-10 16:54:59 +08:00
oneRain dd84065145 rename: LeanCloud -> LCApplication 2020-03-10 16:25:46 +08:00
oneRain 1171880f0d 0.2.3 2020-03-09 12:47:07 +08:00
oneRain 66ade7bbb6 chore: 支持 App Router 2020-03-09 12:31:25 +08:00
oneRain 593ac9776d 0.2.1 2020-03-05 11:29:45 +08:00
oneRain 4135e4ed5c 0.2.0 2020-03-04 16:41:24 +08:00
oneRain 6fb2750b67 chore: 整理工程结构 2020-03-04 14:31:48 +08:00
oneRain 3cae03c4d3 test: 增加用户手动测试部分,包括邮件,验证码等 2020-03-03 15:53:18 +08:00
oneRain da7a92ea12 * UserTest.cs: chore: 整理 Http 模块,跑通所有单元测试
* LCHttpClient.cs:
2020-03-03 15:08:59 +08:00
oneRain 0809a9c558 * LCFile.cs:
* FileTest.cs:
* LCQiniuUploader.cs:
* LCProgressableStreamContent.cs:

* LCAWSUploader.cs: chore: 支持文件保存进度
2020-03-03 11:55:57 +08:00