log src/browser/libervia_main.py @ 871:54f6c5b86a87

age author description
Mon, 29 Feb 2016 12:40:14 +0100 Goffi server, browser: new "allow_registration" option to enable/disable new account registration through Liberia interface
Mon, 29 Feb 2016 12:37:45 +0100 Goffi server, browser: replaced isRegistered call by a more generic getSessionMetadata which return a dictionary
Sat, 16 Jan 2016 10:49:16 +0100 souliane browser: set the background transparent when the register panel is displayed
Fri, 15 Jan 2016 15:42:37 +0100 Goffi browser: use new style calls for getSignals
Wed, 13 Jan 2016 13:11:44 +0100 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)
Tue, 12 Jan 2016 18:00:12 +0100 souliane browser: update favicon counter when a tab change make notified messages visible
Tue, 12 Jan 2016 17:59:07 +0100 souliane browser (chat, notification): remove the textual alerts counter, merge it with the favicon counter
Sun, 03 Jan 2016 16:24:27 +0100 Goffi copyright update
Wed, 02 Dec 2015 11:15:58 +0100 Goffi browser side: fixed public blog menu (moved temporarily to frontend side)
Tue, 01 Dec 2015 13:55:01 +0100 Goffi browser side: workaround for a pyjamas bug which freeze the browser in some case with addURLToText regex
Tue, 01 Dec 2015 12:34:26 +0100 souliane browser_side: rename "Manage groups" to "Manage contact groups" to avoid confusion
Tue, 01 Dec 2015 12:01:03 +0100 souliane browser_side (menu): moved Tarot from Games to Groups
Tue, 01 Dec 2015 11:04:10 +0100 souliane browser_side: fixed contact list refresh on param change
Mon, 30 Nov 2015 16:26:31 +0100 souliane browser_side: modify a message to avoid a confusion when fine access blogging is not available
Sun, 29 Nov 2015 22:58:38 +0100 Goffi browser side: the new menu 'help/official room chat' launch the default_muc room, which can be used to get some help
Wed, 25 Nov 2015 02:35:32 +0100 Goffi browser side: restored web widget
Mon, 23 Nov 2015 23:30:34 +0100 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.
Wed, 21 Oct 2015 15:08:34 +0200 souliane browser_side: fixes auto-login (broken by previous changeset)
Tue, 18 Aug 2015 08:10:02 +0200 Goffi browser + server sides: actionNew signal handling
Sun, 16 Aug 2015 01:51:12 +0200 Goffi server + browser side: blogging refactoring (draft), huge commit sorry:
Mon, 20 Jul 2015 10:18:02 +0200 souliane browser_side: use favico.js to display alerts counter
Mon, 13 Jul 2015 13:33:01 +0200 souliane browser_side: remove methods that were used before the merge, when Libervia was not based on quick_frontend
Thu, 04 Jun 2015 12:03:45 +0200 souliane browser and server sides: renamed max to max_ after sat's changeset 1423 (882e5fabf68c)
Wed, 27 May 2015 19:11:25 +0200 Goffi browser side: when there is no avatar in cache in getAvatarURL, set its value to empty string to avoid requesting again
Wed, 27 May 2015 19:10:16 +0200 Goffi browser side: added signal caching before profile is plugged, as QuickFrontend mechanism is not used
Mon, 20 Apr 2015 17:10:38 +0200 souliane browser_side: change frontend method "setStatusOnline" for "setPresenceStatus"
Mon, 20 Apr 2015 09:14:03 +0200 souliane browser_side: clean the code that has been commented or isolated during the refactorisation to base libervia on quick_frontend
Mon, 20 Apr 2015 08:51:25 +0200 souliane browser and server side: remove unibox
Thu, 16 Apr 2015 14:57:02 +0200 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
Thu, 09 Apr 2015 11:37:25 +0200 souliane browser_side: use host.default_muc instead of C.DEFAULT_MUC