Mercurial > libervia-web
graph
-
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
-
server_side: bug fix passing twistd arguments to Libervia2014-03-24, by souliane
-
server_side: added support for SSL and related parameters:2014-03-18, by souliane
-
browser_side: set microblog editor minimal width + fix the scrolling to comment2014-03-21, by souliane
-
browser_side: display presence with the highest priority2014-03-20, by souliane
-
browser_side: editors do not listen for <escape> + display WYSIWIG in upper case2014-03-19, by souliane
-
browser and server sides: display favicon2014-03-17, by souliane
-
browser_side: handle the signal "roomUserChangedNick"2014-03-17, by souliane
-
browser_side: display chat states (with symbols) for MUC participants2014-03-16, by souliane
-
browser_side: bug fix ListManager properties2014-03-16, by souliane
-
browser_side: display new lines in microblogs (convert '\n' to '<br/>')2014-03-14, by souliane
-
browser_side: refactorize SimpleTextEditor init parameters2014-03-14, by souliane
-
browser_side: microblogs edition: <shift> + <enter> makes a new line, <esc> finishes the edition2014-03-14, by souliane
-
browser_side: HTMLTextEditor and LightTextEditor factorization2014-03-13, by souliane
-
browser_side: bug fixes for microblog raw/rich edition toggle2014-03-11, by souliane
-
browser_side: RoomChooser small improvements:2014-03-11, by souliane
-
browser_side: radiocol accepts mime type audio/mp3 in addition to audio/mpeg2014-03-11, by souliane
-
browser_side: radiocol displays who uploaded the file with ChatPanel.printInfo2014-03-11, by souliane
-
browser_side: small improvements for ListManager2014-03-11, by souliane
-
browser_side: new microblogs are not using the rich text editor by default:2014-03-10, by souliane
-
browser_side: radiocol supports MP32014-03-06, by souliane
-
server_side: set max static blog banner dimensions2014-03-05, by souliane
-
browser_side: standardize the dialogs size and buttons display:2014-03-03, by souliane
-
browser_side: added a dialog in Settings/Account to update/delete the XMPP account2014-03-03, by souliane
-
browser_side: fix XMLUI password box initialisation2014-03-03, by souliane
-
server_side: display blog comments when you click on a main item header or title2014-02-25, by souliane
-
server_side: display blog banner if it is defined2014-02-25, by souliane
-
browser_side: factorize the code from AvatarUpload to a new class FileUploadPanel2014-02-25, by souliane
-
SàT 0.4 released2014-02-26, by Goffi
-
README update2014-02-26, by Goffi
-
browser_side: refresh the ChatPanel and MicroblogPanel when they are opened from a drag and drop2014-02-26, by souliane
-
browser_side: focus the password input after account creation2014-02-26, by souliane
-
browser_side: bug fixes microblogs:2014-02-25, by souliane
-
added INSTALL2014-02-26, by souliane
-
browser_side: fix typos2014-02-25, by souliane
-
browser side: fixed bad variable reference in menus management2014-02-25, by Goffi
-
server_side: fix error management at account creation2014-02-24, by souliane
-
browser_side: fix bubble CSS for chromium and epiphany browsers2014-02-24, by souliane
-
browser_side: fixed imports2014-02-24, by souliane
-
server_side: blog: bug fixes2014-02-23, by souliane
-
browser_side: refactorization of the file tools.py:2014-02-23, by souliane
-
browser_side: escape the microblog titles when they are displayed2014-02-23, by souliane
-
change libervia.sh access permissions to 7552014-02-22, by souliane
-
browser_side: allow one blogger to moderate the comments made on his own blog messages.2014-02-21, by souliane
-
browser_side: hide the syntax label when wysiwyg edtion is active2014-02-19, by souliane
-
tools: remove unused method that was copy/pasted from nltk module2014-02-19, by souliane
-
browser_side: the popup notifying the message's recipient is no more dependent to the unibox.2014-02-19, by souliane
-
added setup.py for the installation with setuptools2014-02-17, by souliane
-
browser_side: fix error when displaying the microblogs of a contact2014-02-18, by souliane
-
browser_side: microblog images have a fixed CSS "max-width" and they are clickable2014-02-13, by souliane
-
browser_side: small fixes for RichTextEditor2014-02-13, by souliane
-
browser_side: do not use addURLToText to display Microblog XHTML content2014-02-13, by souliane
-
browser_side: wysiwyg edition handles the toolbar buttons2014-02-13, by souliane
-
browser_side: class PromptDialog based on GenericConfirmDialog asks the user for a text input2014-02-13, by souliane
-
browser_side: wysiwyg edtion, first steps (do not use the buttons yet)2014-02-13, by souliane
-
browser_side: misc improvements for RichTextEditor to prepare Wysiwyg edition2014-02-13, by souliane
-
browser_side: heavy refactorisation for microblogs:2014-02-12, by souliane
-
browser_side: LightTextEditor inheritates from BaseTextEditor + display URL in the status2014-02-12, by souliane
-
browser_side: added a method setVisible to ListManager2014-02-12, by souliane
-
browser_side: move TitlePanel from richtext.py to base_panels.py2014-02-07, by souliane
-
server_side: Atom feed for blogposts is accessible from <host>/blog/<user>/atom.xml2014-01-22, by souliane
-
browser_side: message box was not displayed on muc opening (when unibox is disabled)2014-01-18, by souliane
-
browser_side: muc user symbols (used for showing who is playing) can also be removed2014-01-17, by souliane
-
dates update2014-02-04, by Goffi
-
fixed docstrings wrong usage for licence informations2014-02-04, by Goffi
-
server_side: raised default security_limit to 52014-02-04, by Goffi
-
browser side: XMLUI fixes:2014-02-04, by Goffi
-
browser + server side: refactored menus:2014-02-04, by Goffi
-
browser side: removed logging imports: it's not working correctly with pyjamas2014-02-04, by Goffi
-
browser side: sat_frontends.tools.xml is now called xmltools2014-02-04, by Goffi
-
server side: make Libervia a Twisted plugin, and add it the --port argument + add a config file for the port.2014-02-04, by Emmanuel Gil Peyrot
-
reverted changeset c144b603fb93 (bug 7)2014-01-11, by Goffi
-
server side: make Libervia a Twisted plugin, and add it the --port argument + add a config file for the port.2013-02-23, by Emmanuel Gil Peyrot
-
Add notifications support, fixes bug 7.2013-02-23, by Emmanuel Gil Peyrot
-
browser_side: actually disable the microblog title (not supported yet)2014-01-07, by souliane
-
browser_side: fixed the behavior regarding "Enable unibox" parameter:2014-01-07, by souliane
-
reverted changeset: bfbd9d6eb9012014-01-07, by souliane
-
browser_side: prepare user input for microblog titles2014-01-04, by souliane
-
misc: reorganization of the file panels.py + clean the modules import:2014-01-03, by souliane
-
misc: gather the constants in a single file, as it is done for other frontends2014-01-03, by souliane
-
browser_side: fix import and method signatures relative to changeset e4f586fc61012014-01-03, by souliane
-
browser_side: handle successive click on blog post "edit" and "comment" icons2014-01-02, by souliane
-
browser_side: status can be edited with a click on it2013-12-30, by souliane
-
browser_side: save the unibox panel space when unibox is disabled2013-12-30, by souliane
-
browser_side: message box below the ChatPanel when unibox is disabled2013-12-29, by souliane
-
browser_side: make UniBox inherit from a more basic MessageBox class2013-12-29, by souliane
-
browser_side: make unibox optional2013-12-29, by souliane
-
server_side: removed unecessary debug info during a file upload2013-12-27, by souliane
-
browser_side (groupblog): order items using "published" instead of "updated"2013-12-19, by souliane
-
server_side: display rich text in blogs (addURLToText is now in sat_frontends/tools/strings)2013-12-18, by souliane
-
browser_side: styles for displaying rich text2013-12-18, by souliane
-
browser_side: fix presence/status update (do not share between different resources)2013-12-18, by souliane
-
browser_side: fix internal JID class equality operator2013-12-18, by souliane
-
browser_side: bug fix for setting a new presence when the current one is 'unavailable'2013-12-18, by souliane
-
browser_side (plugin radiocol): set the upload limit to 10 MB instead of 52013-12-18, by souliane
-
browser_side (plugins radiocol, xep-0054): handle upload errors2013-12-17, by souliane
-
server and browser side: updated callback system to follow core changes2013-12-24, by Goffi
-
browser side: sendMessage alert on error2013-12-17, by Goffi
-
server side: sendMessage is now async2013-12-17, by Goffi
-
server+browser side: fixed bridge errback handling2013-12-17, by Goffi
-
server side: adapted registeringError reasons to new names in backend2013-12-17, by Goffi
-
browser_side: bug fixes for switching between unibox and rich text editor:2013-12-16, by souliane
-
browser_side: blog post update: fix assignment to immutable element2013-12-15, by souliane
-
browser_side: set the ideal width for the rich text dialog when displayed in the unibox panel2013-12-10, by souliane
-
browser_side: set the ideal width for the blog post update dialog2013-12-10, by souliane
-
browser_side: set the ideal height for the contact panel size when displayed in the unibox panel2013-12-10, by souliane
-
browser_side: double click on unibox do not open the rich text editor anymore2013-12-10, by souliane
-
browser_side: renamed item and labels for discussion groups2013-11-27, by souliane
-
browser_side (plugin radiocol): send the current queue to new players2013-11-28, by souliane
-
browser_side (plugin radiocol): the UI uses CaptionPanel2013-11-27, by souliane
-
browser_side (plugin radiocol): use the status label to give more information2013-11-26, by souliane
-
browser_side (plugin radiocol): info message when you start the radiocol2013-11-25, by souliane
-
browser_side (plugins radiocol, xep-0054): check for file size or type before uploading2013-11-25, by souliane
-
browser_side: added blog item modification/deletion2013-12-10, by souliane
-
browser_side: more customizable rich text editor2013-12-09, by souliane
-
browser_side: changes related to the implementation of XEP-0033 (addressing)2013-12-04, by souliane
-
browser_side: set your own presence status and display those of others2013-11-23, by souliane
-
browser_side: white-space: nowrap for the groups in the contact manager2013-11-22, by souliane
-
server side: fixed bad async bridge calls management2013-12-13, by Goffi
-
frontends tools: moved src/tools/frontends to frontends/src/tools2013-11-21, by souliane
-
bridge + browser_side: bridge signals for games and their callbacks:2013-11-21, by souliane
-
browser_side: better PEP8 compliance2013-11-21, by souliane
-
browser_side: can identify muc members with symbols2013-11-21, by souliane
-
browser_side: bug fix for RoomAndContactsChooser (do not display the MUCs in the list)2013-11-21, by souliane
-
browser_side: update contacts in "group and contact chooser" when the a user connect/disconnect2013-11-19, by souliane
-
browser_side: send rich text to all the "To" recipients (groups and one2one)2013-11-17, by souliane
-
browser_side: added generic method "send" in SatWebFrontend2013-11-17, by souliane
-
browser_side: added class RoomAndContactsChooser:2013-11-17, by souliane
-
browser_side: changes regarding widgets and tabs:2013-11-17, by souliane
-
bridge: added inviteMUC + modify joinMUC to make it accept room_jid = ""2013-11-17, by souliane
-
browser_side: sort the the result of ContactList.getConnected()2013-11-17, by souliane
-
browser_side: added class ToggleStackPanel2013-11-17, by souliane
-
browser_side: improvements for lists and contact groups manager:2013-11-11, by souliane
-
browser_side: small changes for contact list and "add group" panel:2013-11-11, by souliane
-
browser side: if 'xhtml' key is present in microblog data, rich content is displayed2013-11-15, by Goffi
-
removed trailing spaces in libervia.tac2013-11-15, by Goffi
-
browser_side: open the web widget in the current tab2013-11-09, by souliane
-
browser_side: added contact group manager based on ListManager2013-11-09, by souliane
-
browser_side: small changes to prepare the contact group manager:2013-11-09, by souliane
-
browser_side: isolate the basic stuff of RecipientManager in a new class ListManager:2013-11-09, by souliane
-
browser_side: isolate the "add contact group" panel in a re-usable class:2013-11-09, by souliane
-
browser_side: isolate the basic stuff of ContactList in the new GenericContactList class2013-11-08, by souliane
-
plugin XEP-249: added parameter Misc / Auto-join MUC on invitation:2013-11-05, by souliane
-
browser_side: added auto-connection with URL parameters:2013-10-23, by souliane
-
browser_side: set the "workaround" timers to 5 ms instead of 10:2013-11-08, by souliane
-
plugin card_game: use the games.py from sat/src/tools/frontends2013-10-23, by souliane
-
browser_side: removed some trailing spaces2013-11-09, by Goffi
-
browser side: use of inlineRoot to display XHTML chat text2013-11-09, by Goffi
-
browser side: added Node.setAttribute and Node.toxml to nativedom2013-11-09, by Goffi
-
browser_side: changed sat.tools.frontend for sat.tools.frontends2013-11-08, by Goffi
-
browser_side, blog: better PEP8 compliance2013-10-15, by souliane
-
browser_side: add context menu for contact:2013-10-18, by souliane
-
browser_side: added class PopupMenuPanel to manage more complex context menu2013-10-15, by souliane
-
browser_side: added input history in the unibox:2013-10-14, by souliane
-
browser_side: set CSS margin: auto for all button panels2013-10-11, by souliane
-
browser_side: fixed browser built-in auto-completion in login/register panels2013-10-10, by souliane
-
browser_side: white-space are no pre-wrap for .chat_text_msg2013-11-07, by Goffi
-
browser and server side: XHTML handling, first draft:2013-11-07, by Goffi
-
browser side: rich text: update to follow core implementation2013-10-31, by Goffi
-
browser side: fixed RichTextEditor debug mode when no parameter exists.2013-10-09, by souliane
-
browser_side: added UIs for rich text editor and addressing to multiple recipients2013-10-08, by souliane
-
browser_side: dialogs take **kwargs arguments + unibox helper method2013-10-08, by souliane
-
browser_side: added the flag REUSE_EXISTING_LIBERVIA_WIDGETS2013-10-08, by souliane
-
bridge: asyncGetParamA takes a security_limit argument2013-10-08, by souliane
-
server_side: put the blog entry content in its own span + CSS customization2013-10-08, by souliane
-
browser_side: bug fix for changeset 3092f6b1710c2013-10-07, by souliane
-
browser_side, misc: better PEP8 compliance2013-09-26, by souliane
-
browser_side: display widget title in the debug info (LiberviaWidget method "getDebugName")2013-09-26, by souliane
-
browser_side: center the buttons of GenericConfirmDialog2013-09-26, by souliane
-
browser_side: set the focus to the first field when a tab is selected from the register panel2013-09-22, by souliane
-
browser_side: check for duplicate name before adding a new contact group2013-09-21, by souliane
-
server side: better async bridge calls handling2013-09-21, by Goffi
-
browser_side: small improvements for parameters panel2013-09-07, by souliane
-
browser_side: display clickable URLs in chat text2013-09-08, by souliane
-
browser_side: added key listener to login and register panels2013-09-08, by souliane
-
server side: added the security_limit to setParam2013-09-07, by souliane
-
plugin XEP-0085: Chat State Notifications2013-09-06, by souliane
-
browser side: display the day change in chat window2013-09-06, by souliane
-
browser side: bug fix (missing "self." before value_max)2013-09-06, by souliane
-
browser side: added a mechanism to define forbidden patterns during new contact group creation2013-09-06, by souliane
-
browser side: fixed setGroupsSelected in GroupSelector2013-06-27, by Goffi
-
browser side: added "add" button in GroupSelector's add group dialog2013-06-27, by Goffi
-
browser side: changed bubbles background color2013-06-27, by Goffi
-
browser + server: vcard is requested when no avatar data is found in cache2013-06-20, by Goffi
-
browser side: errback management in bridge calls2013-06-20, by Goffi
-
browser, server: comments handling:2013-06-20, by Goffi
-
server + browser: message warning level/sending refactoring:2013-04-07, by Goffi
-
browser side: it is now possible to select a microblog panel or an entry inside it2013-03-20, by Goffi
-
browser side: tabs are now dropable (i.e. we can now move widgets between tabs)2013-03-07, by Goffi
-
Browser Side: Widgets can now be moved, header (title bar) is draggable:2013-03-05, by Goffi
-
browser side: widgets refactoring:2013-03-04, by Goffi
-
browser side: per tab selected widget management2013-03-03, by Goffi
-
browser side: WebPanel now react on [ENTER] press on URL textBox2013-03-03, by Goffi
-
browser side: removed messages debug traces2013-03-03, by Goffi
-
Browser Side: Web Panel widget position/size fix2013-03-03, by Goffi
-
browser side: scroller added to contacts panel2013-03-03, by Goffi
-
browser side: global resize on UniBox resize2013-03-03, by Goffi
-
browser side: fixed MainTabPanel size2013-03-03, by Goffi
-
browser side: contacts panel switch:2013-03-03, by Goffi
-
browser side: fixed typo2013-03-02, by Goffi
-
browser side: web widget first draft2013-02-24, by Goffi
-
misc: added ctags_links to .hgignore2013-02-24, by Goffi
-
closing a group chat widget now leave the muc room (bug 11)2013-01-25, by Goffi
-
dummy commit, just for test2013-01-24, by Goffi
-
browser side: tab is removed if it doesn't contain widget anymore.2013-01-24, by Goffi
-
server side: fixed public blog items order2013-01-13, by Goffi
-
browser side: fixed charset in public blog page2013-01-13, by Goffi
-
server side: added root redirection to libervia.html2013-01-13, by Goffi
-
Added tag SàT v0.3.0 for changeset 732ed69ffe112013-01-09, by Goffi
-
misc: README cleaning + added Mutagen to credits2013-01-09, by Goffi
-
browser side: fixed tarot game, radio collective double panel issue2013-01-09, by Goffi
-
misc: added presentation website to README2013-01-09, by Goffi
-
dates update2013-01-07, by Goffi
-
server side: removed some unused imports2013-01-07, by Goffi
-
browser side: get entity's microblogs for newly added contacts2013-01-07, by Goffi
-
browser side: changed default MUC room for sat@chat.jabberfr.org2013-01-07, by Goffi
-
browser side: fixed registration:2013-01-07, by Goffi
-
CSS: fixed formWarning style2013-01-07, by Goffi
-
browser side: in case of error, retry delay is doubled at each try2013-01-05, by Goffi
-
server side: disconnection2013-01-05, by Goffi
-
server side: async connection2013-01-05, by Goffi
-
server_side: set timeout to 300 s2013-01-05, by Goffi
-
server side: fixed tarotGameReady call2012-12-30, by Goffi
-
browser side: temporary avatar upload dialog is added to setting menu2012-12-28, by Goffi
-
server side: file upload is now more generic:2012-12-28, by Goffi
-
browser: last menu CSS fix2012-12-10, by Goffi
-
server side: fixed public microblog2012-12-09, by Goffi
-
browser side: fixed about menu + updated website URL2012-12-09, by Goffi
-
browser side: fixed MUC signals management2012-12-09, by Goffi
-
browser side: misc dialog improvment:2012-12-09, by Goffi
-
browser side: CSS fixe for last item's selection in main menu2012-12-09, by Goffi
-
browser side: XMLUI implentation2012-12-09, by Goffi
-
browser side: ultra-minimalist native DOM implementation2012-12-09, by Goffi
-
browser side: fixed avatars2012-11-21, by Goffi
-
server side: fixed getHistory call and action result management2012-11-14, by Goffi
-
browser side: own microblogs print2012-10-29, by Goffi
-
browser side: our own microblogs are now requested once logged2012-10-28, by Goffi
-
server + browser side: new api fix2012-10-21, by Goffi
-
misc: updated README with contributors2012-08-01, by Goffi
-
server + browser side: groupblog subscription + fixed blog insertion order2012-06-24, by Goffi
-
browser: present microblogs panels are filled once logged2012-04-05, by Goffi
-
browser side: group blog is now used to send all microblogs2012-04-03, by Goffi
-
server & browser side: microblogging refactoring first draft2012-04-01, by Goffi
-
copyleft date update2012-03-06, by Goffi
-
Working Radio Collective \o/2012-01-29, by Goffi
-
RadioCol: song preloading + fonctionnal players2012-01-28, by Goffi
-
basic radio collective2012-01-22, by Goffi
-
radio collective first draft2012-01-22, by Goffi
-
browser: fixed tabs not opening on room joining2012-01-04, by Goffi
-
radio collective integration, first draft2012-01-04, by Goffi
-
server: fixed buggy vcard cache retrieving, fixes avatar issue2011-12-12, by Goffi
-
use of async history2011-12-10, by Goffi
-
browser: fixed call to getRoomsJoined2011-12-10, by Goffi
-
server side: asynchronous login2011-12-10, by Goffi
-
browser side: microblog's entry header with pseudo and timestamp2011-07-07, by Goffi
-
microblog avatar update2011-07-06, by Goffi
-
browser side: CSS: microblog fix2011-07-06, by Goffi
-
browser side: widgets are now added in a widgetsPanel when a tab is created2011-07-05, by Goffi
-
browser side: CSS: fixed bad colors on targetWarning popups2011-07-05, by Goffi
-
browser side: microblog entries2011-07-05, by Adrien Vigneron
-
browser side: CSS: microblog entries2011-07-05, by Adrien Vigneron
-
browser side: css: reverted drag'n'drop to red background2011-06-29, by Goffi
-
browser side: CSS: drag'n'drop2011-06-29, by Adrien Vigneron
-
browser side: CSS: header, unibox, tabs + drag'n' drop reworked2011-06-29, by Adrien Vigneron
-
browser side: grouped header panel in a global Absolute panel2011-06-29, by Goffi
-
browser side: CSS: changed tabs margin + fixed dragover background for chat panels2011-06-29, by Goffi
-
browser side: CSS: black & red tabs + dialogs fixes2011-06-28, by Adrien Vigneron
-
switched back to worldmap background2011-06-28, by Goffi
-
browser side: CSS tabs fix2011-06-28, by Goffi
-
added Social contract & About to help menu2011-06-28, by Goffi
-
browser side: CSS update, tabs & dialogs2011-06-28, by Adrien Vigneron
-
browser side: bottomBorderWidget size fix (for webkit)2011-06-28, by Goffi
-
browser side: changed widgets' body min size to (200px, 150px)2011-06-28, by Goffi
-
browser side: signal management2011-06-28, by Goffi
-
browser side: changed borderWidgets' size to 10px2011-06-28, by Goffi
-
browser side: widgets' setting: height detection fix2011-06-28, by Goffi
-
browser side: removed in EmptyPanel2011-06-28, by Goffi
-
browser side: widgets' setting: mouse wheel can now be used to change values2011-06-28, by Goffi
-
browser side: widgets' setting reset button update fix2011-06-28, by Goffi
-
typo fix2011-06-28, by Goffi
-
browser side: widgets' width and height can now be fixed + tarot game position fix2011-06-28, by Goffi
-
browser side: selecting widget now change header color instead of dashed borders2011-06-28, by Goffi
-
browser side: Widgets' setting (col & row span can be changed2011-06-27, by Goffi
-
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces2011-06-27, by Goffi
-
browser side: IE & Opera CSS fix2011-06-27, by Adrien Vigneron
-
browser side: widget removing is now managed2011-06-27, by Goffi
-
browser side: widgets cells can now be added by putting a widget on a border2011-06-27, by Goffi
-
browser side: new widget handling:2011-06-26, by Goffi
-
New widget system: first draft2011-06-26, by Goffi
-
browser side: widgets CSS2011-06-26, by Adrien Vigneron
-
browser side: fixed button2011-06-22, by Goffi
-
browser side: fixed CSS2011-06-21, by Goffi
-
browser side: inclusion of Adrien's icons2011-06-19, by Goffi
-
browser side: refactoring: menu is now in its own module2011-06-18, by Goffi
-
media paths update2011-06-18, by Goffi
-
browser side: registerPanel text-align fix2011-06-18, by Adrien Vigneron
-
browser side: CSS: redesigned dialog boxes, and contacts2011-06-18, by Adrien Vigneron
-
browser side: groups design2011-06-18, by Adrien Vigneron
-
Adrien's uniBox design integration + lastPopup style2011-06-17, by Goffi
-
browser side: uniBox CSS + menu last popup corner2011-06-17, by Adrien Vigneron
-
browser side: menu CSS fix2011-06-17, by Adrien Vigneron
-
browser side: menu CSS fix2011-06-15, by Adrien Vigneron
-
browser side: menu CSS update2011-06-15, by Adrien Vigneron
-
registration fix2011-06-15, by Goffi
-
Login/Register box: integration of Adrien Vigneron's design2011-06-14, by Goffi
-
browser side: register box CSS update2011-06-14, by Adrien Vigneron
-
browser side: fixed microblog filtering2011-06-02, by Goffi
-
Added tag SàT v0.2.0 for changeset 12e889a683ce2011-05-31, by Goffi
-
server side: misc stuff:2011-05-31, by Goffi
-
added README2011-05-30, by Goffi
-
browser side: microblog entries caching2011-05-29, by Goffi
-
Contact update + add dedication in About dialog2011-05-29, by Goffi
-
browser side: fixed refactoring issue2011-05-29, by Goffi
-
Roster list update, contact deletion + some refactoring2011-05-29, by Goffi
-
addind contact + subscription management + misc2011-05-28, by Goffi
-
social contract update2011-05-28, by Goffi
-
browser side: adding contact, first draft2011-05-26, by Goffi
-
browser side: HTML sanitization2011-05-26, by Goffi
-
MUC group joining2011-05-26, by Goffi
-
browser side: added about box2011-05-26, by Goffi
-
added Social Contract \o. (in French only so far)2011-05-26, by Goffi
-
browser side: connected contacts now appear differently2011-05-26, by Goffi
-
Account creation2011-05-26, by Goffi
-
server side: user is now disconnected on session end, and queue is purged2011-05-25, by Goffi
-
server side: Session management refactoring2011-05-25, by Goffi
-
browser_side: prevent default for escape key (cancel HTTPRequest in FF)2011-05-25, by Goffi
-
Browser side: Tarot game2011-05-22, by Goffi
-
Tarot game: score is now shown (need to use XMLUI later)2011-05-22, by Goffi
-
added Tarot cards images2011-05-21, by Goffi
-
Tarot game: a game can now be finished2011-05-21, by Goffi
-
Tarot game: game launching (first hand showed), and contract selection2011-05-17, by Goffi
-
Tarot Game: first draft2011-05-16, by Goffi
-
room user joining/leaving2011-05-16, by Goffi
-
browser side: misc css/layout fixes2011-05-16, by Goffi
-
browser side, misc stuffs2011-05-13, by Goffi
-
browser_side: contactsChooser now discard MUC rooms2011-05-13, by Goffi
-
browser_side: added naive html sanitize method2011-05-13, by Goffi
-
server_side: added getRoomJoined method2011-05-13, by Goffi
-
browser-side: CSS misc udpates2011-05-13, by Goffi
-
browser side:2011-05-07, by Goffi
-
browser side: added ContactsChooser dialog2011-05-07, by Goffi
-
browser side: added CSS for contactsChooser class2011-05-07, by Goffi
-
server side: misc stuff2011-05-07, by Goffi
-
added tab panel2011-04-20, by Goffi
-
browser_side: removed some useless mess + changed delay for warning message to 2s2011-04-16, by Goffi
-
- User status is now updated2011-04-16, by Goffi
-
Added basic chat panel2011-04-15, by Goffi
-
moved panels and menu in a separate file2011-04-15, by Goffi
-
register.py and contact.py moved to new directory browser_side2011-04-15, by Goffi
-
browser side: microblog panel improvments2011-04-15, by Goffi
-
public blog is now shown i reverse order2011-04-09, by Goffi
-
- Group microblog management, first draft2011-04-07, by Goffi
-
microblog panel filtering2011-03-30, by Goffi
-
server: fixed wrong parameter number in blog resource2011-03-26, by Goffi
-
magicBox is now able to send global microblog2011-03-26, by Goffi
-
server: microblog resource2011-03-24, by Goffi
-
browser: misc appearance change2011-03-24, by Goffi
-
html tools2011-03-24, by Goffi
-
CSS: microbloging style + using CSS reset2011-02-14, by Goffi
-
drap and drop first draft2011-02-14, by Goffi
-
added build/ and Session.vim to .hgignore2011-02-13, by Goffi
-
server side: proper profile management in signals generic callback2011-02-13, by Goffi
-
signals handling and first draft of microblogging2011-02-08, by Goffi
-
ContactPanel: first draft2011-01-31, by Goffi
-
Initial commit2011-01-30, by Goffi