mirror of https://github.com/MISP/misp-website
693 lines
32 KiB
Plaintext
693 lines
32 KiB
Plaintext
|
Changelog
|
||
|
=========
|
||
|
|
||
|
|
||
|
v1.1 (2018-10-01)
|
||
|
-----------------
|
||
|
|
||
|
New
|
||
|
~~~
|
||
|
- [live] support of few historical data to prefill the live dashboard +
|
||
|
some bug fixes. [Sami Mokaddem]
|
||
|
- [trending] Better algorithm to detect trending item. [AIL]
|
||
|
|
||
|
Changes
|
||
|
~~~~~~~
|
||
|
- [doc] reorder README and add a small introduction. [Alexandre
|
||
|
Dulaunoy]
|
||
|
- [geo-query] Added feedback about the loading state
|
||
|
(querying/drawing/finish) [Sami Mokaddem]
|
||
|
- [startup] default configuration of redis updated - fix #43. [Alexandre
|
||
|
Dulaunoy]
|
||
|
- [script] comment set -x for less debug. [Steve Clement]
|
||
|
|
||
|
Fix
|
||
|
~~~
|
||
|
- [userLogin] Do not consider all login as login from the SYSTEM ADMIN
|
||
|
anymore. [Sami Mokaddem]
|
||
|
|
||
|
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`.
|
||
|
- Added missing configuration fields in the sample file. [Sami Mokaddem]
|
||
|
- Added missing file. [Sami Mokaddem]
|
||
|
- [contrib] improvement on the handling of lots of contributions at the
|
||
|
same time. [Sami Mokaddem]
|
||
|
- [contrib] added missing empty svg ranking icon. [Sami Mokaddem]
|
||
|
- Unused replaced removed. [Alexandre Dulaunoy]
|
||
|
- Reverse matching condition. [Sami Mokaddem]
|
||
|
- Joinning list of int toghether. [Sami Mokaddem]
|
||
|
|
||
|
The String's join function expects a list of string, sometimes this list
|
||
|
can be a list of int.
|
||
|
- Use float instead of int. [Sami Mokaddem]
|
||
|
- Solve comparing int and string. [Sami Mokaddem]
|
||
|
- Typo. [Sami Mokaddem]
|
||
|
- [GeoHelper] fix invalid coordinate. [Sami Mokaddem]
|
||
|
|
||
|
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
|
||
|
- Message_passing picture better reflect reality. [Sami Mokaddem]
|
||
|
|
||
|
Other
|
||
|
~~~~~
|
||
|
- Merge branch 'master' of https://github.com/MISP/misp-dashboard. [Sami
|
||
|
Mokaddem]
|
||
|
- Improve trophy ranking algorithm, improved ui, added trophy
|
||
|
leaderboard per category. [Sami Mokaddem]
|
||
|
- Merge branch 'master' of https://github.com/MISP/misp-dashboard. [Sami
|
||
|
Mokaddem]
|
||
|
- Merge pull request #65 from SteveClement/master. [Steve Clement]
|
||
|
|
||
|
chg: [script] comment set -x for less debug
|
||
|
- 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. [Sami Mokaddem]
|
||
|
- Fix deps. [AIL]
|
||
|
- Merge pull request #61 from mokaddem/fix_60. [Sami Mokaddem]
|
||
|
|
||
|
Fix invalid coordinate
|
||
|
- Merge pull request #56 from SteveClement/master. [Steve Clement]
|
||
|
|
||
|
Fixed pathing for config.cfg and ranking.cfg
|
||
|
- - Fixed maxMindDb path in config.cfg creation" [Steve Clement]
|
||
|
- - Added some checks if "stuff" is running -- :warning: This works but
|
||
|
is not 100% reliable :warning: [Steve Clement]
|
||
|
- - Added cake… [Steve Clement]
|
||
|
- - Added Licensing notes to 3/4/5.svg. [Steve Clement]
|
||
|
- Merge remote-tracking branch 'upstream/master' [Steve Clement]
|
||
|
- - Added missing HonorableIcons assets. [Steve Clement]
|
||
|
- - some formatting updates. [Steve Clement]
|
||
|
- - 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) [Steve Clement]
|
||
|
- - Small typo and remove absolute pathing due to "cd" in the beginning
|
||
|
(not ideal but now good enough) [Steve Clement]
|
||
|
- - 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. [Steve Clement]
|
||
|
- - Remove set -e, which prevents execution as soon as a process returns
|
||
|
an exit code != 0. [Steve Clement]
|
||
|
- - Go to misp-dashboard home directory - Add a more sane bash way of
|
||
|
checking for netstat results. [Steve Clement]
|
||
|
- - Maybe a fix for a very weird bash behaviour… see:
|
||
|
http://pastebin.lu/ovilikesos.bash. [Steve Clement]
|
||
|
- - Remove DASH_HOME legacy… -- Now more dynamic - Added python venv
|
||
|
check - Removed necessity of activating the the venv. [Steve Clement]
|
||
|
- - Added very flaky check if something is running on port 6250 --
|
||
|
Mostly added this because the VM builder already launches a redis on
|
||
|
port 6250. [Steve Clement]
|
||
|
- - config directory is one up. [Steve Clement]
|
||
|
- - Another typo, closing parenthesis. [Steve Clement]
|
||
|
- - Small typo, one _ missing on each side ;) [Steve Clement]
|
||
|
- - Fixed the brokeness of: - echo export DASH_CONFIG=$(pwd)/config/
|
||
|
>> ./DASHENV/bin/activate -- This is mostly wrong for people not
|
||
|
running misp-dashboard interactively. -- It also assumes people use
|
||
|
DASHEN as their virtualenv name (One more issue along those lines
|
||
|
remain, $DASH_HOME) [Steve Clement]
|
||
|
- - Brain fart, oversaw (read didn't look for) start_all.sh. [Steve
|
||
|
Clement]
|
||
|
- Merge branch 'master' of github.com:MISP/misp-dashboard. [Steve
|
||
|
Clement]
|
||
|
- Merge pull request #54 from SteveClement/master. [Steve Clement]
|
||
|
|
||
|
- Fixed md formatting typo
|
||
|
- - Fixed md formatting typo. [Steve Clement]
|
||
|
- Merge pull request #47 from SteveClement/master. [Steve Clement]
|
||
|
|
||
|
- Made sure GeoLite is a symlink (thus GeoLite updates do not face…
|
||
|
- - Made sure GeoLite is a symlink (thus GeoLite updates do not face
|
||
|
date changes) - Added update gotcha. [Steve Clement]
|
||
|
- - run.sh for tmux integration on-boot. [Steve Clement]
|
||
|
- Merge pull request #45 from SteveClement/master. [Steve Clement]
|
||
|
|
||
|
- Added conditional if config file has changed
|
||
|
- - Added conditional if config file has changed. [Steve Clement]
|
||
|
- Merge pull request #44 from SteveClement/master. [Steve Clement]
|
||
|
|
||
|
- Added missing dependency "unzip"
|
||
|
- - Added missing dependency "unzip" [Steve Clement]
|
||
|
- Merge pull request #42 from P4rs3R/patch-4. [Alexandre Dulaunoy]
|
||
|
|
||
|
Simply Python3
|
||
|
- Simply Python3. [A. Cristallo]
|
||
|
|
||
|
With header /usr/bin/env python3.5 doesn't run with the last python3 (3.6), so imho it's better not specify the subversion (.5, .6 and so on), simply leaving "python3".
|
||
|
|
||
|
Tested with Python 3.6.3 onVM "Linux misp" (Ubuntu kernel 4.13 x64)
|
||
|
- Merge pull request #41 from P4rs3R/patch-3. [Alexandre Dulaunoy]
|
||
|
|
||
|
Port option on redis-server
|
||
|
- Port option on redis-server. [A. Cristallo]
|
||
|
|
||
|
You can specify the port by adding "--port", "-p" doesn't rule. (Checked also on https://redis.io/topics/config)- "-p" is for redis-cli (https://redis.io/topics/rediscli).
|
||
|
- Update config.cfg.default. [Sami Mokaddem]
|
||
|
|
||
|
Being consistent with launch script
|
||
|
- Merge pull request #40 from P4rs3R/patch-2. [Sami Mokaddem]
|
||
|
|
||
|
simply python3
|
||
|
- Simply python3. [A. Cristallo]
|
||
|
|
||
|
With header /usr/bin/env python3.5 doesn't run with the last python3 (3.6), so imho it's better not specify the subversion (.5, .6 and so on), simply leaving "python3".
|
||
|
|
||
|
Tested with Python 3.6.3 onVM "Linux misp" (Ubuntu kernel 4.13 x64)
|
||
|
- Merge pull request #39 from P4rs3R/patch-1. [Sami Mokaddem]
|
||
|
|
||
|
Simply python3
|
||
|
- Simply python3. [A. Cristallo]
|
||
|
|
||
|
With header /usr/bin/env python3.5 doesn't run with the last python3 (3.6), so imho it's better not specify the subversion (.5, .6 and so on), simply leaving "python3".
|
||
|
|
||
|
Tested with Python 3.6.3 onVM "Linux misp" (Ubuntu kernel 4.13 x64)
|
||
|
- Merge pull request #38 from mokaddem/master. [Alexandre Dulaunoy]
|
||
|
- Fix #32: Added black stroke for pie chart so that blank color is
|
||
|
visible. [Sami Mokaddem]
|
||
|
- Merge remote-tracking branch 'upstream/master' [Sami Mokaddem]
|
||
|
- Merge remote-tracking branch 'upstream/master' Resyncing with
|
||
|
upstream. [Sami Mokaddem]
|
||
|
|
||
|
|
||
|
v1.0 (2018-02-23)
|
||
|
-----------------
|
||
|
|
||
|
Fix
|
||
|
~~~
|
||
|
- Attribute 'Tag' in misp_json.Attributes does not contain the field
|
||
|
'Tag' anymore. [Sami Mokaddem]
|
||
|
- Added a return statement in case of exception, preventing the
|
||
|
execution. [Sami Mokaddem]
|
||
|
- A small typo in the wget command. [Alexandre Dulaunoy]
|
||
|
- Z-index problem in ``geolocalisation`` [Sami Mokaddem]
|
||
|
- Z-index problem (issue #27) [Sami Mokaddem]
|
||
|
- Tries to get coordinate from ISO_CODE if 'location' is not in the
|
||
|
geoip.database response. [Sami Mokaddem]
|
||
|
- Remove redundant threads definition. [Steffen Sauler]
|
||
|
- Freeze issue. [Steffen Sauler]
|
||
|
- Deploy header level. [Steffen Sauler]
|
||
|
- Config default port back to 9001. [Steffen Sauler]
|
||
|
- Added correct visjs dependencies. [Sami Mokaddem]
|
||
|
- Correctly set timeline's window bounds on page load. (Plus set the end
|
||
|
to the date+1 to see the whole day). [Sami Mokaddem]
|
||
|
- Was setting time span of elements the day before instead of the real
|
||
|
one. update: set window size of timeline to cover the selected dates.
|
||
|
[Sami Mokaddem]
|
||
|
- Return flag_error value. [Sami Mokaddem]
|
||
|
- Return datetime instead of timestamp (to stay consistent) [Sami
|
||
|
Mokaddem]
|
||
|
- GetDates was omitting dates. [Sami Mokaddem]
|
||
|
- Contribution is correctly taken for the entire time span instead of
|
||
|
just one day if no org is specified. [Sami Mokaddem]
|
||
|
- Now take correct config fields + Removed useless field in config.
|
||
|
[Sami Mokaddem]
|
||
|
- Parsing into float instead of int. [Sami Mokaddem]
|
||
|
- Fixed tons of bugs related to migration of handle_contribution to
|
||
|
controbutor_helper. [Sami Mokaddem]
|
||
|
- Added keyname in configuration. [Sami Mokaddem]
|
||
|
- Redis buffer seems to work. [Sami Mokaddem]
|
||
|
- Correct usage of redis key import. [Sami Mokaddem]
|
||
|
- Added missing config file in the previous commit. [Sami Mokaddem]
|
||
|
- Bug due to variable deletion. [Sami Mokaddem]
|
||
|
- Wget bug + Added screen, virtualenv and redis dependencies. [Sami
|
||
|
Mokaddem]
|
||
|
- Bug when label contain '\n' [Sami Mokaddem]
|
||
|
- Prevent out of bound time span. (Happend because the hole day is
|
||
|
considered, 24*7 < 7days + remaining hours of the day) [Sami Mokaddem]
|
||
|
- Use nowSec instead of the undefiend timestamp. [Sami Mokaddem]
|
||
|
- Do not json dumps string into redis (avoiding escaping) [Sami
|
||
|
Mokaddem]
|
||
|
- Trophy number overflow. Corrected by adding a threshold. [Sami
|
||
|
Mokaddem]
|
||
|
- Trophy number overflow. Corrected by adding a threshold. [Sami
|
||
|
Mokaddem]
|
||
|
- Fixed bug displaying data from another source. [Sami Mokaddem]
|
||
|
- Setupgrid forgotten + bad contition. [Sami Mokaddem]
|
||
|
- Make GeoLite City downloaded by default. [Alexandre Dulaunoy]
|
||
|
|
||
|
Other
|
||
|
~~~~~
|
||
|
- Merge pull request #37 from mokaddem/quick-fix. [Sami Mokaddem]
|
||
|
|
||
|
fix: register tags from attributes
|
||
|
- Start scripts in background. [Andras Iklody]
|
||
|
- Merge pull request #31 from mokaddem/tooltip_timeline. [Alexandre
|
||
|
Dulaunoy]
|
||
|
|
||
|
Timeline tooltip and redirect
|
||
|
- Feature: Added a tooltip in trendings' timeline + open a MISP tab on
|
||
|
double click. [Sami Mokaddem]
|
||
|
- Merge pull request #30 from mokaddem/fixConversation. [Sami Mokaddem]
|
||
|
|
||
|
fix: Added a return statement in case of exception, preventing the execution of unwanted code
|
||
|
- Merge pull request #29 from mokaddem/multipleMerges. [Alexandre
|
||
|
Dulaunoy]
|
||
|
|
||
|
Addition of a timeline, recording of the time when org log-in and draft of a testing framework
|
||
|
- Merge remote-tracking branch 'upstream/master' into multipleMerges.
|
||
|
[Sami Mokaddem]
|
||
|
- - Added debug instructions - Fixed redis-server foo (again) - Added
|
||
|
tuneables to start_all.sh - The screen session now tell you what has
|
||
|
been started. [Steve Clement]
|
||
|
- - Fixed redis-server detection. [Steve Clement]
|
||
|
- - Added comment on MaxMind DB - Added preliminary checks for redis-
|
||
|
server. [Steve Clement]
|
||
|
- Merge pull request #24 from mokaddem/usersUpdate. [Alexandre Dulaunoy]
|
||
|
|
||
|
Update of users module
|
||
|
- Merge pull request #23 from mokaddem/updateGeo. [Alexandre Dulaunoy]
|
||
|
|
||
|
Changed tooltip content in geolocalisation
|
||
|
- Addition: added forgotten testall.sh script, which can be used rapidly
|
||
|
test MISP-Dashboard. [Sami Mokaddem]
|
||
|
- Merge remote-tracking branch 'upstream/master' into multipleMerges.
|
||
|
[Sami Mokaddem]
|
||
|
- Merge pull request #25 from mokaddem/geoFix. [mokaddem]
|
||
|
|
||
|
Fix - Geolocalisation
|
||
|
- Merge pull request #22 from SHSauler/patch-3. [Alexandre Dulaunoy]
|
||
|
- Merge pull request #20 from SHSauler/patch-2. [Alexandre Dulaunoy]
|
||
|
|
||
|
Prod deployment with mod_wsgi
|
||
|
- Added: Deploy in production using mod_wsgi. [Steffen Sauler]
|
||
|
- Wsgi definition for Apache mod_wsgi. [Steffen Sauler]
|
||
|
- Merge pull request #16 from mokaddem/modules. [Alexandre Dulaunoy]
|
||
|
|
||
|
Logger
|
||
|
- Merge remote-tracking branch 'upstream/master' into modules. [Sami
|
||
|
Mokaddem]
|
||
|
- Merge pull request #18 from SHSauler/master. [mokaddem]
|
||
|
|
||
|
server hostname and port into config file
|
||
|
- Adding default server fields. [Steffen Sauler]
|
||
|
- Taking server host and port from config. [Steffen Sauler]
|
||
|
- Added timeline for category. [Sami Mokaddem]
|
||
|
- Update: Display full label name in a html title. [Sami Mokaddem]
|
||
|
- Update: Support of tags in timeline + UI stylizing. [Sami Mokaddem]
|
||
|
- Update: Added grouping of elements in the timeline. It allows to see
|
||
|
more easily of an element appeared multiple times. [Sami Mokaddem]
|
||
|
- Feature: Added draft of timeline which shows event overtime. The event
|
||
|
currently span consecutive days (if it has been seen). [Sami Mokaddem]
|
||
|
- Update: conf + added prints. [Sami Mokaddem]
|
||
|
- Content: Added user test script. [Sami Mokaddem]
|
||
|
- Merge branch 'usersUpdate' into testScripts. [Sami Mokaddem]
|
||
|
- Update: Clear separation between login and contribution to have
|
||
|
meaningful query and contribution/login score. [Sami Mokaddem]
|
||
|
- Update: database organisation in doc. [Sami Mokaddem]
|
||
|
- Feature/refacto: Simplified users_helper script. Added possibility to
|
||
|
get data from particular org (in helper and with typeahead). /!\
|
||
|
CHANGED DATABASE ORGANISATION. [Sami Mokaddem]
|
||
|
- Merge branch 'updateGeo' into testScripts. [Sami Mokaddem]
|
||
|
- Update: Replaced content of pop in TopCoordinates. Instead of [lat,
|
||
|
long], shows [categ, value] of the concerned attribute. [Sami
|
||
|
Mokaddem]
|
||
|
- Update: Reversed logic with errorFlag + Added it to test_geo. [Sami
|
||
|
Mokaddem]
|
||
|
- Added trending test script. [Sami Mokaddem]
|
||
|
- Addition: Added start and terminate script + added test_geo script
|
||
|
that test important function in the geo helper. [Sami Mokaddem]
|
||
|
- Append to log instead of replacing. [Sami Mokaddem]
|
||
|
- Added logger in config. [Sami Mokaddem]
|
||
|
- Moved helper scripts in their folder + updated import path. [Sami
|
||
|
Mokaddem]
|
||
|
- Update: changed some log levels. [Sami Mokaddem]
|
||
|
- Started integration of Logging. [Sami Mokaddem]
|
||
|
- Merge branch 'doc' [Sami Mokaddem]
|
||
|
- Added zmq_subscriber between ZMQ and Redis. [Sami Mokaddem]
|
||
|
- Typo: fixed path message passing pic. [Sami Mokaddem]
|
||
|
- Update: from 1 table to multiple one per category + updated message
|
||
|
passing schema to show redis list. [Sami Mokaddem]
|
||
|
- Update: updated database table. [Sami Mokaddem]
|
||
|
- Content: started message passing + database. [Sami Mokaddem]
|
||
|
- Merge pull request #15 from mokaddem/redisBuffer. [Alexandre Dulaunoy]
|
||
|
|
||
|
Redis buffering and bugfixes
|
||
|
- Update: start_all.sh. [Sami Mokaddem]
|
||
|
- Update: updated readme. [Sami Mokaddem]
|
||
|
- UI: Reduced size of panel so that it does not overflow in the page.
|
||
|
Changed PB offset from padding to top, reducing overing
|
||
|
bug/flickering. Reduced badges size so that the modal fit in the page.
|
||
|
[Sami Mokaddem]
|
||
|
- Refacto: removed useless args and vars. [Sami Mokaddem]
|
||
|
- Merge remote-tracking branch 'upstream/master' into redisBuffer. [Sami
|
||
|
Mokaddem]
|
||
|
- Merge pull request #12 from mokaddem/codeCleanUp. [Alexandre Dulaunoy]
|
||
|
|
||
|
Code clean up
|
||
|
- Merge remote-tracking branch 'upstream/master' into codeCleanUp. [Sami
|
||
|
Mokaddem]
|
||
|
- Merge pull request #11 from mokaddem/geoLocationOfPhoneNumbers.
|
||
|
[Alexandre Dulaunoy]
|
||
|
|
||
|
Geo location of phone numbers
|
||
|
- Merge remote-tracking branch 'upstream/master' into
|
||
|
geoLocationOfPhoneNumbers. [Sami Mokaddem]
|
||
|
- Merge pull request #10 from mokaddem/movingToMVC. [Alexandre Dulaunoy]
|
||
|
|
||
|
Separate GEO code from server
|
||
|
- Merge remote-tracking branch 'upstream/master' into movingToMVC. [Sami
|
||
|
Mokaddem]
|
||
|
- Merge pull request #9 from mokaddem/trendings. [Alexandre Dulaunoy]
|
||
|
|
||
|
Trendings
|
||
|
- Merge branch 'master' into trendings. [Sami Mokaddem]
|
||
|
- Merge pull request #8 from mokaddem/users. [Alexandre Dulaunoy]
|
||
|
|
||
|
Users
|
||
|
- Merge branch 'master' into users. [Sami Mokaddem]
|
||
|
- Update config.cfg.default. [mokaddem]
|
||
|
|
||
|
Added ```channelLastAwards``` in the config file
|
||
|
- Merge pull request #7 from mokaddem/skill_trophies. [Alexandre
|
||
|
Dulaunoy]
|
||
|
|
||
|
MISP Gamification - Addition of skill trophies and badges
|
||
|
- Added Trophies logo. [Sami Mokaddem]
|
||
|
- Merge branch 'skill_trophies' into users. [Sami Mokaddem]
|
||
|
- Merge branch 'skill_trophies' into users. [Sami Mokaddem]
|
||
|
- Ui: Restrained number of orgs in fame and prevented datatable to go
|
||
|
over the visible screen. [Sami Mokaddem]
|
||
|
- Refacto: rmoved prints and added return in case phone number can't be
|
||
|
parsed. [Sami Mokaddem]
|
||
|
- Added draft of redis buffer. [Sami Mokaddem]
|
||
|
- Refacto deleted useless var. [Sami Mokaddem]
|
||
|
- Refact2: moved redis keyname in the helper constructor (users_helper).
|
||
|
Permit to have cleaner code and ease the DB management. [Sami
|
||
|
Mokaddem]
|
||
|
- Refact: moved redis keyname in the helper constructor. Permit to have
|
||
|
cleaner code and ease the DB management. [Sami Mokaddem]
|
||
|
- Refact: replaced all try on key by the get function to have a cleaner
|
||
|
code. [Sami Mokaddem]
|
||
|
- Refacto: Moved ranking config located in config.cfg into ranking.cfg
|
||
|
for better control and visualisation. Moved code handling contribution
|
||
|
into the contributor_helper script. Deleted TEST_* function as not
|
||
|
used anymore. Real test function will be done later in the project.
|
||
|
[Sami Mokaddem]
|
||
|
- Feature: Added geolocation of phone numbers. [Sami Mokaddem]
|
||
|
- Update: Removed non-used var and function. [Sami Mokaddem]
|
||
|
- Moving geo functions into their own script. [Sami Mokaddem]
|
||
|
- Ui: Arranged centered trophie in modal + ame contrib/login to 7 days
|
||
|
instead of 31. [Sami Mokaddem]
|
||
|
- Merge branch 'skill_trophies' into trendings. [Sami Mokaddem]
|
||
|
- Update: Changed trophy rewward system. Deliver trophy to the TOP x%
|
||
|
defined in the config file. Also, added more info in the trophy modal.
|
||
|
[Sami Mokaddem]
|
||
|
- Increased difficulty + Added 2 new titles. [Sami Mokaddem]
|
||
|
- Update: Moved section in readme (put install and start in first place)
|
||
|
[Sami Mokaddem]
|
||
|
- Update: Readme + added screenshots. [Sami Mokaddem]
|
||
|
- Typo: fix. [Sami Mokaddem]
|
||
|
- Update: install_script and config. [Sami Mokaddem]
|
||
|
- UI: Title page contains name of the page. [Sami Mokaddem]
|
||
|
- UI: Update lines->fill for linecharts. [Sami Mokaddem]
|
||
|
- Feature: Added a selector for the maximum number of showed items.
|
||
|
[Sami Mokaddem]
|
||
|
- Merge branch 'skill_trophies' into trendings. [Sami Mokaddem]
|
||
|
- Ui: update. [Sami Mokaddem]
|
||
|
- Ui: update to better fit tags legend. [Sami Mokaddem]
|
||
|
- Merge branch 'users' into trendings. [Sami Mokaddem]
|
||
|
- Feature: Added contribution overtime in login overtime chart. [Sami
|
||
|
Mokaddem]
|
||
|
- Merge branch 'skill_trophies' into users. [Sami Mokaddem]
|
||
|
- Ui fix: prevent race condition with popover trophy update. [Sami
|
||
|
Mokaddem]
|
||
|
- Merge branch 'skill_trophies' into users. [Sami Mokaddem]
|
||
|
- Merge branch 'skill_trophies' into trendings. [Sami Mokaddem]
|
||
|
- UI: Better table size + Added true cooldown to reduce number of
|
||
|
effects. [Sami Mokaddem]
|
||
|
- Merge branch 'users' into trendings. [Sami Mokaddem]
|
||
|
- Added typeahead plot for categ and tag. [Sami Mokaddem]
|
||
|
- Added typeahead plot for events. [Sami Mokaddem]
|
||
|
- Added typeahead. [Sami Mokaddem]
|
||
|
- Link of color between piechart and linechart. [Sami Mokaddem]
|
||
|
- Added catch of unrecognised misp channel. [Sami Mokaddem]
|
||
|
- Feature: Added click support on pie. [Sami Mokaddem]
|
||
|
- Added a limit for the number of displayed item in piechart. [Sami
|
||
|
Mokaddem]
|
||
|
- Merge branch 'users' into trendings. [Sami Mokaddem]
|
||
|
- Feature: Added draft support of discussion in Trendings. [Sami
|
||
|
Mokaddem]
|
||
|
- Refacto: Indenting. [Sami Mokaddem]
|
||
|
- Merge branch 'users' into trendings. [Sami Mokaddem]
|
||
|
- Merge branch 'skill_trophies' into users. [Sami Mokaddem]
|
||
|
- Feature: Added legend in pie chart. [Sami Mokaddem]
|
||
|
- Merge branch 'users' into trendings. [Sami Mokaddem]
|
||
|
- Update: add a user_login at each contribution (Usefull to compute
|
||
|
contrib/login). [Sami Mokaddem]
|
||
|
- Added link in other pages. [Sami Mokaddem]
|
||
|
- UI: update. [Sami Mokaddem]
|
||
|
- Merge branch 'skill_trophies' into trendings. [Sami Mokaddem]
|
||
|
- Fix and feature: Added data ordering in reids (useing orderedDico) +
|
||
|
Added sightings in UI + colored charts woth tag color" [Sami Mokaddem]
|
||
|
- UI: update. [Sami Mokaddem]
|
||
|
- Merge branch 'users' into trendings. [Sami Mokaddem]
|
||
|
- Update: consider only one login of user per hour. [Sami Mokaddem]
|
||
|
- Feature: Draft of sightings support. [Sami Mokaddem]
|
||
|
- UI: Added margin for items in legends. [Sami Mokaddem]
|
||
|
- Support of hover in pie and line charts. [Sami Mokaddem]
|
||
|
- Merge branch 'users' into trendings. [Sami Mokaddem]
|
||
|
- Changed plotting behavior of punchcard. [Sami Mokaddem]
|
||
|
- Finally added trending_helper script... [Sami Mokaddem]
|
||
|
- Merge branch 'users' into trendings. [Sami Mokaddem]
|
||
|
- Better display on linechart. [Sami Mokaddem]
|
||
|
- Feature: Date range replace fixed date + formatted labels. [Sami
|
||
|
Mokaddem]
|
||
|
- Text label with correct format + Linked x overtime (linechart) [Sami
|
||
|
Mokaddem]
|
||
|
- Merge branch 'users' into trendings. [Sami Mokaddem]
|
||
|
- Added linked pie plot with server. [Sami Mokaddem]
|
||
|
- Added trendings template. [Sami Mokaddem]
|
||
|
- Added link in header. [Sami Mokaddem]
|
||
|
- Renamed panel title. [Sami Mokaddem]
|
||
|
- Split js and html. [Sami Mokaddem]
|
||
|
- Replaced loginOccurence by contribution/login. [Sami Mokaddem]
|
||
|
- Added no data display in contribution_after_login. [Sami Mokaddem]
|
||
|
- Linked contribution_and_login to server. [Sami Mokaddem]
|
||
|
- Linked MISP - Users with server (nto done for API usage yet) [Sami
|
||
|
Mokaddem]
|
||
|
- Added login overtime + users_helper script. [Sami Mokaddem]
|
||
|
- Draft MISP-Users. [Sami Mokaddem]
|
||
|
- Fixed keyError new categ. [Sami Mokaddem]
|
||
|
- Start of linking fame quality. [Sami Mokaddem]
|
||
|
- Fixed bug json parsing in server + continuation of trophy support in
|
||
|
zmq. [Sami Mokaddem]
|
||
|
- Draft support of trophies in ZMQ. [Sami Mokaddem]
|
||
|
- Added latestAwards + started trophy ranks. [Sami Mokaddem]
|
||
|
- Draft eventSource lastAwards. [Sami Mokaddem]
|
||
|
- Started new contrib layout (latest awards + 2 fames tabs) + fixed bug
|
||
|
searching org (caused by the switch to link) [Sami Mokaddem]
|
||
|
- Continuation of trophy intergration. [Sami Mokaddem]
|
||
|
- Started support of organisation trophies. [Sami Mokaddem]
|
||
|
- Merge branch 'master' of github.com:MISP/misp-dashboard. [Sami
|
||
|
Mokaddem]
|
||
|
- Update README.md. [mokaddem]
|
||
|
- Update README.md. [mokaddem]
|
||
|
- Styling overtake. [Sami Mokaddem]
|
||
|
- Update README.md. [mokaddem]
|
||
|
- Added screenshots geo and live. [Sami Mokaddem]
|
||
|
- Added screenshots contributors. [Sami Mokaddem]
|
||
|
- Merge branch 'contributors' [Sami Mokaddem]
|
||
|
- Fixed UI button bug. [Sami Mokaddem]
|
||
|
- Merge pull request #3 from mokaddem/contributors. [Alexandre Dulaunoy]
|
||
|
|
||
|
Contributor dashboard
|
||
|
- Added count for proposal and sighting. [Sami Mokaddem]
|
||
|
- Added support of Discusison. [Sami Mokaddem]
|
||
|
- Prevent duplication of org in Lsat contributors. [Sami Mokaddem]
|
||
|
- Merged upstream. [Sami Mokaddem]
|
||
|
- Don't fail on mkdir. [Alexandre Dulaunoy]
|
||
|
- Added CP interactivity. [Sami Mokaddem]
|
||
|
- Removed initial config.cfg. [Sami Mokaddem]
|
||
|
- Updating install script. [Sami Mokaddem]
|
||
|
- Updated dependencies install script. [Sami Mokaddem]
|
||
|
- Updated org contrib. overtime to display the date. [Sami Mokaddem]
|
||
|
- Slight modification to point reward. [Sami Mokaddem]
|
||
|
- Better display for badges and time. [Sami Mokaddem]
|
||
|
- Added display of datetime in last contributors. [Sami Mokaddem]
|
||
|
- Added support of previous date in getLastContributors. [Sami Mokaddem]
|
||
|
- Prevent double display of org in line chart. [Sami Mokaddem]
|
||
|
- Added support of previous date from getCategPerContrib. [Sami
|
||
|
Mokaddem]
|
||
|
- Added helper script to give ranks/badges. [Sami Mokaddem]
|
||
|
- Updated ranking level decision + updated support of message for zmq +
|
||
|
Updated badge acquisition display to match data in DB. [Sami Mokaddem]
|
||
|
- Fixed bugs if requesting data from non-existing org + refined draft
|
||
|
updateOrgContributionRank + Fixed non existing org logo + try in
|
||
|
zmq_subscribe. [Sami Mokaddem]
|
||
|
- Merge branch 'contributors' of github.com:mokaddem/misp-dashboard-1
|
||
|
into contributors. [Sami Mokaddem]
|
||
|
- Update README.md. [mokaddem]
|
||
|
- Updated non-test function + minor UI fix. [Sami Mokaddem]
|
||
|
- Added draft support of org overtime + Added clickable orgName + minor
|
||
|
fix in live dashbaord + draft support of sighting in zmq_sub. [Sami
|
||
|
Mokaddem]
|
||
|
- Added overtake remaining points + moved updateOrgContributionRank from
|
||
|
zmq_subscribe to contributor_helper. [Sami Mokaddem]
|
||
|
- Fixed UI row color bug + Added total org points and row color legends.
|
||
|
[Sami Mokaddem]
|
||
|
- Added display of conribution rank statys + acquired badges. [Sami
|
||
|
Mokaddem]
|
||
|
- Updated configuration. [Sami Mokaddem]
|
||
|
- Added support of honorBadge + Added text related to global ranking
|
||
|
requirements. [Sami Mokaddem]
|
||
|
- Added pic centering in lastDataTable. [Sami Mokaddem]
|
||
|
- Added organisation global ranking dipslay. [Sami Mokaddem]
|
||
|
- Slight img size modif. [Sami Mokaddem]
|
||
|
- Added support of org logo. [Sami Mokaddem]
|
||
|
- Updated test data + increased rank icon size. [Sami Mokaddem]
|
||
|
- Added help text in contribution board. [Sami Mokaddem]
|
||
|
- Added question icon in header. [Sami Mokaddem]
|
||
|
- Changed UI color style. [Sami Mokaddem]
|
||
|
- Added rank logo (png & svg) [Sami Mokaddem]
|
||
|
- Added contribution page auto-reload. [Sami Mokaddem]
|
||
|
- Auto update of headerOrg (Pb and rank panel) [Sami Mokaddem]
|
||
|
- Added draft of automatic update for lastContributor. [Sami Mokaddem]
|
||
|
- Separeted contributor functions from server script. [Sami Mokaddem]
|
||
|
- Added support of org in URL GET param. [Sami Mokaddem]
|
||
|
- Draft getting contribution info from redis. [Sami Mokaddem]
|
||
|
- Fixed small bug related to dateformat. [Sami Mokaddem]
|
||
|
- Same for util function (move into section) [Sami Mokaddem]
|
||
|
- Moved function into section for server script. [Sami Mokaddem]
|
||
|
- Draft of adding contribution info to redis. [Sami Mokaddem]
|
||
|
- Improved ranking sheet with overall progression. [Sami Mokaddem]
|
||
|
- Other UI adjustement. [Sami Mokaddem]
|
||
|
- Added support of custom categories from config. [Sami Mokaddem]
|
||
|
- Support of out-of-bound rank for PB. [Sami Mokaddem]
|
||
|
- Added rankMult to default conf. [Sami Mokaddem]
|
||
|
- Better support of custom scale ranking. [Sami Mokaddem]
|
||
|
- Added PB showing pnts # of pnts to get for the next lvl. [Sami
|
||
|
Mokaddem]
|
||
|
- Few additional ui adjustement + filtering categ feature on button
|
||
|
click. [Sami Mokaddem]
|
||
|
- Added row coloring for selected ORG. [Sami Mokaddem]
|
||
|
- Put rankLvl multiplier in config + fixed bug log 0. [Sami Mokaddem]
|
||
|
- Added support of rank from org points. [Sami Mokaddem]
|
||
|
- Dynamic update iof org rank in header. [Sami Mokaddem]
|
||
|
- Added ranking table. [Sami Mokaddem]
|
||
|
- Moved js and css in their own scripts. [Sami Mokaddem]
|
||
|
- Added progress bar and aueried org name + next rank. [Sami Mokaddem]
|
||
|
- Added typeahead orgname. [Sami Mokaddem]
|
||
|
- Minor css change. [Sami Mokaddem]
|
||
|
- Continuation of contrib page (2) [Sami Mokaddem]
|
||
|
- Added contrib webpage. [Sami Mokaddem]
|
||
|
- Continuation of contrib webpage UI. [Sami Mokaddem]
|
||
|
- Added contrib webpage. [Sami Mokaddem]
|
||
|
- Added direct zoom in live dashboard. [Sami Mokaddem]
|
||
|
- Added support of TAG albel in live dashboard. [Sami Mokaddem]
|
||
|
- Fixed leaflet markers pic. [Sami Mokaddem]
|
||
|
- Fixed a bug trying to delete a not existing marker (geo) + Fixed
|
||
|
leaflet dependencies to use local script instead of remote. [Sami
|
||
|
Mokaddem]
|
||
|
- Conf file support default conf, so that it don't mess with custom
|
||
|
configuration + make redis persistant. [Sami Mokaddem]
|
||
|
- Merge branch 'master' of github.com:MISP/misp-dashboard. [Sami
|
||
|
Mokaddem]
|
||
|
- Add: LICENSE added. [Alexandre Dulaunoy]
|
||
|
- Moved config file. [Sami Mokaddem]
|
||
|
- Create README.md. [mokaddem]
|
||
|
- STILL MESSING WITH DEPS. [Sami Mokaddem]
|
||
|
- Still messing with deps. [Sami Mokaddem]
|
||
|
- Cheating with deps 2. [Sami Mokaddem]
|
||
|
- Cheating with deps. [Sami Mokaddem]
|
||
|
- Added MISP logo. [Sami Mokaddem]
|
||
|
- Fixing deps. [Sami Mokaddem]
|
||
|
- Better image copy. [Sami Mokaddem]
|
||
|
- Added install script. [Sami Mokaddem]
|
||
|
- Added page navigation in header. [Sami Mokaddem]
|
||
|
- Switching to globalRedis + harmonization ui live-dashboard. [Sami
|
||
|
Mokaddem]
|
||
|
- Fixed bug marker from streetLocation not removing. [Sami Mokaddem]
|
||
|
- Loads of bug fixes: Added possibility to plot any field in lineChart +
|
||
|
Fixed bug GEO where data was not from the correct date + Clear view
|
||
|
when no data + Probably solved unsorted dic stored in redis + Support
|
||
|
of publish_event_to_zmq. [Sami Mokaddem]
|
||
|
- Added possibility to display any fields form zmq + possibility to
|
||
|
display for objects. [Sami Mokaddem]
|
||
|
- Support of the ZMQ_REWORK. [Sami Mokaddem]
|
||
|
- UI typo. [Sami Mokaddem]
|
||
|
- Added clustering distance in configuration. [Sami Mokaddem]
|
||
|
- GEO: Moved options in config + Moved javascript in its own file. [Sami
|
||
|
Mokaddem]
|
||
|
- Slight ui modif. [Sami Mokaddem]
|
||
|
- Fixed BIG TYPO2 ! [Sami Mokaddem]
|
||
|
- Fixed BIG TYPO ! [Sami Mokaddem]
|
||
|
- Few cleanup. [Sami Mokaddem]
|
||
|
- Geospatial now group too close markers. [Sami Mokaddem]
|
||
|
- Fixed bug multiple days geo queries. [Sami Mokaddem]
|
||
|
- Fixed overlay bug + added query button. [Sami Mokaddem]
|
||
|
- Added draft support of radius. [Sami Mokaddem]
|
||
|
- Restauted refresh value topMap. [Sami Mokaddem]
|
||
|
- Auto-update geoTop + fixed bug duplicate markers. [Sami Mokaddem]
|
||
|
- Modified legend scale to linear. [Sami Mokaddem]
|
||
|
- WorlMap legend. [Sami Mokaddem]
|
||
|
- WorlMap legend. [Sami Mokaddem]
|
||
|
- Added support of zoomLevel. [Sami Mokaddem]
|
||
|
- Added datePicker in mips-geolocaloization. [Sami Mokaddem]
|
||
|
- Working hitmap location for now() [Sami Mokaddem]
|
||
|
- Working top map location for now() [Sami Mokaddem]
|
||
|
- Started geo stat page. [Sami Mokaddem]
|
||
|
- Probably fixed zmq bug in categ. [Sami Mokaddem]
|
||
|
- Typo dashboard. [Sami Mokaddem]
|
||
|
- Renamed to Misp live dashboard. [Sami Mokaddem]
|
||
|
- Modifed box leds. [Sami Mokaddem]
|
||
|
- UI attunement - Possibility to adjust with of panels in config,
|
||
|
immediatly change text. Bit of zmq refacto. [Sami Mokaddem]
|
||
|
- Added support of named ZMQ + automatic Led colors in dashboard. [Sami
|
||
|
Mokaddem]
|
||
|
- Unified padding in panels. [Sami Mokaddem]
|
||
|
- Switched lineChart to show category overtime. [Sami Mokaddem]
|
||
|
- Color less flashy. [Sami Mokaddem]
|
||
|
- Added regionColor + fixed bug zmq_sub. [Sami Mokaddem]
|
||
|
- Added multiple fields in dataTable row. [Sami Mokaddem]
|
||
|
- Added possibility to use pannel + Fixed bug in zmq_subscriber. [Sami
|
||
|
Mokaddem]
|
||
|
- Added points in lineChart. [Sami Mokaddem]
|
||
|
- Fixed marker bug + fixed bug multiple attributes from event. [Sami
|
||
|
Mokaddem]
|
||
|
- Moved publishing into a function. [Sami Mokaddem]
|
||
|
- Removed prints. [Sami Mokaddem]
|
||
|
- Moved more to config + Added orange led. [Sami Mokaddem]
|
||
|
- Auto-reconnect if event source connection lost. [Sami Mokaddem]
|
||
|
- Added location reload if eventSource loose connection. [Sami Mokaddem]
|
||
|
- Added led feed indicator. [Sami Mokaddem]
|
||
|
- Added zoom selector. [Sami Mokaddem]
|
||
|
- Added rotation speed selector. [Sami Mokaddem]
|
||
|
- Consider time as a default value in logs table. [Sami Mokaddem]
|
||
|
- Moved more to config. [Sami Mokaddem]
|
||
|
- Moved const var to config + linechart shift to hours (and current
|
||
|
values) [Sami Mokaddem]
|
||
|
- Removed code duplication. [Sami Mokaddem]
|
||
|
- Added city&country in marker + autoRotation on event. [Sami Mokaddem]
|
||
|
- Manage map from classes + Added more event info in zmq feed. [Sami
|
||
|
Mokaddem]
|
||
|
- Fixed introduced bug where line plot was not moving. [Sami Mokaddem]
|
||
|
- Added zrank for coord. [Sami Mokaddem]
|
||
|
- Splitted index script into sub_scripts. [Sami Mokaddem]
|
||
|
- Usage of openStreetMap js library. [Sami Mokaddem]
|
||
|
- Added pinging + map rotation. [Sami Mokaddem]
|
||
|
- Started support of MISP ZMQ. [Sami Mokaddem]
|
||
|
- Added small text on top of maps pics + Do not write in a file for
|
||
|
parallel. [Sami Mokaddem]
|
||
|
- Added openstreetmap maps from coord. [Sami Mokaddem]
|
||
|
- Started support of changing map pics dynamically. [Sami Mokaddem]
|
||
|
- Added correct marker animation. [Sami Mokaddem]
|
||
|
- Added support of marker placement by coordinate. [=]
|
||
|
- Added draft support of dynamic marker placement. [=]
|
||
|
- Cleaned code. [=]
|
||
|
- Fields are generated from config file. [=]
|
||
|
- 2 pie in div. [=]
|
||
|
- Added skeleton pieChart. [=]
|
||
|
- Test of jvectormap. [=]
|
||
|
- Added refresh rate in configuration file. [=]
|
||
|
- Support of unknown number of feeders + display log messages. [=]
|
||
|
- Display the number of log message in a dynamic chart + started support
|
||
|
of multiple feeds. [=]
|
||
|
- Added readable time. [=]
|
||
|
- Log feed is displayed in the Browser. [=]
|
||
|
- Added server and index. [=]
|
||
|
|
||
|
|