Commit Graph

11 Commits (c1ee4d8bfbb9dcbb5703cd8bdeb76c5c6812edc7)

Author SHA1 Message Date
iglocska 4ebc0a7988
new: [inbox] system added
- user self-registration is the first use-case
- if the feature is enabled, users can unauthenticated send a registration request to MISP
  - request includes information on desired org and some privileges (sync / org admin / publisher)
- requests land in the inbox, admins can inspect the registration requests
  - they can accept/discard them individually or en masse
  - users will be notified of their credentials automatically
  - quick user creation if the user asks for an org that doesn't exist yet
2020-04-07 13:21:01 +02:00
mokaddem 332f905462
chg: [views:genericElements] Multiple addition and improvements for generic IndexTable, TopBar and Form 2020-03-12 10:41:35 +01:00
iglocska 8d02332b31
new: [dashboard] persistence package
- export dashboard state
- import dashboard state
- save dashboard state
  - make it available to others on the instance on demand
  - admins can set a default password for users that don't have anything configured yet
  - load another template based on what the community has shared
- added Whoami widget which was an outcome of the ESDC training
- various improvements, new fields for genericElements, etc
2020-03-08 23:36:27 +01:00
iglocska 0d4df7c98b
new: [Dashboard] system
- Dashboard
  - modular similar to restSearch
  - build your own widgets
  - use a set of visualisation options (more coming!)
  - full access to internal functions for queries
  - auto discover core and 3rd party widgets
  - rearrange / configure widgets for each user individually
  - rearrange / resize widgets
  - settings can be configured by a site-admin on behalf of others
  - modules have a self-explain mode to guide users
  - caching mechanism for the modules / org

- set homepage / user
- various other fixes
2020-03-01 18:05:21 +01:00
iglocska b6bb2bb576
new: [UI] first implementation of the modal forms 2019-12-11 10:03:43 +01:00
iglocska 28a2be67fc
chg: [UI] clown solutions 2019-12-10 11:35:23 +01:00
iglocska 1ac6046553
chg: [UI] refactor of the genericForm/submitbutton to support ajax 2019-12-10 10:48:15 +01:00
chrisr3d 4d32b4bcaa
add: [genericForm} Added 'empty' in simple fields white list
- Allows to have default values in inputs with
  options, as opposed to inputs with no options
  where 'placeholder' works.
2019-12-09 17:01:08 +01:00
iglocska 936a7faca0
chg: [UI] Small refactor of the event add/edit views
- added new flag to form elements for the generator: stayInLine:1 - skip linebreak after field
- removed edit view
- modified add view to work as both add/edit
2019-11-13 09:38:46 +01:00
iglocska 72c59430ae
new: [UI] formInfo element added to the form generator 2019-11-11 13:59:53 +01:00
iglocska 1b03f79126
new: [UI] Added new/improved index and form builder generators
- Added form Builder generator
- Added new fields to the index table generator
- updated some existing fields for the index table generator
2019-11-06 21:14:33 +01:00