Commit Graph

20 Commits (e39df4c9ca6a5be266b7ec0d8b67444f5b54f47b)

Author SHA1 Message Date
iglocska 151e033d19
new: [open] spaces added
- public interfaces that are configurable, early iteration
2020-06-21 23:53:38 +02:00
iglocska 8aff53ee89
new: [logout] button added to the menues 2020-06-21 21:36:57 +02:00
iglocska b4fe51966d
chg: [index] factories modified to make index views leaner for ajax rendering 2020-06-21 21:35:33 +02:00
iglocska 5f51668e81
new: [single view] updated, allows for child indeces to be loaded in an accordion 2020-06-21 21:34:15 +02:00
iglocska a0570d853e
new: [UI] brought up to date with factory changes 2020-06-21 21:33:08 +02:00
iglocska a99317734d
new: [Authkeys] added 2020-06-21 21:31:30 +02:00
iglocska 21932dac1e
new: [login] page added 2020-06-21 21:29:52 +02:00
iglocska 079bff26c3
new: [instance] scope added 2020-06-21 21:29:25 +02:00
iglocska bdb005e341
new: [auth] Added authentication 2020-06-21 21:27:11 +02:00
iglocska bb79b2a383
chg: [templates] Overhaul of the factories 2020-06-19 00:43:11 +02:00
iglocska 1da22d28d8
chg: [templates] Individuals and Organisations updated 2020-06-19 00:42:42 +02:00
iglocska 5d36c7d730
new: [Roles, Users] added 2020-06-19 00:42:10 +02:00
iglocska 21ad2e8b5e
new: [encryption keys] controller/model/template added 2020-06-19 00:40:58 +02:00
iglocska ba009426c5
fix: [templates] delete url parsing rules fixed 2020-06-19 00:36:43 +02:00
iglocska dccf9d5fd6
new: [menu] centralised top and side menu
- single source, top menu uses masked version of side menu
- constructor in AppTables, making it available across the application
2020-06-08 14:11:20 +02:00
iglocska 5145ccbf07
fix: [inifinite loop] resolved in the templating due to invalid element call 2020-06-08 12:01:36 +02:00
iglocska 04f29ff0ad
fix: [encryption keys] index was left off 2020-06-08 11:59:40 +02:00
iglocska 23f5b56ec8
chg: [Factories] Refactored side-menu/header/footer construction
- better separation between systems and data for code reusability
- genericElements should be free of any application specific code for portability
2020-06-08 11:57:53 +02:00
iglocska d898640857
new: [encryption keys] Encryption key management added
- add/list/search for keys and assign them to users/organisations
- several new internal features
  - refactored/abstracted parameter harvesting
  - automatic dependency system for the form templating
  - several others
2020-06-04 10:05:45 +02:00
iglocska 56368d1de7
new: [initial] import of the project files
- Cerebrate v0.1 initial WIP version

[Features]
- initial version of TrustDB
  - Organisation
  - User scope
  - Alignments between Users and Organisations
  - semi-implemented encryption key store

[Internals]
- MISP systems transposed to CakePHP4 / Bootstrap 4 / Cerebrate
  - UI factories
    - Index factories
    - Form factories
  - internal:
    - RestResponse library
    - ACL library in progress
  - new clean UI using BS4

- New systems:
  - UI factories
    - view factories

- Datamodel import/cleaning via SQL scripts
2020-05-29 13:41:58 +02:00