Mercurial > libervia-web
graph
-
browser_side: only display "+" button when the tab bar contains only 1 tab, and display it over the contact list to not use vertical space frontends_multi_profiles2015-02-27, by souliane
-
browser_side: implements setStatusOnline since it is not used only for setting the connected state on/off, but also to update the user presence and status frontends_multi_profiles2015-02-27, by souliane
-
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners frontends_multi_profiles2015-02-27, by souliane
-
browser_side: fixes sending/updating blog message/comment frontends_multi_profiles2015-02-27, by souliane
-
browser_side: MicroblogPanel.accepted_groups (set of unicode) is now built from QuickWidget.targets (set of tuple of unicode) frontends_multi_profiles2015-02-27, by souliane
-
browser_side, server_side: MicroblogPanel.onGroupDrop and bridge method getMassiveLastMBlogs now only accepts the publishers as a set of unicode (no more None value or single unicode). frontends_multi_profiles2015-02-27, by souliane
-
browser_side: fixes misc issues (forgotten parenthesis and wrong argument) frontends_multi_profiles2015-02-26, by souliane
-
browser_side: fixes issue when placing a LiberviaWidget and some cells of the WidgetsPanel are empty frontends_multi_profiles2015-02-26, by souliane
-
browser side: moved ContactBox, ContactsPanel, ContactLabeland ContactMenuBar to base_widget/base_panels so they can be reused outside of contact_list module frontends_multi_profiles2015-02-26, by Goffi
-
browser side: restored infoDialog for headline messages from server frontends_multi_profiles2015-02-25, by Goffi
-
browser side: call of parent profilePlugged for overriden method frontends_multi_profiles2015-02-24, by Goffi
-
browser side (json): replaced the Window.alert by a log warning when signal is lost frontends_multi_profiles2015-02-24, by Goffi
-
browser side (contact list): removed our own bare jid from contact list frontends_multi_profiles2015-02-24, by Goffi
-
browser side (contact list): fixed forgotten profile argument in presence listener frontends_multi_profiles2015-02-24, by Goffi
-
browser side (LiberviaWidget): an error is raised when expect is True on getParent frontends_multi_profiles2015-02-23, by Goffi
-
browser side (contact list): Contact list improvments: frontends_multi_profiles2015-02-23, by Goffi
-
browser side (contact list): use of c.bool for parameter conversion frontends_multi_profiles2015-02-23, by Goffi
-
browser side (libervia main): implemented visible_widgets property frontends_multi_profiles2015-02-23, by Goffi
-
browser side (contact list): use EntityToShow to know which contacts must be displayed frontends_multi_profiles2015-02-23, by Goffi
-
browser_side (PromptDialog): rename prompt attribute to prompt_widgets + related changes frontends_multi_profiles2015-02-22, by souliane
-
server and browser sides: fixes bad call to "subscription" bridge method frontends_multi_profiles2015-02-22, by souliane
-
browser_side: fixes a typo (listerner --> listener) frontends_multi_profiles2015-02-20, by souliane
-
browser_side: fixes previous patch, forgot to pass an argument frontends_multi_profiles2015-02-20, by souliane
-
browser_side: move SatWebFrontend.addTab to MainTabPanel.addWidgetsTab and rename MainTabPanel.add to MainTabPanel.addTab frontends_multi_profiles2015-02-20, by souliane
-
browser_side: show more obvisouly the "dragover" style when dragging something over a tab frontends_multi_profiles2015-02-20, by souliane
-
browser_side: always display the main tab bar with a "+" button to add a new tab frontends_multi_profiles2015-02-20, by souliane
-
browser_side: add and use method displayWidget to harmonize widget's management in Libervia (not completely done, there are some issues) frontends_multi_profiles2015-02-11, by souliane
-
browser side (web panel): add an option to hide url headed + use it for public blog frontends_multi_profiles2015-02-10, by Goffi
-
browser side: added a base_location property to get location of current Libervia instance frontends_multi_profiles2015-02-10, by Goffi
-
browser side (web panel): schemes are now checked, if no scheme is given (or a not accepted one), http:// is used frontends_multi_profiles2015-02-10, by Goffi
-
browser side: web widget is recreated when there is already one frontends_multi_profiles2015-02-10, by Goffi
-
browser side: widget is deleted by default when close button is clicked in LiberviaWidget frontends_multi_profiles2015-02-10, by Goffi
-
brower side: removed close listener for LiberviaWidget frontends_multi_profiles2015-02-10, by Goffi
-
browser side (blog, contact list): use of new listener mechanism to update avatar frontends_multi_profiles2015-02-09, by Goffi
-
browser side: fixed avatar getting + better DEFAULT/EMPTY avatars constants + use of jid.JID for microblog's author frontends_multi_profiles2015-02-09, 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_profiles2015-02-09, by Goffi
-
browser_side: fixed DragAutoCompleteTextBox for the list manager frontends_multi_profiles2015-02-07, by souliane
-
browser_side: base_widget.DropCell raises an exception if the callback doesn't return a LiberviaWidget instance frontends_multi_profiles2015-02-07, by souliane
-
add very basic test system accessible from <root_url>/test, to be improved: frontends_multi_profiles2015-02-07, by souliane
-
browser_side: fixes class JIDList, remove JIDSet and JIDDict which are actually not needed frontends_multi_profiles2015-02-07, 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_profiles2015-02-06, 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_profiles2015-02-06, by Goffi
-
browser side: border widgets are now visible on drag start + they float right or left in the cell frontends_multi_profiles2015-02-06, by Goffi
-
browser side: fixed bad FlexTable __init__ call, need to be checked frontends_multi_profiles2015-02-06, by Goffi
-
browser side: fixed an error catch in contact_list module (raised error depend on pyama's compilation options) frontends_multi_profiles2015-02-03, by Goffi
-
modification of the social contract according to the General Assembly of 19/08/20142015-02-05, by souliane
-
browser side: big refactoring to base Libervia on QuickFrontend, first draft: frontends_multi_profiles2015-01-24, by Goffi
-
server_side: static blog: convert \n in raw text message to <br/>2014-12-15, by souliane
-
browser_side: increase the width of the bubble's text area (blog message edition)2014-12-15, by souliane
-
browser and server side: uses RSM (XEP-0059)2014-11-27, by souliane
-
browser_side: various improvements, especially for MUC2014-10-22, by souliane
-
plugin sec_otr: improvement when sending a message to a MUC2014-10-22, by souliane
-
plugin XEP-0085: follow the changes in sat plugin2014-10-22, by souliane
-
browser_side: fixes issue while getting a chat state for a MUC occupant who already left2014-10-20, by souliane
-
browser_side: fixes call to logging method with more than one argument2014-10-19, by souliane
-
browser_side (blogs): massive insertion display the actual number of blogs being inserted2014-10-19, by souliane
-
browser_side: set the roster contact's contextual menu on the avatar (no extra button)2014-10-18, by souliane
-
browser_side: fixes the display of MUC occupants presences2014-10-18, by souliane
-
browser_side: fixes wrong JID construction when processing getPresenceStatuses result2014-10-17, by souliane
-
browser_side: display MUC occupants presences2014-10-17, by souliane
-
browser_side: print a warning when trying to access a non existing contact box:2014-10-17, by souliane
-
server side (twisted plugin): fixed bad use of default value in getConfig2014-10-11, by Goffi
-
restored commit 0090285a5689: the fix was actualy good, my bad2014-10-10, by Goffi
-
revert commit 0090285a5689: the fix is bad and broke extra commands2014-10-10, by Goffi
-
browser_side: implements "Show offline contacts" and "Show empty groups" parameters2014-10-06, by souliane
-
server_side: adapt to the new signatures of bridge method getHistory2014-10-04, by souliane
-
fixes launching script when running with no argument2014-10-04, by souliane
-
browser_side: add XMLUI "int" widget type + historyPrint uses the new param "Chat history limit"2014-10-03, by souliane
-
installation: pyjamas build fixes:2014-10-03, by Goffi
-
misc: launch script fix (there can now be more than 1 argument)2014-10-03, by Goffi
-
misc: launch script now manage "status" command, and additional arguments2014-10-03, by Goffi
-
installation: replaced the deprecated distribute_setup.py by ez_setup.py2014-10-03, by Goffi
-
browser_side: using property setters is explicitely NOT recommended2014-09-23, by souliane
-
browser_side (plugin OTR): fixes missing resource issue:2014-09-23, by souliane
-
server_side: set the connection attempt timeout to the bridge timeout (2 minutes)2014-09-22, by souliane
-
server_side: set a timeout to reset the waiting connection requests after 5 minutes2014-09-21, by souliane
-
server_side: enable HTTP gzip compression2014-09-19, by souliane
-
SàT 0.5.1 released2014-09-18, by Goffi
-
0.5.0 tag fix2014-09-18, by Goffi
-
browser_side: disable OTR if the browser is too old to offer crypto.getRandomValues (CSPRNG)2014-09-17, by souliane
-
browser_side: fixes signal callback with no argument (e.g disconnected)2014-09-11, by souliane
-
browser_side: fixes bug at profile disconnection2014-09-10, by souliane
-
version update2014-09-09, by Goffi
-
browser_side (plugin OTR): forbid to start an OTR session if the contact is not connected2014-09-08, by souliane
-
browser_side (plugin OTR): display OTR states with icons instead of a text2014-09-08, by souliane
-
README: redirect media credits to sat_media repository (the pictures are no more hosted here)2014-09-08, by souliane
-
browser_side (plugin OTR): really clean everything on key drop2014-09-07, by souliane
-
browser_side (plugin OTR): ask the user before accepting an OTR query2014-09-07, by souliane
-
browser_side (plugin OTR): put all the text messages into constants2014-09-07, by souliane
-
browser_side: temporary way to display the OTR state in the LiberviaWidget header2014-09-07, by souliane
-
browser_side: printInfo fixes:2014-09-05, by Goffi
-
browser_side: management of new "info" newMessage type2014-09-05, by Goffi
-
browser_side (wrapper otr.js): fixes the method to finish the conversation2014-09-05, by souliane
-
browser_side (plugin OTR): change some feedback messages2014-09-05, by souliane
-
plugin OTR: forces FINISHED state if we are in ENCRYPTED state on contact disconnection2014-09-05, by souliane
-
plugin OTR: disconnect the active OTR sessions on profile disconnection2014-09-05, by souliane
-
plugin OTR: fixes handling of the FINISHED state2014-09-05, by souliane
-
browser_side: change a log.debug to log.error2014-09-05, by souliane
-
add licence information for otr.js and dependencies2014-09-03, by souliane
-
browser_side (plugin OTR): limit the max width for all dialogs2014-09-03, by souliane
-
browser_side (plugin OTR): rename menus and replace 'buddy' with 'correspondent'2014-09-03, by souliane
-
browser and server sides: OTR plugin, first draft2014-09-02, by souliane
-
browser_side: add minimal requirements for generic plugins handling2014-09-02, by souliane
-
browser and server sides: add bridge method getLastResource2014-09-02, by souliane
-
browser_side: refactorize class JID to allow modifying its attributes2014-09-02, by souliane
-
browser_side: avoid some confusions between jid object 1. as an instance of JID or 2. as a str2014-09-02, by souliane
-
browser_side: menu callback can be a method not belonging to a class2014-09-02, by souliane
-
browser_side: PromptDialog can display several input fields2014-09-02, by souliane
-
browser_side: force JID's node and domain to lower-case2014-08-26, by souliane
-
server_side: plugin refactoring:2014-08-25, by Goffi
-
installation: setup.py update:2014-08-24, by Goffi
-
server side: launching script improvments:2014-08-24, by Goffi
-
browser_side: the status menu is now based on GenericMenuBar instead of PopupMenuPanel2014-08-21, by souliane
-
browser_side: fixes using addStyleName and removeStyleName on a GenericMenuBar2014-08-21, by souliane
-
reverted commit 7d37bb042042 which is actualy useless2014-08-20, by Goffi
-
browser side: fake xdg class to work around BaseDirectory import in constants.py2014-08-20, by Goffi
-
browser_side: use of new XHTML2Text method2014-08-20, by Goffi
-
browser side (XMLUI): fixed bad use of text instead of XHTML in dialogs2014-08-20, by Goffi
-
browser_side: display new lines and clickable URLs for headline message2014-08-14, by souliane
-
browser_side: categories of the menus can be "flattened":2014-08-13, by souliane
-
setup: cleaning also handles egg filenames not containing the python version2014-08-13, by souliane
-
browser side (XMLUI): XMLUI update to follow core changes:2014-08-13, by Goffi
-
browser_side: menus refactorization + handle levels > 22014-07-25, by souliane
-
browser_side: fix logging issue with older firefox version (e.g. 3.0.4)2014-07-24, by souliane
-
browser_side: handle menus of type ROOM, SINGLE and ROSTER_JID2014-07-15, by souliane
-
browser_side: refactorisation of menus and LiberviaWidget's header2014-07-15, by souliane
-
setup: tiny factorisation2014-07-15, by souliane
-
browser_side: fixes the CSS for the menus2014-07-14, by souliane
-
server side: fixes constants import for installing libervia the first time2014-06-26, by souliane
-
browser side (XMLUI): implementation of read_only attribute2014-06-25, by Goffi
-
browser side: add default's CSS for textarea in a dialog box2014-06-18, by souliane
-
browser side: move contacts list's avatar from right to top2014-06-18, by souliane
-
server side (blog): manage our own avatars cache because existing entity data are not updated2014-06-17, by souliane
-
server side (blog): use user's avatar a the blog's favicon + small refactorization2014-06-17, by souliane
-
misc: remove some pylint errors and warnings2014-06-15, by souliane
-
browser and server sides: refactor HTTP request result values + handle "NoReply" error2014-06-15, by souliane
-
browser side: display avatars in the contact panel2014-06-14, by souliane
-
browser side: small refactoring to prepare displaying avatars in the contact panel2014-06-14, by souliane
-
browser side: changed default avatar2014-06-12, by souliane
-
server side: forgotten parenthesis2014-06-12, by Goffi
-
server side: restore forgotten i18n2014-06-12, by Goffi
-
server side: fix unicodes issues in options2014-06-12, by Goffi
-
server_side: fixed some forgotten print statement2014-06-10, by Goffi
-
server side: fixed start sequence when SERVICE_PROFILE is already connected2014-06-10, by Goffi
-
server side: options managing improvments:2014-06-10, by Goffi
-
browser_side: fixes CSS:2014-06-09, by souliane
-
browser_side: fixes issues from the refactoring2014-06-09, by souliane
-
browser_side: import fixes:2014-06-09, by Goffi
-
twisted plugin: fixes the parsing of directory parameter2014-06-09, by souliane
-
browser_side: avoid adding more than one new message bubble on top of the microblog panel2014-06-03, by souliane
-
browser side: message of type "headline" sent from the host are displayed in a InfoDialog2014-06-02, by souliane
-
browser_side: avoid warning "list comprehension redefines 'group' from line XXX"2014-05-29, by souliane
-
browser side: rename parameter of getParent / getWidgetPanel from 'verbose' to 'expect'2014-05-29, by souliane
-
browser side: select the "Login" tab when using auto-connect feature2014-05-29, by souliane
-
browser and server sides: use asyncConnect instead of connect2014-05-23, by souliane
-
browser side: display messages from contacts not in roster2014-05-29, by souliane
-
browser_side: fixes bug introduced with previous changeset (1a0cec9b0f1e)2014-05-20, by souliane
-
better PEP-8 compliance2014-05-20, by souliane
-
browser_side: increase message box height for all characters to fit2014-05-20, by souliane
-
/!\ reorganize all the file hierarchy, move the code and launching script to src:2014-05-20, by souliane
-
server side: removed legacy service creation resulting in double init2014-05-16, by Goffi
-
fixes setup dependencies for pip2014-05-16, by souliane
-
server_side: update the connection mechanism to handle profile passwords2014-05-07, by souliane
-
use of new config module for logs2014-05-14, by Goffi
-
browser_side: changes about the UI (remarks from Franck):2014-05-14, by souliane
-
browser side: use of new log system (first draft):2014-05-08, by Goffi
-
server side: new log system is used2014-05-08, by Goffi
-
server side: ipdb is used instead of pdb in debug mode2014-05-06, by Goffi
-
server_side: added constant SERVICE_PROFILE to remove hard-coded value2014-05-01, by souliane
-
server_side: remove unused method _postAccountCreation2014-05-06, by souliane
-
server_side: fixes startup script (as it's done in sat)2014-05-01, by souliane
-
import constants.Const as C (according to the coding rules)2014-05-01, by souliane
-
browser and server sides: fixes module import + use enumerate instead of xrange2014-04-27, by souliane
-
browser_side: roster management menus are now imported from the backend2014-04-07, by souliane
-
browser_side (xmlui): fix multi-selection2014-04-03, by souliane
-
browser_side (xmlui): added setter methods + manage multi-selection for list widgets2014-04-01, by souliane
-
browser_side (xmlui): implement the divider styles2014-04-01, by souliane
-
server + browser side, getPresenceStatuses has been renamed2014-03-31, by Goffi
-
browser_side: hide the presence/status panel until the connection is made2014-03-26, by souliane
-
browser_side: set microblog editor width to 80%2014-03-26, by souliane
-
browser side: notifications: fixed dialog message in Chromium workaround2014-03-26, by Goffi
-
browser side: notifications enhancements:2014-03-26, by Goffi
-
browser side: fixed bad use of Timer2014-03-26, by Goffi
-
misc: INSTALL: convert line delimiters to UNIX2014-03-24, by souliane
-
misc: updated setup.py and INSTALL2014-03-23, by souliane
-
misc: libervia stop would not kill all libervia instances anymore2014-03-23, by souliane
-
server_side: use XDG recommended paths as the defaults2014-03-23, by souliane