FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for APIJSON-Java-Server/APIJSONLibrary - dustturtle/APIJSON · GitHub
dustturtle
/
APIJSON
Public
forked from
APIJSON/APIJSON
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
APIJSON
APIJSON-Java-Server
APIJSONLibrary
on
master
User selector
Datepicker
Commit history
Commits on Jun 18, 2018
Server:解决远程函数 fun-():function(...) 在非 Table:{} 对象内会在 onChildParse 后解析,导致 key@:"fun" 始终得不到值
TommyLemon
committed
705fd94
View commit details
Copy full SHA for 705fd94
View code at this point
Browse repository at this point
Server:远程函数key():function(...)新增优先级key-() > key() > key+(),优化Function执行后的报错
TommyLemon
committed
8e4d2db
View commit details
Copy full SHA for 8e4d2db
View code at this point
Browse repository at this point
Commits on Jun 15, 2018
Server:AbstractSQLExecutor封装字段和表的代码分别抽象为onPutColumn和onPutTable
TommyLemon
committed
af8e007
View commit details
Copy full SHA for af8e007
View code at this point
Browse repository at this point
Commits on Jun 14, 2018
Server:GETS和HEADS请求也不允许传@combine,避免可能绕过Request表里的规则校验
TommyLemon
committed
4dc97ed
View commit details
Copy full SHA for 4dc97ed
View code at this point
Browse repository at this point
Server:解决 @combine:"userId,..." 或 @combine:"userId{},..." 绕过权限校验,优化报错信息
TommyLemon
committed
fe52024
View commit details
Copy full SHA for fe52024
View code at this point
Browse repository at this point
Commits on Jun 12, 2018
Server:优化AbstractParser.onArrayParse缓存取值后数组的性能,远程函数返回的数组不可能在这里用response返回
TommyLemon
committed
618acfe
View commit details
Copy full SHA for 618acfe
View code at this point
Browse repository at this point
Server:完善远程函数中取值类型错误的异常处理
TommyLemon
committed
2784973
View commit details
Copy full SHA for 2784973
View code at this point
Browse repository at this point
Commits on Jun 10, 2018
Server:优化远程函数调用报错
TommyLemon
committed
9a4e4ed
View commit details
Copy full SHA for 9a4e4ed
View code at this point
Browse repository at this point
Server:优化远程函数,传入request作为第一个参数可最大化灵活实现不同类型的取值,且不用再传参数类型
TommyLemon
committed
ee93bfc
View commit details
Copy full SHA for ee93bfc
View code at this point
Browse repository at this point
Server:删除@about,查看表和字段属性文档可用APIJSONAuto接口管理工具(查Table和Column字段),图形化界面更方便
TommyLemon
committed
df9692c
View commit details
Copy full SHA for df9692c
View code at this point
Browse repository at this point
Server:TYPE:{ key:type }校验新增JSON类型,但应用场景太窄已注释
TommyLemon
committed
621d261
View commit details
Copy full SHA for 621d261
View code at this point
Browse repository at this point
Server:Structure新增TYPE:{ key:type }校验值类型
TommyLemon
committed
898e428
View commit details
Copy full SHA for 898e428
View code at this point
Browse repository at this point
Commits on Jun 9, 2018
Server:AbstractSQLConfig.putWhere优化性能
TommyLemon
committed
3f04c57
View commit details
Copy full SHA for 3f04c57
View code at this point
Browse repository at this point
Server:AbstractConfig.putWhere优化条件顺序
TommyLemon
committed
4a2a159
View commit details
Copy full SHA for 4a2a159
View code at this point
Browse repository at this point
Server:新增 @ combine:"key0,&key1,|key2,!key3,..." 支持与或非条件组合;删除 @ condition;解决put/balance接口在未登录时返回错误不是未登录;
TommyLemon
committed
3405b13
View commit details
Copy full SHA for 3405b13
View code at this point
Browse repository at this point
Server:AbstractParser.onArrayParse支持缓存远程函数返回的数组,并减少无效的[{}]和[[]]缓存
TommyLemon
committed
b541d5c
View commit details
Copy full SHA for b541d5c
View code at this point
Browse repository at this point
Commits on Jun 7, 2018
Server:解决数组内无意义的嵌套浪费性能:key[]:{} 内第一个 key:{} 必须是主表对象 TableKey:{} , 且所有 key:{} 都只能是 表对象 TableKey:{} 或 数组对象 key[]:{}
TommyLemon
committed
96344fa
View commit details
Copy full SHA for 96344fa
View code at this point
Browse repository at this point
Server:引用赋值支持requestObject内提取字段后生成的数组
TommyLemon
committed
d5995fb
View commit details
Copy full SHA for d5995fb
View code at this point
Browse repository at this point
Server:当引用赋值引用requestObject里的对象{}时直接判断为无值;优化log
TommyLemon
committed
6a5e1ed
View commit details
Copy full SHA for 6a5e1ed
View code at this point
Browse repository at this point
Server:解决引用赋值在引用requestObject内的值时,当类型为JSONObject时会忽略对应的条件
TommyLemon
committed
fc217f0
View commit details
Copy full SHA for fc217f0
View code at this point
Browse repository at this point
Commits on Jun 4, 2018
Server:解决MySQL CHAR类型字段转JSON报错
TommyLemon
committed
627bdc6
View commit details
Copy full SHA for 627bdc6
View code at this point
Browse repository at this point
Commits on Jun 2, 2018
Server:放宽Document的修改权限,解决APIJSONAuto不能更新测试标准;优化headVerify的代码,方便调试
TommyLemon
committed
749a8e1
View commit details
Copy full SHA for 749a8e1
View code at this point
Browse repository at this point
Commits on May 20, 2018
Server:预编译模式下支持 key{}:"conditions" 实现部分简单的数学表达式
TommyLemon
committed
2f4574e
View commit details
Copy full SHA for 2f4574e
View code at this point
Browse repository at this point
Commits on May 13, 2018
Server:解决head请求在@column校验未加isPrepared条件,以及有多个字段时出现的兼容问题
TommyLemon
committed
f5c3177
View commit details
Copy full SHA for f5c3177
View code at this point
Browse repository at this point
Server防SQL注入:校验@schema
TommyLemon
committed
db0a2d0
View commit details
Copy full SHA for db0a2d0
View code at this point
Browse repository at this point
Server防SQL注入:防post接口注入
TommyLemon
committed
1b418e9
View commit details
Copy full SHA for 1b418e9
View code at this point
Browse repository at this point
Server防SQL注入:防put接口注入
TommyLemon
committed
26042e2
View commit details
Copy full SHA for 26042e2
View code at this point
Browse repository at this point
Server防SQL注入:校验@order
TommyLemon
committed
c419bd6
View commit details
Copy full SHA for c419bd6
View code at this point
Browse repository at this point
Server:优化错误信息
TommyLemon
committed
eadad0e
View commit details
Copy full SHA for eadad0e
View code at this point
Browse repository at this point
Server防SQL注入:校验@column和@group
TommyLemon
committed
c555a3e
View commit details
Copy full SHA for c555a3e
View code at this point
Browse repository at this point
Commits on May 12, 2018
Server防SQL注入:编译模式下禁用key{}:"conditions"和@having:"conditions"
TommyLemon
committed
75227ad
View commit details
Copy full SHA for 75227ad
View code at this point
Browse repository at this point
Server防SQL注入:createStatement改为prepareStatement
TommyLemon
committed
c6fbf36
View commit details
Copy full SHA for c6fbf36
View code at this point
Browse repository at this point
Commits on May 5, 2018
Server:优化SQLConfig的注释
TommyLemon
committed
5366aa8
View commit details
Copy full SHA for 5366aa8
View code at this point
Browse repository at this point
Server:解决NOT JSON_CONTAINS(NULL, ...)无结果并优化性能
TommyLemon
committed
265480b
View commit details
Copy full SHA for 265480b
View code at this point
Browse repository at this point
key<>改用JSON_CONTAINS实现
TommyLemon
committed
9ad7cf7
View commit details
Copy full SHA for 9ad7cf7
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL