Commit Graph

15 Commits (62c9050fb2c5fb0d351594dec8bbec645860940b)

Author SHA1 Message Date
iglocska 62c9050fb2
new: [CRUD] crud component added
- standardise on crud operations, simplify the controller codebase
- massive reduction in complexity
2020-06-09 15:57:16 +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 82b02768c2
Merge branch 'master' of github.com:cerebrate-project/cerebrate 2020-06-04 10:20:32 +02:00
Alexandre Dulaunoy ba9874abeb
chg: [doc] some clean-up 2020-06-04 10:17:15 +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
Andras Iklody 15f8ff5439
fix: [documentation] fixed another image link 2020-06-04 10:04:50 +02:00
Andras Iklody a3084a1578
fix: [documentation] invalid image link 2020-06-04 10:03:38 +02:00
iglocska 74244087fe
new: [documentation] Added screenshots and a short descriptin 2020-06-04 10:00:03 +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
iglocska f14b332538
fix: [alignments] added along with various changes 2020-01-27 17:02:05 +01:00
iglocska 55ee1c6310
new: added small note to keep track of the db 2020-01-27 16:49:56 +01:00
Andras Iklody d352ac5df3
Initial commit 2020-01-26 20:28:07 +01:00