Is there support for filtering WHERE x LIKE y?
This is in the current sprint, which is scheduled to conclude the first week of October.
View ArticlePassword reset not working after user logins
We're also using PUT to refresh the session token and we experience the token blacklisted issue when resetting the password. Then how can you refresh the session token without using the PUT to...
View ArticleHow to upload a image via POST?
Maybe you can try sending the data as multipart/form-data, as explained in the docs. If you use this way, let me remark that the key of the file has to be "files".
View ArticleServer scripts source code versioning
Usually we keep all our code under a Git repository (in Bitbucket or GitHub for example), so we find difficult having these blocks of code which determine the behavior of the backend (event scripts,...
View ArticleAngular2 Sample App Config
You need visual studio if you are running node.js on windows and install this sdk. Otherwise npm install fails. I also added a pull request to fixt he readme, but it seems that no one is maintaining...
View ArticleServer scripts source code versioning
Thanks for the clarification. We'll get back to you soon! I wonder if anyone else from the community wonders about this?
View ArticleHelp for custom script ""No record(s) detected in request."
Thanks @gnieark for posting your answer! It's much appreciated. I'm also glad to hear you were able to figure it out. Cheers!@AlexBowen
View ArticleForgot password API?
Sorry. I'm not able to duplicate the error, after much trying. Can you be very specific about how this is happening?What version of DramFactory? What exactly are you doing, password recovery ("i...
View ArticleProblems to refresh a forever session token
how to reconfigure angular2 bootstrap after refreshing token ? and is there any to check token status ?
View ArticleSystem/package returns 500 error
If anybody comes looking for this after the fact I answered it on the Bitnami forums here: https://community.bitnami.com/t/system-package-returns-500-error/43999
View ArticleOData output from the DB call
I'm not totally sure I understand OData, but the way DreamFactory works, the APIs are autogenerated, so there's no way to change the underlying structure of APIs themselves. However if you need to...
View ArticleHow to check if user email/name is taken
So it's been quite a while, but I'm trying to implement what you suggest. This is the first time I've tried to do scripting. I'm having trouble dealing with whatever is in...
View ArticleServer scripts source code versioning
Hi @rbarriuso, Ben here with DreamFactory. GitHub integration for server-side scripts is on the roadmap, shooting for before the end of the year. In the current sprint, we're tackling GitHub...
View ArticleServer scripts source code versioning
Probably all configuration in DF, such as DB schemas, user roles, apps.Even if they can be exported as packages, it would be great to keep trackof their changes.
View ArticleMysql error on cloud install
hi,I just installed df on ec2 using bitnamiand after install i am having issues with mysqlfirst of all it didnt had mysql service setupso i had to many set it upsecondlyi have been getting this error...
View ArticleHow to check if user email/name is taken
Can someone explain why this script doesn't work in user.register.post.pre_process? var lodash = require("lodash.min.js"); if (event.request.payload.resource) { // use 'payload' for request...
View ArticleCould not find a service for
New install 2.3.0 when I do rest api I keep getting this errorany idea what am I doing wrong ?
View ArticleServer scripts source code versioning
FYI, all of that configuration info can be exported and imported today. It's in the packages tab of the admin console and there's an API for it as well...
View ArticleServer scripts source code versioning
Sure, but then you need to keep track of the exported package files manually.And by the way, I recall last time I used the packaging feature, the role permissions weren't exported. Thanks!
View ArticleMysql error on cloud install
I just deployed a bitnami image to Google and mysql service is messed up. It has no configuration and you can't edit the schema from Admin.
View Article