Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 21 online users. » 0 Member(s) | 19 Guest(s) Bing, Google
|
Latest Threads |
using cdb_auth with Live...
Forum: General
Last Post: JereMiami
12-19-2024, 01:58 AM
» Replies: 0
» Views: 75
|
BLOBs - not possible to a...
Forum: General
Last Post: stamatis
10-06-2024, 06:28 PM
» Replies: 0
» Views: 279
|
Allow users to change the...
Forum: General
Last Post: mark_talluto
01-18-2024, 01:09 AM
» Replies: 8
» Views: 11,535
|
cdb_sendEmail
Forum: General
Last Post: mark_talluto
11-07-2023, 09:57 PM
» Replies: 0
» Views: 706
|
cdb_sync & cdb_lookupvalu...
Forum: General
Last Post: mark_talluto
11-07-2023, 09:45 PM
» Replies: 1
» Views: 1,270
|
cdb cdb_sendEmail
Forum: Bug Reports
Last Post: JereMiami
10-05-2023, 01:57 PM
» Replies: 0
» Views: 1,789
|
LCM: "Please inform Canel...
Forum: General
Last Post: mark_talluto
07-12-2023, 07:58 PM
» Replies: 24
» Views: 23,569
|
San Franciso Region Outag...
Forum: Announcements
Last Post: mark_talluto
05-09-2023, 03:31 AM
» Replies: 1
» Views: 2,915
|
Error, CDB_Header checksu...
Forum: General
Last Post: cpuandnet
02-01-2023, 05:00 AM
» Replies: 4
» Views: 3,969
|
CDBCache sync from local ...
Forum: General
Last Post: Hendricus
01-29-2023, 09:39 PM
» Replies: 2
» Views: 2,810
|
|
|
Version 2.7.5.3 Released |
Posted by: mark_talluto - 07-07-2021, 08:55 PM - Forum: Announcements
- No Replies
|
|
Please find an updated version of LCM libraries in release 2.7.5.3.
The update is useful if you use cdb_updateUserAccount to update your users log in passwords.
After a successful password update, the CanelaDB will automatically update the auth system. In previous versions you would have to force your users to log in again to get the same result.
Per Stam's post, I can see that our documentation for this command needs more information. We will get to work on that today.
-Mark Talluto
|
|
|
Allow users to change their password? |
Posted by: stamatis - 07-03-2021, 05:32 PM - Forum: General
- Replies (8)
|
|
Hi Mark and liveCloud team
Please accept my apologies if I missed this in the documentation - is there method for changing a user's password?
Thanks to a nice forum post from Mark, i saw there was an internal method (not mentioned in the documentation) to allow users to reset their account with a random string, but my users will want to change this to one they will remember after logging in...
I can't see a way to hash the new password provided by a user to update the cdbUsers record with the hashed version. Although i'm not sure, i don't imagine cdb_updateUserAccount would do this automatically.
As far as i can see, the only way to do this would be to get the existing cdbUser's data, delete the entry and and create a new user with the update password, which seems a faff, not to mention time-consuming function...
Is there a better way of doing this? (or will cdb_updateUserAccount do this automatically?)
Many thanks in advance,
Stam
|
|
|
Create Project: 'cp' is not recognized as internal... |
Posted by: JereMiami - 06-25-2021, 12:53 PM - Forum: Getting Started
- Replies (4)
|
|
I get this response in attempting to create a new project:
'cp' is not recognized as internal or external command, operable program, or batch file.
I have not run into this before nor have I had any trouble creating projects before. I reinstalled the manager. Still give me the same error. It installs the canela folder, and creates its parent folder with the name of the project, but there is nothing in the canela folder nor is there the traditional login stack.
|
|
|
Question re: tInternalA["delaySend"] |
Posted by: stamatis - 06-24-2021, 06:05 PM - Forum: General
- Replies (4)
|
|
Hi LiveCloud team and all,
Quick question - several methods that update the cloud database have an option to defer the update until a cdb_flushCache is sent. Great and very useful for batching multiple updates to the cloud.
However just wanted to check - if i do an update or batchMerge and defer the cloud update by putting true into tInternalA["delaySend"], does this update the local database?
Or do I have to update the local database separately? (needless to say i'd prefer the former!)
Many thanks
Stam
|
|
|
Version 2.7.5 Released |
Posted by: mark_talluto - 06-04-2021, 02:11 AM - Forum: Announcements
- No Replies
|
|
We fixed three bugs and provide one improvement with this update.
Bug fix: We had a rare but possible issue with one of our internal indices that tracks the tableName references to the tableID. It was possible for the cdbCache Table to have two references in the index. This issue could cause an app to fail to sign in when the credentials were correct.
Bug fix: We now insure that the config file is updated on disk when an appropriate change has been made to the database configuration.
Bug fix: There was a bug that would not allow you to sign out of LCM from the Accounts screen.
Improvement: We added a new API - cdb_autoSetupAuthKey(). This API will allow you to place your initializeCanelaDB handler (from your exported sdk) to be placed anywhere in your app. Before, you had to place that handler in your mainstack script or the script of card 1 of your mainstack. Please see the online docs for details on how to use this API (https://docs.livecloud.io/AutoSetupAuthKey/).
-Mark
|
|
|
How to set a value for all records? |
Posted by: stamatis - 04-22-2021, 03:39 PM - Forum: General
- Replies (2)
|
|
Hi all,
I'm probably missing something basic here, so grateful for any help.
I've recently modified a table with the addition of 3 new keys and would like to set a default value for all records for these 3 keys.
I know i can read the entire table into an array, loop through this in liveCode, make the changes and then do an update back to liveCloud.
However this is cumbersome; i had envisaged that i may be able to use batchMerge, or batchUpdate to do this and simply pass "*" as the cdbRecordID, but this does not work - cdb_result shows me the error is The specified cdbRecordID is invalid: *
Is there a way to do this directly? If not will just process in LiveCode and update all records, but am hoping i've missed something more straightforward...
Many thanks
Stam
|
|
|
cdbUsers table |
Posted by: clarencemartin - 04-20-2021, 06:49 PM - Forum: General
- Replies (25)
|
|
I was having problems loading the cdbUsers table using the cdb_load("cdbUsers") name. I found that the actual name had some information in parenthesis and I can't remember that information. I actually changed the name of the table and now I cannot access that table.
I thought that renaming the user table was supposed to be disabled, is this true?
I need some help with this.
|
|
|
Version 2.8 released |
Posted by: mark_talluto - 03-30-2021, 09:54 PM - Forum: Announcements
- Replies (1)
|
|
Hello to everyone. We pushed LCM version 2.8. The notable changes are listed below. Enjoy!
Added: Mac engine is code-signed, notarized, and stapled
Improved: Account deletion and paid subscription cancellations will take effect on the first of the following month and refunds will no longer occur
Improved: Engine updater works with modern OS expectations
Improved: Updated Mac and Win engines to LC 9.6.2 rc 3
Improved: Hovering over a table's name will generate a tooltip for tableName and tableID
Improved: Handle importing CSV files that contain quote delimited values and values containing multiple lines
Improved: Added region details to exported invoices
Bugfix: Keys may not show correctly in the header when they are removed or added
Bugfix: Adding keys during a CSV or JSON import can lose notion of the current project
Bugfix: Error occurred when entering non-ASCII characters into the credit card form
Bugfix: UI bugs displaying the list of credit cards in the billing tab
-Mark
|
|
|
LCM Mac Client not working any more... |
Posted by: stamatis - 03-30-2021, 09:31 AM - Forum: Bug Reports
- No Replies
|
|
Hi liveCloud team & all...
Last night i was experimenting with syncing 800+ records repeatedly from local -> cloud. On LiveCode side was fine, but when i tried to view in LCM, i just kept getting the 'we appear to be offline' message.
This morning i get a bizarre error that happens immediately on startup. I downloaded the (new?) notarised version of LCM and tried again, after deleting all preferences etc.
It now launches fixed to the San Francisco server with Mark's username on -- but i'm unable to change any details without triggering an error message making this unusable (screenshot:
LCM error.jpg (Size: 140.63 KB / Downloads: 6)
)
Anyone else had this? Any solutions?
regards
Stam
|
|
|
What is Canela working on? |
Posted by: mark_talluto - 03-10-2021, 09:18 PM - Forum: Announcements
- Replies (1)
|
|
I want to reach out to everyone and update you on the things we are doing. The Canela team continues to work from home, thanks to Covid. The reality is that we have been extremely productive during this time. Our team collaborates on development as if we were in the same room. It has been a great experience.
Our team remains very focused on Appli. Appli is our front-end design tool for making database apps. Our progress has been tremendous. In the last few months, our new IDE has become very clean and robust.
What kind of progress have we made? We have added the ability to create and test apps on a simulator and a mobile device. This feature alone will cut down the development cycle because you can forgo the need to compile and transfer your apps. You save your work and press a refresh button on your phone to see your updates in real-time. You are updating your actual app on a mobile device without having a developer account and app store experience.
Appli comes with a completely responsive design system that is easy to use. You can build your app for any size phone, and it will look pixel-perfect on all phones, no matter the size and aspect ratio.
We have also been working on our Appli elements (complex controls) by improving their functionality and performance. Each element solves anywhere from hundreds to thousands of lines of code automatically. Once you draw your element on the playground, the element is ready for action.
Appli takes full advantage of LiveCloud. Drag a CSV file onto the playground and have Appli automatically store the data in the cloud, build a table for you, and bind your data in seconds. Save your work and test on your phone. You will notice that the table automatically manages key features like editing your data, sort columns, rearrange columns, and rearrange rows. You can decide which columns to make visible. Buttery smooth scrolling on mobile is managed automatically for you. Pull down on the table to refresh your data. Your table can display gigantic amounts of data with its cache system that streams data as you scroll. It looks amazing!
Appli solves so many problems elegantly. It is fantastic that we will have another option for developing apps. All of this work intimately applies to LiveCloud and CanelaDB. Our database and cloud architecture is the meat of the Appli framework. Your apps are indeed databases in the truest sense. You no longer need to think about your app's file and folder architecture. Instead, you get to focus on the UI/UX in a way never before possible.
What types of apps can one create with Appli? We plan to rewrite LCM and NurseNotes in Appli. I can see our productivity increased by not having to manage the UI/UX in code. It also will allow us to release a version of LCM that can run on a tablet and phone.
When will Appli be released? That is the age-old question every software team wishes they could answer accurately. We are planning to go into closed beta this April. We have been demoing our progress and eliciting feedback with a unique group of people over the last few months. We will know more after these champions have had time to kick the tires.
What does all this mean for LiveCloud and CanelaDB? We have been improving LCM behind the scenes during Appli's development. We will soon release new under the hood improvements. We have a few new features and enhancements that we think you will enjoy as well. Mac developers will soon be able to run LCM as a notarized app. We did a lot of work on our app update system. This intense refactor will allow our software to work with modern OS requirements in the future.
We have some big plans for LiveCloud that will allow more collaborative work. Imagine being able to invite another person to access a project on your account for collaboration. Soon you will be able to link your blobs externally to other apps. Our recent refactor of our internal ordering system added a new level of robustness.
Appli would not exist without LiveCloud. Thus, LiveCloud is more important to us than ever before. I hope this information is informative and helpful to you. Please comment below if you have any thoughts or questions.
-Mark Talluto
|
|
|
|