Invalid or unparsable field in filter request
I am using version 2.0.4(these were filters that worked in version 1) This gives me the same error you mentioned.filter : (agency_id = 95) and ((lat * 2) > 35) If we don't multiply LAT by 2, the...
View ArticleJWT authentication without DF user registration
The DF2 documentation states as OAuth 1.0, 2.0, LDAP and local user management as the options to be able to get JWT tokens and then use it for API calls during a session. What if I have a custom...
View ArticleReturning the logged in user's name with a custom script
@drewpearce - Thanks. How do I get the lookup_key XYZ associated with such a role? Where can I find the related=YYYYYY to get the lookup key's value? Thanks.
View ArticleStart Dreamfactory on system startup (Ubuntu Linux)
Hello!Sorry if this thread is already exists but I didn't found any information about this in documentation or forum. I've installed dreamfactory on my hardware and I want to automatically start all...
View ArticleCan roles be exported/imported?
Is there any way to export roles? They don't seem to be included as part of an app package (which would make sense given they exist independently of an app).
View ArticleHow to pick up the keys Lookup data created in the User table
I need to create a user-level to see if the User can view some of the API buttons and thought with lookup_key would be the most productive way but I am not managing to grab the values of the User...
View ArticleCan roles be exported/imported?
I can export my roles making a direct export my DBMS and exporter df_sys_role_service_access table and importing normally. Tomare that has helped
View ArticleBug in SMTP configuration save - missing config
There seems to be an issue at present whereby the admin UI does not pass all settings back to the server when saving the configuration for an SMTP email service. It saves the basic information but...
View ArticleBug in SMTP configuration save - missing config
Yes. This is a known bug. Working on a fix presently.
View ArticleStart Dreamfactory on system startup (Ubuntu Linux)
@Hvojntj Hello! I'm curious when you opened /etc/rc.local in your editor with root permission and add the command. Did you add before the line exit 0 in that file? Is this a Bitnami installer or was...
View ArticleGithub Install 1.9.x db_max_records_returned issue
Hi All I have a Bitnami installed version as well as Github installed version on Windows. I have increased value in common.config.php for 'dsp.db_max_records_returned' => 1000,. The bitnami version...
View ArticleGithub Install 1.9.x db_max_records_returned issue
This does not reset your application. It updates the code to the latest on github.Did you restart your web server service (apache, nginx, etc?)
View ArticleGithub Install 1.9.x db_max_records_returned issue
Thanks @drewpearce for the reply. Yes I restarted my server several times. Should I update the code? will that do it or override my edits?
View ArticleGithub Install 1.9.x db_max_records_returned issue
Are you on 1.9.4? If so there's nothing to update. That was the last update to the 1.9 architecture. Moving to 2.0 requires a new instance and migrating your data and apps.
View ArticleGithub Install 1.9.x db_max_records_returned issue
yes I am on 1.9.4-patch1. So do you mean I should migrate to 2.0?
View ArticleGithub Install 1.9.x db_max_records_returned issue
Everyone should move to 2.0! But there are a lot of changes and it's not an in place upgrade, so be aware.As far as the issue you're experiencing, do a GET on system/config and see what is being...
View ArticleGithub Install 1.9.x db_max_records_returned issue
Thanks @drewpearce here is my result { "allow_admin_remote_logins": false, "allow_guest_user": true, "allow_open_registration": true, "allow_remote_logins": false, "allowed_hosts": [ { "host": "*",...
View ArticleGithub Install 1.9.x db_max_records_returned issue
Thanks @drewpearce it has started working. I think when I restarted the whole system properly it started working. Thanks once again.
View ArticleServer-Side scripting on file upload not triggered in v2
Any updates on this? Do the developers know it to be an issue? I see debug messages in the logs about pre and post processing events for many other resource and service events (api_docs, system,...
View Article