Re: [fossil-users] JSON Web Client not in fossil pages (Stephan Beal)

2014-10-17 Thread Carlos Alberto Ruiz Uribe
I was thinking this scenario to implement, Add, Commit, Push ... in this way: One host A uses JSON to communicate whit another host B, host B should be http://localhost:8080 (mainly), so due to Javascript and JSON normally runs on client side, when i for example do AJAX with JSON where

Re: [fossil-users] JSON Web Client not in fossil pages (Stephan Beal)

2014-10-17 Thread Carlos Alberto Ruiz Uribe
You're right about security holes or issues, but what i mean is : Web client is just sending JSON commands to a local host that operates locally, the operations are not on internet , i mean it will be like to send remote commands to a local Fossil CLI, something like that but using http as

[fossil-users] JSON Web Client not in fossil pages

2014-10-15 Thread Carlos Alberto Ruiz Uribe
Hi, I would like to create a simply Web Client that will work likes the desktop application Fuel-scm using the JSON-API, I have reviewed the JSON API Documentation, and i 'm wondering: How to add ( a file to the repo) with JSON API in HTML, i mean the equivalent to Fossil add file,