mokaddem
4f52a80341
chg: [users] Added help text if punchcard is empty and updated README
2019-05-02 09:47:06 +02:00
Sascha Rommelfangen
e7f05d00ab
back to localhost binding
2019-03-04 15:48:58 +01:00
mokaddem
8a90dffb65
fix: [dispatcher] EventTags were not processed correctly
2019-02-26 14:14:56 +01:00
Sami Mokaddem
1e91b9b59c
Updated README
...
Added notice about start_all.sh
2019-02-14 11:23:09 +01:00
Steve Clement
fc53fbd8cb
fix: [deps] Fixed a dependency issue as per https://github.com/MISP/misp-dashboard/issues/76
...
new: [deps] Added requirements.txt for easier dependency management
new: [GI] Added gitignore for cleaner dev environment
2018-11-21 12:33:04 +09:00
Sami Mokaddem
057a0294df
Updated WSGI port number
2018-11-05 16:37:25 +01:00
mokaddem
a211f2822e
chg: [doc] update doc
2018-10-31 15:56:11 +01:00
mokaddem
9905a82a79
chg: [README] updated README with the new clean script
2018-10-31 15:45:19 +01:00
mokaddem
00043d6763
Merge branch 'master' of https://github.com/MISP/misp-dashboard
2018-10-31 15:35:46 +01:00
mokaddem
8bd0157c30
new: added cleaning script
2018-10-31 15:35:29 +01:00
Christophe Vandeplas
8e39f26d71
info on emptying redis database
2018-10-31 13:00:43 +01:00
Alexandre Dulaunoy
ce2661053b
Merge pull request #68 from hellekin/patch-1
...
Fix link to project
2018-10-01 22:52:41 +02:00
I WON'T BE HERE WHEN M$ COMES
e2fbeb8de2
Fix link to project
...
The project link misses the TLD. Was this .eu or .org? :)
2018-10-01 21:58:10 +02:00
Alexandre Dulaunoy
b5271a7442
chg: [doc] reorder README and add a small introduction
2018-10-01 16:04:02 +02:00
Sami Mokaddem
9f1ffe97ca
Merge branch 'master' of https://github.com/MISP/misp-dashboard
2018-10-01 13:31:25 +02:00
Sami Mokaddem
b76a9cd082
fix: [userLogin] Do not consider all login as login from the SYSTEM
...
ADMIN anymore
Due to the change in the misp-zmq, `misp_json_user` only contain the
information that a user has logged in, the user always being the same.
The code now records user logins from the audit channel `misp_json_audit`.
2018-10-01 13:28:27 +02:00
Sami Mokaddem
d92884c13a
chg: [geo-query] Added feedback about the loading state (querying/drawing/finish)
2018-10-01 12:19:26 +02:00
Alexandre Dulaunoy
bc31387a2e
chg: [startup] default configuration of redis updated - fix #43
2018-10-01 09:06:24 +02:00
Sami Mokaddem
52219856b9
fix: Added missing configuration fields in the sample file
2018-10-01 08:32:58 +02:00
Sami Mokaddem
a2a3bd65b6
fix: Added missing file
2018-09-29 21:57:29 +02:00
Sami Mokaddem
bb2ea839f3
new: [live] support of few historical data to prefill the live dashboard + some bug fixes
2018-09-27 09:38:39 +02:00
Sami Mokaddem
dc8a944b23
Improve trophy ranking algorithm, improved ui, added trophy leaderboard per category
2018-09-25 14:48:13 +02:00
Sami Mokaddem
f22a9db067
fix: [contrib] improvement on the handling of lots of contributions at the same time
2018-09-24 12:23:04 +02:00
Sami Mokaddem
cf70fef0ac
Merge branch 'master' of https://github.com/MISP/misp-dashboard
2018-09-24 10:30:50 +02:00
Sami Mokaddem
a3465cd430
fix: [contrib] added missing empty svg ranking icon
2018-09-24 10:30:32 +02:00
Sami Mokaddem
f92dd11f7f
chg+fix: [trending/flask] applied algorithm strategy for other stats + FIXED eventsource caching bug:
...
Data was cached and delivered all at once when reconnecting to the source
2018-09-24 10:26:15 +02:00
AIL
a7065c1171
new: [trending] Better algorithm to detect trending item
2018-09-24 09:21:02 +02:00
AIL
13b3ac456f
fix deps
2018-09-24 09:16:41 +02:00
Steve Clement
7816abd097
Merge pull request #65 from SteveClement/master
...
chg: [script] comment set -x for less debug
2018-07-13 17:01:56 +02:00
Steve Clement
e4951a199f
chg: [script] comment set -x for less debug
2018-07-13 15:37:10 +02:00
Alexandre Dulaunoy
844b45b373
fix: unused replaced removed
2018-07-05 17:02:46 +02:00
Sami Mokaddem
0b7dad4d20
Merge pull request #61 from mokaddem/fix_60
...
Fix invalid coordinate
2018-05-09 13:34:32 +02:00
Sami Mokaddem
c4c2555739
fix: reverse matching condition
2018-05-09 13:31:49 +02:00
Sami Mokaddem
069a6d13b3
fix: joinning list of int toghether
...
The String's join function expects a list of string, sometimes this list
can be a list of int.
2018-05-09 13:12:14 +02:00
Sami Mokaddem
55649570bd
fix: use float instead of int
2018-05-09 13:04:42 +02:00
Sami Mokaddem
eafc61e058
fix: solve comparing int and string
2018-05-09 12:59:03 +02:00
Sami Mokaddem
f2c91c14e6
fix: typo
2018-05-09 11:57:31 +02:00
Sami Mokaddem
2ff3eabc47
fix: [GeoHelper] fix invalid coordinate
...
In some cases, the coordinate given to redis may not match EPSG:900913 /
EPSG:3785 / OSGEO:41001, throwing an error. This fix adds a check and
skip the addition if it occurs
2018-05-09 11:25:50 +02:00
Steve Clement
8ea5d01260
Merge pull request #56 from SteveClement/master
...
Fixed pathing for config.cfg and ranking.cfg
2018-04-06 23:47:19 +02:00
Steve Clement
834a1b18d8
- Fixed maxMindDb path in config.cfg creation"
2018-04-06 07:52:34 +02:00
Steve Clement
90543b716a
- Added some checks if "stuff" is running
...
-- ⚠️ This works but is not 100% reliable ⚠️
2018-04-06 07:27:38 +02:00
Steve Clement
c71834ef30
- Added cake…
2018-04-05 16:25:10 +02:00
Steve Clement
8f50423f89
- Added Licensing notes to 3/4/5.svg
2018-04-05 16:07:27 +02:00
Steve Clement
ba7f7dec27
Merge remote-tracking branch 'upstream/master'
2018-04-05 15:58:14 +02:00
Steve Clement
7f1699553b
- Added missing HonorableIcons assets
2018-04-05 15:54:23 +02:00
Steve Clement
4f5fe8d9bd
- some formatting updates
2018-04-05 09:49:12 +02:00
Steve Clement
dba2c4cfed
- Gave up on screen, it is just not doable with my current skill-set…
...
- removed obsolete redis-server from source detection (redis is at a usuable version in latest ubuntu)
2018-04-02 15:20:52 +09:00
Steve Clement
1f23524dbc
- Small typo and remove absolute pathing due to "cd" in the beginning (not ideal but now good enough)
2018-04-02 14:42:06 +09:00
Steve Clement
03f2da36eb
- After some buggering about, I think this will now finally work
...
- bash -c wants to have positional parmeters, anything else is wrong,
man bash: If the -c option is present, then commands are read from string. If there are arguments after the string, they are assigned to the positional parameters, starting with $0.
2018-04-02 14:13:46 +09:00
Steve Clement
0426b07a58
- Remove set -e, which prevents execution as soon as a process returns an exit code != 0
2018-04-02 13:37:57 +09:00