RetroShare / RSNewWebUI

30 stars 20 forks source link

Please add Api for profile creation #94

Open defnax opened 7 months ago

defnax commented 7 months ago

Hi think for retroshare-mobile its importend too to have a api for profile generation then we can generate without qt a user profile, rs mobile depends on qt too

@G10h4ck image

G10h4ck commented 7 months ago

JSON API already supports profile creation https://github.com/RetroShare/libretroshare/blob/954178f8130f8def04df757cfbdb7ca224b181fd/src/retroshare/rsinit.h#L472 elRepo.io mobile application uses it, so it is a matter to just implement the view to create the profile also in the RS web interface

defnax commented 7 months ago

ah i doesnt known that, maybe we can skip the qt install on rs mobile app.

defnax commented 7 months ago

@zelfroster you can implement webui part where we can generate a new profile from webui?

zelfroster commented 7 months ago

Sure, Will do that 👍🏻

On Tue, Jan 23, 2024, 5:06 PM defnax @.***> wrote:

@zelfroster https://github.com/zelfroster you can implement webui part where we can generate a new profile from webui?

— Reply to this email directly, view it on GitHub https://github.com/RetroShare/RSNewWebUI/issues/94#issuecomment-1905856155, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWJOVXCJEVEMGLQYY3UC5BLYP6OFLAVCNFSM6AAAAABCFPXNXKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBVHA2TMMJVGU . You are receiving this because you were mentioned.Message ID: @.***>

G10h4ck commented 7 months ago

ah i doesnt known that, maybe we can skip the qt install on rs mobile app.

no need of Qt at all to use libretroshare on Android, elRepo.io uses libretroshare and is written in flutter

defnax commented 7 months ago

Im not sure more why retroshare-mobile used qt. maybe soon after its compliming again needs to removed that depencies https://github.com/RetroShare/retroshare-mobile?tab=readme-ov-file#installing-on-local-machine

Maybe @ayushkoli772 can remove it in the future when we doesnt need more the qt depencies in retroshare mobile