log

age author description
2015-07-20 souliane browser and server sides: allow to connect with a JID that is not registered on the local server
2015-11-23 souliane server_side (blog): fixes avatar callback
2015-11-23 Goffi browser side: fixed group panel drop and contact_list click on GroupLabel
2015-11-23 Goffi static blog: fixed bad use of JID
2015-11-23 Goffi server side: special handling of Connection/JabberID and Connection/autoconnect parameter which has needed by QuickApp but restricted by security limit
2015-11-23 Goffi server side: fixed params, and removed self.authorized_params as authorisation is handled by the backend
2015-11-22 Goffi server side: actionNew now use a dedicated signal handler, which block it if security limit is exceeded
2015-11-21 souliane server_side: display tags in static blogs
2015-11-21 souliane browser_side: use methods defined in quick_frontend to retrieve and set the tags from/to microblog data
2015-11-19 souliane browser_side: read and write tags from microblog data:
2015-11-19 souliane browser_side: implements tags UI
2015-11-19 souliane browser_side: improve ListPanel and TitlePanel
2015-11-19 souliane browser_side: simplify RichTextEditor initialization
2015-11-19 souliane browser_side: remove RichMessageEditor and RecipientManager which are not used since the removal of the unibox
2015-11-19 souliane fixes/improve ListManager and contact group manager + better PEP-8 compliance
2015-11-19 souliane browser_side: improve PopupMenuPanel comments + rename a button + better PEP8 compliance
2015-11-17 souliane browser_side: factorize retrieval of drop event data
2015-11-11 souliane browser_side: add functions JIDSet and JIDDict
2015-11-09 Goffi install: added jsdebug option to use debug mode with pyjsbuild, don't use it by default
2015-10-22 souliane fixes the INSTALL since http://pyj.be has been down for a while (Oliver)
2015-10-21 souliane browser_side: fixes auto-login (broken by previous changeset)
2015-10-21 souliane browser_side: change login and register panels (makes it more visible and less confusing)
2015-10-06 souliane server_side (blog): clean error message when unknown profile is requested
2015-10-05 souliane server side (blog): fixes displaying the avatar
2015-09-21 souliane server side (blog): fixes unicode error
2015-09-10 souliane server (blog): update to the new mechanism in XEP-0277 + improvement:
2015-09-10 souliane browser and server sides: bridge method mbGetLast has been renamed to mbGet and takes a new parameter "item_ids"
2015-08-26 souliane browser_side (xmlui): allow to select a tab when adding it
2015-08-25 Goffi browser side (xmlui): default callback is used for launchAction
2015-08-21 Goffi browser side(xmlui): basic JidsList implementation (read-only) using ContactsPanel, to fix params display
2015-08-21 Goffi browser side (xmlui): factory is instantiated on Panel init + main panel is passed as first argument to widgets
2015-08-18 Goffi browser side (xmlui): added basic JidInputWidget (use a StringWidget)
2015-08-18 Goffi browser + server sides: actionNew signal handling
2015-08-19 souliane server (blog): remove accidently added (and unused) import
2015-08-15 Goffi server + browser side: blogging refactoring (draft), huge commit sorry:
2015-07-28 souliane revert change on setup.py that was commited by accident
2015-07-20 souliane browser_side: use favico.js to display alerts counter
2015-07-15 souliane browser_side (blog): do not fail when target server doesn't handle RSM
2015-07-13 souliane server_side: use Jinja2 template engine for static blog
2015-07-13 souliane browser_side: remove methods that were used before the merge, when Libervia was not based on quick_frontend
2015-07-13 souliane server_side: update connected signal handler according to sat changeset 1435 (7590bbf44eed)
2015-06-08 souliane browser_side: fix updating OTR icons when state or trust has changed
2015-06-08 souliane server_side: fixes static blog navigation links
2015-06-07 souliane server_side: remove unwanted "target" property in the HTTP to HTTPS link + use "<p>" instead of "<br>"
2015-06-05 souliane server_side: add a link to the FAQ in the HTTP/HTTPS warning dialog
2015-06-04 souliane browser and server sides: renamed max to max_ after sat's changeset 1423 (882e5fabf68c)
2015-06-04 souliane server_side: static blog uses the default template
2015-06-04 souliane server_side: add default theme
2015-05-11 souliane server_side: give a better look to the static blog
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: don't open a new tab when inviting people to a MUC we already joined
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-19 souliane browser_side: don't rebuild the whole list on contact list update
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2015-04-16 souliane browser_side: fixes new message alerts
2015-04-09 souliane browser_side: use host.default_muc instead of C.DEFAULT_MUC
2015-04-09 souliane browser_side: minor fixes for ContactMenuBar and ContactGroupManager