Refreshing the List of Functions / Tables in the Scripting Interface
Is there a way update the list of recognized tables and functions in the lists that populate presumably upon initial service connection which show in the scripting interface? I have added functions...
View ArticleMissing region for AWS S3
Hello mattschaer, Thanks for your time, finally we had created a bucket in the Virginia region so we can test it. It works fine. But it will be good if there were a way to add the missing regions....
View ArticleRefreshing the List of Functions / Tables in the Scripting Interface
You need to add/update the service definition with the corresponding paths and methods for the service you created. After that, the paths, methods and pre/post/queue events will show up in the...
View ArticleMissing region for AWS S3
@Jose_Luis_Suria this should be fixed in the forthcoming release, we've added Ohio, Canada, London, Mumbai, and Seoul. I'll verify for sure and let you know which version implements these changes,...
View ArticleHow to change the look&feel of the user confirmation webpage
Hi,how can i do this on version 2.7.0 ?Thanks
View ArticleHow to add extra user fields to User Management?
I have created gender field in user table but not able to insert data into this field
View ArticleRefreshing the List of Functions / Tables in the Scripting Interface
The issue I'm identifying is that when I create new stored functions within my db that are within paths already identified in the service definition, I would like for them to show up in the scripting...
View ArticleHow to add extra user fields to User Management?
same issue here.how to write custom php code after adding extra column in user table
View ArticleNo active applications for a new user
Sorry that it's been so long since you got a response. It looks like you've hit everything I'd normally suggest looking at. Double check that:* the active checkbox is checked on both the app and the...
View ArticleSUPER Slow Related REST APIs for DreamFactory
@Hussain_Fakhruddin, I agree that the startup time dreamfactory adds doing authentication, apps, roles, etc would add some time before the start of the query, but that time stays pretty constant. As...
View ArticleRefreshing the List of Functions / Tables in the Scripting Interface
Solved easily enough now that I have tried "turning it off and then on again". Server restart seems to trigger the update.
View ArticleDF 2.7.0: User register API don't save password
Hello, I try some scenarios to test the "/user/register" API, and can't get to save the password! In the DF configuration have: Allow Open Registration = true. Then, using the swagger included in DF I...
View ArticleDF 2.7.0: User register API don't save password
Hello, I put same question in Github, DreamFactory repository, and get answer from Todd Appleton (dreamfactory dev) and get this answer: Github Dreamfactory post The UI is a little confusing. There's...
View ArticleA Tip for a newcommer
Hi there guys. I have a database that holds a single table with very simple data. 1 single method that's it. I would like to have this data accessible by users with auth tokens and be able to see api...
View ArticleA Tip for a newcommer
If you have something very "simple", maybe the best option os to go to a micro-framework, like: Silex or Lumen. They have connection to BD, user Auth, and can create API to serve to client's. I see...
View ArticleA Tip for a newcommer
If you plan do go forward using DF, the best thing is to check the youtube Channel. It very well explains the Basics.
View ArticleDF 2.0 in Heroku
Grateful, but I already tried to follow the instructions, but the link repository does not exist.
View ArticleHow to map 2 different databases
Hello I am using Dream Factory 2.0. I have a client that has a Soap API that sits on top of an oracle database. The SOAP API will grant me access to all the data I need except for the time stamp...
View Article