Create only One Public API
How to create a single public api using roles. Added a guest role & allowed access to component "*" for a service. It worked without login. But when I change the component from * to a specific...
View ArticleIssue with custom email template
Yes, you can (perhaps should) change those fields. Just change it to what you want and select the template in your call to send email. Don't need to put the email template in URL. Do this call: var...
View ArticleHow can I avoid the DSP trys to reach out for the internet
Oh I see. Thank you. Sorry for my confusion. I thought this was in reference to the DreamFactory 1.x based on the beginning of the thread.
View ArticleSharing data to other users?
skipatrolmobile: I have something somewhat similar. Table Foo. Define table Foo using Schema. Under Roles/Access, put in the service = Database and the component = Foo and give the role permissions to...
View ArticleSharing data to other users?
Also, is it possible to do something like this: Capture.PNG1135x145 3.53 KB Where is_shared is a stored procedure/function that checks if the user has access to the record based on record_id? Then I...
View ArticleSharing data to other users?
The performance-related effects of the trigger(s) could be minimal. Depends upon a few things. If you don't know how the index design would need to support this technique, you might find yourself...
View ArticleIssue with custom email template
Hi, Still not working properly when adding template in the Payload.
View ArticleAccessing certain ports in server script platform.api.get("host:80") respond...
finally i raised up v8js, now i want to give a get request in scripts but cant find way to get on certain ports, even port 80, see:var _result = platform.api.get("https://www.google.com:80");throw "ok...
View ArticleSupported SQL syntax?
I am very new to DreamFactory. I have installed DreamFactory 2.0 using Bitnami installer OSX. Also create a service to connect our Salesforce.com and it works great. When i use the endpoint to...
View ArticleCustom API endpoint
I would like to create custom API endpoint with predefined parameters and Save it as an endpoint. Is there a way to do this ?
View Article500 Error /api/v2/system/environment
I am having the same issue. Did you find a solution to this? Thanks. Rajiv
View Article500 Error /api/v2/system/environment
chmod -R 2777 storage/ bootstrap/cache/ ok - I changed the permission to the above and it seems to work (for now).
View ArticleCustom API endpoint
Suppose i configure a remote web service which has various parameters like http://localhost:8080/api/v2/rotten/lists/movies/in_theaters.json?parameter=1¶meter2 which i want to be available as...
View ArticleCustom API endpoint
You could create a Service to do that, which will become a endpoint API, and in Service you configure the parameters and other stuffs you like.
View ArticleBrute Force Attack
Charles,Have you thought about using a product like fail2ban to slowdown brute force attacks like this based on Apache logs? You could add something like this in front of DreamFactory and as Bill...
View ArticleCreate only One Public API
Tejas,What version of DreamFactory are you working on? We had a report similar to this which was fixed late last month. So, if you ran a git pull, it would get the latest code with the fix. Please let...
View ArticleCreate only One Public API
Hey @sridharsa, Thanks for the reply. I have installed the DreamFactory through Bitnami Installer. DreamFactory shown on the admin panel is 2.0.2
View ArticleCustom API endpoint
Could you please point me to the documentation for creating a custom service ? Thanks
View Article