Commit Graph

570 Commits (1b4df61591b43c69fd2364561d5b146fd3f246ce)

Author SHA1 Message Date
mokaddem 1b4df61591 chg: [auth] Simplified condition 2019-10-11 09:45:54 +02:00
mokaddem 8da3d509cd chg: [diagnostic] Fixed to support auth 2019-10-11 09:35:03 +02:00
mokaddem eaf3ad30d1 chg: [auth] Check if can access the dashboard 2019-10-11 08:57:55 +02:00
mokaddem 2ecc4a8fad chg: [login] Fixed web dependencies and added auth error message 2019-10-11 08:38:33 +02:00
mokaddem 21dedd37ed chg: [auth] Takes into account MISP baseurl for redirections 2019-10-11 08:37:46 +02:00
VVX7 4d5ee49357 chg: [Authentication] User authentication can be disabled in config. If disabled, users are automatically logged in with a randomly generated account name and redirected to /index. 2019-10-03 17:26:58 -04:00
VVX7 b313b7cc74 chg: [authentication] add logout endpoint to dashboard dropdown 2019-10-02 20:15:34 -04:00
VVX7 3b0ebe8c72 chg: [authentication] session_cookie_sametime is str 2019-10-02 19:35:58 -04:00
VVX7 07f68cb33f chg: [authentication] configure misp-dashboard cookie policy 2019-10-02 19:32:39 -04:00
VVX7 bd5984faad chg: [authentication] set session protection to kill session when session identifier does not match 2019-10-02 19:10:35 -04:00
VVX7 9c028e697f chg: [authentication] require authorization on hidden endpoints. 2019-10-02 18:20:11 -04:00
VVX7 88cc920bd3 chg: [authentication] add unauthorized_handler to redirect unauthorized user to login page. 2019-10-02 18:12:52 -04:00
VVX7 708addaa34 chg: [authentication] add required login to dashboard views 2019-10-02 18:01:27 -04:00
VVX7 71780003d0 chg: [authentication] turn off password autocomplete 2019-10-02 17:25:00 -04:00
VVX7 83df3e4f74 chg: [authentication] increased password field length to 255. minor changes to login page. 2019-10-02 17:14:22 -04:00
VVX7 a0ccff71ef chg: [authentication] added flask session secret 2019-10-02 16:34:27 -04:00
VVX7 e18728e8b1 chg: [authentication] enforce session ssl 2019-10-02 13:35:12 -04:00
VVX7 b7c8f6b577 chg: [authentication] enforce session ssl 2019-10-02 12:46:37 -04:00
VVX7 e44f7e2c4b chg: [authentication] added misp logo 2019-10-02 12:35:21 -04:00
VVX7 2b99e13110 chg: [authentication] added login page 2019-10-02 12:34:08 -04:00
VVX7 1356e0003e chg: [authentication] removed auth required on endpoints 2019-10-02 11:17:08 -04:00
VVX7 2be101fdfc new: [authentication] Flask-login authentication via MISP instance. 2019-10-01 21:06:29 -04:00
Sami Mokaddem 60ce6ce5cd
Update README.md 2019-09-27 10:46:02 +02:00
mokaddem dd218f4cf4 fix: [security] prevent XSS injection in livelog table 2019-09-16 20:58:13 +02:00
Sami Mokaddem 0ac7e7cf84
Merge pull request #121 from mokaddem/fewFixes2
Various fixes and improvements
2019-08-30 13:16:47 +02:00
mokaddem 8fd474712b chg: [livelog] Scrolling Logs when fullscreen is on - Fix #118 2019-08-30 12:15:43 +02:00
mokaddem fba754b2e5 chg: [livelog] Fix z-index and fullscreen log panel z-index 2019-08-30 11:59:50 +02:00
mokaddem 3e218cd145 chg: [startup] Wait until redis is ready before starting the zmqs
scripts
2019-08-30 11:39:14 +02:00
mokaddem 19842f9445 fix: Catch if country does not have alpha_2 attribute - fix #119 2019-08-30 11:05:43 +02:00
mokaddem 2f3fd08404 chg: [start] Added restart capability 2019-08-30 10:50:41 +02:00
mokaddem 0dbaa034fb fix: [contrib] Hide broken organisation images - Fix #110 2019-08-29 10:25:57 +02:00
mokaddem fb1332be6a fix: [diagnostic] Corrected copy/paste typo
Just me being a monkey
2019-08-28 16:04:45 +02:00
mokaddem 26f9e31786 fix: [update] Changed string formating to `format` 2019-08-28 15:57:13 +02:00
mokaddem f2fb36601a fix: [helpers] Changed string formating to `format` and slight refact 2019-08-28 15:54:37 +02:00
mokaddem f009d81321 fix: [diagnostic] Changed string formating to `format` 2019-08-28 15:49:40 +02:00
mokaddem b2be833801 Merge branch 'master' of github.com:MISP/misp-dashboard 2019-07-22 13:20:27 +02:00
Sami Mokaddem 16144e1acc
Merge pull request #113 from Kortho/patch-2
added net-tools to debian-based install command
2019-07-02 16:46:59 +02:00
Sami Mokaddem 0ff42a0a29
Merge pull request #112 from Kortho/patch-1
removed hard-coded zmq startup
2019-07-02 16:46:31 +02:00
Kortho 9d1b488399
added user zmqs back 2019-07-02 11:57:46 +02:00
Kortho 71fc511c61
added net-tools to debian-based install command
needed to run the netstat command
2019-07-02 09:14:35 +02:00
Kortho 4715f0ec29
removed hard-coded zmq startup
It was hard coded to run as a specific user and a hard coded location of script
2019-07-02 08:43:18 +02:00
Steve Clement 8dae1b1524
Merge pull request #111 from SteveClement/CentOS_RHEL
fix: [installer] Make it work on RHEL/CentOS
2019-07-01 15:16:13 +09:00
Steve Clement 1ccf833428
fix: [installer] Make it work on RHEL/CentOS 2019-07-01 15:15:00 +09:00
Sami Mokaddem beb17f7b56
Merge pull request #109 from MISP/fixlogs
fix: [logs:helper] Helpers get their own log file
2019-06-27 11:08:08 +02:00
Sami Mokaddem ab886714d5
Merge pull request #108 from MISP/fixGeoReader
Fix geo reader
2019-06-27 11:07:59 +02:00
mokaddem b7d8259a73 Merge branch 'fixlogs' 2019-06-27 11:06:21 +02:00
mokaddem 7e44e00788 fix: [logs:helper] Helpers get their own log file 2019-06-27 10:47:32 +02:00
mokaddem 6b064732fd fix: try another mean to forward the country to the client 2019-06-27 10:39:03 +02:00
mokaddem a4bdf6e21e fix: [geohelper] Prevent crash if country not defined in the geo
response
2019-06-27 09:00:38 +02:00
Sami Mokaddem f75c107805
Clarified updated from pulling 2019-06-24 15:28:46 +02:00