Commit Graph

307 Commits (connector)

Author SHA1 Message Date
iglocska 62c43e854f
new: [queryLocalTools] endpoint added to broods
- show a list of local tools exposed by a remote cerebrate
2021-06-01 07:49:59 +02:00
iglocska c6332dee16
new: [sharing group] capture functionality added
- capture incoming sharing groups and add/update them when appropriate
- also capture child organisations
2021-06-01 07:49:22 +02:00
iglocska 73457ed562
new: [misp] connector fleshed out with more functionalities
- additionally, improvements to the common connector functionalities
2021-06-01 07:48:06 +02:00
iglocska 51b4bc811f
chg: [improvements] to a st of controllers and components to support localtools
- still missing ACL entries!
2021-06-01 07:47:22 +02:00
iglocska 7a1b54c7ab
chg: [js] minor changes to support the localtools 2021-06-01 07:46:51 +02:00
iglocska d84caa97c9
chg: [templates] updated to support the new functionalities of localtools 2021-06-01 07:46:29 +02:00
iglocska cc31a22527
new: [localtools] templates added 2021-06-01 07:45:58 +02:00
iglocska 3806831633
new: [localtools] functionality added 2021-06-01 07:45:01 +02:00
iglocska 357c147c13
Merge branch 'main' into connector 2021-05-26 17:16:54 +02:00
iglocska cb28278f30
fix: [logout] url fixed, fixes #45 2021-05-14 13:43:28 +02:00
iglocska ca964e506a
Merge branch 'main' of github.com:cerebrate-project/cerebrate into main 2021-05-14 13:32:23 +02:00
iglocska 32fc30a401
fix: [baseurl] for openmodal actions in the index factory fixed, fixes #46
- invalid url by prepending any url (even # for modal <a> tags) with the baseurl
2021-05-14 13:31:19 +02:00
Andras Iklody 00adbb0d7e
fix: [metatemplates] updated MYSQL.sql 2021-05-14 13:21:23 +02:00
iglocska 2d4727770c
wip: initial connectors 2021-04-30 23:59:53 +02:00
Andras Iklody 5e2107cdb8
Update README.md 2021-04-27 23:55:32 +02:00
Andras Iklody 26cf3e84c3
Update README.md 2021-04-27 23:54:27 +02:00
iglocska dd30519e73
fix: [urls in links] 2021-03-26 12:55:40 +01:00
iglocska f08bf54f28
Merge branch 'index' into main 2021-03-26 12:25:11 +01:00
iglocska 9ef9887bed
Merge branch 'main' into index 2021-03-26 12:24:43 +01:00
Andras Iklody c4a41bebd9
Merge pull request #39 from mokaddem/feature-updater
[new] Updater system
2021-03-19 13:00:32 +01:00
mokaddem 98eaec723d Merge branch 'main' of github.com:cerebrate-project/cerebrate into feature-updater 2021-03-10 09:48:06 +01:00
mokaddem 004bca47e6 new: [CRUD] Advanced filtering capabilities for index 2021-03-10 09:43:36 +01:00
mokaddem 97c5f7b197 chg: [ParamHandler] Allow haversting negated filter from URL
- These are separated by a space character which is being converted to `_`
2021-03-10 09:40:54 +01:00
mokaddem e35bf9fa74 chg: [element:indexTable] Changed notification behavior of toggle field 2021-03-10 09:40:08 +01:00
mokaddem 851d9cfee7 fix: [CRUD] Renamed confusing function 2021-03-10 09:38:41 +01:00
mokaddem 697c1ff0a6 fix: [CRUD] Correct usage of the `like` condition operator on the query 2021-03-10 09:37:22 +01:00
mokaddem 9a1b38ff5a chg: [CRUD] Passes active filters to the view 2021-03-10 09:36:45 +01:00
mokaddem 67d6683ed8 chg: [CRUD] Also harvest negated filters from URL 2021-03-10 09:35:26 +01:00
mokaddem ddccb758b8 new: [helper:boostrap-helper] Added support of modal 2021-03-10 09:32:18 +01:00
mokaddem 474cd6c9eb chg: [helper:boostrap-helper] Added support of badge inside button 2021-03-10 09:32:00 +01:00
mokaddem b55c1b813f new: [helper:boostrap-helper] Added support of badge 2021-03-10 09:28:33 +01:00
mokaddem fb60fd59a2 chg: [js:bootstrap-helper] General improvements 2021-03-10 09:27:17 +01:00
mokaddem 8f1a17142b fix: [js:bootstrap-helper] Make sure button exists 2021-03-10 09:24:39 +01:00
mokaddem 008c674f4d chg: [command:importer] Improved tool and added support of more options 2021-03-10 09:22:47 +01:00
mokaddem 7f8e319c68 chg: [command] Removed unused code in fieldSquasher 2021-03-10 09:21:51 +01:00
mokaddem 748c035cbf Merge branch 'main' of github.com:cerebrate-project/cerebrate into feature-metaField-index-filtering 2021-03-04 09:05:27 +01:00
mokaddem 1804d1ee3b fix: [pagination] Fixed ellipsis pagination 2021-03-04 09:00:16 +01:00
mokaddem 9328bb1b3f chg: [command] Extracted function 2021-03-01 11:39:18 +01:00
mokaddem 407c63edff chg: [command] Improved FieldSquasher closest matcher 2021-03-01 11:17:13 +01:00
mokaddem f8e9632f78 new: [command] First version of FieldSquasher - WiP 2021-02-26 15:02:39 +01:00
mokaddem 76617565fa fix: [command] Fixed importer support of metaFields 2021-02-26 10:38:10 +01:00
mokaddem d4001fab18 chg: [CRUD] Improved metaFields filtering capabilities 2021-02-26 10:36:06 +01:00
mokaddem 5d1106e82a chg: [CRUDComponent] Improved related filter condition 2021-02-24 11:11:29 +01:00
mokaddem 00528112f1 fix: [element] Group context filter to support multiple conditions 2021-02-24 11:10:52 +01:00
mokaddem de4ba80e21 fix: [CRUDComponent] Full group by on meta-templates 2021-02-24 11:10:10 +01:00
mokaddem a8951ed69e new: [instance] Added first version of database migration plugin 2021-02-24 11:05:23 +01:00
mokaddem 9a25d98c9a chg: [helpers:bootstrap] Improvements for table 2021-02-23 11:42:26 +01:00
mokaddem 2be8add320 new: [helpers:bootstrap] Added support of button 2021-02-23 11:25:20 +01:00
mokaddem ccf95361dd chg: [helpers:bootstrap] General improvements 2021-02-23 08:45:35 +01:00
mokaddem ebb388ae60 fix: [helpers:bootstrap] Correctly closes tr tag 2021-02-23 07:59:26 +01:00