log src/browser/libervia_main.py @ 1048:d4290178662c

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