Commit Graph

107 Commits (0908e9e3d9335907b876058c78dbaf91f88f6fec)

Author SHA1 Message Date
oneRain 0908e9e3d9 chore: storage unit test 2021-04-29 15:58:22 +08:00
oneRain c6f4f1d7b2 release: 0.7.5 2021-04-21 15:06:42 +08:00
oneRain 2b79e9325d
Merge pull request #120 from onerain88/api-doc
API Doc
2021-04-21 15:03:41 +08:00
oneRain e091f840b2 test: file acl. 2021-04-21 11:06:28 +08:00
oneRain 28e6890e94 test 2021-04-19 17:11:41 +08:00
oneRain 6d0966a8d1 release: 0.7.4 2021-04-14 16:09:56 +08:00
oneRain 71e6699d0a refactor 2021-04-09 14:24:04 +08:00
oneRain 9d395cdcc1 release: 0.7.3 2021-04-08 14:21:41 +08:00
oneRain 42c2e6c7e2 chore: test 2021-04-07 18:08:17 +08:00
oneRain 5d44a8620e release: 0.7.2 2021-04-01 11:20:01 +08:00
oneRain 7592688aae chore: adaption 2021-03-29 14:56:00 +08:00
oneRain c84f839999 release: 0.7.1 2021-03-25 11:52:38 +08:00
oneRain 59284682a0 release: 0.7.0 2021-03-25 11:01:07 +08:00
oneRain 42729fdddf feat: support LCCloud.Run<T> 2021-03-24 16:24:41 +08:00
oneRain 4f0d7e9e9f chore: LCEngineRequestContext insteads of Request. 2021-03-24 16:01:34 +08:00
oneRain 33f267a40e chore 2021-03-19 14:33:43 +08:00
oneRain bf5cf88a96 release: 0.6.4 2021-02-18 11:33:27 +08:00
oneRain c0b41019ea release: 0.6.3 2021-02-02 15:19:37 +08:00
oneRain 31c16cc7e2 fix: update memory auth data. 2021-02-01 16:57:45 +08:00
oneRain 8da5e74cbf release: 0.6.2 2021-01-20 15:51:17 +08:00
oneRain 5f9c191814 release: 0.6.1 2021-01-20 15:25:28 +08:00
oneRain 6c88e72078 release: 0.6.0 2021-01-14 15:35:50 +08:00
oneRain 164b59d95d chore: simplify request. 2021-01-14 15:14:31 +08:00
oneRain 940f6a70ab chore 2021-01-14 14:36:02 +08:00
oneRain aec1551cb7 feat: status 2021-01-13 17:55:17 +08:00
oneRain cf87916b8c feat: friend test 2021-01-13 16:30:30 +08:00
oneRain b1d1a3c77c feat: 支持修改手机号验证功能 2020-07-14 11:51:30 +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 86cf1eada2 chore: 将 LCException 提到 LeanCloud 命名空间下,并增加 ToString() 2020-05-21 10:41:58 +08:00
oneRain 6770a58e01 chore: 工程版本号 2020-05-18 10:36:38 +08:00
oneRain 933d4dd036 chore: 支持排行榜 2020-05-07 15:49:49 +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 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 8b6838be8f chore: 整理工程目录 2020-04-30 15:36:06 +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
oneRain 4df8179e5a * FileTest.cs: chore: 完善文件相关功能和测试
* LCFile.cs:
* LCAWSUploader.cs:
* LCMimeTypeMap.cs:
* LCQiniuUploader.cs:
* InstallationIdController.cs:
2020-03-02 17:13:02 +08:00
oneRain 30c0fc2243 * OperationTest.cs: chore: 完善 operation 功能和测试
* LCObject.cs:
* LCAddOperation.cs:
* LCDeleteOperation.cs:
* LCNumberOperation.cs:
* LCRemoveOperation.cs:
* LCAddUniqueOperation.cs:
* LCDecrementOperation.cs:
2020-02-27 17:06:21 +08:00
oneRain 774745cfae * GeoTest.cs: chore: 完善 Geo 功能及测试
* LCGeoPoint.cs:
2020-02-27 15:38:23 +08:00
oneRain 2e026c2b76 chore: 异常测试 2020-02-27 15:30:14 +08:00
oneRain f8798b67e8 * ACLTest.cs: chore: 完善 ACL 功能和测试
* LCACL.cs:
* JsonTest.cs:
* JustTest.cs:
* HelloTest.cs:
2020-02-27 12:42:17 +08:00
oneRain 83ad15a8ec * RelationTest.cs: chore: 完善 Relation 和 Role 的功能和测试
* LCRole.cs:
* LCObject.cs:
* LCRelation.cs:
* RoleTest.cs:
* LCDecoder.cs:
* LCEncoder.cs:
* LCAddRelationOperation.cs:
* LCRemoveRelationOperation.cs:
2020-02-27 12:31:48 +08:00