FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for APIJSON-Java-Server - amourz/APIJSON · GitHub
amourz
/
APIJSON
Public
forked from
APIJSON/APIJSON
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
on
master
User selector
Datepicker
Commit history
Commits on Aug 12, 2018
Server:@having防 _key 绕过安全检查!例如 strcmp(_password,'123456')=0
TommyLemon
committed
c27c180
View commit details
Copy full SHA for c27c180
View code at this point
Browse repository at this point
Server:预编译模式下支持@having:"function0(arg0,arg1,...)operator0 value0;function1(arg0,arg1,...)operator1 value1..."
TommyLemon
committed
9ff6891
View commit details
Copy full SHA for 9ff6891
View code at this point
Browse repository at this point
Commits on Jul 29, 2018
Server:导出apijson-server2.7.0.jar
TommyLemon
committed
babea7c
View commit details
Copy full SHA for babea7c
View code at this point
Browse repository at this point
Server:给JOIN的ORDER BY和GROUP BY字段加表前缀
TommyLemon
committed
7bcad30
View commit details
Copy full SHA for 7bcad30
View code at this point
Browse repository at this point
Server:AbstractSQLExecutor.onPutColumn新增解析JOIN结果集的优化思路
TommyLemon
committed
9b5b32c
View commit details
Copy full SHA for 9b5b32c
View code at this point
Browse repository at this point
Server:优化Join类的注释
TommyLemon
committed
3198998
View commit details
Copy full SHA for 3198998
View code at this point
Browse repository at this point
Server:完成INNER JOIN,RIGHT JOIN,优化LEFT JOIN
TommyLemon
committed
7ae52ec
View commit details
Copy full SHA for 7ae52ec
View code at this point
Browse repository at this point
Server:join的副表必传@column
TommyLemon
committed
a85e642
View commit details
Copy full SHA for a85e642
View code at this point
Browse repository at this point
Server:优化JOIN相关代码,配置封装到Join类
TommyLemon
committed
67478ee
View commit details
Copy full SHA for 67478ee
View code at this point
Browse repository at this point
Commits on Jul 28, 2018
Server:新增JOIN,初步完成LEFT JOIN
TommyLemon
committed
cfbb978
View commit details
Copy full SHA for cfbb978
View code at this point
Browse repository at this point
Commits on Jul 12, 2018
Server:远程函数新增deleteChildComment来彻底删除评论的子评论及子评论的子评论
TommyLemon
committed
4c4ed82
View commit details
Copy full SHA for 4c4ed82
View code at this point
Browse repository at this point
Server:远程函数支持校验session,新增verifyIdList和verifyURLList
TommyLemon
committed
afe38fd
View commit details
Copy full SHA for afe38fd
View code at this point
Browse repository at this point
Commits on Jun 18, 2018
Server: 打包apijson-server2.6.0.jar; DemoFunction. getIdList兼容JDK 7
TommyLemon
committed
c2fa7d9
View commit details
Copy full SHA for c2fa7d9
View code at this point
Browse repository at this point
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 17, 2018
删除已废弃的APIJSON-Idea工程
TommyLemon
committed
441b2a7
View commit details
Copy full SHA for 441b2a7
View code at this point
Browse repository at this point
Merge pull request #33 from linlwqq/master
Show description for ed7b978
TommyLemon
authored
ed7b978
View commit details
Copy full SHA for ed7b978
View code at this point
Browse repository at this point
提交空的文件,解决因为冲突不能merge pull request
TommyLemon
committed
e205c36
View commit details
Copy full SHA for e205c36
View code at this point
Browse repository at this point
Update Verifier.java
TommyLemon
authored
854a86b
View commit details
Copy full SHA for 854a86b
View code at this point
Browse repository at this point
Update Verifier.java
TommyLemon
authored
e0949bb
View commit details
Copy full SHA for e0949bb
View code at this point
Browse repository at this point
Update SQLConfig.java
TommyLemon
authored
d2d6220
View commit details
Copy full SHA for d2d6220
View code at this point
Browse repository at this point
Update SQLConfig.java
TommyLemon
authored
42aa60f
View commit details
Copy full SHA for 42aa60f
View code at this point
Browse repository at this point
Update application.properties
TommyLemon
authored
ed80ae8
View commit details
Copy full SHA for ed80ae8
View code at this point
Browse repository at this point
Update pom.xml
TommyLemon
authored
8ac577f
View commit details
Copy full SHA for 8ac577f
View code at this point
Browse repository at this point
Commits on Jun 15, 2018
Server:打包apijson-server2.5.7.jar
TommyLemon
committed
421201b
View commit details
Copy full SHA for 421201b
View code at this point
Browse repository at this point
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:解决DemoFunction.isContain在array的值里面的元素类型和value的值的类型不同时return false,导致isContain((List<Long>) [82001,...], (Integer) 82001) == false及类似问题
TommyLemon
committed
f9a7c06
View commit details
Copy full SHA for f9a7c06
View code at this point
Browse repository at this point
Server:重新打包apijson-server2.5.6.jar
TommyLemon
committed
a83acb3
View commit details
Copy full SHA for a83acb3
View code at this point
Browse repository at this point
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:打包apijson-server2.5.6.jar
TommyLemon
committed
fb555e2
View commit details
Copy full SHA for fb555e2
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:打包apijson-server2.5.5
TommyLemon
committed
e0bb587
View commit details
Copy full SHA for e0bb587
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL