Mercurial > libervia-web
graph
-
browser side (blog, contact list): use of new listener mechanism to update avatar frontends_multi_profilesMon, 09 Feb 2015 21:56:30 +0100, by Goffi
-
browser side: fixed avatar getting + better DEFAULT/EMPTY avatars constants + use of jid.JID for microblog's author frontends_multi_profilesMon, 09 Feb 2015 21:55:16 +0100, by 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_profilesMon, 09 Feb 2015 21:46:15 +0100, by Goffi
-
browser_side: fixed DragAutoCompleteTextBox for the list manager frontends_multi_profilesSat, 07 Feb 2015 20:35:45 +0100, by souliane
-
browser_side: base_widget.DropCell raises an exception if the callback doesn't return a LiberviaWidget instance frontends_multi_profilesSat, 07 Feb 2015 12:07:12 +0100, by souliane
-
add very basic test system accessible from <root_url>/test, to be improved: frontends_multi_profilesSat, 07 Feb 2015 19:24:38 +0100, by souliane
-
browser_side: fixes class JIDList, remove JIDSet and JIDDict which are actually not needed frontends_multi_profilesSat, 07 Feb 2015 19:22:45 +0100, by souliane
-
browser_side: fixes the contact group manager frontends_multi_profilesFri, 06 Feb 2015 17:53:01 +0100, by souliane
-
browser side (blog, chat): fixed dropKey callbacks to adapt them to new widget creation system. Drag'n'Drop should be fixed. frontends_multi_profilesFri, 06 Feb 2015 19:25:17 +0100, by Goffi
-
browser side (blog): added addEntryIfAccepeted method in MicroblogPanel, so it decide itself is an entry should be added, it's not done anymore in libervia_main. frontends_multi_profilesFri, 06 Feb 2015 19:23:08 +0100, by Goffi
-
browser side (base widget): added an iterator on WidgetsPanel to iterate throught contained widgets, fixed widget deletion, commented a base try/catch (without exception specified), should be uncommented once a good Exception is here frontends_multi_profilesFri, 06 Feb 2015 19:19:49 +0100, by Goffi
-
browser side (blog module): fixed isJidAccepted + added __str__ method to facilitate debugging + use of AttributeError and TypeError in some exception (because pyjamas can raise both depending on compilation options) frontends_multi_profilesFri, 06 Feb 2015 19:15:52 +0100, by Goffi
-
browser side: border widgets are now visible on drag start + they float right or left in the cell frontends_multi_profilesFri, 06 Feb 2015 19:11:02 +0100, by Goffi
-
browser side: fixed bad FlexTable __init__ call, need to be checked frontends_multi_profilesFri, 06 Feb 2015 17:49:04 +0100, by Goffi
-
browser side: fixed an error catch in contact_list module (raised error depend on pyama's compilation options) frontends_multi_profilesTue, 03 Feb 2015 14:35:47 +0100, by Goffi
-
browser_side: fixes Notification.onFocus frontends_multi_profilesFri, 06 Feb 2015 17:52:26 +0100, by souliane
-
modification of the social contract according to the General Assembly of 19/08/2014Thu, 05 Feb 2015 12:05:32 +0100, by souliane
-
browser side: big refactoring to base Libervia on QuickFrontend, first draft: frontends_multi_profilesSat, 24 Jan 2015 01:45:39 +0100, by Goffi
-
server_side: static blog: convert \n in raw text message to <br/>Mon, 15 Dec 2014 16:03:01 +0100, by souliane
-
browser_side: increase the width of the bubble's text area (blog message edition)Mon, 15 Dec 2014 16:01:51 +0100, by souliane
-
browser and server side: uses RSM (XEP-0059)Fri, 28 Nov 2014 00:31:27 +0100, by souliane
-
browser_side: revert one change from previous changeset: explicitely get history also for MUC, as we don't know if the service will send us the backlogThu, 23 Oct 2014 16:56:36 +0200, by souliane
-
browser_side: various improvements, especially for MUCWed, 22 Oct 2014 19:03:55 +0200, by souliane
-
plugin sec_otr: improvement when sending a message to a MUCWed, 22 Oct 2014 14:19:25 +0200, by souliane
-
plugin XEP-0085: follow the changes in sat pluginWed, 22 Oct 2014 14:17:17 +0200, by souliane
-
browser_side: fixes issue while getting a chat state for a MUC occupant who already leftMon, 20 Oct 2014 10:00:44 +0200, by souliane
-
browser_side: fixes call to logging method with more than one argumentSun, 19 Oct 2014 12:32:08 +0200, by souliane
-
browser_side (blogs): massive insertion display the actual number of blogs being insertedSun, 19 Oct 2014 02:45:18 +0200, by souliane
-
browser_side: set the roster contact's contextual menu on the avatar (no extra button)Sat, 18 Oct 2014 23:42:13 +0200, by souliane
-
browser_side: fixes the display of MUC occupants presencesSat, 18 Oct 2014 14:47:47 +0200, by souliane
-
browser_side: fixes wrong JID construction when processing getPresenceStatuses resultFri, 17 Oct 2014 20:38:38 +0200, by souliane
-
browser_side (jid): remove JID constructor special error handling (it's better to get the full backtrace)Sat, 18 Oct 2014 13:54:13 +0200, by souliane
-
browser_side: safer attributes handling in getOrCreateLiberviaWidget + use it to create MUC panelsSat, 18 Oct 2014 13:16:56 +0200, by souliane
-
browser_side: display MUC occupants presencesFri, 17 Oct 2014 13:26:33 +0200, by souliane
-
browser_side: fixes a bug that arrived with the last changes on the JID class (this is related to how pyjamas handle the property decorator)Fri, 17 Oct 2014 10:44:06 +0200, by souliane
-
browser_side: print a warning when trying to access a non existing contact box:Fri, 17 Oct 2014 10:42:10 +0200, by souliane
-
server side (twisted plugin): fixed bad use of default value in getConfigSat, 11 Oct 2014 16:28:27 +0200, by Goffi
-
restored commit 0090285a5689: the fix was actualy good, my badFri, 10 Oct 2014 16:45:53 +0200, by Goffi
-
revert commit 0090285a5689: the fix is bad and broke extra commandsFri, 10 Oct 2014 16:28:38 +0200, by Goffi
-
browser_side: implements "Show offline contacts" and "Show empty groups" parametersMon, 06 Oct 2014 12:47:03 +0200, by souliane
-
server_side: adapt to the new signatures of bridge method getHistorySat, 04 Oct 2014 10:28:20 +0200, by souliane
-
fixes launching script when running with no argumentSat, 04 Oct 2014 10:32:52 +0200, by souliane
-
browser_side: add XMLUI "int" widget type + historyPrint uses the new param "Chat history limit"Fri, 03 Oct 2014 12:33:03 +0200, by souliane
-
installation: pyjamas build fixes:Fri, 03 Oct 2014 19:38:10 +0200, by Goffi
-
misc: launch script fix (there can now be more than 1 argument)Fri, 03 Oct 2014 18:31:40 +0200, by Goffi
-
misc: launch script now manage "status" command, and additional argumentsFri, 03 Oct 2014 18:13:48 +0200, by Goffi
-
installation: replaced the deprecated distribute_setup.py by ez_setup.pyFri, 03 Oct 2014 16:18:56 +0200, by Goffi
-
browser_side (plugin OTR): display the correct icons on opening the window + auto-open on accepted invitationTue, 23 Sep 2014 13:57:36 +0200, by souliane
-
browser_side: using property setters is explicitely NOT recommendedTue, 23 Sep 2014 11:48:57 +0200, by souliane
-
browser_side (plugin OTR): fixes missing resource issue:Tue, 23 Sep 2014 10:53:52 +0200, by souliane
-
browser_side (plugin OTR): popup a big warning if the correspondent's resource is unknown while trying to start/use an OTR sessionTue, 23 Sep 2014 09:32:10 +0200, by souliane
-
server_side: set the connection attempt timeout to the bridge timeout (2 minutes)Mon, 22 Sep 2014 12:01:29 +0200, by souliane
-
server_side: set a timeout to reset the waiting connection requests after 5 minutesSun, 21 Sep 2014 14:09:59 +0200, by souliane
-
server_side: enable HTTP gzip compressionFri, 19 Sep 2014 15:39:12 +0200, by souliane
-
SàT 0.5.1 releasedThu, 18 Sep 2014 11:47:49 +0200, by Goffi
-
0.5.0 tag fixThu, 18 Sep 2014 11:45:55 +0200, by Goffi
-
browser_side: disable OTR if the browser is too old to offer crypto.getRandomValues (CSPRNG)Wed, 17 Sep 2014 17:15:03 +0200, by souliane
-
browser_side: fixes signal callback with no argument (e.g disconnected)Thu, 11 Sep 2014 12:59:13 +0200, by souliane
-
browser_side: fixes bug at profile disconnectionWed, 10 Sep 2014 15:50:42 +0200, by souliane
-
version updateTue, 09 Sep 2014 08:26:03 +0200, by Goffi
-
browser_side (plugin OTR): forbid to start an OTR session if the contact is not connectedMon, 08 Sep 2014 15:44:11 +0200, by souliane