How use stored procedure in DreamFactory?
Does this page help?http://wiki.dreamfactory.com/DreamFactory/Features/Database/SQL/Stored_Procedures_And_Functions
View ArticleUsing a current OAuth server for authentication
So, we've got an OAuth2 server with user registration, login, recover password, etc. How do we authenticate against it? Thanks!
View ArticleCustom headers ignored in external requests
Hi all, When issuing a platform.api.post request from a V8 script service, it seems the options object is ignored. We've tested it in DF 2.2.0 and 2.2.1.For example, the following code: var options =...
View ArticleHow to intercept S3 file upload
Thanks @zerox12, actually we're doing something similar. Indeed it would be much more efficient if we could intercept the data as it is uploaded.
View ArticleUpdating MySQL Schema to CASCADE on DELETE
For reference, and I'm not sure if this is a bug or by design, so I'd like to have some feedback, if possible. On a PATCH or PUT, I was unable to update the ref_on_update/delete to CASCADE; however,...
View ArticlePlatform.api not working in NodeJS scripts to access Mongo
I'm trying to issue a request from a NodeJS service in DF 2.2.1 like platform.api.get("mongodb/_table/myTable") but the script seems to crash without any other clue but returning the message "Executed...
View ArticlePlatform.api not working in NodeJS scripts to access Mongo
Ok, I found the problem: NodeJS syntax is different from V8 and the data is received via callback. For examples, see http://wiki.dreamfactory.com/DreamFactory/Tutorials/Node_platform_api_crud
View ArticleUsing a current OAuth server for authentication
I'd like to know that too. Is it possible to implement a generic OAuth solution with DreamFactory?
View ArticleCustom headers ignored in external requests
This is fixed in the 2.4 release. 2.4 is on github now and the bitnamiinstaller will be available next week.
View ArticleCustom headers ignored in external requests
Thanks for the quick response. Migrating from v2.2 to v2.4 in our production system sounds scary. Is there any kind of patch or hotfix that solves this problem and can be applied on v2.2.0 or v2.2.1?
View ArticleNodeJS script problem executing external program
Hi, We've created server side script using NodeJS in DreamFactory 2.2.0 which resizes images. In order to achieve it, we use the node-thumbnail library, which in turn uses Imagemagick. We've installed...
View ArticleNodeJS script problem executing external program
Does it do the same thing if you turn off "sandbox" mode (I think that's what they call it)?
View ArticleSandbox version 2.3.1 and multiple result sets from sp
Hi, I set up a sandbox account yesterday & notice it's on version 2.2.1 I've been using version 2.3.1 locally and have a stored procedure with multiple result sets that works great locally, so...
View ArticleUsing a current OAuth server for authentication
pier: OAuth Yes we do! Check out a blog post on OAuth here. Thanks.
View ArticleUsing a current OAuth server for authentication
Hello there, @DFCommunityManager, I've checked that blog post before, and it is very specific to Facebook. Now, if what you are trying to imply is that using any of DF OAuth Services is the same for...
View ArticleUsing a current OAuth server for authentication
DFCommunityManager: Yes we do! Check out a blog post on OAuth here. Thanks. From that blog post it seems you only support a handful of OAuth providers which is not what we are asking here. The...
View ArticleSandbox version 2.3.1 and multiple result sets from sp
What issue are you experiencing with multiple result sets when calling a stored procedure?
View Article