log src/browser/libervia_main.py @ 982:a78169c1bf77

age author description
2017-11-03 Goffi misc: date update (yes it's a bit late :p )
2017-05-19 Goffi browser: various fixes
2017-02-26 Goffi server, browser: partial Libervia fix
2016-08-28 Goffi server, browser: removed deprecated methods which have been removed from backend, and associated code
2016-08-08 Goffi browser, server: update to get compatibility with 0.7-dev (not finished):
2016-02-29 Goffi server, browser: new "allow_registration" option to enable/disable new account registration through Liberia interface
2016-02-29 Goffi server, browser: replaced isRegistered call by a more generic getSessionMetadata which return a dictionary
2016-01-16 souliane browser: set the background transparent when the register panel is displayed
2016-01-15 Goffi browser: use new style calls for getSignals
2016-01-13 souliane browser (games, menu): rename showFailureRoomInvalid to onJoinMUCFailure and display a nice message when the room has already been joined (it is not a real error)
2016-01-12 souliane browser: update favicon counter when a tab change make notified messages visible
2016-01-12 souliane browser (chat, notification): remove the textual alerts counter, merge it with the favicon counter
2016-01-03 Goffi copyright update
2015-12-02 Goffi browser side: fixed public blog menu (moved temporarily to frontend side)
2015-12-01 Goffi browser side: workaround for a pyjamas bug which freeze the browser in some case with addURLToText regex
2015-12-01 souliane browser_side: rename "Manage groups" to "Manage contact groups" to avoid confusion
2015-12-01 souliane browser_side (menu): moved Tarot from Games to Groups
2015-12-01 souliane browser_side: fixed contact list refresh on param change
2015-11-30 souliane browser_side: modify a message to avoid a confusion when fine access blogging is not available
2015-11-29 Goffi browser side: the new menu 'help/official room chat' launch the default_muc room, which can be used to get some help
2015-11-25 Goffi browser side: restored web widget
2015-11-23 Goffi browser side: features are checked for microblogging and group blogging. If one of them is not available, a pop-up warns it, and it is not possible to write a new entry.
2015-10-21 souliane browser_side: fixes auto-login (broken by previous changeset)
2015-08-18 Goffi browser + server sides: actionNew signal handling
2015-08-15 Goffi server + browser side: blogging refactoring (draft), huge commit sorry:
2015-07-20 souliane browser_side: use favico.js to display alerts counter
2015-07-13 souliane browser_side: remove methods that were used before the merge, when Libervia was not based on quick_frontend
2015-06-04 souliane browser and server sides: renamed max to max_ after sat's changeset 1423 (882e5fabf68c)
2015-05-27 Goffi browser side: when there is no avatar in cache in getAvatarURL, set its value to empty string to avoid requesting again
2015-05-27 Goffi browser side: added signal caching before profile is plugged, as QuickFrontend mechanism is not used
2015-04-20 souliane browser_side: change frontend method "setStatusOnline" for "setPresenceStatus"
2015-04-20 souliane browser_side: clean the code that has been commented or isolated during the refactorisation to base libervia on quick_frontend
2015-04-20 souliane browser and server side: remove unibox
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2015-04-09 souliane browser_side: use host.default_muc instead of C.DEFAULT_MUC
2015-03-23 souliane browser_side: update ContactList, Chat, ContactsPanel, ContactBox, ContactLabel to update the display using listeners as it is done in quick_frontend:
2015-03-26 souliane browser_side: let the backend check for the validity of MUC JIDs that come from a user input
2015-03-30 Goffi 2015 copyright dates update
2015-03-19 Goffi browser side: versions management + version is shown in about dialog
2015-03-18 Goffi merged branch frontends_multi_profiles
2015-03-17 Goffi browser side: menus refactorisation: frontends_multi_profiles
2015-03-17 Goffi browser side: host listeners are called when host is instantiated frontends_multi_profiles
2015-03-09 souliane browser_side: rename askConfirmation handler frontends_multi_profiles
2015-03-06 souliane browser_side (blog): clean the MicroblogPanel: frontends_multi_profiles
2015-03-03 souliane browser_side: OTR uses 'profilePlugged', 'disconnect' and 'gotMenus' listeners frontends_multi_profiles
2015-03-03 souliane browser_side: fixes OTR using the new resource system and proper triggers (send and receive message) or listener (presence update) frontends_multi_profiles
2015-03-03 souliane browser_side: replace all instances of 'str' with 'unicode' frontends_multi_profiles
2015-02-27 souliane browser_side: allow to drop a widget in the "+" tab frontends_multi_profiles
2015-02-27 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
2015-02-27 souliane browser_side: hide the tab bar and contact list's toggle button until the profile is connected frontends_multi_profiles
2015-02-27 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
2015-02-27 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
2015-02-27 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
2015-02-26 Goffi browser_side: classes reorganisation: frontends_multi_profiles
2015-02-25 Goffi browser side: fixed typo in newMessageHandler frontends_multi_profiles
2015-02-25 Goffi browser side: restored infoDialog for headline messages from server frontends_multi_profiles
2015-02-24 Goffi browser side: call of parent profilePlugged for overriden method frontends_multi_profiles
2015-02-24 Goffi browser side: do a hard reload on disconnected signal 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 (libervia main): implemented visible_widgets property frontends_multi_profiles
2015-02-22 souliane browser_side: implements showDialog 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: move SatWebFrontend.addTab to MainTabPanel.addWidgetsTab and rename MainTabPanel.add to MainTabPanel.addTab 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 brower side: removed close listener for LiberviaWidget 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-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-01-24 Goffi browser side: big refactoring to base Libervia on QuickFrontend, first draft: frontends_multi_profiles
2014-11-27 souliane browser and server side: uses RSM (XEP-0059)
2014-10-22 souliane browser_side: various improvements, especially for MUC
2014-10-20 souliane browser_side: fixes issue while getting a chat state for a MUC occupant who already left
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: 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-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-07 souliane browser_side: temporary way to display the OTR state in the LiberviaWidget header
2014-09-05 Goffi browser_side: management of new "info" newMessage type
2014-09-05 souliane plugin OTR: forces FINISHED state if we are in ENCRYPTED state on contact disconnection
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-08-20 Goffi browser_side: use of new XHTML2Text method
2014-08-14 souliane browser_side: display new lines and clickable URLs for headline message
2014-08-13 Goffi browser side (XMLUI): XMLUI update to follow core changes:
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-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-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-09 souliane browser_side: fixes issues from the refactoring
2014-06-09 Goffi browser_side: import fixes:
2014-06-03 souliane server and browser sides: fixes UI parameters initialisation with user values + small refactoring
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: 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-20 souliane browser_side: fixes bug introduced with previous changeset (1a0cec9b0f1e)
2014-05-20 souliane better PEP-8 compliance
2014-05-20 souliane /!\ reorganize all the file hierarchy, move the code and launching script to src: base libervia.py@ecf27a6193ec