Commit Graph

163 Commits (2add0af58d5bc4d435e3640ebc6bf324b9d42f75)

Author SHA1 Message Date
oneRain 4a1937c312 fix: roll back when auth failed. 2021-01-12 14:51:12 +08:00
oneRain 346dcb3ba6 chore: LCQuery#Get(string objectId) 2021-01-07 15:53:51 +08:00
oneRain aec2a9409b chore: UpdateStatistics overwrite defaults to false. 2021-01-05 17:10:49 +08:00
oneRain fb57f15bf9 release: 0.5.0 2020-12-24 11:05:36 +08:00
oneRain a5997ef463 chore 2020-12-21 14:45:40 +08:00
oneRain 6ace14fa0f feat: support compact, withLastMessage 2020-12-16 18:18:25 +08:00
oneRain 0f065126fc chore: rename library name. 2020-12-14 11:07:11 +08:00
oneRain 64f02eca54 fix: duplicated X-LC-Session 2020-12-01 14:21:13 +08:00
oneRain 374e7ef4ae * LCAWSUploader.cs:
* LCQiniuUploader.cs:

* LCFile.cs: chore: 优化文件本地资源加载
2020-09-02 17:15:34 +08:00
oneRain 4501dbb48c chore: 支持文件上传结果回调 API 2020-08-17 13:19:15 +08:00
Jang Rush 1331badc6a docs: api-doc zh -> en 2020-07-28 11:35:14 +08:00
oneRain 5e25fb4fef release 2020-07-14 12:03:50 +08:00
oneRain b1d1a3c77c feat: 支持修改手机号验证功能 2020-07-14 11:51:30 +08:00
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