log

age author description
2015-02-07 souliane add very basic test system accessible from <root_url>/test, to be improved: frontends_multi_profiles
2015-02-07 souliane browser_side: fixes class JIDList, remove JIDSet and JIDDict which are actually not needed frontends_multi_profiles
2015-02-06 souliane browser_side: fixes the contact group manager frontends_multi_profiles
2015-02-06 Goffi merged souliane commits frontends_multi_profiles
2015-02-06 Goffi browser side (blog, chat): fixed dropKey callbacks to adapt them to new widget creation system. Drag'n'Drop should be fixed. frontends_multi_profiles
2015-02-06 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_profiles
2015-02-06 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_profiles
2015-02-06 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_profiles
2015-02-06 Goffi browser side: border widgets are now visible on drag start + they float right or left in the cell frontends_multi_profiles
2015-02-06 Goffi browser side: fixed bad FlexTable __init__ call, need to be checked frontends_multi_profiles
2015-02-03 Goffi browser side: fixed an error catch in contact_list module (raised error depend on pyama's compilation options) frontends_multi_profiles
2015-02-06 souliane browser_side: fixes Notification.onFocus frontends_multi_profiles
2015-02-05 souliane modification of the social contract according to the General Assembly of 19/08/2014
2015-01-24 Goffi browser side: big refactoring to base Libervia on QuickFrontend, first draft: frontends_multi_profiles
2014-12-15 souliane server_side: static blog: convert \n in raw text message to <br/>
2014-12-15 souliane browser_side: increase the width of the bubble's text area (blog message edition)
2014-11-27 souliane browser and server side: uses RSM (XEP-0059)
2014-10-23 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 backlog
2014-10-22 souliane browser_side: various improvements, especially for MUC
2014-10-22 souliane plugin sec_otr: improvement when sending a message to a MUC
2014-10-22 souliane plugin XEP-0085: follow the changes in sat plugin
2014-10-20 souliane browser_side: fixes issue while getting a chat state for a MUC occupant who already left
2014-10-19 souliane browser_side: fixes call to logging method with more than one argument
2014-10-19 souliane browser_side (blogs): massive insertion display the actual number of blogs being inserted
2014-10-18 souliane browser_side: set the roster contact's contextual menu on the avatar (no extra button)
2014-10-18 souliane browser_side: fixes the display of MUC occupants presences
2014-10-17 souliane browser_side: fixes wrong JID construction when processing getPresenceStatuses result
2014-10-18 souliane browser_side (jid): remove JID constructor special error handling (it's better to get the full backtrace)
2014-10-18 souliane browser_side: safer attributes handling in getOrCreateLiberviaWidget + use it to create MUC panels
2014-10-17 souliane browser_side: display MUC occupants presences
2014-10-17 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)
2014-10-17 souliane browser_side: print a warning when trying to access a non existing contact box:
2014-10-11 Goffi server side (twisted plugin): fixed bad use of default value in getConfig
2014-10-10 Goffi restored commit 0090285a5689: the fix was actualy good, my bad
2014-10-10 Goffi revert commit 0090285a5689: the fix is bad and broke extra commands
2014-10-06 souliane browser_side: implements "Show offline contacts" and "Show empty groups" parameters
2014-10-04 souliane server_side: adapt to the new signatures of bridge method getHistory
2014-10-04 souliane fixes launching script when running with no argument
2014-10-03 souliane browser_side: add XMLUI "int" widget type + historyPrint uses the new param "Chat history limit"
2014-10-03 Goffi installation: pyjamas build fixes:
2014-10-03 Goffi misc: launch script fix (there can now be more than 1 argument)
2014-10-03 Goffi misc: launch script now manage "status" command, and additional arguments
2014-10-03 Goffi installation: replaced the deprecated distribute_setup.py by ez_setup.py
2014-09-23 souliane browser_side (plugin OTR): display the correct icons on opening the window + auto-open on accepted invitation
2014-09-23 souliane browser_side: using property setters is explicitely NOT recommended
2014-09-23 souliane browser_side (plugin OTR): fixes missing resource issue:
2014-09-23 souliane browser_side (plugin OTR): popup a big warning if the correspondent's resource is unknown while trying to start/use an OTR session
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-18 Goffi SàT 0.5.1 released
2014-09-18 Goffi version update SàT v0.5.1
2014-09-18 Goffi 0.5.0 tag fix
2014-09-17 souliane browser_side: disable OTR if the browser is too old to offer crypto.getRandomValues (CSPRNG)
2014-09-11 souliane browser_side: fixes signal callback with no argument (e.g disconnected)
2014-09-10 souliane browser_side: fixes bug at profile disconnection
2014-09-09 Goffi SàT 0.5.0 released SàT v0.5.0
2014-09-09 Goffi version update
2014-09-08 souliane browser_side (plugin OTR): forbid to start an OTR session if the contact is not connected
2014-09-08 souliane browser_side (plugin OTR): display OTR states with icons instead of a text
2014-09-08 souliane README: redirect media credits to sat_media repository (the pictures are no more hosted here)
2014-09-07 souliane browser_side (plugin OTR): also ask for a confirmation if the user has no private key and initiates an OTR session
2014-09-07 souliane browser_side (plugin OTR): really clean everything on key drop
2014-09-07 souliane browser_side (plugin OTR): ask the user before accepting an OTR query
2014-09-07 souliane browser_side (plugin OTR): put all the text messages into constants
2014-09-07 souliane browser_side (plugin OTR): manage the plain text messages ourselves rather than leaving it to otr.js
2014-09-07 souliane browser_side: temporary way to display the OTR state in the LiberviaWidget header
2014-09-05 Goffi browser side (plugin otr): C.MESS_TYPE_INFO is used instead of "headline" for informational message
2014-09-05 Goffi browser_side: printInfo fixes:
2014-09-05 Goffi browser_side: management of new "info" newMessage type
2014-09-05 souliane browser_side (wrapper otr.js): fixes the method to finish the conversation
2014-09-05 souliane browser_side (plugin OTR): change some feedback messages
2014-09-05 souliane plugin OTR: forces FINISHED state if we are in ENCRYPTED state on contact disconnection
2014-09-05 souliane plugin OTR: disconnect the active OTR sessions on profile disconnection
2014-09-05 souliane plugin OTR: fixes handling of the FINISHED state
2014-09-05 souliane browser_side: change a log.debug to log.error
2014-09-03 souliane add licence information for otr.js and dependencies
2014-09-03 souliane browser_side (plugin OTR): avoid unecessary waiting time on menu callbacks when the private key or the context doesn't exist
2014-09-03 souliane browser_side (plugin OTR): limit the max width for all dialogs
2014-09-03 souliane browser_side (plugin OTR): rename menus and replace 'buddy' with 'correspondent'
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-09-02 souliane browser_side: refactorize class JID to allow modifying its attributes
2014-09-02 souliane browser_side: avoid some confusions between jid object 1. as an instance of JID or 2. as a str
2014-09-02 souliane browser_side: menu callback can be a method not belonging to a class
2014-09-02 souliane browser_side: PromptDialog can display several input fields
2014-08-26 souliane browser_side: force JID's node and domain to lower-case
2014-08-25 Goffi server_side: plugin refactoring:
2014-08-24 Goffi installation: setup.py update:
2014-08-24 Goffi server side: launching script improvments:
2014-08-21 souliane browser_side: fixes the blog rich text toggle button which was clickable on the whole bubble width
2014-08-21 souliane browser_side: the status menu is now based on GenericMenuBar instead of PopupMenuPanel
2014-08-21 souliane browser_side: add method GenericMenuBar.addCategory + fixes MenuNode.addMenuItem when callback argument is a sub-menu
2014-08-21 souliane browser_side: fixes using addStyleName and removeStyleName on a GenericMenuBar
2014-08-20 Goffi reverted commit 7d37bb042042 which is actualy useless
2014-08-20 Goffi browser side: fake xdg class to work around BaseDirectory import in constants.py
2014-08-20 Goffi browser_side: use of new XHTML2Text method
2014-08-20 Goffi browser side (XMLUI): fixed bad use of text instead of XHTML in dialogs
2014-08-14 souliane browser_side: display new lines and clickable URLs for headline message
2014-08-13 souliane browser_side: categories of the menus can be "flattened":
2014-08-13 souliane setup: cleaning also handles egg filenames not containing the python version
2014-08-13 Goffi browser side (XMLUI): XMLUI update to follow core changes:
2014-07-25 souliane browser_side: also display the warning banner when writing to a single contact and unibox is disabled
2014-07-25 souliane browser_side: menus refactorization + handle levels > 2
2014-07-24 souliane browser_side: fix logging issue with older firefox version (e.g. 3.0.4)
2014-07-17 souliane browser_side: remove the annoying (esp. when editing a message) scrolling each time you select a microblog entry
2014-07-15 souliane browser_side: handle menus of type ROOM, SINGLE and ROSTER_JID
2014-07-15 souliane browser_side: refactorisation of menus and LiberviaWidget's header
2014-07-15 souliane setup: tiny factorisation
2014-07-14 souliane browser_side: fixes the CSS for the menus
2014-06-26 souliane browser side: fixes NS_ERROR_FAILURE while opening microblog panels (bug from rev 442 - changeset 17259c2ff96f in MicroblogPanel.refresh)
2014-06-26 souliane server side: fixes constants import for installing libervia the first time
2014-06-25 Goffi browser side (XMLUI): implementation of read_only attribute
2014-06-23 Goffi browser side (nativedom): new properties managed: TEXT_NODE, ELEMENT_NODE, ATTRIBUTE_NODE, COMMENT_NODE, nodeType
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-18 souliane browser side: add default's CSS for textarea in a dialog box
2014-06-18 souliane browser side: move contacts list's avatar from right to top
2014-06-17 souliane server side (blog): manage our own avatars cache because existing entity data are not updated
2014-06-17 souliane server side (blog): use user's avatar a the blog's favicon + small refactorization
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-14 souliane browser side: display avatars in the contact panel
2014-06-14 souliane browser side: small refactoring to prepare displaying avatars in the contact panel
2014-06-12 souliane browser side: rename and refactor constant UI_PARAMS to CACHED_PARAMS, from a dict of dict to a list of 2-tuple
2014-06-12 souliane browser side: changed default avatar
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-09 souliane browser_side: fixes CSS:
2014-06-09 souliane browser_side: fixes issues from the refactoring
2014-06-09 Goffi browser_side: import fixes:
2014-06-09 souliane twisted plugin: fixes the parsing of directory parameter
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 browser side: a new message being edited should always stay on top position (or last position for a comment)
2014-06-03 souliane server and browser sides: fixes UI parameters initialisation with user values + small refactoring
2014-06-03 souliane browser_side: avoid adding more than one new message bubble on top of the microblog panel
2014-06-02 souliane browser side: message of type "headline" sent from the host are displayed in a InfoDialog
2014-05-29 souliane browser_side: avoid warning "list comprehension redefines 'group' from line XXX"
2014-05-29 souliane browser side: rename parameter of getParent / getWidgetPanel from 'verbose' to 'expect'
2014-05-29 souliane browser side: select the "Login" tab when using auto-connect feature
2014-05-23 souliane browser and server sides: use asyncConnect instead of connect
2014-05-29 souliane browser side: display messages from contacts not in roster
2014-05-26 souliane server_side: URL query parameter 'max_items' can be used to set the maximal number of blog posts to retrieve
2014-05-22 souliane browser_side: restore previous CSS for "Register" and "Login" buttons, just keep the larger font size
2014-05-20 souliane browser_side: fixes bug introduced with previous changeset (1a0cec9b0f1e)
2014-05-20 souliane better PEP-8 compliance
2014-05-20 souliane browser_side: increase message box height for all characters to fit
2014-05-20 souliane /!\ reorganize all the file hierarchy, move the code and launching script to src:
2014-05-16 Goffi server side: removed legacy service creation resulting in double init
2014-05-16 souliane fixes setup dependencies for pip
2014-05-07 souliane server_side: update the connection mechanism to handle profile passwords
2014-05-07 souliane server_side, browser_side: new account password must contain at least 6 chars + cosmetic change for register warning message
2014-05-15 Goffi server side: use of bridge's getReady to be sure that backend is initialised at launch
2014-05-14 Goffi use of new config module for logs
2014-05-14 souliane browser_side: changes about the UI (remarks from Franck):
2014-05-13 souliane server_side: static blog retrieve page's title, meta description and keywords from the parameters
2014-05-08 Goffi browser_side (log): move logging configuration in a "logging" module + use custom backend with console.debug/info/etc output.
2014-05-08 Goffi browser side: use of new log system (first draft):
2014-05-08 Goffi server side: new log system is used
2014-05-06 Goffi server side: ipdb is used instead of pdb in debug mode
2014-05-01 souliane server_side: added constant SERVICE_PROFILE to remove hard-coded value
2014-05-06 souliane server_side: remove unused method _postAccountCreation
2014-05-01 souliane server_side: fixes startup script (as it's done in sat)
2014-05-01 souliane import constants.Const as C (according to the coding rules)
2014-04-27 souliane browser and server sides: fixes module import + use enumerate instead of xrange
2014-04-07 souliane browser_side: roster management menus are now imported from the backend
2014-04-03 souliane browser_side (xmlui): fix multi-selection
2014-04-01 souliane browser_side (xmlui): added setter methods + manage multi-selection for list widgets
2014-04-01 souliane browser_side (xmlui): implement the divider styles
2014-03-31 Goffi server + browser side, getPresenceStatuses has been renamed
2014-03-26 souliane browser_side: hide the presence/status panel until the connection is made
2014-03-26 souliane browser_side: set microblog editor width to 80%
2014-03-26 Goffi browser side: notifications: fixed dialog message in Chromium workaround
2014-03-26 Goffi browser side: notifications enhancements:
2014-03-26 Goffi browser side: fixed bad use of Timer
2014-03-25 souliane server_side: added parameter port_https_ext (external port for HTTPS, used for example for the redirection)
2014-03-24 souliane misc: INSTALL: convert line delimiters to UNIX
2014-03-23 souliane misc: updated setup.py and INSTALL
2014-03-23 souliane misc: libervia stop would not kill all libervia instances anymore
2014-03-23 souliane server_side: use XDG recommended paths as the defaults
2014-03-24 souliane server_side: bug fix passing twistd arguments to Libervia
2014-03-18 souliane server_side: added support for SSL and related parameters:
2014-03-21 souliane browser_side: set microblog editor minimal width + fix the scrolling to comment
2014-03-20 souliane browser_side: display presence with the highest priority
2014-03-19 souliane browser_side: editors do not listen for <escape> + display WYSIWIG in upper case
2014-03-18 Goffi setup.py: update website (it's not http://www.salut-a-toi.org), and removed pyjamas framework which is not standard in pypi
2014-03-18 Goffi misc: fixed python version in INSTALL: on wheezy, only python2.6 works with pyjamas (on libervia.org, may change for different environment)
2014-03-17 souliane browser and server sides: display favicon
2014-03-17 souliane browser_side: handle the signal "roomUserChangedNick"
2014-03-16 souliane browser_side: display chat states (with symbols) for MUC participants
2014-03-16 souliane browser_side: bug fix ListManager properties
2014-03-14 souliane browser_side: display new lines in microblogs (convert '\n' to '<br/>')
2014-03-14 souliane browser_side: refactorize SimpleTextEditor init parameters
2014-03-14 souliane browser_side: microblogs edition: <shift> + <enter> makes a new line, <esc> finishes the edition
2014-03-13 souliane browser_side: HTMLTextEditor and LightTextEditor factorization
2014-03-13 souliane browser_side: LightTextEditor renamed to HTMLTextEditor, new class LightTextEditor based on TextArea
2014-03-11 souliane browser_side: bug fixes for microblog raw/rich edition toggle
2014-03-11 souliane browser_side: RoomChooser small improvements:
2014-03-11 souliane browser_side: radiocol accepts mime type audio/mp3 in addition to audio/mpeg
2014-03-11 souliane browser_side: radiocol displays who uploaded the file with ChatPanel.printInfo
2014-03-11 souliane browser_side: small improvements for ListManager
2014-03-10 souliane browser_side: new microblogs are not using the rich text editor by default:
2014-03-06 souliane browser_side: radiocol supports MP3
2014-03-05 souliane server_side: set max static blog banner dimensions
2014-03-03 souliane browser_side: standardize the dialogs size and buttons display:
2014-03-03 souliane browser_side: added a dialog in Settings/Account to update/delete the XMPP account
2014-03-03 souliane browser_side: fix XMLUI password box initialisation
2014-02-25 souliane server_side: display blog comments when you click on a main item header or title
2014-02-25 souliane server_side: display blog banner if it is defined
2014-02-25 souliane browser_side: factorize the code from AvatarUpload to a new class FileUploadPanel
2014-02-26 Goffi SàT 0.4 released
2014-02-26 Goffi version update SàT v0.4.0
2014-02-26 Goffi README update
2014-02-26 souliane browser_side: refresh the ChatPanel and MicroblogPanel when they are opened from a drag and drop
2014-02-26 souliane browser_side: focus the password input after account creation
2014-02-26 souliane plugin card_game: update to use the new XMLUI mechanism + copy the autoplay mode from QuickFrontend:
2014-02-25 souliane browser_side: bug fixes microblogs:
2014-02-26 souliane added INSTALL
2014-02-25 souliane browser_side: fix typos
2014-02-25 Goffi browser side: fixed bad variable reference in menus management
2014-02-25 Goffi browser side: XMLUI AdvancedListContainer: rows are highlighted when there are selectable
2014-02-24 souliane server and browser sides: add in the static blog the link to the Atom feed + set encoding of libervia.html
2014-02-24 souliane server_side: fix error management at account creation
2014-02-24 souliane browser_side: fix bubble CSS for chromium and epiphany browsers
2014-02-24 souliane browser_side: fixed imports
2014-02-23 souliane server_side: blog: bug fixes
2014-02-23 souliane browser_side: refactorization of the file tools.py:
2014-02-23 souliane browser_side: CSS for the selectable rows of AdvancedListContainer: change the cursor and highlight the selected row
2014-02-23 souliane browser_side: escape the microblog titles when they are displayed
2014-02-22 souliane change libervia.sh access permissions to 755
2014-02-21 souliane browser_side: allow one blogger to moderate the comments made on his own blog messages.
2014-02-20 souliane browser_side: groupblog: handle main items with no associated comments node + do not mix up attributes names between the item own service/node and the comments service/node
2014-02-19 souliane browser_side: hide the syntax label when wysiwyg edtion is active
2014-02-19 souliane tools: remove unused method that was copy/pasted from nltk module
2014-02-19 souliane browser_side: display the popup notifying the message's recipient when you edit the blog entry's bubble.
2014-02-19 souliane browser_side: the popup notifying the message's recipient is no more dependent to the unibox.
2014-02-17 souliane added setup.py for the installation with setuptools
2014-02-18 souliane browser_side: fix error when displaying the microblogs of a contact
2014-02-13 souliane browser_side: microblog images have a fixed CSS "max-width" and they are clickable
2014-02-13 souliane browser_side: small fixes for RichTextEditor
2014-02-13 souliane browser_side: do not use addURLToText to display Microblog XHTML content
2014-02-13 souliane browser_side: wysiwyg edition handles the toolbar buttons
2014-02-13 souliane browser_side: class PromptDialog based on GenericConfirmDialog asks the user for a text input
2014-02-13 souliane browser_side: wysiwyg edtion, first steps (do not use the buttons yet)
2014-02-13 souliane browser_side: misc improvements for RichTextEditor to prepare Wysiwyg edition
2014-02-12 souliane browser_side: heavy refactorisation for microblogs:
2014-02-12 souliane browser_side: MicroblogEntry defines properties to access MicroblogItem attributes (instead of overwriting __getattr__)
2014-02-12 souliane browser_side: LightTextEditor inheritates from BaseTextEditor + display URL in the status
2014-02-12 souliane browser_side: added a method setVisible to ListManager
2014-02-07 souliane browser_side: status panel is based on a new class LightTextEditor which uses HTML5 "editablecontent" property
2014-02-07 souliane browser_side: move TitlePanel from richtext.py to base_panels.py
2014-02-05 souliane server_side: sort blog post with "published" instead of "timestamp" + display titles in <h1> tags.
2014-01-22 souliane server_side: Atom feed for blogposts is accessible from <host>/blog/<user>/atom.xml
2014-01-18 souliane browser_side: message box was not displayed on muc opening (when unibox is disabled)
2014-01-17 souliane browser_side: muc user symbols (used for showing who is playing) can also be removed
2014-01-16 souliane browser_side: radiocol current song playback will jump to time when a user joins a running session
2014-02-04 Goffi dates update
2014-02-04 Goffi fixed docstrings wrong usage for licence informations
2014-02-04 Goffi server_side: raised default security_limit to 5
2014-02-04 Goffi browser side: XMLUI fixes:
2014-02-04 Goffi browser + server side: refactored menus:
2014-02-04 Goffi browser side: refactored XMLUI to use the new sat_frontends.tools.xmlui.XMLUI class, first draft
2014-02-04 Goffi browser side: removed logging imports: it's not working correctly with pyjamas
2014-02-04 Goffi server side: paramsXml2xmlUI is now parasXML2XMLUI + improved lisibility in getParamsUI
2014-02-04 Goffi browser side: sat_frontends.tools.xml is now called xmltools
2014-02-04 Emmanuel Gil Peyrot server side: make Libervia a Twisted plugin, and add it the --port argument + add a config file for the port.
2014-01-11 Goffi reverted changeset c144b603fb93 (bug 7)
2013-02-23 Emmanuel Gil Peyrot server side: make Libervia a Twisted plugin, and add it the --port argument + add a config file for the port.
2013-02-23 Emmanuel Gil Peyrot Add notifications support, fixes bug 7.
2014-01-07 souliane browser_side: actually disable the microblog title (not supported yet)
2014-01-07 souliane browser_side: fixed the behavior regarding "Enable unibox" parameter:
2014-01-07 souliane reverted changeset: bfbd9d6eb901
2014-01-04 souliane browser_side: prepare user input for microblog titles
2014-01-03 souliane misc: reorganization of the file panels.py + clean the modules import:
2014-01-03 souliane browser_side: scroll to the clicked microblog post and blink it (previous behavior is conserved when the unibox is enabled)
2014-01-03 souliane browser_side: info dialog to let the user know that a refresh is needed after GUI parameters have been changed
2014-01-03 souliane browser_side: based on LiberviaWidget.getWidgetsPanel, add a generic method to retrieve the first ancestor of any class
2014-01-03 souliane browser_side: display the good text for microblog button regarding the context: "Send message" or "Update"
2014-01-03 souliane server_side: added support for paramsRegisterApp to define frontend's specific parameters like "Enable unibox"
2014-01-03 souliane misc: gather the constants in a single file, as it is done for other frontends
2014-01-03 souliane browser_side: fix import and method signatures relative to changeset e4f586fc6101
2014-01-02 souliane browser_side: handle successive click on blog post "edit" and "comment" icons
2013-12-30 souliane browser_side: status can be edited with a click on it
2013-12-30 souliane browser_side: save the unibox panel space when unibox is disabled
2013-12-29 souliane browser_side: display a "New message" button and add a "comment" icon for main entries in MicroblogPanel when the unibox is disabled
2013-12-29 souliane browser_side: message box below the ChatPanel when unibox is disabled
2013-12-29 souliane browser_side: make UniBox inherit from a more basic MessageBox class
2013-12-29 souliane browser_side: make unibox optional
2013-12-27 souliane server_side: removed unecessary debug info during a file upload
2013-12-19 souliane browser_side (groupblog): order items using "published" instead of "updated"
2013-12-18 souliane server_side: display rich text in blogs (addURLToText is now in sat_frontends/tools/strings)
2013-12-18 souliane browser_side: styles for displaying rich text
2013-12-18 souliane browser_side: fix presence/status update (do not share between different resources)
2013-12-18 souliane browser_side: fix internal JID class equality operator
2013-12-18 souliane browser_side: bug fix for setting a new presence when the current one is 'unavailable'
2013-12-18 souliane browser_side (plugin radiocol): set the upload limit to 10 MB instead of 5
2013-12-17 souliane browser_side (plugins radiocol, xep-0054): handle upload errors
2013-12-24 Goffi server and browser side: updated callback system to follow core changes
2013-12-17 Goffi browser side: sendMessage alert on error
2013-12-17 Goffi server side: sendMessage is now async
2013-12-17 Goffi server+browser side: fixed bridge errback handling
2013-12-17 Goffi server side: adapted registeringError reasons to new names in backend
2013-12-16 souliane browser_side: bug fixes for switching between unibox and rich text editor:
2013-12-15 souliane browser_side: blog post update: fix assignment to immutable element
2013-12-10 souliane browser_side: set the ideal width for the rich text dialog when displayed in the unibox panel
2013-12-10 souliane browser_side: set the ideal width for the blog post update dialog
2013-12-10 souliane browser_side: set the ideal height for the contact panel size when displayed in the unibox panel
2013-12-10 souliane browser_side: double click on unibox do not open the rich text editor anymore
2013-11-27 souliane browser_side: renamed item and labels for discussion groups
2013-11-28 souliane browser_side (plugin radiocol): send the current queue to new players
2013-11-27 souliane browser_side (plugin radiocol): the UI uses CaptionPanel
2013-11-26 souliane browser_side (plugin radiocol): use the status label to give more information
2013-11-25 souliane browser_side (plugin radiocol): info message when you start the radiocol
2013-11-25 souliane browser_side (plugins radiocol, xep-0054): check for file size or type before uploading
2013-12-10 souliane browser_side: added blog item modification/deletion
2013-12-09 souliane browser_side: more customizable rich text editor
2013-12-04 souliane browser_side: changes related to the implementation of XEP-0033 (addressing)
2013-11-23 souliane browser_side: set your own presence status and display those of others
2013-11-22 souliane browser_side: white-space: nowrap for the groups in the contact manager
2013-12-13 Goffi server side: fixed bad async bridge calls management
2013-11-21 souliane frontends tools: moved src/tools/frontends to frontends/src/tools
2013-11-21 souliane bridge + browser_side: bridge signals for games and their callbacks:
2013-11-21 souliane browser_side: better PEP8 compliance
2013-11-21 souliane browser_side: can identify muc members with symbols
2013-11-21 souliane browser_side: bug fix for RoomAndContactsChooser (do not display the MUCs in the list)
2013-11-19 souliane browser_side: update contacts in "group and contact chooser" when the a user connect/disconnect
2013-11-17 souliane browser_side: send rich text to all the "To" recipients (groups and one2one)
2013-11-17 souliane browser_side: added generic method "send" in SatWebFrontend
2013-11-17 souliane browser_side: added class RoomAndContactsChooser:
2013-11-17 souliane browser_side: changes regarding widgets and tabs:
2013-11-17 souliane bridge: added inviteMUC + modify joinMUC to make it accept room_jid = ""
2013-11-17 souliane browser_side: sort the the result of ContactList.getConnected()
2013-11-17 souliane browser_side: added class ToggleStackPanel
2013-11-11 souliane browser_side: improvements for lists and contact groups manager:
2013-11-11 souliane browser_side: small changes for contact list and "add group" panel:
2013-11-15 Goffi browser side: management of extra data for sendMblogComment, allowing to send rich text for comments
2013-11-15 Goffi browser side: if 'xhtml' key is present in microblog data, rich content is displayed
2013-11-15 Goffi server_side: extra data is now added for sendMblog, allowing to send rich text with the 'rich' key.
2013-11-15 Goffi removed trailing spaces in libervia.tac
2013-11-09 souliane browser_side: open the web widget in the current tab
2013-11-09 souliane browser_side: added contact group manager based on ListManager
2013-11-09 souliane browser_side: small changes to prepare the contact group manager:
2013-11-09 souliane browser_side: isolate the basic stuff of RecipientManager in a new class ListManager:
2013-11-09 souliane browser_side: isolate the "add contact group" panel in a re-usable class:
2013-11-08 souliane browser_side: isolate the basic stuff of ContactList in the new GenericContactList class
2013-11-05 souliane plugin XEP-249: added parameter Misc / Auto-join MUC on invitation:
2013-10-23 souliane browser_side: added auto-connection with URL parameters:
2013-11-08 souliane browser_side: set the "workaround" timers to 5 ms instead of 10:
2013-10-23 souliane plugin card_game: use the games.py from sat/src/tools/frontends
2013-11-09 Goffi browser_side: removed some trailing spaces
2013-11-09 Goffi browser side: use of inlineRoot to display XHTML chat text
2013-11-09 Goffi browser side: added Node.setAttribute and Node.toxml to nativedom
2013-11-08 Goffi browser_side: changed sat.tools.frontend for sat.tools.frontends
2013-10-15 souliane browser_side, blog: better PEP8 compliance
2013-10-18 souliane browser_side: add context menu for contact:
2013-10-15 souliane browser_side: added class PopupMenuPanel to manage more complex context menu
2013-10-15 souliane browser_side: modified class ContactChooser to allow setting a min and max number of contacts to be chosen
2013-10-14 souliane browser_side: added input history in the unibox:
2013-10-11 souliane browser_side: set CSS margin: auto for all button panels
2013-10-10 souliane browser_side: fixed browser built-in auto-completion in login/register panels
2013-11-07 Goffi browser_side: white-space are no pre-wrap for .chat_text_msg
2013-11-07 Goffi browser and server side: XHTML handling, first draft:
2013-10-31 Goffi browser side: rich text: update to follow core implementation
2013-10-09 souliane browser side: fixed RichTextEditor debug mode when no parameter exists.
2013-10-08 souliane browser_side: added UIs for rich text editor and addressing to multiple recipients
2013-10-08 souliane browser_side: dialogs take **kwargs arguments + unibox helper method
2013-10-08 souliane browser_side: added the flag REUSE_EXISTING_LIBERVIA_WIDGETS
2013-10-08 souliane bridge: asyncGetParamA takes a security_limit argument
2013-10-08 souliane server_side: put the blog entry content in its own span + CSS customization
2013-10-07 souliane browser_side: bug fix for changeset 3092f6b1710c
2013-09-26 souliane browser_side, misc: better PEP8 compliance
2013-09-26 souliane browser_side: display widget title in the debug info (LiberviaWidget method "getDebugName")
2013-09-26 souliane browser_side: center the buttons of GenericConfirmDialog
2013-09-26 souliane browser_side, plugin XEP-0085: limit the number of bridge methods calls for "chatStateComposing".
2013-09-22 souliane browser_side: set the focus to the first field when a tab is selected from the register panel
2013-09-21 souliane browser_side: check for duplicate name before adding a new contact group
2013-09-21 Goffi browser side: enforced "gwt-MenuBar-horizontal" style in LiberviaMenuBar to workaround a class name fix in Pyjamas' MenuBar which was causing troubles with CSS.
2013-09-21 Goffi server side: better async bridge calls handling
2013-09-07 souliane browser_side: small improvements for parameters panel
2013-09-08 souliane browser_side: display clickable URLs in chat text
2013-09-08 souliane browser_side: added key listener to login and register panels
2013-09-07 souliane server side: added the security_limit to setParam
2013-09-06 souliane plugin XEP-0085: Chat State Notifications
2013-09-06 souliane browser side: display the day change in chat window
2013-09-06 souliane browser side: bug fix (missing "self." before value_max)
2013-09-06 souliane browser side: added a mechanism to define forbidden patterns during new contact group creation
2013-09-06 souliane browser side: make the OK button title for group selector configureable + few "cosmetic" changes (PEP 8...)
2013-06-27 Goffi browser side: fixed setGroupsSelected in GroupSelector
2013-06-27 Goffi browser side: added "add" button in GroupSelector's add group dialog
2013-06-27 Goffi browser side: changed bubbles background color
2013-06-27 Goffi browser side: contactBox doesn't use left margin anymore (avoid scrollbar issues) + some cosmetic changes to contact panel switch button
2013-06-20 Goffi browser side: events data are cached until initialisation is finished (we get all microblogs)
2013-06-20 Goffi browser + server: vcard is requested when no avatar data is found in cache
2013-06-20 Goffi browser side: errback management in bridge calls
2013-06-20 Goffi browser, server: comments handling:
2013-04-07 Goffi server + browser: message warning level/sending refactoring:
2013-03-25 Goffi browser side: clicking on the contacts list (contact item, group or the "contacts" main title) open a discussion or microblog
2013-03-20 Goffi browser side: it is now possible to select a microblog panel or an entry inside it
2013-03-07 Goffi browser side: tabs are now dropable (i.e. we can now move widgets between tabs)
2013-03-06 Goffi browser side: dropped widget's row is now checked, to avoid the drop on a removed BorderWidget. This finish the previous commit.
2013-03-05 Goffi Browser Side: Widgets can now be moved, header (title bar) is draggable:
2013-03-04 Goffi browser side: widgets refactoring:
2013-03-03 Goffi browser side: new tab is automatically selected, if a tab is removed, the last one is automatically selected
2013-03-03 Goffi browser side: selected widget caching in UniBox, to avoid to ask the getter at each key pressed, which make the box very slow.
2013-03-03 Goffi browser side: per tab selected widget management
2013-03-03 Goffi browser side: WebPanel now react on [ENTER] press on URL textBox
2013-03-03 Goffi browser side: removed messages debug traces
2013-03-03 Goffi browser side: removed "\n" -> <br> conversion in html_sanitize, and use "white-space: pre" CSS property in chat messages instead (thx Link Mauve !).
2013-03-03 Goffi Browser Side: Web Panel widget position/size fix
2013-03-03 Goffi browser side: scroller added to contacts panel
2013-03-03 Goffi browser side: global resize on UniBox resize
2013-03-03 Goffi browser side: fixed MainTabPanel size
2013-03-03 Goffi browser side: contacts panel switch:
2013-03-02 Goffi browser side: fixed typo
2013-02-25 Goffi browser side: html_sanitize now manage Line Feed, fixing multi-lines messages in chat widget
2013-02-24 Goffi browser side: web widget first draft
2013-02-24 Goffi misc: added ctags_links to .hgignore
2013-01-25 Goffi closing a group chat widget now leave the muc room (bug 11)
2013-01-24 Goffi dummy commit, just for test
2013-01-24 Goffi browser side: tab is removed if it doesn't contain widget anymore.
2013-01-13 Goffi server side: fixed public blog items order
2013-01-13 Goffi browser side: fixed charset in public blog page
2013-01-13 Goffi browser side: fix the line jump in unibox after entering something (work around a pyjamas bug)
2013-01-13 Goffi browser side: added login characters check in login panel (similar to the one in register panel)
2013-01-13 Goffi server side: added root redirection to libervia.html
2013-01-13 Goffi browser side: changed Internat server error alert to a print, avoir annoying popups on bad connections
2013-01-09 Goffi Added tag SàT v0.3.0 for changeset 732ed69ffe11
2013-01-09 Goffi version update (release time) SàT v0.3.0
2013-01-09 Goffi misc: README cleaning + added Mutagen to credits
2013-01-09 Goffi browser side: fixed tarot game, radio collective double panel issue
2013-01-09 Goffi misc: added presentation website to README
2013-01-07 Goffi dates update
2013-01-07 Goffi server side: removed some unused imports
2013-01-07 Goffi browser side: get entity's microblogs for newly added contacts
2013-01-07 Goffi browser side: changed default MUC room for sat@chat.jabberfr.org
2013-01-07 Goffi browser side: fixed registration:
2013-01-07 Goffi server side: registration refactoring first draft; main registration code is moved to SàT backend
2013-01-07 Goffi CSS: fixed formWarning style
2013-01-05 Goffi browser side: basic disconnection management: hard reload is done on empty signal response
2013-01-05 Goffi browser side: in case of error, retry delay is doubled at each try
2013-01-05 Goffi server side: disconnection
2013-01-05 Goffi server side: async connection
2013-01-05 Goffi server_side: set timeout to 300 s
2012-12-30 Goffi server side: fixed tarotGameReady call
2012-12-28 Goffi browser side: temporary avatar upload dialog is added to setting menu
2012-12-28 Goffi server side: file upload is now more generic:
2012-12-10 Goffi browser: last menu CSS fix
2012-12-09 Goffi server side: fixed public microblog
2012-12-09 Goffi added parameter management to test XMLUI, but it's currently deactivated for security reasons (need some configuration options) + separated mainTabPanel CSS from LiberviaTabPanel
2012-12-09 Goffi browser side: fixed about menu + updated website URL
2012-12-09 Goffi browser side: fixed MUC signals management
2012-12-09 Goffi browser side: misc dialog improvment:
2012-12-09 Goffi browser side: CSS fixe for last item's selection in main menu
2012-12-09 Goffi browser side: XMLUI implentation
2012-12-09 Goffi browser side: ultra-minimalist native DOM implementation
2012-11-21 Goffi browser side: fixed avatars
2012-11-14 Goffi server side: fixed getHistory call and action result management
2012-10-29 Goffi browser side: own microblogs print
2012-10-28 Goffi browser side: our own microblogs are now requested once logged
2012-10-21 Goffi server + browser side: new api fix
2012-08-01 Goffi misc: updated README with contributors
2012-06-24 Goffi server + browser side: groupblog subscription + fixed blog insertion order
2012-04-05 Goffi browser: present microblogs panels are filled once logged
2012-04-03 Goffi browser side: group blog is now used to send all microblogs
2012-04-01 Goffi server & browser side: microblogging refactoring first draft
2012-03-06 Goffi copyleft date update
2012-01-29 Goffi Working Radio Collective \o/
2012-01-28 Goffi RadioCol: song preloading + fonctionnal players
2012-01-22 Goffi basic radio collective
2012-01-22 Goffi radio collective first draft
2012-01-04 Goffi browser: fixed tabs not opening on room joining
2012-01-04 Goffi radio collective integration, first draft
2011-12-12 Goffi server: fixed buggy vcard cache retrieving, fixes avatar issue
2011-12-10 Goffi use of async history
2011-12-10 Goffi browser: fixed call to getRoomsJoined
2011-12-10 Goffi server side: asynchronous login
2011-07-07 Goffi browser side: microblog's entry header with pseudo and timestamp
2011-07-06 Goffi microblog avatar update
2011-07-06 Goffi browser side: CSS: microblog fix
2011-07-05 Goffi server side: refactored signal according to SàT's bridge changes + getCardCache handling + updatedValue handling
2011-07-05 Goffi browser side: widgets are now added in a widgetsPanel when a tab is created
2011-07-05 Goffi browser side: CSS: fixed bad colors on targetWarning popups
2011-07-05 Adrien Vigneron browser side: microblog entries
2011-07-05 Adrien Vigneron browser side: CSS: microblog entries
2011-06-29 Goffi browser side: css: reverted drag'n'drop to red background
2011-06-29 Adrien Vigneron browser side: CSS: drag'n'drop
2011-06-29 Adrien Vigneron browser side: CSS: header, unibox, tabs + drag'n' drop reworked
2011-06-29 Goffi browser side: grouped header panel in a global Absolute panel
2011-06-29 Goffi on failure, Libervia now wait 5 s before trying again to call the serveur + only room name is now shown in tabs
2011-06-29 Goffi browser side: CSS: changed tabs margin + fixed dragover background for chat panels
2011-06-28 Adrien Vigneron browser side: CSS: black & red tabs + dialogs fixes
2011-06-28 Goffi switched back to worldmap background
2011-06-28 Goffi browser side: CSS tabs fix
2011-06-28 Goffi added Social contract & About to help menu
2011-06-28 Adrien Vigneron browser side: CSS update, tabs & dialogs
2011-06-28 Goffi browser side: bottomBorderWidget size fix (for webkit)
2011-06-28 Goffi browser side: changed widgets' body min size to (200px, 150px)
2011-06-28 Goffi browser side: signal management
2011-06-28 Goffi browser side: changed borderWidgets' size to 10px
2011-06-28 Goffi browser side: widgets' setting: height detection fix
2011-06-28 Goffi browser side: removed &nbsp; in EmptyPanel
2011-06-28 Goffi browser side: widgets' setting: mouse wheel can now be used to change values
2011-06-28 Goffi browser side: widgets' setting reset button update fix
2011-06-28 Goffi typo fix
2011-06-28 Goffi browser side: widgets' width and height can now be fixed + tarot game position fix
2011-06-28 Goffi browser side: selecting widget now change header color instead of dashed borders
2011-06-27 Goffi browser side: Widgets' setting (col & row span can be changed
2011-06-27 Goffi browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
2011-06-27 Goffi browser side: widgetsPanel is now scrollable when there are too many widgets, and widgets have a minimum size
2011-06-27 Adrien Vigneron browser side: IE & Opera CSS fix
2011-06-27 Goffi browser side: widget removing is now managed
2011-06-27 Goffi browser side: widgets cells can now be added by putting a widget on a border
2011-06-26 Goffi browser side: new widget handling:
2011-06-26 Goffi New widget system: first draft
2011-06-26 Adrien Vigneron browser side: widgets CSS
2011-06-22 Goffi browser side: fixed button
2011-06-21 Goffi browser side: fixed CSS
2011-06-19 Goffi browser side: inclusion of Adrien's icons
2011-06-18 Goffi browser side: refactoring: menu is now in its own module
2011-06-18 Goffi media paths update
2011-06-18 Adrien Vigneron browser side: registerPanel text-align fix
2011-06-18 Adrien Vigneron browser side: CSS: redesigned dialog boxes, and contacts
2011-06-18 Adrien Vigneron browser side: groups design
2011-06-17 Goffi Adrien's uniBox design integration + lastPopup style
2011-06-17 Adrien Vigneron browser side: uniBox CSS + menu last popup corner
2011-06-17 Goffi browser side: menu separator + last popup menu hack to avoid it being shown out of the screen
2011-06-17 Adrien Vigneron browser side: menu CSS fix
2011-06-15 Adrien Vigneron browser side: menu CSS fix
2011-06-15 Adrien Vigneron browser side: menu CSS update
2011-06-15 Goffi registration fix
2011-06-14 Goffi Login/Register box: integration of Adrien Vigneron's design
2011-06-14 Adrien Vigneron browser side: register box CSS update
2011-06-02 Goffi browser side: fixed microblog filtering
2011-05-31 Goffi Added tag SàT v0.2.0 for changeset 12e889a683ce
2011-05-31 Goffi server side: misc stuff: SàT v0.2.0
2011-05-31 Goffi server side: misc stuff:
2011-05-30 Goffi added README
2011-05-29 Goffi server side: 404 error is now sent instead of directory listing when requesting a directory
2011-05-29 Goffi browser side: microblog entries caching
2011-05-29 Goffi Contact update + add dedication in About dialog
2011-05-29 Goffi browser side: fixed refactoring issue
2011-05-29 Goffi Roster list update, contact deletion + some refactoring
2011-05-28 Goffi addind contact + subscription management + misc
2011-05-28 Goffi social contract update
2011-05-26 Goffi browser side: adding contact, first draft
2011-05-26 Goffi browser side: HTML sanitization
2011-05-26 Goffi MUC group joining
2011-05-26 Goffi browser side: added about box
2011-05-26 Goffi added Social Contract \o. (in French only so far)
2011-05-26 Goffi browser side: connected contacts now appear differently
2011-05-26 Goffi Account creation
2011-05-25 Goffi server side: user is now disconnected on session end, and queue is purged
2011-05-25 Goffi server side: Session management refactoring
2011-05-25 Goffi browser_side: prevent default for escape key (cancel HTTPRequest in FF)
2011-05-22 Goffi Browser side: Tarot game
2011-05-22 Goffi Tarot game: score is now shown (need to use XMLUI later)
2011-05-21 Goffi added Tarot cards images
2011-05-21 Goffi Tarot game: a game can now be finished
2011-05-19 Goffi Tarot game: center_panel layout + chien can now be showed + fixed click event inheritance + card selection first draft
2011-05-17 Goffi Tarot game: game launching (first hand showed), and contract selection
2011-05-16 Goffi Tarot Game: first draft
2011-05-16 Goffi room user joining/leaving
2011-05-16 Goffi browser side: misc css/layout fixes
2011-05-13 Goffi browser side, misc stuffs
2011-05-13 Goffi browser_side: contactsChooser now discard MUC rooms
2011-05-13 Goffi browser_side: added naive html sanitize method
2011-05-13 Goffi server_side: added getRoomJoined method
2011-05-13 Goffi browser-side: CSS misc udpates
2011-05-07 Goffi browser side:
2011-05-07 Goffi browser side: ContactsChooser is now used to ask for 3 others players when tarot game is launched + names refactoring
2011-05-07 Goffi browser side: added ContactsChooser dialog
2011-05-07 Goffi browser side: added CSS for contactsChooser class
2011-05-07 Goffi server side: misc stuff
2011-04-20 Goffi added tab panel
2011-04-16 Goffi browser_side: removed some useless mess + changed delay for warning message to 2s
2011-04-16 Goffi browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
2011-04-16 Goffi - User status is now updated
2011-04-15 Goffi Added basic chat panel
2011-04-15 Goffi moved panels and menu in a separate file
2011-04-15 Goffi register.py and contact.py moved to new directory browser_side
2011-04-15 Goffi browser side: microblog panel improvments
2011-04-09 Goffi public blog is now shown i reverse order
2011-04-07 Goffi - Group microblog management, first draft
2011-03-30 Goffi microblog panel filtering
2011-03-26 Goffi server: fixed wrong parameter number in blog resource
2011-03-26 Goffi magicBox is now able to send global microblog
2011-03-24 Goffi server: microblog resource
2011-03-24 Goffi browser: misc appearance change
2011-03-24 Goffi html tools
2011-02-14 Goffi CSS: microbloging style + using CSS reset
2011-02-14 Goffi drap and drop first draft
2011-02-13 Goffi added build/ and Session.vim to .hgignore
2011-02-13 Goffi personalEvent management signal first draft, microblogs are now put in a central grid
2011-02-13 Goffi server side: proper profile management in signals generic callback
2011-02-08 Goffi signals handling and first draft of microblogging
2011-01-31 Goffi ContactPanel: first draft
2011-01-30 Goffi Initial commit