Quantcast
Channel: DreamFactory Forum - Latest posts
Browsing all 5027 articles
Browse latest View live
↧

Facebook OAuth response with the HTML file instead of JSON

Hi,I try to follow the wiki tutorial for implementing Facebook OAuth. I have setup the FB apps, and I also setup Dreamfactory service accordingly. My Dreamfactory service name is facebook_contractor,...

View Article


Redis Caching for Requests to a Database Service

I know there are a couple legacy topics regarding caching, but most seem to regard previous versions of DreamFactory. I'm running 2.4.1 and trying to setup caching for requests made to a Postgres...

View Article


Curl. Bad request. No token or api key provided. On login

Any ideas why this does not work? DreamFactory 2.4.2 RHEL 6.8 curl -i -k -X POST https://host/api/v2/mongodb/user/session -d '{ "email" : "me@some.org", "password" : "password" }' -H 'Content-Type:...

View Article

Event script when user register via OAuth

Hi,I need to duplicate user information to another database when user register via OAuth. Is there a way we can do this with server-side scripting? Thanks

View Article

Multiple DF instances on same server

Hi, I got a powerful server and now I wish to install multiple DF instance on same server. I want to use the same mysql as it will be an overkill to use multiple mySQLs However, if its not possible, I...

View Article


Multiple DF instances on same server

It sounds like you're talking about using the Bitnami installer? It will automatically change the port numbers to run multiple installs on the same machine.

View Article

Fine tuning non-admin access to api_docs

Confirmed this is not behaving as it should. Filing a bug/feature request.For now, you will need to grant access to the whole service for it to be visible in API Docs. Sorry.

View Article

Fine tuning non-admin access to api_docs

for reference this is DF-1005

View Article


Curl. Bad request. No token or api key provided. On login

because you're not logging in with that call.you're accessing the mongodb service and trying to append user/session to the end of it. Mongodb service requires an api key and/or session token to...

View Article


Azure Availability Set and scaling DreamFactory using SQL Server as...

Is this still the case in 2017 or is SQL server now supported as the system db? I could not get sqlite to work so I tried the sqlsrv as it was listed by the setup...Please advice if there are any...

View Article

Dreamfactory system DB in sql server

I was not successfull with sqlite so I cleared everything and run the setup configuring sql server. I feel the setup did not complete succesfully as I got this: Running Migrations... Migration table...

View Article

S3 folder listing fails when >1000 files

Issue created: https://github.com/dreamfactorysoftware/dreamfactory/issues/134

View Article

Web server cache headers

Issue created at https://github.com/dreamfactorysoftware/dreamfactory/issues/135

View Article


How do i filter/restrict a table based on a table field?

You can so by using Lookupkeys This link should be exactly what you try to achive:http://wiki.dreamfactory.com/DreamFactory/Tutorials/Record-level_access_control warm regards

View Article

Multiple DF instances on same server

Hi, How about using same MySQL but totally different database for DF ?

View Article


Multiple DF instances on same server

The Bitnami installer doesn't allow you to specify which database. You would have to run the installer, then copy the database to the different db server and update the .env file. I think there is...

View Article

How to query the DB with the ILIKE filter

When I am querying my table with the Like function, the result doesn't display different case results. For example, if I am specify a filter "column like %washington" it doesn't display the result...

View Article


Moving everything using Packages messes up my Data

Hi there, Since I am live with my app, I try to implement a Dev environment. I set up another instance and wanted to copy the whole app+user+roles+scripts+etc. via Package from PROD to DEV. But that...

View Article

How to query the DB with the ILIKE filter

Are you sure, your syntax is correct. I do requests with "LIKE %"+ and it works perfectly.

View Article

Identify Source of API Call (Script or Other)

Is there any way to identify an API call from a script vs other? I'd like to build a logging interface upon GET/POST/UPDATE/DELETE and if I need the script to do any form of lookup for the logging...

View Article
Browsing all 5027 articles
Browse latest View live