Search found 41 matches

Go to advanced search

by Ed Chmiel
Mon Nov 23, 2015 6:11 pm
Forum: Issues
Topic: REST API database access via AngularJS
Replies: 5
Views: 1264
 
Jump to post

REST API database access via AngularJS

I am now trying this one: $http({ method: 'GET', url: ' https://api.appery.io/rest/1/db/login ', headers: { 'X-Appery-Database-Id': 'xxxxxxxxxx' }, transformRequest: function (data) { var postData = []; for (var prop in data) { postData.push(encodeURIComponent(prop) + "=" + encodeURICompon...
by Ed Chmiel
Sat Nov 21, 2015 5:09 pm
Forum: Issues
Topic: REST API database access via AngularJS
Replies: 5
Views: 1264
 
Jump to post

REST API database access via AngularJS

i see, but still having trouble with the format. Get 400 bad request: var config = { headers: { 'X-Appery-Database-Id': 'mydatabaseid', 'Accept': 'application/json;odata=verbose', 'Content-Type': 'application/x-www-form-urlencoded' // Note the appropriate header } }; var thedata = { data: { 'usernam...
by Ed Chmiel
Sat Nov 21, 2015 12:05 am
Forum: Issues
Topic: REST API database access via AngularJS
Replies: 5
Views: 1264
 
Jump to post

REST API database access via AngularJS

I have the following code in an angularjs controller in a standalone project that i need to access my data in an appery database: function GetAll() { var config = { headers: { 'X-Appery-Database-Id' : 'mydatabaseid', 'Accept': 'application/json;odata=verbose' } }; return $http.get('[url=https://api....
by Ed Chmiel
Thu Oct 22, 2015 7:27 pm
Forum: Issues
Topic: How to save account password securely on local storage?
Replies: 7
Views: 1806
 
Jump to post

How to save account password securely on local storage?

How does appery store the password in the database? I have to move my database and need to get them out of the users database into my database.

by Ed Chmiel
Fri Oct 16, 2015 4:58 pm
Forum: Issues
Topic: How do I change my app package name.
Replies: 20
Views: 3438
 
Jump to post

How do I change my app package name.

I'm sorry, I just don't understand whats in the link above to change the package name. I am trying to submit to Amazon app store, and they need a unique package name. I've tried changing it in the App properties (results in build error) and also in the manifest, but it too results in build errors. C...
by Ed Chmiel
Fri Oct 16, 2015 3:42 pm
Forum: Issues
Topic: how do i (as the owner) see the password in the User database?
Replies: 3
Views: 934
 
Jump to post

how do i (as the owner) see the password in the User database?

Ok that's good then. I saw other threads about implementing a password recovery feature - has that become part of the login system or is it still something that must be coded? If coded, any links appreciated to the simplest one.

by Ed Chmiel
Thu Oct 15, 2015 11:47 pm
Forum: Issues
Topic: Forgot password link
Replies: 33
Views: 5999
 
Jump to post

Forgot password link

Totally agree - this should be part of the login page/function with little or no work on the developers part. Should have a build it reset password as well as email storage.

by Ed Chmiel
Thu Oct 15, 2015 11:08 pm
Forum: Issues
Topic: how do i (as the owner) see the password in the User database?
Replies: 3
Views: 934
 
Jump to post

how do i (as the owner) see the password in the User database?

It is marked hidden and I need to see it to recover an account. Can I view it in a browser?

by Ed Chmiel
Fri Jun 19, 2015 11:28 pm
Forum: Issues
Topic: Android version number change will not save.
Replies: 37
Views: 11110
 
Jump to post

Android version number change will not save.

done. Kids Bux trying to make it version 4.

Go to advanced search