2015-02-24 |
Goffi |
browser side (contact list): fixed forgotten profile argument in presence listener
frontends_multi_profiles
|
2015-02-24 |
Goffi |
browser side: fixed use of profile for listeners
frontends_multi_profiles
|
2015-02-23 |
Goffi |
merged souliane changes
frontends_multi_profiles
|
2015-02-23 |
Goffi |
browser side (widgets management): removed getWidgetsPanel: we use directly getParent which do the same thing + displayWidget now detect hidden widgets (widgets without parent WidgetsPanel)
frontends_multi_profiles
|
2015-02-23 |
Goffi |
browser side (LiberviaWidget): an error is raised when expect is True on getParent
frontends_multi_profiles
|
2015-02-23 |
Goffi |
browser side (contact list): Contact list improvments:
frontends_multi_profiles
|
2015-02-23 |
Goffi |
browser side (contact list): use of c.bool for parameter conversion
frontends_multi_profiles
|
2015-02-23 |
Goffi |
browser side (menu): minor improvments:
frontends_multi_profiles
|
2015-02-23 |
Goffi |
browser side (libervia main): implemented visible_widgets property
frontends_multi_profiles
|
2015-02-23 |
Goffi |
browser side: contact_list update:
frontends_multi_profiles
|
2015-02-23 |
Goffi |
browser side (contact list): use EntityToShow to know which contacts must be displayed
frontends_multi_profiles
|
2015-02-22 |
souliane |
browser_side: implements showDialog
frontends_multi_profiles
|
2015-02-22 |
souliane |
browser_side: fixes MUC menus
frontends_multi_profiles
|
2015-02-22 |
souliane |
browser_side: fixes RoomAndContactsChooser dialog
frontends_multi_profiles
|
2015-02-22 |
souliane |
browser_side (PromptDialog): rename prompt attribute to prompt_widgets + related changes
frontends_multi_profiles
|
2015-02-22 |
souliane |
browser_side: fixes various issues
frontends_multi_profiles
|
2015-02-22 |
souliane |
server and browser sides: fixes bad call to "subscription" bridge method
frontends_multi_profiles
|
2015-02-20 |
souliane |
browser_side: fixes a typo (listerner --> listener)
frontends_multi_profiles
|
2015-02-20 |
souliane |
browser_side: fixes previous patch, forgot to pass an argument
frontends_multi_profiles
|
2015-02-20 |
souliane |
browser_side: move SatWebFrontend.addTab to MainTabPanel.addWidgetsTab and rename MainTabPanel.add to MainTabPanel.addTab
frontends_multi_profiles
|
2015-02-20 |
souliane |
browser_side: show more obvisouly the "dragover" style when dragging something over a tab
frontends_multi_profiles
|
2015-02-20 |
souliane |
browser_side: always display the main tab bar with a "+" button to add a new tab
frontends_multi_profiles
|
2015-02-11 |
souliane |
browser_side: add/improve some docstrings
frontends_multi_profiles
|
2015-02-11 |
souliane |
browser_side: add and use method displayWidget to harmonize widget's management in Libervia (not completely done, there are some issues)
frontends_multi_profiles
|
2015-02-10 |
Goffi |
browser side (web panel): add an option to hide url headed + use it for public blog
frontends_multi_profiles
|
2015-02-10 |
Goffi |
browser side: fixed jid's public blog menu
frontends_multi_profiles
|
2015-02-10 |
Goffi |
browser side: added a base_location property to get location of current Libervia instance
frontends_multi_profiles
|
2015-02-10 |
Goffi |
browser side (web panel): schemes are now checked, if no scheme is given (or a not accepted one), http:// is used
frontends_multi_profiles
|
2015-02-10 |
Goffi |
browser side: web widget is recreated when there is already one
frontends_multi_profiles
|
2015-02-10 |
Goffi |
browser side: widget is deleted by default when close button is clicked in LiberviaWidget
frontends_multi_profiles
|
2015-02-10 |
Goffi |
brower side: removed close listener for LiberviaWidget
frontends_multi_profiles
|
2015-02-09 |
Goffi |
merges souliane changes
frontends_multi_profiles
|
2015-02-09 |
Goffi |
browser side (blog, contact list): use of new listener mechanism to update avatar
frontends_multi_profiles
|
2015-02-09 |
Goffi |
browser side: fixed avatar getting + better DEFAULT/EMPTY avatars constants + use of jid.JID for microblog's author
frontends_multi_profiles
|
2015-02-09 |
Goffi |
server + browser side: implementation of new getEntitiesData bridge method + added a security check: only a white list of entities can be gotten
frontends_multi_profiles
|
2015-02-07 |
souliane |
browser_side: fixed DragAutoCompleteTextBox for the list manager
frontends_multi_profiles
|
2015-02-07 |
souliane |
browser_side: base_widget.DropCell raises an exception if the callback doesn't return a LiberviaWidget instance
frontends_multi_profiles
|
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
|