2015-02-10 |
Goffi |
browser side: added a base_location property to get location of current Libervia instance
frontends_multi_profiles
|
2015-02-09 |
Goffi |
merges souliane changes
frontends_multi_profiles
|
2015-02-09 |
Goffi |
server + browser side: implementation of new getEntitiesData bridge method + added a security check: only a white list of entities can be gotten
frontends_multi_profiles
|
2015-02-07 |
souliane |
add very basic test system accessible from <root_url>/test, to be improved:
frontends_multi_profiles
|
2015-01-24 |
Goffi |
browser side: big refactoring to base Libervia on QuickFrontend, first draft:
frontends_multi_profiles
|
2014-11-27 |
souliane |
browser and server side: uses RSM (XEP-0059)
|
2014-10-04 |
souliane |
server_side: adapt to the new signatures of bridge method getHistory
|
2014-09-22 |
souliane |
server_side: set the connection attempt timeout to the bridge timeout (2 minutes)
|
2014-09-21 |
souliane |
server_side: set a timeout to reset the waiting connection requests after 5 minutes
|
2014-09-19 |
souliane |
server_side: enable HTTP gzip compression
|
2014-09-02 |
souliane |
browser and server sides: OTR plugin, first draft
|
2014-09-02 |
souliane |
browser_side: add minimal requirements for generic plugins handling
|
2014-09-02 |
souliane |
browser and server sides: add bridge method getLastResource
|
2014-08-25 |
Goffi |
server_side: plugin refactoring:
|
2014-06-19 |
souliane |
browser and server side: force lower case for the profile name at new account creation + fixes CSS for textarea
|
2014-06-15 |
souliane |
misc: remove some pylint errors and warnings
|
2014-06-15 |
souliane |
browser and server sides: refactor HTTP request result values + handle "NoReply" error
|
2014-06-12 |
Goffi |
server side: forgotten parenthesis
|
2014-06-12 |
Goffi |
server side: restore forgotten i18n
|
2014-06-12 |
Goffi |
server side: fix unicodes issues in options
|
2014-06-10 |
Goffi |
server_side: fixed some forgotten print statement
|
2014-06-10 |
Goffi |
server side: fixed start sequence when SERVICE_PROFILE is already connected
|
2014-06-10 |
Goffi |
server side: added config only option empty_password_allowed_warning_dangerous_list, which allow to connect with a profile with empty password. /!\ MUST not be used if Libervia is accessible from outside, this option is mainly useful for developpers.
|
2014-06-10 |
Goffi |
server side: options managing improvments:
|
2014-06-08 |
souliane |
server side: adapt passing the async failure from server to browser side, according to the new class BridgeException
|
2014-05-23 |
souliane |
browser and server sides: don't handle the "connectionError" signal anymore, we now use asyncConnect errback:
|
2014-06-03 |
souliane |
server and browser sides: fixes UI parameters initialisation with user values + small refactoring
|
2014-05-23 |
souliane |
browser and server sides: use asyncConnect instead of connect
|