William Yang
|
2426482ae1
|
ci: install openssl11 as deps.
|
2021-09-02 08:29:02 +02:00 |
Swilder-M
|
4e8ac36348
|
chore(README): modify slack badge
|
2021-09-02 14:24:00 +08:00 |
zhongwencool
|
ee2fccac02
|
fix: don't run mutil cluster-call on one transaction
|
2021-09-02 14:03:46 +08:00 |
Rory Z
|
5669ea4034
|
chore(authz api): fix dialyzer error
|
2021-09-02 11:31:21 +08:00 |
zhanghongtong
|
b8ee977d9d
|
feat(authz api): support read cert file for api
|
2021-09-02 11:31:21 +08:00 |
zhanghongtong
|
07dcd9e705
|
feat(authz api): support file type for sources
|
2021-09-02 11:31:21 +08:00 |
zhanghongtong
|
8252771306
|
feat(authz api): support upload ssl cert file for api
|
2021-09-02 11:31:21 +08:00 |
zhongwencool
|
679edbc29c
|
feat(cluster-call): support confirm success after all mfa apply ok
|
2021-09-02 10:03:03 +08:00 |
William Yang
|
7a98289d4a
|
chore: centos7 add openssl11 dep in rpm spec
|
2021-09-01 13:35:56 +02:00 |
DDDHuang
|
c7bc2e1a8d
|
fix: subscription about api, mqtt5 options param (#5620)
|
2021-09-01 17:42:57 +08:00 |
DDDHuang
|
c4e279bb76
|
fix: support https (#5606)
* fix: support https
|
2021-09-01 16:44:34 +08:00 |
lafirest
|
473a3c0b35
|
Merge pull request #5617 from lafirest/fix/emqx_retainer
fix(emqx_retainer): fix function clause error
|
2021-09-01 16:26:18 +08:00 |
lafirest
|
9d2f6503af
|
fix(emqx_retainer): fix function clause error
|
2021-09-01 15:44:29 +08:00 |
zhongwencool
|
662f7438fa
|
chore: dos2unix format
find . -type f -print0 | xargs -0 dos2unix
|
2021-09-01 15:07:20 +08:00 |
Shawn
|
12b8297745
|
fix(config): emqx_config:fill_defaults/1,2 not working
|
2021-09-01 14:13:19 +08:00 |
zhanghongtong
|
ef1b617624
|
feat(authz api): support '/authorization/settings' api and update swagger schema
Signed-off-by: zhanghongtong <rory-z@outlook.com>
|
2021-09-01 13:34:02 +08:00 |
DDDHuang
|
cfe4e37d50
|
fix: retainer api doc qos enum (#5614)
|
2021-09-01 09:02:47 +08:00 |
lafirest
|
7075f3260e
|
refactor(emqx_lwm2m): port lwm2m into emqx_gateway framework
|
2021-08-31 20:01:47 +08:00 |
DDDHuang
|
560f415964
|
fix: auto sub api doc & null body check (#5613)
* fix: auto sub api doc & null body check
|
2021-08-31 19:27:08 +08:00 |
DDDHuang
|
8d2b72c278
|
fix: alarms api return time (#5612)
|
2021-08-31 19:12:27 +08:00 |
DDDHuang
|
00d469976f
|
fix: subscriptions api share param name (#5610)
|
2021-08-31 19:04:52 +08:00 |
DDDHuang
|
4c468b383a
|
fix: delayed math string (#5609)
* fix: delayed ms
|
2021-08-31 19:04:38 +08:00 |
Shawn
|
7e53469bb8
|
fix(listeners): update the testcases for listeners
|
2021-08-31 19:01:11 +08:00 |
Shawn
|
0af39e88a4
|
feat(listeners): add DELETE APIs for removing the listeners
|
2021-08-31 19:01:11 +08:00 |
Shawn
|
0d1bc6d689
|
feat(listeners): add config handler for listeners
|
2021-08-31 19:01:11 +08:00 |
Shawn
|
e6306bccd8
|
feat(map_lib): add emqx_map_lib:diff_maps/2
|
2021-08-31 19:01:11 +08:00 |
Shawn
|
4da413c453
|
fix(APIs): clarify the error message when update listener failed
|
2021-08-31 19:01:11 +08:00 |
Shawn
|
50ccaec4b0
|
fix(emqx_schema): define bind as a mandatory config of listener
|
2021-08-31 19:01:11 +08:00 |
Shawn
|
7390d2bb36
|
fix(listeners): test case emqx_mgmt_listeners_api_SUITE failed
|
2021-08-31 19:01:11 +08:00 |
Shawn
|
8c36b7879f
|
feat(listeners): APIs for updating the listener
|
2021-08-31 19:01:11 +08:00 |
Shawn
|
05fc6d9e45
|
fix(dialyzer): bad function spec for emqx_map_lib:deep_convert/3
|
2021-08-31 19:01:11 +08:00 |
Shawn
|
ca327b7c55
|
refactor(listener): GET /listeners API returns full config of listeners
|
2021-08-31 19:01:11 +08:00 |
Rory Z
|
c0eaa30064
|
chore(emqx_authz): change api path
|
2021-08-31 17:39:32 +08:00 |
zhanghongtong
|
6b313a60d4
|
refactor: refactor emqx_authz
Signed-off-by: zhanghongtong <rory-z@outlook.com>
|
2021-08-31 17:39:32 +08:00 |
DDDHuang
|
caef8cb381
|
fix: retainer message format time by rfc3339 (#5607)
* fix: retainer message format time by rfc3339
|
2021-08-31 10:24:17 +08:00 |
DDDHuang
|
5b75fdd120
|
fix: some API code format & api doc code format (#5601)
|
2021-08-30 16:41:00 +08:00 |
DDDHuang
|
100e550491
|
fix: topic metrics api path & params (#5599)
|
2021-08-30 14:21:15 +08:00 |
Zaiming Shi
|
77aca28d87
|
fix(emqx_authz): call matches with rules input
|
2021-08-30 09:56:03 +08:00 |
Zaiming Shi
|
84ed368d41
|
refactor(emqx_authz): use module name builder functions
|
2021-08-30 09:56:03 +08:00 |
Zaiming Shi
|
ce1772c2b5
|
fix(emqx_authz): fix typo in authz annotation key
rule -> rules
|
2021-08-30 09:56:03 +08:00 |
Zaiming Shi
|
5165fd6b30
|
refactor(schema): implement new hocon_schema callbacks
|
2021-08-30 09:56:03 +08:00 |
Zaiming Shi
|
9e4c7b5f76
|
chore(config): upgrade to hocon 0.14.0
|
2021-08-30 09:56:03 +08:00 |
zhanghongtong
|
eb495535d2
|
chore(release): update emqx release version
|
2021-08-27 21:19:53 +08:00 |
Turtle
|
f482ff8116
|
fix(dashboard): Update dashboard version to 5.0-beta.9
|
2021-08-27 21:18:29 +08:00 |
Turtle
|
5a0516735f
|
fix(dashboard): Update dashboard version to 5.0-beta.8
|
2021-08-27 20:38:34 +08:00 |
Turtle
|
329cac6623
|
fix(rewrite): del topic rewrite conf
|
2021-08-27 20:38:34 +08:00 |
Turtle
|
8f058a7680
|
fix(rewrite): fix get topic rewrite list fail
|
2021-08-27 20:38:34 +08:00 |
Turtle
|
56f7d64d79
|
fix(dashboard): Update dashboard version to 5.0-beta.7
|
2021-08-27 20:38:34 +08:00 |
Shawn
|
a4717d2209
|
fix(config): move config_reset under tags 'configs'
|
2021-08-27 19:32:44 +08:00 |
Shawn
|
e6ee8ec140
|
refactor(listener): rewrite the code for managing listeners
|
2021-08-27 19:32:44 +08:00 |