mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-29 18:18:12 -04:00

- Set request method to GET by default in ApiLocalConnectionHandler to avoid /peers request fail randomly - Use TabView instead of SwipeView to not depend on Qt 5.7.0 (latest version) - AddTrustedNode simplified layout to avoid unexpected behaviour on some phones - Locations add sslid property to root Item to avoid unexpected behaviour when multiple locations are available - TrustedNodesView color connected friends with green and offline with grey - Ignore kdevelop 4 files
libresapi: resource_api and new webinterface
- ./api contains a C++ backend to control retroshare from webinterfaces or scripting
- ./webui contains compiled files for the webinterface (after build)
- ./webui-src contains HTML/CSS/JavaScript source files for the webinterface (NEW, webinterface made with mithril.js)
Quickinfo for builders and packagers
- copy the files in ./webui to
- ./webui (Windows)
- /usr/share/RetroShare06/webui (Linux)
- other OS: see RsAccountsDetail::PathDataDirectory()