Axel Morgner

Results 23 comments of Axel Morgner
trafficstars

Sounds interesting! Please have a look at https://github.com/structr/structr/tree/master/structr-db-driver-api, this is the API to implement. At the moment, the only working implementation is the Neo4j Bolt driver: https://github.com/structr/structr/tree/master/structr-neo4j-bolt-driver

Hi @mingfang, sounds really great what you have achieved. Sorry for the late answer, we were pretty busy with the release of 3.6.0 and 3.6.1. We have put support for...

Great ideas, Eric, this could definitely work like this. The POST function supports headers, just set them before actual request: ``` ${( add_header('X-User', 'abc'), POST('http:/external.service/api/foo', '{name:"bar"}', 'application/json', 'utf-8') )} ```...

I like this, and there's already something similar being worked on. Stay tuned. :-)

Yes, and there's already existing functionality for nodes (header fields) we can also use for the rel attributes.

In the REST API there's a special view named `_structr_graph` that contains information about the start and end node: ``` $ curl -HX-User:admin -HX-Password:admin http://localhost:8082/structr/rest/Bar { "query_time": "0.000706039", "result_count": 1,...

Could you please try again the latest stable release (currently 2.3.5)?

There's a hidden feature: You can lasso-select the schema entities you'd like to export as snapshot.

Thanks @ravensorb and @dlaske for your contribution, much appreciated! We discussed the existing search functionality in the team, and we agree that there's much room for improvement, so just open...