2018-06-20 19:46:54 +08:00
|
|
|
add_subdirectory(telemetry)
|
2018-06-20 23:44:47 +08:00
|
|
|
add_subdirectory(ssl)
|
2018-07-16 15:51:02 +08:00
|
|
|
add_subdirectory(transactions)
|
2018-08-22 16:59:46 +08:00
|
|
|
add_subdirectory(auth)
|
[E129-MG <-T0982-MG] implement edge type filtering (#489)
* GRANT, REVOKE, DENY and access_checker DONE
* Added AccessChecker to ExecutionContext
* grammar expanded; (#462)
* current
* T0954 mg expand user and role to hold permissions on labels (#465)
* added FineGrainedAccessPermissions class to model
* expanded user and role with fine grained access permissions
* fixed grammar
* [E129 < T0953-MG] GRANT, DENY, REVOKE added in interpreter and mainVisitor (#464)
* GRANT, DENY, REVOKE added in interpreter and mainVisitor
* Commented labelPermissons
* remove labelsPermission adding
* Fixed
* Removed extra lambda
* fixed
* [E129<-T0955-MG] Expand ExecutionContext with label related information (#467)
* added
* Added FineGrainedAccessChecker to Context
* fixed
* Added filtering
* testing
* Added edge filtering to storage, need to add filtering in simple Expand in operator.cpp
* Removed storage changes
* MATCH filtering working
* EdgeTypeFiltering working, just need to test everything again
* Removed FineGrainedAccessChecker
* Removed Expand Path
* Fix
* Tested FineGrainedAccessHandler, need to test AuthChecker
* Added integration test for lba
* Fixed merge conflicts
* PR fix
* fixed
* PR fix
* Fix test
* removed .vscode, .cache, .githooks
* githooks
* added tests
* fixed build
* Changed ast.lcp and User pointer to value in context.hpp
* Fixed test
* Remove denies on grant all
* AuthChecker
* Pr fix, auth_checker still not fixed
* Create mg-glue and extract UserBasedAuthChecker from AuthChecker
* Build fixed, need to fix test
* e2e tests
* e2e test working
* Added unit test, e2e and FineGrainedChecker
* Mege E129, auth_checker tests
* Fixed test
* e2e fix
Co-authored-by: Boris Taševski <36607228+BorisTasevski@users.noreply.github.com>
Co-authored-by: josipmrden <josip.mrden@external-basf.com>
Co-authored-by: János Benjamin Antal <benjamin.antal@memgraph.io>
2022-08-16 21:57:23 +08:00
|
|
|
add_subdirectory(fine_grained_access)
|
2019-02-19 20:50:46 +08:00
|
|
|
add_subdirectory(audit)
|
2019-02-27 22:22:54 +08:00
|
|
|
add_subdirectory(ldap)
|
2020-03-03 17:38:50 +08:00
|
|
|
add_subdirectory(mg_import_csv)
|
2022-11-04 22:23:43 +08:00
|
|
|
add_subdirectory(license_info)
|
2022-12-10 01:50:33 +08:00
|
|
|
add_subdirectory(env_variable_check)
|
|
|
|
add_subdirectory(flag_check)
|
2023-04-05 00:46:26 +08:00
|
|
|
add_subdirectory(storage_mode)
|
2023-09-11 23:30:54 +08:00
|
|
|
add_subdirectory(run_time_settings)
|
2023-11-24 20:11:47 +08:00
|
|
|
add_subdirectory(init_file)
|