Commit Graph

123 Commits (b8c74857124ab25ab8661438f4372c6fba18ed7a)

Author SHA1 Message Date
Vito Piserchia b8c7485712 resolve merge 2020-08-16 13:31:31 +02:00
Jakub Onderka e7f0ade079
fix: [UI] Remove PHP warnings from side_menu_link.ctp 2020-07-27 09:10:41 +02:00
Jakub Onderka b082353eb1 chg: [UI] Side menu optimisations and cleanup 2020-07-26 21:43:35 +02:00
Jakub Onderka b847fd4476 new: [UI] Show event preview when merging 2020-07-20 08:39:51 +02:00
iglocska 3ec5fcba0b
new: [event block rule system] added
- add simple tag filters to block events from being added.
- it will not stop a manual creation of an event with subsequent adding of the tag in a later stage
- it will however block synced events
2020-06-30 10:45:36 +02:00
StefanKelm 1e97f16c3c
Update side_menu.ctp
Adjusts menu to be in line with "Global Actions"
2020-06-22 16:06:43 +02:00
Jakub Onderka 09ffbc52c7 chg: [UI] Nicer icon for form info 2020-05-23 16:52:35 +02:00
iglocska ad439e0b4d
fix: [pagination] Fixed bottom pagination links on the bottom 2020-04-28 09:28:42 +02:00
iglocska 45e42ca84f
new: [privacy] filter added for the authkeys in the admin section to make giving trainings easier 2020-04-21 08:09:26 +02:00
iglocska aed771ef4a
fix: [feed index] Converted to static tags to skip erroneous add tag buttons 2020-04-18 14:52:09 +02:00
iglocska cdea7aab4a
new: [IndexTable] improvements all around
- several new field types added (target event, caching)
- several updated with new features and functionalities
- tied into the new data path collector among other changes
2020-04-17 14:15:58 +02:00
iglocska 56f178e7e8
fix: [UI] Added missing delete button for organisations, fixes #5773 2020-04-08 10:46:18 +02:00
iglocska e10c755e8c
fix: [self-registration] added missing field 2020-04-08 10:45:44 +02:00
iglocska 00d13492f6
chg: [index field] org field updated to allow for org information not local to the current instance (no ID set) 2020-04-08 10:11:57 +02:00
iglocska 34201e7248
chg: [registrations] show the time of request's creations 2020-04-07 22:57:12 +02:00
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
iglocska a424221c5f
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-03-25 12:00:22 +01:00
iglocska 8ff7421721
new: [UI] indexTable new fields / some refactoring 2020-03-25 11:43:05 +01:00
mokaddem e166f7489b
chg: [genericElement:indexTable-links] Allow to craft an URL with custom
data_path
2020-03-25 10:40:43 +01:00
mokaddem 68aab2bfc2
chg: [genericElement:IndexTable] Allow to pass pagination options to
paginator element
2020-03-25 10:25:21 +01:00
mokaddem 9cfd426c8b
chg: [galaxyCluster:index] Migrated to use the genericElement factory +
added sparkline and icon genericIndex fields
2020-03-12 13:39:50 +01:00
mokaddem 332f905462
chg: [views:genericElements] Multiple addition and improvements for generic IndexTable, TopBar and Form 2020-03-12 10:41:35 +01:00
chrisr3d cc36cc5991
fix: [side menu] Fixed Dashboard link from the side menu in the statistic view 2020-03-11 16:14:29 +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 c677183069
new: [communities] Added Danish community and some fixes to the community system 2020-02-18 09:29:06 +01:00
Jakub Onderka e0d4dd70e1
fix: [UI] Remove double escaping 2020-01-23 18:35:37 +01:00
mokaddem fa03666149
fix: [view:genericIndex] Fallback if `options` is not defined 2019-12-20 09:33:25 +01:00
mokaddem a33dfe5ce8
chg: [view:genericIndex] Auto extract datapaths and pass them to
evaluation function
2019-12-20 09:29:35 +01:00
iglocska 9ea79bbdb3
new: [generic index] added lambda function based requirements for actions 2019-12-19 17:22:44 +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
mokaddem 3d1b8e9c9a
fix: [feed:previewEvent] Added `Fetch Event` button on the sidemenu 2019-12-03 16:01:12 +01:00
iglocska dbc229c83c
new: [sync] Added sighting sync publish button to the event view 2019-11-25 16:21:42 +01:00
iglocska f3c61a9b50
fix: [indextable] Fixed the link field 2019-11-16 14:19:39 +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 406e9deacd
fix: [UI] formInfo fixed 2019-11-11 16:09:01 +01:00
iglocska 72c59430ae
new: [UI] formInfo element added to the form generator 2019-11-11 13:59:53 +01:00
mokaddem 3babd222ac
Merge branch '2.4' of github.com:MISP/MISP into revisedUpdateProcess 2019-11-08 11:42:27 +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
mokaddem d63f81076b
Merge branch '2.4' of github.com:MISP/MISP into revisedUpdateProcess 2019-10-30 13:58:43 +01:00
mokaddem 0087a49fcc
chg: Usage of camelCase instead of snake_case 2019-10-29 09:57:25 +01:00
Jakub Onderka e412f68264
fix: [UI] Remove double id attribute 2019-10-13 20:05:43 +02:00
iglocska 9609ff1822
chg: [UI] updated the generic element index fields
- json should accept single values without embedding them in a list
- generic field should automatically cast a list to a comma separated string
2019-10-10 11:56:45 +02:00
mokaddem 8760c98c7e
Merge branch '2.4' of github.com:MISP/MISP into revisedUpdateProcess 2019-10-08 12:02:09 +02:00
Jakub Onderka 3af080337d chg: [UI] Collapse S/MIME or GPG key 2019-10-02 18:50:57 +02:00
mokaddem 900317d5fe
Merge remote-tracking branch 'origin/2.4' into revisedUpdateProcess 2019-09-30 10:40:01 +02:00
iglocska 9ac6552ffa
new: [user settings] Finalised first revision
More to come in the future
2019-09-29 20:20:39 +02:00