Commit Graph

1555 Commits (eaa3398f8d57c40a0125f301cc41af2e7a883c41)

Author SHA1 Message Date
iglocska b17788e7a0
chg: [INSTALL] instruction changes
- no need to yell
2020-06-22 14:53:29 +02:00
iglocska 3dc0f9528f
fix: [markdown] fail fixed 2020-06-22 14:51:35 +02:00
iglocska e319e7b4fa
new: [install] instructions 2020-06-22 14:50:56 +02:00
iglocska 602f6dd297
chg: [gitignore] updated 2020-06-22 14:30:50 +02:00
iglocska 35fe42c84f
chg: [mysql] empty db script updated 2020-06-22 14:30:26 +02:00
iglocska 44c60942c0
chg: [restructure] the application
- move the app dir's contents to the source
- update composer for easier installation
2020-06-22 14:28:17 +02:00
iglocska e39df4c9ca
fix: [css] Added login css/image 2020-06-21 23:54:44 +02:00
iglocska 0092e357ef
new: [routes] added route for open spaces 2020-06-21 23:54:09 +02:00
iglocska 151e033d19
new: [open] spaces added
- public interfaces that are configurable, early iteration
2020-06-21 23:53:38 +02:00
iglocska 7d74ee7241
new: [API auth] added 2020-06-21 23:13:17 +02:00
iglocska 8aff53ee89
new: [logout] button added to the menues 2020-06-21 21:36:57 +02:00
iglocska 0a100e3dfd
chg: [menu] Added some missing elements to the menues (encryption keys and instances) 2020-06-21 21:36:15 +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 2f8c3ebe3a
fix: [roles] API index fixed 2020-06-21 21:34:52 +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 3a16eac89a
fix: [CRUD] various issues fixed with the search parameter handling on the index views 2020-06-21 21:33:38 +02:00
iglocska a0570d853e
new: [UI] brought up to date with factory changes 2020-06-21 21:33:08 +02:00
iglocska e9e13ba2ad
fix: [htaccess] fixed 2020-06-21 21:31:53 +02:00
iglocska a99317734d
new: [Authkeys] added 2020-06-21 21:31:30 +02:00
iglocska a7bb35b7cb
chg: [images] added to webroot for the README.md to be rendered as a lading page 2020-06-21 21:30:10 +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 5b78e0d63a
chg: [routes] updated for default landing page 2020-06-21 21:27:40 +02:00
iglocska bdb005e341
new: [auth] Added authentication 2020-06-21 21:27:11 +02:00
iglocska d0f3314314
chg: [composer] Added dependencies 2020-06-21 21:24:13 +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 1fde2d7a8e
fix: [Individuals Model] Table updated with relations and smarter UUID handling 2020-06-19 00:39:29 +02:00
iglocska e7cc383cbf
chg: [Controllers] Alignments, Individuals, Organisations updated for the CRUD component 2020-06-19 00:37:56 +02:00
iglocska ba009426c5
fix: [templates] delete url parsing rules fixed 2020-06-19 00:36:43 +02:00
iglocska cdbcb4a5fa
fix: [ParamHandler] fixed correct URL query string parsing for related models 2020-06-19 00:35:41 +02:00
iglocska 91dc59e3a6
new: [internal] CRUD controller added
- centralise all CRUD operations
  - flexible library, with the goal of keeping controllers as lean as possible
  - can be used as a passthrough for options
2020-06-19 00:34:51 +02:00
iglocska b172a4d538
Merge branch 'master' of github.com:cerebrate-project/cerebrate 2020-06-09 16:03:08 +02:00
iglocska c07ca4c267
new: [internal] appcontroller/appmodel updates 2020-06-09 15:59:30 +02:00
iglocska e8d5caefea
new: [UUID] behaviour added
- auto set UUIDs on objects
2020-06-09 15:58:49 +02:00
iglocska 28c2ac04ea
new: [paramhandler] component added
- centralised handling of all things related to request parameter parsing
2020-06-09 15:58:11 +02:00
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
Alexandre Dulaunoy b53001654f
Merge branch 'master' of github.com:cerebrate-project/cerebrate 2020-06-04 12:25:59 +02:00
Alexandre Dulaunoy 55204a977a
new: [logo] added 2020-06-04 12:24:17 +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