Mon, 23 Mar 2015 09:35:46 +0100 |
souliane |
browser_side: update ContactList, Chat, ContactsPanel, ContactBox, ContactLabel to update the display using listeners as it is done in quick_frontend:
|
Fri, 27 Mar 2015 00:15:42 +0100 |
souliane |
browser_side: let the backend check for the validity of MUC JIDs that come from a user input
|
Mon, 30 Mar 2015 10:28:47 +0200 |
Goffi |
2015 copyright dates update
|
Wed, 18 Mar 2015 10:17:04 +0100 |
souliane |
browser_side: follow changes made on quick_frontend for chat states and MUC symbols + minor fixes following the refactorisation:
|
Thu, 19 Mar 2015 20:41:46 +0100 |
Goffi |
browser side: versions management + version is shown in about dialog
|
Thu, 19 Mar 2015 20:41:14 +0100 |
Goffi |
server side: implemented methods to get SàT and Libervia versions
|
Thu, 19 Mar 2015 17:27:22 +0100 |
Goffi |
browser side: updated trigger import according to backend renaming (sat.tools.misc is now sat.tools.trigger)
|
Wed, 18 Mar 2015 16:17:30 +0100 |
Goffi |
closing branch frontends_multi_profiles
frontends_multi_profiles
|
Wed, 18 Mar 2015 16:15:18 +0100 |
Goffi |
merged branch frontends_multi_profiles
|
Tue, 17 Mar 2015 22:20:36 +0100 |
Goffi |
browser side(otr): restored menu hooks using new hook system
frontends_multi_profiles
|
Tue, 17 Mar 2015 22:18:25 +0100 |
Goffi |
browser side: fixed __setitem__ in OrderedDict (was bugging when the key was already existing)
frontends_multi_profiles
|
Tue, 17 Mar 2015 20:42:02 +0100 |
Goffi |
browser side: menus refactorisation:
frontends_multi_profiles
|
Tue, 17 Mar 2015 20:28:41 +0100 |
Goffi |
browser side: host listeners are called when host is instantiated
frontends_multi_profiles
|
Tue, 17 Mar 2015 20:26:31 +0100 |
Goffi |
browser_side: added __len__ method in OrderedDict
frontends_multi_profiles
|
Wed, 11 Mar 2015 19:01:27 +0100 |
souliane |
browser_side: add attribute "merge_resources" to ContactsPanel to display the MUC occupants + override Chat.replaceUser and Chat.removeUser
frontends_multi_profiles
|
Wed, 11 Mar 2015 12:50:19 +0100 |
souliane |
browser_side: fixes room games:
frontends_multi_profiles
|
Mon, 09 Mar 2015 16:30:06 +0100 |
souliane |
browser_side: replace ContactsPanel and ContactBox init "parent" attribute with "host" + menus bound to the avatar can be parameterized
frontends_multi_profiles
|
Mon, 09 Mar 2015 16:27:20 +0100 |
souliane |
browser_side: rename askConfirmation handler
frontends_multi_profiles
|
Sat, 07 Mar 2015 15:08:56 +0100 |
souliane |
server and browser sides: fixes joining room with auto-generated name + leave JID error handling to the backend
frontends_multi_profiles
|
Sat, 07 Mar 2015 13:28:11 +0100 |
souliane |
browser_side (CSS): show differences between enabled and disabled buttons
frontends_multi_profiles
|
Fri, 06 Mar 2015 14:29:37 +0100 |
souliane |
browser_side (blog): clean the MicroblogPanel:
frontends_multi_profiles
|
Thu, 05 Mar 2015 13:27:41 +0100 |
souliane |
browser_side: don't display MUC entities in the contact list + fixes ContactList.remove (QuickContactList and SimplePanel conflict)
frontends_multi_profiles
|
Tue, 03 Mar 2015 22:31:54 +0100 |
souliane |
browser_side: OTR uses 'profilePlugged', 'disconnect' and 'gotMenus' listeners
frontends_multi_profiles
|
Tue, 03 Mar 2015 19:00:21 +0100 |
souliane |
browser_side: fixes wrong triggers names
frontends_multi_profiles
|
Tue, 03 Mar 2015 07:21:50 +0100 |
souliane |
browser_side: fixes OTR using the new resource system and proper triggers (send and receive message) or listener (presence update)
frontends_multi_profiles
|
Tue, 03 Mar 2015 06:51:13 +0100 |
souliane |
browser_side: replace all instances of 'str' with 'unicode'
frontends_multi_profiles
|
Tue, 03 Mar 2015 06:24:27 +0100 |
souliane |
browser_side: implements collections.OrderedDict.__contains__ to fix an error while doing "presence in C.PRESENCE"
frontends_multi_profiles
|
Fri, 27 Feb 2015 22:53:27 +0100 |
Goffi |
browser side (contact list): ContactPanels is used instead of OccupantsList in MUC:
frontends_multi_profiles
|
Fri, 27 Feb 2015 16:05:28 +0100 |
souliane |
browser_side: allow to drop a widget in the "+" tab
frontends_multi_profiles
|
Fri, 27 Feb 2015 02:42:44 +0100 |
souliane |
browser_side: the contact list's height needs a window resize after it's been added or when the tab bar display is changed
frontends_multi_profiles
|
Fri, 27 Feb 2015 13:12:28 +0100 |
souliane |
browser_side: hide the tab bar and contact list's toggle button until the profile is connected
frontends_multi_profiles
|
Fri, 27 Feb 2015 13:00:04 +0100 |
souliane |
browser_side: only display "+" button when the tab bar contains only 1 tab, and display it over the contact list to not use vertical space
frontends_multi_profiles
|
Fri, 27 Feb 2015 02:41:11 +0100 |
souliane |
browser_side: implements setStatusOnline since it is not used only for setting the connected state on/off, but also to update the user presence and status
frontends_multi_profiles
|
Fri, 27 Feb 2015 02:39:43 +0100 |
souliane |
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners
frontends_multi_profiles
|
Fri, 27 Feb 2015 01:45:34 +0100 |
souliane |
browser_side: fixes sending/updating blog message/comment
frontends_multi_profiles
|
Fri, 27 Feb 2015 01:11:34 +0100 |
souliane |
browser_side: MicroblogPanel.accepted_groups (set of unicode) is now built from QuickWidget.targets (set of tuple of unicode)
frontends_multi_profiles
|
Fri, 27 Feb 2015 01:08:36 +0100 |
souliane |
browser_side, server_side: MicroblogPanel.onGroupDrop and bridge method getMassiveLastMBlogs now only accepts the publishers as a set of unicode (no more None value or single unicode).
frontends_multi_profiles
|
Fri, 27 Feb 2015 00:56:08 +0100 |
souliane |
browser_side: fixes misc issues (forgotten parenthesis and wrong argument)
frontends_multi_profiles
|
Fri, 27 Feb 2015 00:55:07 +0100 |
souliane |
browser_side: fixes issue when placing a LiberviaWidget and some cells of the WidgetsPanel are empty
frontends_multi_profiles
|
Thu, 26 Feb 2015 18:10:54 +0100 |
Goffi |
browser_side: classes reorganisation:
frontends_multi_profiles
|
Thu, 26 Feb 2015 13:10:46 +0100 |
Goffi |
browser side: moved ContactBox, ContactsPanel, ContactLabeland ContactMenuBar to base_widget/base_panels so they can be reused outside of contact_list module
frontends_multi_profiles
|
Wed, 25 Feb 2015 19:44:10 +0100 |
Goffi |
browser side: fixed typo in newMessageHandler
frontends_multi_profiles
|
Wed, 25 Feb 2015 19:40:23 +0100 |
Goffi |
browser side: restored infoDialog for headline messages from server
frontends_multi_profiles
|
Tue, 24 Feb 2015 20:27:31 +0100 |
Goffi |
browser side: call of parent profilePlugged for overriden method
frontends_multi_profiles
|
Tue, 24 Feb 2015 19:15:28 +0100 |
Goffi |
browser side: do a hard reload on disconnected signal
frontends_multi_profiles
|
Tue, 24 Feb 2015 19:15:07 +0100 |
Goffi |
browser side (json): replaced the Window.alert by a log warning when signal is lost
frontends_multi_profiles
|
Tue, 24 Feb 2015 18:21:33 +0100 |
Goffi |
browser side (contact list): removed our own bare jid from contact list
frontends_multi_profiles
|
Tue, 24 Feb 2015 16:49:07 +0100 |
Goffi |
browser side(contact list): added nick listener
frontends_multi_profiles
|
Tue, 24 Feb 2015 16:48:41 +0100 |
Goffi |
browser side (contact list): fixed forgotten profile argument in presence listener
frontends_multi_profiles
|
Tue, 24 Feb 2015 14:40:47 +0100 |
Goffi |
browser side: fixed use of profile for listeners
frontends_multi_profiles
|
Mon, 23 Feb 2015 18:47:27 +0100 |
Goffi |
merged souliane changes
frontends_multi_profiles
|
Mon, 23 Feb 2015 18:44:58 +0100 |
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
|
Mon, 23 Feb 2015 18:44:58 +0100 |
Goffi |
browser side (LiberviaWidget): an error is raised when expect is True on getParent
frontends_multi_profiles
|
Mon, 23 Feb 2015 18:44:57 +0100 |
Goffi |
browser side (contact list): Contact list improvments:
frontends_multi_profiles
|
Mon, 23 Feb 2015 18:43:15 +0100 |
Goffi |
browser side (contact list): use of c.bool for parameter conversion
frontends_multi_profiles
|
Mon, 23 Feb 2015 18:43:08 +0100 |
Goffi |
browser side (menu): minor improvments:
frontends_multi_profiles
|
Mon, 23 Feb 2015 18:20:04 +0100 |
Goffi |
browser side (libervia main): implemented visible_widgets property
frontends_multi_profiles
|
Mon, 23 Feb 2015 18:16:07 +0100 |
Goffi |
browser side: contact_list update:
frontends_multi_profiles
|
Mon, 23 Feb 2015 18:14:07 +0100 |
Goffi |
browser side (contact list): use EntityToShow to know which contacts must be displayed
frontends_multi_profiles
|
Sun, 22 Feb 2015 21:57:24 +0100 |
souliane |
browser_side: implements showDialog
frontends_multi_profiles
|
Sun, 22 Feb 2015 21:56:40 +0100 |
souliane |
browser_side: fixes MUC menus
frontends_multi_profiles
|
Sun, 22 Feb 2015 21:56:18 +0100 |
souliane |
browser_side: fixes RoomAndContactsChooser dialog
frontends_multi_profiles
|
Sun, 22 Feb 2015 21:55:27 +0100 |
souliane |
browser_side (PromptDialog): rename prompt attribute to prompt_widgets + related changes
frontends_multi_profiles
|
Sun, 22 Feb 2015 21:51:20 +0100 |
souliane |
browser_side: fixes various issues
frontends_multi_profiles
|
Sun, 22 Feb 2015 21:42:14 +0100 |
souliane |
server and browser sides: fixes bad call to "subscription" bridge method
frontends_multi_profiles
|
Fri, 20 Feb 2015 22:05:14 +0100 |
souliane |
browser_side: fixes a typo (listerner --> listener)
frontends_multi_profiles
|
Fri, 20 Feb 2015 21:46:18 +0100 |
souliane |
browser_side: fixes previous patch, forgot to pass an argument
frontends_multi_profiles
|
Fri, 20 Feb 2015 19:38:11 +0100 |
souliane |
browser_side: move SatWebFrontend.addTab to MainTabPanel.addWidgetsTab and rename MainTabPanel.add to MainTabPanel.addTab
frontends_multi_profiles
|
Fri, 20 Feb 2015 19:50:00 +0100 |
souliane |
browser_side: show more obvisouly the "dragover" style when dragging something over a tab
frontends_multi_profiles
|
Fri, 20 Feb 2015 19:37:54 +0100 |
souliane |
browser_side: always display the main tab bar with a "+" button to add a new tab
frontends_multi_profiles
|
Wed, 11 Feb 2015 11:21:27 +0100 |
souliane |
browser_side: add/improve some docstrings
frontends_multi_profiles
|
Wed, 11 Feb 2015 11:18:13 +0100 |
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
|
Tue, 10 Feb 2015 20:52:02 +0100 |
Goffi |
browser side (web panel): add an option to hide url headed + use it for public blog
frontends_multi_profiles
|
Tue, 10 Feb 2015 20:43:26 +0100 |
Goffi |
browser side: fixed jid's public blog menu
frontends_multi_profiles
|
Tue, 10 Feb 2015 20:42:39 +0100 |
Goffi |
browser side: added a base_location property to get location of current Libervia instance
frontends_multi_profiles
|
Tue, 10 Feb 2015 19:38:28 +0100 |
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
|
Tue, 10 Feb 2015 19:13:25 +0100 |
Goffi |
browser side: web widget is recreated when there is already one
frontends_multi_profiles
|
Tue, 10 Feb 2015 19:11:24 +0100 |
Goffi |
browser side: widget is deleted by default when close button is clicked in LiberviaWidget
frontends_multi_profiles
|
Tue, 10 Feb 2015 19:10:28 +0100 |
Goffi |
brower side: removed close listener for LiberviaWidget
frontends_multi_profiles
|
Mon, 09 Feb 2015 21:58:49 +0100 |
Goffi |
merges souliane changes
frontends_multi_profiles
|
Mon, 09 Feb 2015 21:56:30 +0100 |
Goffi |
browser side (blog, contact list): use of new listener mechanism to update avatar
frontends_multi_profiles
|
Mon, 09 Feb 2015 21:55:16 +0100 |
Goffi |
browser side: fixed avatar getting + better DEFAULT/EMPTY avatars constants + use of jid.JID for microblog's author
frontends_multi_profiles
|
Mon, 09 Feb 2015 21:46:15 +0100 |
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
|
Sat, 07 Feb 2015 20:35:45 +0100 |
souliane |
browser_side: fixed DragAutoCompleteTextBox for the list manager
frontends_multi_profiles
|
Sat, 07 Feb 2015 12:07:12 +0100 |
souliane |
browser_side: base_widget.DropCell raises an exception if the callback doesn't return a LiberviaWidget instance
frontends_multi_profiles
|
Sat, 07 Feb 2015 19:24:38 +0100 |
souliane |
add very basic test system accessible from <root_url>/test, to be improved:
frontends_multi_profiles
|
Sat, 07 Feb 2015 19:22:45 +0100 |
souliane |
browser_side: fixes class JIDList, remove JIDSet and JIDDict which are actually not needed
frontends_multi_profiles
|
Fri, 06 Feb 2015 17:53:01 +0100 |
souliane |
browser_side: fixes the contact group manager
frontends_multi_profiles
|
Fri, 06 Feb 2015 19:31:30 +0100 |
Goffi |
merged souliane commits
frontends_multi_profiles
|
Fri, 06 Feb 2015 19:25:17 +0100 |
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
|
Fri, 06 Feb 2015 19:23:08 +0100 |
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
|
Fri, 06 Feb 2015 19:19:49 +0100 |
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
|
Fri, 06 Feb 2015 19:15:52 +0100 |
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
|
Fri, 06 Feb 2015 19:11:02 +0100 |
Goffi |
browser side: border widgets are now visible on drag start + they float right or left in the cell
frontends_multi_profiles
|
Fri, 06 Feb 2015 17:49:04 +0100 |
Goffi |
browser side: fixed bad FlexTable __init__ call, need to be checked
frontends_multi_profiles
|
Tue, 03 Feb 2015 14:35:47 +0100 |
Goffi |
browser side: fixed an error catch in contact_list module (raised error depend on pyama's compilation options)
frontends_multi_profiles
|
Fri, 06 Feb 2015 17:52:26 +0100 |
souliane |
browser_side: fixes Notification.onFocus
frontends_multi_profiles
|
Thu, 05 Feb 2015 12:05:32 +0100 |
souliane |
modification of the social contract according to the General Assembly of 19/08/2014
|
Sat, 24 Jan 2015 01:45:39 +0100 |
Goffi |
browser side: big refactoring to base Libervia on QuickFrontend, first draft:
frontends_multi_profiles
|
Mon, 15 Dec 2014 16:03:01 +0100 |
souliane |
server_side: static blog: convert \n in raw text message to <br/>
|
Mon, 15 Dec 2014 16:01:51 +0100 |
souliane |
browser_side: increase the width of the bubble's text area (blog message edition)
|
Fri, 28 Nov 2014 00:31:27 +0100 |
souliane |
browser and server side: uses RSM (XEP-0059)
|
Thu, 23 Oct 2014 16:56:36 +0200 |
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
|
Wed, 22 Oct 2014 19:03:55 +0200 |
souliane |
browser_side: various improvements, especially for MUC
|
Wed, 22 Oct 2014 14:19:25 +0200 |
souliane |
plugin sec_otr: improvement when sending a message to a MUC
|
Wed, 22 Oct 2014 14:17:17 +0200 |
souliane |
plugin XEP-0085: follow the changes in sat plugin
|
Mon, 20 Oct 2014 10:00:44 +0200 |
souliane |
browser_side: fixes issue while getting a chat state for a MUC occupant who already left
|
Sun, 19 Oct 2014 12:32:08 +0200 |
souliane |
browser_side: fixes call to logging method with more than one argument
|
Sun, 19 Oct 2014 02:45:18 +0200 |
souliane |
browser_side (blogs): massive insertion display the actual number of blogs being inserted
|
Sat, 18 Oct 2014 23:42:13 +0200 |
souliane |
browser_side: set the roster contact's contextual menu on the avatar (no extra button)
|
Sat, 18 Oct 2014 14:47:47 +0200 |
souliane |
browser_side: fixes the display of MUC occupants presences
|
Fri, 17 Oct 2014 20:38:38 +0200 |
souliane |
browser_side: fixes wrong JID construction when processing getPresenceStatuses result
|
Sat, 18 Oct 2014 13:54:13 +0200 |
souliane |
browser_side (jid): remove JID constructor special error handling (it's better to get the full backtrace)
|
Sat, 18 Oct 2014 13:16:56 +0200 |
souliane |
browser_side: safer attributes handling in getOrCreateLiberviaWidget + use it to create MUC panels
|
Fri, 17 Oct 2014 13:26:33 +0200 |
souliane |
browser_side: display MUC occupants presences
|
Fri, 17 Oct 2014 10:44:06 +0200 |
souliane |
browser_side: fixes a bug that arrived with the last changes on the JID class (this is related to how pyjamas handle the property decorator)
|
Fri, 17 Oct 2014 10:42:10 +0200 |
souliane |
browser_side: print a warning when trying to access a non existing contact box:
|
Sat, 11 Oct 2014 16:28:27 +0200 |
Goffi |
server side (twisted plugin): fixed bad use of default value in getConfig
|
Fri, 10 Oct 2014 16:45:53 +0200 |
Goffi |
restored commit 0090285a5689: the fix was actualy good, my bad
|
Fri, 10 Oct 2014 16:28:38 +0200 |
Goffi |
revert commit 0090285a5689: the fix is bad and broke extra commands
|
Mon, 06 Oct 2014 12:47:03 +0200 |
souliane |
browser_side: implements "Show offline contacts" and "Show empty groups" parameters
|
Sat, 04 Oct 2014 10:28:20 +0200 |
souliane |
server_side: adapt to the new signatures of bridge method getHistory
|
Sat, 04 Oct 2014 10:32:52 +0200 |
souliane |
fixes launching script when running with no argument
|
Fri, 03 Oct 2014 12:33:03 +0200 |
souliane |
browser_side: add XMLUI "int" widget type + historyPrint uses the new param "Chat history limit"
|
Fri, 03 Oct 2014 19:38:10 +0200 |
Goffi |
installation: pyjamas build fixes:
|
Fri, 03 Oct 2014 18:31:40 +0200 |
Goffi |
misc: launch script fix (there can now be more than 1 argument)
|
Fri, 03 Oct 2014 18:13:48 +0200 |
Goffi |
misc: launch script now manage "status" command, and additional arguments
|
Fri, 03 Oct 2014 16:18:56 +0200 |
Goffi |
installation: replaced the deprecated distribute_setup.py by ez_setup.py
|
Tue, 23 Sep 2014 13:57:36 +0200 |
souliane |
browser_side (plugin OTR): display the correct icons on opening the window + auto-open on accepted invitation
|
Tue, 23 Sep 2014 11:48:57 +0200 |
souliane |
browser_side: using property setters is explicitely NOT recommended
|
Tue, 23 Sep 2014 10:53:52 +0200 |
souliane |
browser_side (plugin OTR): fixes missing resource issue:
|
Tue, 23 Sep 2014 09:32:10 +0200 |
souliane |
browser_side (plugin OTR): popup a big warning if the correspondent's resource is unknown while trying to start/use an OTR session
|
Mon, 22 Sep 2014 12:01:29 +0200 |
souliane |
server_side: set the connection attempt timeout to the bridge timeout (2 minutes)
|
Sun, 21 Sep 2014 14:09:59 +0200 |
souliane |
server_side: set a timeout to reset the waiting connection requests after 5 minutes
|
Fri, 19 Sep 2014 15:39:12 +0200 |
souliane |
server_side: enable HTTP gzip compression
|
Thu, 18 Sep 2014 11:47:49 +0200 |
Goffi |
SàT 0.5.1 released
|
Thu, 18 Sep 2014 11:47:44 +0200 |
Goffi |
version update
SàT v0.5.1
|
Thu, 18 Sep 2014 11:45:55 +0200 |
Goffi |
0.5.0 tag fix
|
Wed, 17 Sep 2014 17:15:03 +0200 |
souliane |
browser_side: disable OTR if the browser is too old to offer crypto.getRandomValues (CSPRNG)
|
Thu, 11 Sep 2014 12:59:13 +0200 |
souliane |
browser_side: fixes signal callback with no argument (e.g disconnected)
|
Wed, 10 Sep 2014 15:50:42 +0200 |
souliane |
browser_side: fixes bug at profile disconnection
|
Tue, 09 Sep 2014 08:28:13 +0200 |
Goffi |
SàT 0.5.0 released
SàT v0.5.0
|
Tue, 09 Sep 2014 08:26:03 +0200 |
Goffi |
version update
|
Mon, 08 Sep 2014 15:44:11 +0200 |
souliane |
browser_side (plugin OTR): forbid to start an OTR session if the contact is not connected
|
Mon, 08 Sep 2014 15:32:33 +0200 |
souliane |
browser_side (plugin OTR): display OTR states with icons instead of a text
|
Mon, 08 Sep 2014 14:54:47 +0200 |
souliane |
README: redirect media credits to sat_media repository (the pictures are no more hosted here)
|
Sun, 07 Sep 2014 23:58:10 +0200 |
souliane |
browser_side (plugin OTR): also ask for a confirmation if the user has no private key and initiates an OTR session
|
Sun, 07 Sep 2014 23:40:06 +0200 |
souliane |
browser_side (plugin OTR): really clean everything on key drop
|
Sun, 07 Sep 2014 23:29:49 +0200 |
souliane |
browser_side (plugin OTR): ask the user before accepting an OTR query
|
Sun, 07 Sep 2014 22:33:28 +0200 |
souliane |
browser_side (plugin OTR): put all the text messages into constants
|
Sun, 07 Sep 2014 19:28:27 +0200 |
souliane |
browser_side (plugin OTR): manage the plain text messages ourselves rather than leaving it to otr.js
|
Sun, 07 Sep 2014 16:40:33 +0200 |
souliane |
browser_side: temporary way to display the OTR state in the LiberviaWidget header
|
Fri, 05 Sep 2014 19:29:35 +0200 |
Goffi |
browser side (plugin otr): C.MESS_TYPE_INFO is used instead of "headline" for informational message
|
Fri, 05 Sep 2014 19:29:35 +0200 |
Goffi |
browser_side: printInfo fixes:
|
Fri, 05 Sep 2014 19:29:35 +0200 |
Goffi |
browser_side: management of new "info" newMessage type
|
Fri, 05 Sep 2014 12:26:33 +0200 |
souliane |
browser_side (wrapper otr.js): fixes the method to finish the conversation
|
Fri, 05 Sep 2014 12:08:55 +0200 |
souliane |
browser_side (plugin OTR): change some feedback messages
|
Fri, 05 Sep 2014 11:53:55 +0200 |
souliane |
plugin OTR: forces FINISHED state if we are in ENCRYPTED state on contact disconnection
|
Fri, 05 Sep 2014 11:41:40 +0200 |
souliane |
plugin OTR: disconnect the active OTR sessions on profile disconnection
|
Fri, 05 Sep 2014 10:47:17 +0200 |
souliane |
plugin OTR: fixes handling of the FINISHED state
|
Fri, 05 Sep 2014 10:40:52 +0200 |
souliane |
browser_side: change a log.debug to log.error
|
Wed, 03 Sep 2014 20:53:07 +0200 |
souliane |
add licence information for otr.js and dependencies
|
Wed, 03 Sep 2014 19:21:40 +0200 |
souliane |
browser_side (plugin OTR): avoid unecessary waiting time on menu callbacks when the private key or the context doesn't exist
|
Wed, 03 Sep 2014 11:22:37 +0200 |
souliane |
browser_side (plugin OTR): limit the max width for all dialogs
|
Wed, 03 Sep 2014 11:04:29 +0200 |
souliane |
browser_side (plugin OTR): rename menus and replace 'buddy' with 'correspondent'
|
Tue, 02 Sep 2014 21:28:42 +0200 |
souliane |
browser and server sides: OTR plugin, first draft
|
Tue, 02 Sep 2014 21:26:32 +0200 |
souliane |
browser_side: add minimal requirements for generic plugins handling
|
Tue, 02 Sep 2014 21:21:21 +0200 |
souliane |
browser and server sides: add bridge method getLastResource
|
Tue, 02 Sep 2014 21:18:10 +0200 |
souliane |
browser_side: refactorize class JID to allow modifying its attributes
|
Tue, 02 Sep 2014 21:13:59 +0200 |
souliane |
browser_side: avoid some confusions between jid object 1. as an instance of JID or 2. as a str
|
Tue, 02 Sep 2014 21:08:59 +0200 |
souliane |
browser_side: menu callback can be a method not belonging to a class
|
Tue, 02 Sep 2014 21:05:32 +0200 |
souliane |
browser_side: PromptDialog can display several input fields
|
Tue, 26 Aug 2014 21:25:01 +0200 |
souliane |
browser_side: force JID's node and domain to lower-case
|
Mon, 25 Aug 2014 17:35:41 +0200 |
Goffi |
server_side: plugin refactoring:
|
Sun, 24 Aug 2014 18:43:45 +0200 |
Goffi |
installation: setup.py update:
|
Sun, 24 Aug 2014 18:43:45 +0200 |
Goffi |
server side: launching script improvments:
|
Thu, 21 Aug 2014 16:58:10 +0200 |
souliane |
browser_side: fixes the blog rich text toggle button which was clickable on the whole bubble width
|
Thu, 21 Aug 2014 16:44:39 +0200 |
souliane |
browser_side: the status menu is now based on GenericMenuBar instead of PopupMenuPanel
|
Thu, 21 Aug 2014 16:18:51 +0200 |
souliane |
browser_side: add method GenericMenuBar.addCategory + fixes MenuNode.addMenuItem when callback argument is a sub-menu
|
Thu, 21 Aug 2014 11:21:47 +0200 |
souliane |
browser_side: fixes using addStyleName and removeStyleName on a GenericMenuBar
|
Wed, 20 Aug 2014 23:04:15 +0200 |
Goffi |
reverted commit 7d37bb042042 which is actualy useless
|
Wed, 20 Aug 2014 23:00:24 +0200 |
Goffi |
browser side: fake xdg class to work around BaseDirectory import in constants.py
|
Wed, 20 Aug 2014 20:59:15 +0200 |
Goffi |
browser_side: use of new XHTML2Text method
|
Wed, 20 Aug 2014 20:59:13 +0200 |
Goffi |
browser side (XMLUI): fixed bad use of text instead of XHTML in dialogs
|
Thu, 14 Aug 2014 13:27:07 +0200 |
souliane |
browser_side: display new lines and clickable URLs for headline message
|
Wed, 13 Aug 2014 15:06:40 +0200 |
souliane |
browser_side: categories of the menus can be "flattened":
|
Wed, 13 Aug 2014 18:36:57 +0200 |
souliane |
setup: cleaning also handles egg filenames not containing the python version
|
Wed, 13 Aug 2014 14:09:09 +0200 |
Goffi |
browser side (XMLUI): XMLUI update to follow core changes:
|
Fri, 25 Jul 2014 11:43:27 +0200 |
souliane |
browser_side: also display the warning banner when writing to a single contact and unibox is disabled
|
Fri, 25 Jul 2014 02:38:30 +0200 |
souliane |
browser_side: menus refactorization + handle levels > 2
|
Thu, 24 Jul 2014 12:20:36 +0200 |
souliane |
browser_side: fix logging issue with older firefox version (e.g. 3.0.4)
|
Thu, 17 Jul 2014 12:59:33 +0200 |
souliane |
browser_side: remove the annoying (esp. when editing a message) scrolling each time you select a microblog entry
|
Tue, 15 Jul 2014 18:45:33 +0200 |
souliane |
browser_side: handle menus of type ROOM, SINGLE and ROSTER_JID
|
Tue, 15 Jul 2014 18:43:55 +0200 |
souliane |
browser_side: refactorisation of menus and LiberviaWidget's header
|
Tue, 15 Jul 2014 13:39:36 +0200 |
souliane |
setup: tiny factorisation
|
Mon, 14 Jul 2014 13:06:24 +0200 |
souliane |
browser_side: fixes the CSS for the menus
|
Thu, 26 Jun 2014 08:25:30 +0200 |
souliane |
browser side: fixes NS_ERROR_FAILURE while opening microblog panels (bug from rev 442 - changeset 17259c2ff96f in MicroblogPanel.refresh)
|
Thu, 26 Jun 2014 08:10:30 +0200 |
souliane |
server side: fixes constants import for installing libervia the first time
|
Wed, 25 Jun 2014 14:02:50 +0200 |
Goffi |
browser side (XMLUI): implementation of read_only attribute
|
Tue, 24 Jun 2014 00:42:45 +0200 |
Goffi |
browser side (nativedom): new properties managed: TEXT_NODE, ELEMENT_NODE, ATTRIBUTE_NODE, COMMENT_NODE, nodeType
|
Thu, 19 Jun 2014 19:28:17 +0200 |
souliane |
browser and server side: force lower case for the profile name at new account creation + fixes CSS for textarea
|
Wed, 18 Jun 2014 14:56:51 +0200 |
souliane |
browser side: add default's CSS for textarea in a dialog box
|
Wed, 18 Jun 2014 13:06:09 +0200 |
souliane |
browser side: move contacts list's avatar from right to top
|
Tue, 17 Jun 2014 17:13:56 +0200 |
souliane |
server side (blog): manage our own avatars cache because existing entity data are not updated
|
Tue, 17 Jun 2014 16:21:42 +0200 |
souliane |
server side (blog): use user's avatar a the blog's favicon + small refactorization
|
Sun, 15 Jun 2014 18:16:24 +0200 |
souliane |
misc: remove some pylint errors and warnings
|
Sun, 15 Jun 2014 17:52:08 +0200 |
souliane |
browser and server sides: refactor HTTP request result values + handle "NoReply" error
|
Sat, 14 Jun 2014 19:20:27 +0200 |
souliane |
browser side: display avatars in the contact panel
|
Sat, 14 Jun 2014 19:10:51 +0200 |
souliane |
browser side: small refactoring to prepare displaying avatars in the contact panel
|
Thu, 12 Jun 2014 22:37:22 +0200 |
souliane |
browser side: rename and refactor constant UI_PARAMS to CACHED_PARAMS, from a dict of dict to a list of 2-tuple
|
Thu, 12 Jun 2014 22:32:33 +0200 |
souliane |
browser side: changed default avatar
|
Thu, 12 Jun 2014 16:50:09 +0200 |
Goffi |
server side: forgotten parenthesis
|
Thu, 12 Jun 2014 16:29:14 +0200 |
Goffi |
server side: restore forgotten i18n
|
Thu, 12 Jun 2014 16:27:10 +0200 |
Goffi |
server side: fix unicodes issues in options
|
Tue, 10 Jun 2014 16:02:45 +0200 |
Goffi |
server_side: fixed some forgotten print statement
|
Tue, 10 Jun 2014 16:02:43 +0200 |
Goffi |
server side: fixed start sequence when SERVICE_PROFILE is already connected
|
Tue, 10 Jun 2014 15:59:52 +0200 |
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.
|
Tue, 10 Jun 2014 15:38:47 +0200 |
Goffi |
server side: options managing improvments:
|
Mon, 09 Jun 2014 20:37:42 +0200 |
souliane |
browser_side: fixes CSS:
|
Tue, 10 Jun 2014 01:15:13 +0200 |
souliane |
browser_side: fixes issues from the refactoring
|
Mon, 09 Jun 2014 22:15:26 +0200 |
Goffi |
browser_side: import fixes:
|
Mon, 09 Jun 2014 20:37:28 +0200 |
souliane |
twisted plugin: fixes the parsing of directory parameter
|
Sun, 08 Jun 2014 16:59:48 +0200 |
souliane |
server side: adapt passing the async failure from server to browser side, according to the new class BridgeException
|
Fri, 23 May 2014 10:00:16 +0200 |
souliane |
browser and server sides: don't handle the "connectionError" signal anymore, we now use asyncConnect errback:
|
Wed, 04 Jun 2014 01:27:11 +0200 |
souliane |
browser side: a new message being edited should always stay on top position (or last position for a comment)
|
Wed, 04 Jun 2014 00:23:14 +0200 |
souliane |
server and browser sides: fixes UI parameters initialisation with user values + small refactoring
|
Wed, 04 Jun 2014 00:22:00 +0200 |
souliane |
browser_side: avoid adding more than one new message bubble on top of the microblog panel
|
Mon, 02 Jun 2014 19:29:07 +0200 |
souliane |
browser side: message of type "headline" sent from the host are displayed in a InfoDialog
|
Thu, 29 May 2014 17:53:53 +0200 |
souliane |
browser_side: avoid warning "list comprehension redefines 'group' from line XXX"
|
Thu, 29 May 2014 17:49:59 +0200 |
souliane |
browser side: rename parameter of getParent / getWidgetPanel from 'verbose' to 'expect'
|
Thu, 29 May 2014 17:32:32 +0200 |
souliane |
browser side: select the "Login" tab when using auto-connect feature
|
Fri, 23 May 2014 10:41:42 +0200 |
souliane |
browser and server sides: use asyncConnect instead of connect
|
Thu, 29 May 2014 15:51:26 +0200 |
souliane |
browser side: display messages from contacts not in roster
|
Mon, 26 May 2014 14:25:56 +0200 |
souliane |
server_side: URL query parameter 'max_items' can be used to set the maximal number of blog posts to retrieve
|
Thu, 22 May 2014 20:17:10 +0200 |
souliane |
browser_side: restore previous CSS for "Register" and "Login" buttons, just keep the larger font size
|
Tue, 20 May 2014 13:00:52 +0200 |
souliane |
browser_side: fixes bug introduced with previous changeset (1a0cec9b0f1e)
|
Tue, 20 May 2014 10:54:03 +0200 |
souliane |
better PEP-8 compliance
|
Tue, 20 May 2014 07:22:10 +0200 |
souliane |
browser_side: increase message box height for all characters to fit
|
Tue, 20 May 2014 06:41:16 +0200 |
souliane |
/!\ reorganize all the file hierarchy, move the code and launching script to src:
|
Fri, 16 May 2014 11:51:10 +0200 |
Goffi |
server side: removed legacy service creation resulting in double init
|
Fri, 16 May 2014 11:25:31 +0200 |
souliane |
fixes setup dependencies for pip
|
Wed, 07 May 2014 19:46:58 +0200 |
souliane |
server_side: update the connection mechanism to handle profile passwords
|
Wed, 07 May 2014 19:29:10 +0200 |
souliane |
server_side, browser_side: new account password must contain at least 6 chars + cosmetic change for register warning message
|
Thu, 15 May 2014 20:27:52 +0200 |
Goffi |
server side: use of bridge's getReady to be sure that backend is initialised at launch
|
Wed, 14 May 2014 12:52:27 +0200 |
Goffi |
use of new config module for logs
|
Wed, 14 May 2014 12:24:38 +0200 |
souliane |
browser_side: changes about the UI (remarks from Franck):
|
Tue, 13 May 2014 17:09:41 +0200 |
souliane |
server_side: static blog retrieve page's title, meta description and keywords from the parameters
|
Thu, 08 May 2014 19:13:56 +0200 |
Goffi |
browser_side (log): move logging configuration in a "logging" module + use custom backend with console.debug/info/etc output.
|
Thu, 08 May 2014 17:21:34 +0200 |
Goffi |
browser side: use of new log system (first draft):
|
Thu, 08 May 2014 17:21:30 +0200 |
Goffi |
server side: new log system is used
|
Tue, 06 May 2014 23:08:08 +0200 |
Goffi |
server side: ipdb is used instead of pdb in debug mode
|
Thu, 01 May 2014 11:31:51 +0200 |
souliane |
server_side: added constant SERVICE_PROFILE to remove hard-coded value
|
Tue, 06 May 2014 18:06:38 +0200 |
souliane |
server_side: remove unused method _postAccountCreation
|
Thu, 01 May 2014 11:34:36 +0200 |
souliane |
server_side: fixes startup script (as it's done in sat)
|
Thu, 01 May 2014 11:29:09 +0200 |
souliane |
import constants.Const as C (according to the coding rules)
|
Sun, 27 Apr 2014 18:53:37 +0200 |
souliane |
browser and server sides: fixes module import + use enumerate instead of xrange
|
Mon, 07 Apr 2014 23:31:21 +0200 |
souliane |
browser_side: roster management menus are now imported from the backend
|
Thu, 03 Apr 2014 15:49:01 +0200 |
souliane |
browser_side (xmlui): fix multi-selection
|
Tue, 01 Apr 2014 11:00:28 +0200 |
souliane |
browser_side (xmlui): added setter methods + manage multi-selection for list widgets
|
Tue, 01 Apr 2014 12:14:31 +0200 |
souliane |
browser_side (xmlui): implement the divider styles
|
Mon, 31 Mar 2014 12:26:20 +0200 |
Goffi |
server + browser side, getPresenceStatuses has been renamed
|
Wed, 26 Mar 2014 14:16:11 +0100 |
souliane |
browser_side: hide the presence/status panel until the connection is made
|
Wed, 26 Mar 2014 13:39:08 +0100 |
souliane |
browser_side: set microblog editor width to 80%
|
Wed, 26 Mar 2014 17:53:02 +0100 |
Goffi |
browser side: notifications: fixed dialog message in Chromium workaround
|
Wed, 26 Mar 2014 17:42:14 +0100 |
Goffi |
browser side: notifications enhancements:
|
Wed, 26 Mar 2014 17:34:01 +0100 |
Goffi |
browser side: fixed bad use of Timer
|
Tue, 25 Mar 2014 16:09:12 +0100 |
souliane |
server_side: added parameter port_https_ext (external port for HTTPS, used for example for the redirection)
|
Mon, 24 Mar 2014 17:18:09 +0100 |
souliane |
misc: INSTALL: convert line delimiters to UNIX
|
Sun, 23 Mar 2014 23:06:42 +0100 |
souliane |
misc: updated setup.py and INSTALL
|
Sun, 23 Mar 2014 23:06:12 +0100 |
souliane |
misc: libervia stop would not kill all libervia instances anymore
|
Sun, 23 Mar 2014 23:05:23 +0100 |
souliane |
server_side: use XDG recommended paths as the defaults
|
Mon, 24 Mar 2014 17:12:14 +0100 |
souliane |
server_side: bug fix passing twistd arguments to Libervia
|
Tue, 18 Mar 2014 15:59:38 +0100 |
souliane |
server_side: added support for SSL and related parameters:
|
Fri, 21 Mar 2014 09:20:27 +0100 |
souliane |
browser_side: set microblog editor minimal width + fix the scrolling to comment
|
Thu, 20 Mar 2014 22:16:02 +0100 |
souliane |
browser_side: display presence with the highest priority
|
Wed, 19 Mar 2014 20:27:46 +0100 |
souliane |
browser_side: editors do not listen for <escape> + display WYSIWIG in upper case
|
Tue, 18 Mar 2014 19:18:16 +0100 |
Goffi |
setup.py: update website (it's not http://www.salut-a-toi.org), and removed pyjamas framework which is not standard in pypi
|
Tue, 18 Mar 2014 19:17:28 +0100 |
Goffi |
misc: fixed python version in INSTALL: on wheezy, only python2.6 works with pyjamas (on libervia.org, may change for different environment)
|
Mon, 17 Mar 2014 18:30:07 +0100 |
souliane |
browser and server sides: display favicon
|
Mon, 17 Mar 2014 16:33:05 +0100 |
souliane |
browser_side: handle the signal "roomUserChangedNick"
|
Sun, 16 Mar 2014 21:03:50 +0100 |
souliane |
browser_side: display chat states (with symbols) for MUC participants
|
Sun, 16 Mar 2014 20:55:50 +0100 |
souliane |
browser_side: bug fix ListManager properties
|
Sat, 15 Mar 2014 00:33:04 +0100 |
souliane |
browser_side: display new lines in microblogs (convert '\n' to '<br/>')
|
Sat, 15 Mar 2014 00:21:04 +0100 |
souliane |
browser_side: refactorize SimpleTextEditor init parameters
|
Fri, 14 Mar 2014 21:00:13 +0100 |
souliane |
browser_side: microblogs edition: <shift> + <enter> makes a new line, <esc> finishes the edition
|
Thu, 13 Mar 2014 16:05:35 +0100 |
souliane |
browser_side: HTMLTextEditor and LightTextEditor factorization
|
Thu, 13 Mar 2014 13:15:48 +0100 |
souliane |
browser_side: LightTextEditor renamed to HTMLTextEditor, new class LightTextEditor based on TextArea
|
Tue, 11 Mar 2014 13:53:19 +0100 |
souliane |
browser_side: bug fixes for microblog raw/rich edition toggle
|
Tue, 11 Mar 2014 12:55:31 +0100 |
souliane |
browser_side: RoomChooser small improvements:
|
Tue, 11 Mar 2014 12:31:29 +0100 |
souliane |
browser_side: radiocol accepts mime type audio/mp3 in addition to audio/mpeg
|
Tue, 11 Mar 2014 11:53:03 +0100 |
souliane |
browser_side: radiocol displays who uploaded the file with ChatPanel.printInfo
|
Tue, 11 Mar 2014 10:45:52 +0100 |
souliane |
browser_side: small improvements for ListManager
|
Mon, 10 Mar 2014 22:39:26 +0100 |
souliane |
browser_side: new microblogs are not using the rich text editor by default:
|
Thu, 06 Mar 2014 01:06:19 +0100 |
souliane |
browser_side: radiocol supports MP3
|
Wed, 05 Mar 2014 21:42:03 +0100 |
souliane |
server_side: set max static blog banner dimensions
|
Mon, 03 Mar 2014 16:24:00 +0100 |
souliane |
browser_side: standardize the dialogs size and buttons display:
|
Mon, 03 Mar 2014 15:44:54 +0100 |
souliane |
browser_side: added a dialog in Settings/Account to update/delete the XMPP account
|
Mon, 03 Mar 2014 15:44:13 +0100 |
souliane |
browser_side: fix XMLUI password box initialisation
|
Tue, 25 Feb 2014 17:50:47 +0100 |
souliane |
server_side: display blog comments when you click on a main item header or title
|
Tue, 25 Feb 2014 11:31:11 +0100 |
souliane |
server_side: display blog banner if it is defined
|
Tue, 25 Feb 2014 07:56:05 +0100 |
souliane |
browser_side: factorize the code from AvatarUpload to a new class FileUploadPanel
|
Wed, 26 Feb 2014 14:13:15 +0100 |
Goffi |
SàT 0.4 released
|
Wed, 26 Feb 2014 14:13:02 +0100 |
Goffi |
version update
SàT v0.4.0
|
Wed, 26 Feb 2014 14:00:07 +0100 |
Goffi |
README update
|
Wed, 26 Feb 2014 13:50:26 +0100 |
souliane |
browser_side: refresh the ChatPanel and MicroblogPanel when they are opened from a drag and drop
|
Wed, 26 Feb 2014 09:19:53 +0100 |
souliane |
browser_side: focus the password input after account creation
|
Wed, 26 Feb 2014 02:28:19 +0100 |
souliane |
plugin card_game: update to use the new XMLUI mechanism + copy the autoplay mode from QuickFrontend:
|
Tue, 25 Feb 2014 12:41:31 +0100 |
souliane |
browser_side: bug fixes microblogs:
|
Wed, 26 Feb 2014 01:50:49 +0100 |
souliane |
added INSTALL
|
Tue, 25 Feb 2014 10:46:20 +0100 |
souliane |
browser_side: fix typos
|
Tue, 25 Feb 2014 09:42:52 +0100 |
Goffi |
browser side: fixed bad variable reference in menus management
|
Tue, 25 Feb 2014 02:13:53 +0100 |
Goffi |
browser side: XMLUI AdvancedListContainer: rows are highlighted when there are selectable
|
Mon, 24 Feb 2014 22:30:01 +0100 |
souliane |
server and browser sides: add in the static blog the link to the Atom feed + set encoding of libervia.html
|
Mon, 24 Feb 2014 19:05:35 +0100 |
souliane |
server_side: fix error management at account creation
|
Mon, 24 Feb 2014 14:04:21 +0100 |
souliane |
browser_side: fix bubble CSS for chromium and epiphany browsers
|
Mon, 24 Feb 2014 13:43:49 +0100 |
souliane |
browser_side: fixed imports
|
Sun, 23 Feb 2014 17:22:05 +0100 |
souliane |
server_side: blog: bug fixes
|
Sun, 23 Feb 2014 17:01:03 +0100 |
souliane |
browser_side: refactorization of the file tools.py:
|
Sun, 23 Feb 2014 16:20:03 +0100 |
souliane |
browser_side: CSS for the selectable rows of AdvancedListContainer: change the cursor and highlight the selected row
|
Sun, 23 Feb 2014 15:00:42 +0100 |
souliane |
browser_side: escape the microblog titles when they are displayed
|
Sat, 22 Feb 2014 08:25:42 +0100 |
souliane |
change libervia.sh access permissions to 755
|
Fri, 21 Feb 2014 18:44:47 +0100 |
souliane |
browser_side: allow one blogger to moderate the comments made on his own blog messages.
|
Thu, 20 Feb 2014 19:33:31 +0100 |
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
|
Wed, 19 Feb 2014 17:52:39 +0100 |
souliane |
browser_side: hide the syntax label when wysiwyg edtion is active
|
Wed, 19 Feb 2014 16:42:37 +0100 |
souliane |
tools: remove unused method that was copy/pasted from nltk module
|
Wed, 19 Feb 2014 16:38:13 +0100 |
souliane |
browser_side: display the popup notifying the message's recipient when you edit the blog entry's bubble.
|
Wed, 19 Feb 2014 14:17:03 +0100 |
souliane |
browser_side: the popup notifying the message's recipient is no more dependent to the unibox.
|
Tue, 18 Feb 2014 00:15:43 +0100 |
souliane |
added setup.py for the installation with setuptools
|
Tue, 18 Feb 2014 14:38:04 +0100 |
souliane |
browser_side: fix error when displaying the microblogs of a contact
|
Thu, 13 Feb 2014 15:34:34 +0100 |
souliane |
browser_side: microblog images have a fixed CSS "max-width" and they are clickable
|
Thu, 13 Feb 2014 15:32:59 +0100 |
souliane |
browser_side: small fixes for RichTextEditor
|
Thu, 13 Feb 2014 12:53:07 +0100 |
souliane |
browser_side: do not use addURLToText to display Microblog XHTML content
|
Thu, 13 Feb 2014 10:32:26 +0100 |
souliane |
browser_side: wysiwyg edition handles the toolbar buttons
|
Thu, 13 Feb 2014 10:30:38 +0100 |
souliane |
browser_side: class PromptDialog based on GenericConfirmDialog asks the user for a text input
|
Thu, 13 Feb 2014 01:33:24 +0100 |
souliane |
browser_side: wysiwyg edtion, first steps (do not use the buttons yet)
|
Thu, 13 Feb 2014 01:17:07 +0100 |
souliane |
browser_side: misc improvements for RichTextEditor to prepare Wysiwyg edition
|
Wed, 12 Feb 2014 15:17:04 +0100 |
souliane |
browser_side: heavy refactorisation for microblogs:
|
Wed, 12 Feb 2014 15:01:33 +0100 |
souliane |
browser_side: MicroblogEntry defines properties to access MicroblogItem attributes (instead of overwriting __getattr__)
|
Wed, 12 Feb 2014 14:58:11 +0100 |
souliane |
browser_side: LightTextEditor inheritates from BaseTextEditor + display URL in the status
|
Wed, 12 Feb 2014 14:51:13 +0100 |
souliane |
browser_side: added a method setVisible to ListManager
|
Fri, 07 Feb 2014 20:14:11 +0100 |
souliane |
browser_side: status panel is based on a new class LightTextEditor which uses HTML5 "editablecontent" property
|
Fri, 07 Feb 2014 20:08:28 +0100 |
souliane |
browser_side: move TitlePanel from richtext.py to base_panels.py
|
Wed, 05 Feb 2014 16:37:31 +0100 |
souliane |
server_side: sort blog post with "published" instead of "timestamp" + display titles in <h1> tags.
|
Wed, 22 Jan 2014 17:07:50 +0100 |
souliane |
server_side: Atom feed for blogposts is accessible from <host>/blog/<user>/atom.xml
|
Sat, 18 Jan 2014 11:24:52 +0100 |
souliane |
browser_side: message box was not displayed on muc opening (when unibox is disabled)
|
Fri, 17 Jan 2014 17:20:04 +0100 |
souliane |
browser_side: muc user symbols (used for showing who is playing) can also be removed
|
Thu, 16 Jan 2014 11:51:52 +0100 |
souliane |
browser_side: radiocol current song playback will jump to time when a user joins a running session
|
Tue, 04 Feb 2014 17:52:12 +0100 |
Goffi |
dates update
|
Tue, 04 Feb 2014 17:21:59 +0100 |
Goffi |
fixed docstrings wrong usage for licence informations
|
Tue, 04 Feb 2014 16:49:21 +0100 |
Goffi |
server_side: raised default security_limit to 5
|
Tue, 04 Feb 2014 16:49:20 +0100 |
Goffi |
browser side: XMLUI fixes:
|
Tue, 04 Feb 2014 16:49:20 +0100 |
Goffi |
browser + server side: refactored menus:
|
Tue, 04 Feb 2014 16:49:20 +0100 |
Goffi |
browser side: refactored XMLUI to use the new sat_frontends.tools.xmlui.XMLUI class, first draft
|
Tue, 04 Feb 2014 16:49:20 +0100 |
Goffi |
browser side: removed logging imports: it's not working correctly with pyjamas
|
Tue, 04 Feb 2014 16:49:20 +0100 |
Goffi |
server side: paramsXml2xmlUI is now parasXML2XMLUI + improved lisibility in getParamsUI
|
Tue, 04 Feb 2014 16:49:20 +0100 |
Goffi |
browser side: sat_frontends.tools.xml is now called xmltools
|
Tue, 04 Feb 2014 17:09:00 +0100 |
Emmanuel Gil Peyrot |
server side: make Libervia a Twisted plugin, and add it the --port argument + add a config file for the port.
|
Sat, 11 Jan 2014 18:30:10 +0100 |
Goffi |
reverted changeset c144b603fb93 (bug 7)
|
Sat, 23 Feb 2013 16:27:32 +0100 |
Emmanuel Gil Peyrot |
server side: make Libervia a Twisted plugin, and add it the --port argument + add a config file for the port.
|
Sat, 23 Feb 2013 16:27:32 +0100 |
Emmanuel Gil Peyrot |
Add notifications support, fixes bug 7.
|
Tue, 07 Jan 2014 23:49:39 +0100 |
souliane |
browser_side: actually disable the microblog title (not supported yet)
|
Tue, 07 Jan 2014 15:36:18 +0100 |
souliane |
browser_side: fixed the behavior regarding "Enable unibox" parameter:
|
Tue, 07 Jan 2014 15:39:16 +0100 |
souliane |
reverted changeset: bfbd9d6eb901
|
Sat, 04 Jan 2014 02:38:23 +0100 |
souliane |
browser_side: prepare user input for microblog titles
|
Sat, 04 Jan 2014 00:17:46 +0100 |
souliane |
misc: reorganization of the file panels.py + clean the modules import:
|
Fri, 03 Jan 2014 22:44:59 +0100 |
souliane |
browser_side: scroll to the clicked microblog post and blink it (previous behavior is conserved when the unibox is enabled)
|
Fri, 03 Jan 2014 22:43:44 +0100 |
souliane |
browser_side: info dialog to let the user know that a refresh is needed after GUI parameters have been changed
|
Fri, 03 Jan 2014 21:48:49 +0100 |
souliane |
browser_side: based on LiberviaWidget.getWidgetsPanel, add a generic method to retrieve the first ancestor of any class
|
Fri, 03 Jan 2014 16:06:00 +0100 |
souliane |
browser_side: display the good text for microblog button regarding the context: "Send message" or "Update"
|
Fri, 03 Jan 2014 14:19:01 +0100 |
souliane |
server_side: added support for paramsRegisterApp to define frontend's specific parameters like "Enable unibox"
|
Fri, 03 Jan 2014 14:14:34 +0100 |
souliane |
misc: gather the constants in a single file, as it is done for other frontends
|
Fri, 03 Jan 2014 13:33:44 +0100 |
souliane |
browser_side: fix import and method signatures relative to changeset e4f586fc6101
|
Thu, 02 Jan 2014 16:10:27 +0100 |
souliane |
browser_side: handle successive click on blog post "edit" and "comment" icons
|
Mon, 30 Dec 2013 13:02:03 +0100 |
souliane |
browser_side: status can be edited with a click on it
|
Mon, 30 Dec 2013 13:00:41 +0100 |
souliane |
browser_side: save the unibox panel space when unibox is disabled
|
Mon, 30 Dec 2013 00:33:19 +0100 |
souliane |
browser_side: display a "New message" button and add a "comment" icon for main entries in MicroblogPanel when the unibox is disabled
|
Mon, 30 Dec 2013 00:30:45 +0100 |
souliane |
browser_side: message box below the ChatPanel when unibox is disabled
|
Sun, 29 Dec 2013 23:15:35 +0100 |
souliane |
browser_side: make UniBox inherit from a more basic MessageBox class
|
Sun, 29 Dec 2013 23:07:28 +0100 |
souliane |
browser_side: make unibox optional
|
Fri, 27 Dec 2013 13:59:06 +0100 |
souliane |
server_side: removed unecessary debug info during a file upload
|
Thu, 19 Dec 2013 13:56:47 +0100 |
souliane |
browser_side (groupblog): order items using "published" instead of "updated"
|
Wed, 18 Dec 2013 15:39:13 +0100 |
souliane |
server_side: display rich text in blogs (addURLToText is now in sat_frontends/tools/strings)
|
Wed, 18 Dec 2013 13:59:25 +0100 |
souliane |
browser_side: styles for displaying rich text
|
Wed, 18 Dec 2013 09:54:27 +0100 |
souliane |
browser_side: fix presence/status update (do not share between different resources)
|
Wed, 18 Dec 2013 09:51:10 +0100 |
souliane |
browser_side: fix internal JID class equality operator
|
Wed, 18 Dec 2013 08:59:44 +0100 |
souliane |
browser_side: bug fix for setting a new presence when the current one is 'unavailable'
|
Wed, 18 Dec 2013 07:45:53 +0100 |
souliane |
browser_side (plugin radiocol): set the upload limit to 10 MB instead of 5
|
Tue, 17 Dec 2013 19:37:47 +0100 |
souliane |
browser_side (plugins radiocol, xep-0054): handle upload errors
|
Tue, 24 Dec 2013 02:00:30 +0100 |
Goffi |
server and browser side: updated callback system to follow core changes
|
Tue, 17 Dec 2013 01:47:01 +0100 |
Goffi |
browser side: sendMessage alert on error
|
Tue, 17 Dec 2013 01:36:57 +0100 |
Goffi |
server side: sendMessage is now async
|
Tue, 17 Dec 2013 01:35:59 +0100 |
Goffi |
server+browser side: fixed bridge errback handling
|
Tue, 17 Dec 2013 01:34:56 +0100 |
Goffi |
server side: adapted registeringError reasons to new names in backend
|
Mon, 16 Dec 2013 16:39:03 +0100 |
souliane |
browser_side: bug fixes for switching between unibox and rich text editor:
|
Sun, 15 Dec 2013 12:01:25 +0100 |
souliane |
browser_side: blog post update: fix assignment to immutable element
|
Tue, 10 Dec 2013 14:03:47 +0100 |
souliane |
browser_side: set the ideal width for the rich text dialog when displayed in the unibox panel
|
Tue, 10 Dec 2013 13:04:51 +0100 |
souliane |
browser_side: set the ideal width for the blog post update dialog
|
Tue, 10 Dec 2013 10:27:58 +0100 |
souliane |
browser_side: set the ideal height for the contact panel size when displayed in the unibox panel
|
Tue, 10 Dec 2013 09:56:28 +0100 |
souliane |
browser_side: double click on unibox do not open the rich text editor anymore
|
Wed, 27 Nov 2013 14:00:58 +0100 |
souliane |
browser_side: renamed item and labels for discussion groups
|
Thu, 28 Nov 2013 21:43:12 +0100 |
souliane |
browser_side (plugin radiocol): send the current queue to new players
|
Wed, 27 Nov 2013 13:33:56 +0100 |
souliane |
browser_side (plugin radiocol): the UI uses CaptionPanel
|
Tue, 26 Nov 2013 19:51:02 +0100 |
souliane |
browser_side (plugin radiocol): use the status label to give more information
|
Mon, 25 Nov 2013 21:04:09 +0100 |
souliane |
browser_side (plugin radiocol): info message when you start the radiocol
|
Mon, 25 Nov 2013 20:39:28 +0100 |
souliane |
browser_side (plugins radiocol, xep-0054): check for file size or type before uploading
|
Tue, 10 Dec 2013 09:07:03 +0100 |
souliane |
browser_side: added blog item modification/deletion
|
Mon, 09 Dec 2013 15:34:03 +0100 |
souliane |
browser_side: more customizable rich text editor
|
Wed, 04 Dec 2013 21:52:30 +0100 |
souliane |
browser_side: changes related to the implementation of XEP-0033 (addressing)
|
Sat, 23 Nov 2013 14:46:03 +0100 |
souliane |
browser_side: set your own presence status and display those of others
|
Fri, 22 Nov 2013 21:43:08 +0100 |
souliane |
browser_side: white-space: nowrap for the groups in the contact manager
|
Fri, 13 Dec 2013 17:10:35 +0100 |
Goffi |
server side: fixed bad async bridge calls management
|
Thu, 21 Nov 2013 18:57:46 +0100 |
souliane |
frontends tools: moved src/tools/frontends to frontends/src/tools
|
Thu, 21 Nov 2013 16:13:14 +0100 |
souliane |
bridge + browser_side: bridge signals for games and their callbacks:
|
Thu, 21 Nov 2013 16:05:14 +0100 |
souliane |
browser_side: better PEP8 compliance
|
Thu, 21 Nov 2013 16:03:33 +0100 |
souliane |
browser_side: can identify muc members with symbols
|
Thu, 21 Nov 2013 13:44:26 +0100 |
souliane |
browser_side: bug fix for RoomAndContactsChooser (do not display the MUCs in the list)
|
Tue, 19 Nov 2013 21:21:49 +0100 |
souliane |
browser_side: update contacts in "group and contact chooser" when the a user connect/disconnect
|
Sun, 17 Nov 2013 22:20:12 +0100 |
souliane |
browser_side: send rich text to all the "To" recipients (groups and one2one)
|
Sun, 17 Nov 2013 21:16:07 +0100 |
souliane |
browser_side: added generic method "send" in SatWebFrontend
|
Sun, 17 Nov 2013 17:57:14 +0100 |
souliane |
browser_side: added class RoomAndContactsChooser:
|
Sun, 17 Nov 2013 17:53:37 +0100 |
souliane |
browser_side: changes regarding widgets and tabs:
|
Sun, 17 Nov 2013 17:47:39 +0100 |
souliane |
bridge: added inviteMUC + modify joinMUC to make it accept room_jid = ""
|
Sun, 17 Nov 2013 17:43:31 +0100 |
souliane |
browser_side: sort the the result of ContactList.getConnected()
|
Sun, 17 Nov 2013 17:41:54 +0100 |
souliane |
browser_side: added class ToggleStackPanel
|
Mon, 11 Nov 2013 12:48:33 +0100 |
souliane |
browser_side: improvements for lists and contact groups manager:
|
Mon, 11 Nov 2013 10:44:44 +0100 |
souliane |
browser_side: small changes for contact list and "add group" panel:
|
Fri, 15 Nov 2013 15:34:57 +0100 |
Goffi |
browser side: management of extra data for sendMblogComment, allowing to send rich text for comments
|
Fri, 15 Nov 2013 15:34:55 +0100 |
Goffi |
browser side: if 'xhtml' key is present in microblog data, rich content is displayed
|
Fri, 15 Nov 2013 15:06:47 +0100 |
Goffi |
server_side: extra data is now added for sendMblog, allowing to send rich text with the 'rich' key.
|
Fri, 15 Nov 2013 15:01:29 +0100 |
Goffi |
removed trailing spaces in libervia.tac
|
Sat, 09 Nov 2013 17:12:05 +0100 |
souliane |
browser_side: open the web widget in the current tab
|
Sat, 09 Nov 2013 09:39:45 +0100 |
souliane |
browser_side: added contact group manager based on ListManager
|
Sat, 09 Nov 2013 15:31:39 +0100 |
souliane |
browser_side: small changes to prepare the contact group manager:
|
Sat, 09 Nov 2013 09:38:17 +0100 |
souliane |
browser_side: isolate the basic stuff of RecipientManager in a new class ListManager:
|
Sat, 09 Nov 2013 08:53:03 +0100 |
souliane |
browser_side: isolate the "add contact group" panel in a re-usable class:
|
Fri, 08 Nov 2013 17:07:27 +0100 |
souliane |
browser_side: isolate the basic stuff of ContactList in the new GenericContactList class
|
Tue, 05 Nov 2013 21:12:14 +0100 |
souliane |
plugin XEP-249: added parameter Misc / Auto-join MUC on invitation:
|
Wed, 23 Oct 2013 18:33:16 +0200 |
souliane |
browser_side: added auto-connection with URL parameters:
|
Fri, 08 Nov 2013 20:50:11 +0100 |
souliane |
browser_side: set the "workaround" timers to 5 ms instead of 10:
|
Wed, 23 Oct 2013 18:32:01 +0200 |
souliane |
plugin card_game: use the games.py from sat/src/tools/frontends
|
Sat, 09 Nov 2013 17:08:45 +0100 |
Goffi |
browser_side: removed some trailing spaces
|
Sat, 09 Nov 2013 10:24:03 +0100 |
Goffi |
browser side: use of inlineRoot to display XHTML chat text
|
Sat, 09 Nov 2013 10:23:33 +0100 |
Goffi |
browser side: added Node.setAttribute and Node.toxml to nativedom
|
Fri, 08 Nov 2013 16:34:54 +0100 |
Goffi |
browser_side: changed sat.tools.frontend for sat.tools.frontends
|
Tue, 15 Oct 2013 17:19:03 +0200 |
souliane |
browser_side, blog: better PEP8 compliance
|
Fri, 18 Oct 2013 11:14:55 +0200 |
souliane |
browser_side: add context menu for contact:
|
Tue, 15 Oct 2013 13:36:51 +0200 |
souliane |
browser_side: added class PopupMenuPanel to manage more complex context menu
|
Tue, 15 Oct 2013 13:39:21 +0200 |
souliane |
browser_side: modified class ContactChooser to allow setting a min and max number of contacts to be chosen
|
Mon, 14 Oct 2013 20:54:13 +0200 |
souliane |
browser_side: added input history in the unibox:
|
Fri, 11 Oct 2013 15:40:29 +0200 |
souliane |
browser_side: set CSS margin: auto for all button panels
|
Thu, 10 Oct 2013 18:29:07 +0200 |
souliane |
browser_side: fixed browser built-in auto-completion in login/register panels
|
Thu, 07 Nov 2013 15:22:28 +0100 |
Goffi |
browser_side: white-space are no pre-wrap for .chat_text_msg
|
Thu, 07 Nov 2013 15:22:00 +0100 |
Goffi |
browser and server side: XHTML handling, first draft:
|
Thu, 31 Oct 2013 17:54:10 +0100 |
Goffi |
browser side: rich text: update to follow core implementation
|
Wed, 09 Oct 2013 15:12:50 +0200 |
souliane |
browser side: fixed RichTextEditor debug mode when no parameter exists.
|
Tue, 08 Oct 2013 14:12:38 +0200 |
souliane |
browser_side: added UIs for rich text editor and addressing to multiple recipients
|
Tue, 08 Oct 2013 13:38:42 +0200 |
souliane |
browser_side: dialogs take **kwargs arguments + unibox helper method
|
Tue, 08 Oct 2013 13:57:35 +0200 |
souliane |
browser_side: added the flag REUSE_EXISTING_LIBERVIA_WIDGETS
|
Tue, 08 Oct 2013 13:48:00 +0200 |
souliane |
bridge: asyncGetParamA takes a security_limit argument
|
Tue, 08 Oct 2013 13:35:29 +0200 |
souliane |
server_side: put the blog entry content in its own span + CSS customization
|
Mon, 07 Oct 2013 14:23:16 +0200 |
souliane |
browser_side: bug fix for changeset 3092f6b1710c
|
Thu, 26 Sep 2013 14:32:24 +0200 |
souliane |
browser_side, misc: better PEP8 compliance
|
Thu, 26 Sep 2013 11:39:54 +0200 |
souliane |
browser_side: display widget title in the debug info (LiberviaWidget method "getDebugName")
|
Thu, 26 Sep 2013 11:33:55 +0200 |
souliane |
browser_side: center the buttons of GenericConfirmDialog
|
Thu, 26 Sep 2013 11:13:40 +0200 |
souliane |
browser_side, plugin XEP-0085: limit the number of bridge methods calls for "chatStateComposing".
|
Sun, 22 Sep 2013 20:52:59 +0200 |
souliane |
browser_side: set the focus to the first field when a tab is selected from the register panel
|
Sat, 21 Sep 2013 20:24:36 +0200 |
souliane |
browser_side: check for duplicate name before adding a new contact group
|
Sat, 21 Sep 2013 15:37:29 +0200 |
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.
|
Sat, 21 Sep 2013 14:58:21 +0200 |
Goffi |
server side: better async bridge calls handling
|
Sat, 07 Sep 2013 19:54:41 +0200 |
souliane |
browser_side: small improvements for parameters panel
|
Sun, 08 Sep 2013 12:34:00 +0200 |
souliane |
browser_side: display clickable URLs in chat text
|
Sun, 08 Sep 2013 13:40:01 +0200 |
souliane |
browser_side: added key listener to login and register panels
|
Sat, 07 Sep 2013 02:07:07 +0200 |
souliane |
server side: added the security_limit to setParam
|
Fri, 06 Sep 2013 16:23:30 +0200 |
souliane |
plugin XEP-0085: Chat State Notifications
|
Fri, 06 Sep 2013 16:07:35 +0200 |
souliane |
browser side: display the day change in chat window
|
Fri, 06 Sep 2013 15:55:45 +0200 |
souliane |
browser side: bug fix (missing "self." before value_max)
|
Fri, 06 Sep 2013 15:51:40 +0200 |
souliane |
browser side: added a mechanism to define forbidden patterns during new contact group creation
|
Fri, 06 Sep 2013 15:40:33 +0200 |
souliane |
browser side: make the OK button title for group selector configureable + few "cosmetic" changes (PEP 8...)
|
Fri, 28 Jun 2013 00:06:31 +0200 |
Goffi |
browser side: fixed setGroupsSelected in GroupSelector
|
Fri, 28 Jun 2013 00:05:52 +0200 |
Goffi |
browser side: added "add" button in GroupSelector's add group dialog
|