JimMoen
|
639006e302
|
fix(prometheus): disable auth for prometheus endpoint on mgmt listener
|
2022-11-07 00:44:37 +08:00 |
Zaiming (Stone) Shi
|
2c8874cfe0
|
Merge branch 'release-v43' into EMQX-7665-cannot-clear-alarms
|
2022-11-04 16:12:56 +01:00 |
Stefan Strigler
|
835d3a33ef
|
fix(emqx_mgmt): call emqx_alarm:delete_all_deactivated_alarms for remote nodes
Old call was calling a non-existant function on current module, instead we make
call directly into `emqx_alarm` on remote node.
|
2022-11-03 14:02:55 +01:00 |
zhongwencool
|
e4473d34c0
|
feat: bootstrap app/secret from management.bootstrap_apps_file
|
2022-10-31 19:57:04 +08:00 |
Shawn
|
fa333157eb
|
fix: list exported json files failed with utf8 filenames
|
2022-10-26 11:46:45 +08:00 |
Thales Macedo Garitezi
|
c0b5b887c3
|
fix(mgmt_api): return 503 when emqx is not running in `/status`
|
2022-10-24 14:22:28 -03:00 |
Zaiming (Stone) Shi
|
bfb53b7f24
|
chore: bump app versions after merged tag v4.3.20
|
2022-09-16 12:56:51 +02:00 |
Zaiming (Stone) Shi
|
3c852098d7
|
Merge tag 'v4.3.20' into main-v4.3
|
2022-09-16 12:54:00 +02:00 |
zhongwencool
|
e4c2715842
|
fix: add ip to dashboard listener_on
|
2022-09-16 15:36:17 +08:00 |
Thales Macedo Garitezi
|
d72ca84af0
|
chore: fix ignored dialyzer warnings (part 1) (4.3)
|
2022-09-12 10:56:35 -03:00 |
Zaiming (Stone) Shi
|
6f28e0eb83
|
chore: update appup files
|
2022-08-31 08:07:42 +02:00 |
Thales Macedo Garitezi
|
977ac04d24
|
chore: fix dialyzer errors
|
2022-08-26 16:09:39 -03:00 |
zhongwencool
|
a583c221f0
|
fix: list_listener crash with invaild json
|
2022-08-17 23:12:51 +08:00 |
zhongwencool
|
43e1087e13
|
test: add auth_mnesia count test
|
2022-08-05 11:34:04 +08:00 |
zhongwencool
|
1d9ee25c92
|
fix: support custom count function
|
2022-08-05 10:33:57 +08:00 |
zhongwencool
|
91a7022e83
|
fix: duplicate rule when query by page
|
2022-07-26 11:13:29 +08:00 |
zhongwencool
|
5a9638b09b
|
fix: get subscriptions crash when subid is undefined
|
2022-07-06 17:12:11 +08:00 |
JianBo He
|
ad7c2456e6
|
Merge pull request #8386 from HJianBo/port-new-4316
Fix fail to join old version cluster crash
|
2022-07-05 09:38:27 +08:00 |
Thales Macedo Garitezi
|
1a6cf38c00
|
fix: fix list difference precedence
```erlang
1> [a, b, c] ++ [d] -- [a].
[a,b,c,d]
2> ([a, b, c] ++ [d]) -- [a].
[b,c,d]
```
|
2022-07-04 16:38:49 -03:00 |
JianBo He
|
c1b3cc756c
|
chore: bump mgmt/dashboard vsn
|
2022-07-04 13:57:00 +08:00 |
Thales Macedo Garitezi
|
fcb2d3dc51
|
fix(mgmt): use correct arity fn
|
2022-07-01 15:54:02 -03:00 |
JianBo He
|
e3bf11fe39
|
chore: stop http listener to load latest http hanlders
|
2022-06-29 20:52:11 +08:00 |
Zaiming (Stone) Shi
|
c4f1c83003
|
chore: return system total and used memory in node_info
|
2022-06-26 21:16:55 +02:00 |
DDDHuang
|
6cf583a301
|
fix(kafka): data backup, support old strategy style
|
2022-06-22 11:03:34 +08:00 |
Zaiming (Stone) Shi
|
38b7e5fa11
|
chore: bump app vsn for emqx_dashboard
|
2022-06-13 15:00:03 +02:00 |
Shawn
|
d9252dc672
|
fix(schema): init resources before restoring schema registry
|
2022-05-24 14:37:44 +08:00 |
JianBo He
|
8fe933e885
|
fix: ensure auth_mnesia started first
|
2022-05-24 14:37:44 +08:00 |
JianBo He
|
c93626e97f
|
chore: update changes and appup.src for emqx_management
|
2022-05-23 18:05:41 +08:00 |
zhongwencool
|
3df5c15819
|
feat: client apisupport mqueue_len/mqueue_dropped filter
|
2022-05-18 23:05:02 +08:00 |
zhongwencool
|
73faf08059
|
feat: mnesia auth/acl support multiple condition queries
|
2022-05-17 11:19:29 +08:00 |
Zaiming (Stone) Shi
|
0dd48e30b6
|
fix(emqx_mgmt_auth): randomise all bytes in app secret
prior to this change, app secrets are uuids which is not
completely random.
|
2022-04-25 11:34:46 +02:00 |
zhongwencool
|
4789f1f97b
|
chore: bump management to 4.3.13
|
2022-04-24 17:37:37 +08:00 |
zhongwencool
|
9d4d918e2c
|
Merge branch 'main-v4.3' into fix-sub-search
|
2022-04-24 17:18:01 +08:00 |
zhongwencool
|
29e453383a
|
chore: update changelog
|
2022-04-24 16:48:12 +08:00 |
zhongwencool
|
10bca7f6b5
|
fix: topic filter with qos/clientid/share
|
2022-04-22 14:42:12 +08:00 |
DDDHuang
|
b28c751856
|
fix: backup data filename, uri decode
|
2022-04-15 17:12:04 +08:00 |
JimMoen
|
6168745f90
|
chore: update copyright
|
2022-04-14 11:23:25 +08:00 |
zhongwencool
|
99dfd8504c
|
fix: bad authorization format crash with 500
|
2022-03-23 15:34:23 +08:00 |
zhongwencool
|
2be97a24dd
|
fix: subscribe api crash with bad qos.
|
2022-03-21 09:19:28 +08:00 |
zhongwencool
|
8cf97a93af
|
fix: urldecode appid and username.
|
2022-03-16 16:33:03 +08:00 |
zhongwencool
|
bfadcebb9c
|
chore: remind the user to delete bad appid/username.
|
2022-03-16 15:23:10 +08:00 |
zhongwencool
|
b44512cdab
|
fix: Add string legitimacy check.
|
2022-03-16 10:31:41 +08:00 |
JianBo He
|
a2d8405f99
|
chore: update appup.src
|
2022-02-22 10:30:52 +08:00 |
JianBo He
|
b802bcb6fc
|
refactor(exproto): pre-register the anonymous client
|
2022-02-22 10:23:16 +08:00 |
Ilya Averyanov
|
557c52dd8a
|
chore(codestyle): remove Elvis
|
2022-02-18 20:35:19 +03:00 |
Zaiming (Stone) Shi
|
91180595d0
|
refactor(cli): simplify ACL cache CLI logging
|
2022-02-14 14:52:34 +01:00 |
Zaiming (Stone) Shi
|
f6ca64c76d
|
feat: add pem cache CLI
|
2022-02-14 14:52:34 +01:00 |
JianBo He
|
680339ff14
|
Merge pull request #6840 from zhongwencool/auth-default-user-warnring
fix(auth_mnesia): don't force update default user.
|
2022-01-24 15:24:13 +08:00 |
zhongwencool
|
efa3e32ee5
|
fix(auth_mnesia): don't force update default user.
|
2022-01-24 13:58:37 +08:00 |
JimMoen
|
287b48d49a
|
chore(app_vsn): revert management app.src repetitive increased
|
2022-01-24 11:38:25 +08:00 |