JianBo He
|
020e04e5cf
|
chore(gw): improve the default confs
|
2021-09-09 17:33:04 +08:00 |
JianBo He
|
0453702ce5
|
refactor(gw): improve http-api return structure
|
2021-09-09 17:33:04 +08:00 |
JianBo He
|
e94e09075c
|
refactor(gw): keep listeners conf tree compliance with core
|
2021-09-09 17:33:04 +08:00 |
zhouzb
|
564896d64a
|
chore(authn): update api spec
|
2021-09-09 17:17:27 +08:00 |
lafirest
|
60914697b2
|
refactor(emqx_lwm2m): refactor lwm2m api use new rest framework
|
2021-09-09 16:37:14 +08:00 |
zhanghongtong
|
718dd80b48
|
fix(auth mnesia api): fix write file error
|
2021-09-09 15:03:17 +08:00 |
zhanghongtong
|
0813a81517
|
fix(auth mnesia api): fix put file type error
|
2021-09-09 15:03:17 +08:00 |
zhanghongtong
|
3be6374f91
|
fix(auth mnesia api): fix get file type error
|
2021-09-09 15:03:17 +08:00 |
zhouzb
|
c6e52b32fb
|
chore(authn): improve code of moving authenticator
|
2021-09-09 09:32:18 +08:00 |
Zaiming (Stone) Shi
|
51f683664a
|
Merge pull request #5692 from zmstone/ensure-no-gpb-in-release
chore(build): ensure no gpb in release
|
2021-09-08 21:32:22 +02:00 |
Zaiming Shi
|
5602cfc223
|
chore(build): ensure no gpb in release
|
2021-09-08 21:04:56 +02:00 |
lafirest
|
9ad9f619c1
|
Merge pull request #5676 from lafirest/feat/coap_api
feat(emqx_coap): add emqx_coap_api
|
2021-09-08 22:23:22 +08:00 |
DDDHuang
|
f87a41a54f
|
fix: api support basic auth (#5687)
|
2021-09-08 19:58:04 +08:00 |
JimMoen
|
b5d1ffa814
|
Merge pull request #5673 from JimMoen/stu-dev
Code refactor during studying.
|
2021-09-08 18:17:05 +08:00 |
DDDHuang
|
e2d9d9bfcb
|
fix: banned api rfc time & login hidden error type (#5681)
|
2021-09-08 17:53:52 +08:00 |
zhouzb
|
7d312a630b
|
chore(authn): provide easy-to-read hints for more errors
|
2021-09-08 16:35:54 +08:00 |
tigercl
|
242214988f
|
Merge pull request #5682 from tigercl/fix/restart-listener
fix(listener): updating authentication no longer causes the listener to restart
|
2021-09-08 13:39:34 +08:00 |
Jim Moen
|
4e5d781d21
|
fix: Words spelling fix.
|
2021-09-08 11:39:56 +08:00 |
Jim Moen
|
bcebe1de24
|
refactor(emqx_cm_sup): Internal functions to create workers.
|
2021-09-08 11:39:56 +08:00 |
zhouzb
|
287d315ed5
|
fix(listener): updating authentication no longer causes the listener to restart
|
2021-09-08 11:24:59 +08:00 |
tigercl
|
f75778b037
|
Merge pull request #5679 from tigercl/chore/authn
chore(authn): update apis for user
|
2021-09-08 11:20:23 +08:00 |
zhouzb
|
29cad91a47
|
fix(authn): fix superuser in mongodb authn
|
2021-09-08 10:58:00 +08:00 |
zhouzb
|
b5ded1ece0
|
chore(authn): add the serialization of more errors
|
2021-09-08 10:46:18 +08:00 |
zhouzb
|
ce851e5b0f
|
chore(authn): miss redis
|
2021-09-08 10:32:54 +08:00 |
zhouzb
|
8531e9ce11
|
chore(authn): rename superuser to is_superuser
|
2021-09-08 09:53:39 +08:00 |
zhouzb
|
be38bcc5cc
|
chore(authn): adapt listener id type
|
2021-09-08 09:46:47 +08:00 |
Jim Moen
|
c54847b6e9
|
refactor(mqtt_frame): Avoid duplicate variable when frame assembling.
|
2021-09-08 09:26:47 +08:00 |
lafirest
|
89f48f89eb
|
feat(emqx_coap): add emqx_coap_api
1. add a request api for emqx_coap
2. fix some emqx_coap logic error
|
2021-09-07 19:20:52 +08:00 |
DDDHuang
|
8b2488e099
|
fix: routes api add params (#5675)
* fix: routes api add topic query params
* fix: routes api add node query params
|
2021-09-07 18:31:40 +08:00 |
zhouzb
|
c68edb3905
|
chore(authn): update apis of user
|
2021-09-07 17:29:05 +08:00 |
lafirest
|
35cc0d972d
|
Merge pull request #5660 from lafirest/fix/emqx_lwm2m
fix(emqx_lwm2m): fix some error and incomplete function
|
2021-09-07 16:15:17 +08:00 |
zhanghongtong
|
1699a8dc63
|
chore(authz): rename authorization_rules.conf to acl.conf
|
2021-09-07 14:42:05 +08:00 |
tigercl
|
bd7a8179b4
|
Merge pull request #5664 from tigercl/refactor/authn
refactor(authn): refactor to support global and listener authentication
|
2021-09-07 11:38:46 +08:00 |
zhouzb
|
627de1d58c
|
fix(test): fix test case
|
2021-09-07 10:29:45 +08:00 |
zhongwencool
|
24aaa5349b
|
chore(cluster-call): more clear function/var name
|
2021-09-07 10:00:19 +08:00 |
lafirest
|
caee51f92a
|
fix(emqx_lwm2m): fix some error and incomplete function
|
2021-09-07 09:59:07 +08:00 |
JianBo He
|
ba9ad47cc1
|
fix(gw-exproto): fix grpc remote call
|
2021-09-07 09:49:33 +08:00 |
William Yang
|
6e7d3d05e4
|
ci: install openssl11 for centos7 amd64 only
|
2021-09-07 09:49:09 +08:00 |
William Yang
|
0dd09b06f1
|
build: dep openssl11 is limited to amd64 centos7
|
2021-09-07 09:49:09 +08:00 |
DDDHuang
|
455baa5465
|
feat: dashboard UI version, beat 11
|
2021-09-07 08:28:36 +08:00 |
zhouzb
|
e998770f2e
|
refactor(authn): refactor to support global and listener authentication
|
2021-09-06 18:46:08 +08:00 |
DDDHuang
|
b1023d9733
|
fix: clients ip address params trans (#5657)
* fix: clients ip address params trans
|
2021-09-06 13:32:29 +08:00 |
DDDHuang
|
f514f0c89b
|
feat: minirest support swagger UI new version (#5658)
|
2021-09-06 11:36:56 +08:00 |
JianBo He
|
c42c1e698a
|
chore(gw): add From param for _channel:handle_call/3
|
2021-09-06 09:16:03 +08:00 |
Zaiming (Stone) Shi
|
7a4fdd7620
|
Merge pull request #5647 from zmstone/feat-generate-config-doc-from-schema
refactor(schema): prepare for hocon schema doc generation
|
2021-09-03 17:54:01 +02:00 |
Zaiming Shi
|
19aff7bfdd
|
fix(authz): schema fields used directly.
|
2021-09-03 14:58:49 +02:00 |
William Yang
|
cdc3ae9faf
|
Merge pull request #5636 from qzhuyan/fix/william/issue-5254-headless-svc-make-dist-port-ready
fix(helm-chart): force headless svc ready while pod is not ready
|
2021-09-03 13:18:27 +02:00 |
DDDHuang
|
f5bfa4cd43
|
fix: deny creating metrics for empty topics (#5650)
* fix: deny null topic create metrics
|
2021-09-03 18:32:23 +08:00 |
Zaiming Shi
|
ec13463f4a
|
refactor(schema): prepare for hocon schema doc generation
|
2021-09-03 11:02:31 +02:00 |
DDDHuang
|
8f6931e5b0
|
feat: update dashboard ui beta10 (#5644)
|
2021-09-03 16:07:44 +08:00 |