log

age author description
2017-12-01 Goffi pages(merge-requests): merge requests new, view and list pages implementations.
2017-11-30 Goffi pages: menu implementation, first draft:
2017-11-30 Goffi pages (tickets/new): renamed bridge method to follow backend change.
2017-11-30 Goffi pages (blog_new): added name ("blog_new")
2017-11-19 Goffi server (install): force version of txJSON-RPC to 0.3.1:
2017-11-19 Goffi pages(tickets): use new cache mechanism for tickets list
2017-11-19 Goffi pages: cache mechanism, first draft:
2017-11-17 Goffi server: moved LiberviaPage code in its own module
2017-11-17 Goffi server (libervia.sh): force python 2 to launch twistd, and avoid launching wrong version if twistd is installed for python 3 too
2017-11-15 Goffi pages (tickets/new): added reporter_jid in ignore list (if needed, it is filled in backend)
2017-11-14 Goffi pages(tickets): better URL handling:
2017-11-14 Goffi core (pages redirection): inverted redirection + getSubPageURL:
2017-11-12 Goffi server: pages redirection:
2017-11-12 Goffi pages: removed trailing_slash option:
2017-11-11 Goffi pages (tickets/new): refuse data if body is not set
2017-11-11 Goffi pages (tickets/new): ignore milestone and priority on new ticket (those field should be set by node owner)
2017-11-11 Goffi pages (tickets/view): ignore publisher when creating XMLUI
2017-11-11 Goffi pages: fixed use of request data in _on_data_post_redirect
2017-11-10 Goffi pages (tickets): URLs for list and new are set in the template for the whole subhierarchy
2017-11-10 Goffi server: getURL + minor improvments:
2017-11-09 Goffi page(tickets/new): use string instead of textbox for labels, and use comma to split them
2017-11-09 Goffi page(tickets/new): refuse request if title is not set
2017-11-09 Goffi page(tickets/new): ignore status as it makes sense to use default status on ticket creation
2017-11-09 Goffi pages (core, tickets/new): replaced post_redirect_uri mechanism by post_redirect_page:
2017-11-05 Goffi pages (tickets): tickets first draft:
2017-11-05 Goffi pages (data post): pages can now be redirected to a other uri than current page, using request.data['post_redirect_uri']
2017-11-05 Goffi browser (XMLUI): added new ignore argument
2017-11-03 Goffi misc: date update (yes it's a bit late :p )
2017-10-27 Goffi pages: added login/logged and register pages
2017-10-27 Goffi Pages: various improvments:
2017-10-27 Goffi server: moved logging worflow in separated method, so it can be used by Libervia Pages
2017-10-27 Goffi pages(session): added method to handle reload resistant page specific data:
2017-09-24 Goffi server: added getAllPostedData
2017-09-24 Goffi browser (xmlui): added LabelContainer (use PairsContainer to handle it for now)
2017-07-11 Goffi server (pages): added a confirm flag on successful post:
2017-07-10 Goffi server (pages): impleted CSRF protection:
2017-07-09 Goffi server(pages): do Post/Redirect/Get pattern when on_data_post is used (avoid double posting on refresh)
2017-07-07 Goffi server (blog): temporary fix for atom feed:
2017-06-24 Goffi pages(g): use norobots in guest pages
2017-06-22 Goffi Added robots.txt:
2017-06-21 Goffi pages (g): use language in data for locale
2017-06-03 Goffi server (blog): fixed avatars handling, there is now a well-known URL to SERVICE_PROFILE cache
2017-05-22 Goffi pages (common/blog): use request data to indicate if comments are allowed
2017-05-22 Goffi pages (common/blog): don't fail if an error is raised while getting comment
2017-05-22 Goffi pages: cache identities identities in session + get identities for comments in blog
2017-05-21 Goffi pages (g/e): added days left before the event as a template variable
2017-05-21 Goffi pages (g): use invitee's locale as template locale
2017-05-19 Goffi browser: various fixes
2017-05-19 Goffi pages (g/e): use blog_uri from event instead of guest's main uri
2017-05-19 Goffi pages (g/e): adapted event handling to changes in backend
2017-05-19 Goffi pages (g): guest name is added to template data
2017-04-26 Goffi page (g/e): events invitations first draft
2017-04-26 Goffi pages (common/blog): check posted data type for comments
2017-04-26 Goffi pages (g): use new constants
2017-04-26 Goffi server (pages): an HTTP internal error is raised if an error is uncatched during page workflow
2017-04-26 Goffi server (pages): added getPageByName
2017-04-26 Goffi server: move asyncBridgeCall to Libervia.bridgeCall, this way async bridge calls can be used easily everywhere.
2017-04-26 Goffi server (constants): added HTTP_INTERNAL_ERROR and HTTP_SERVICE_UNAVAILABLE
2017-04-17 Goffi pages (common/blog): data post (i.e. new comments) is now handled
2017-04-17 Goffi pages (common/blog): new show_comments variable is used in session data, if True comments are grabbed and chained to items
2017-04-17 Goffi server (pages): post requests are now handled:
2017-04-16 Goffi pages (g): added g (for guest) page to handle invitations
2017-04-16 Goffi pages (u): added u page for user public pages, for now it display blog items
2017-04-16 Goffi pages (common): added common hierarchy for reusable pages (blog is the first)
2017-04-16 Goffi server (pages): added getPagePathFromURI method to retrieve page handling an URI
2017-04-02 Goffi server (pages): fixed _prepare_render handling
2017-04-02 Goffi server (pages): URIs handling:
2017-04-02 Goffi libervia (pages): getSessionData return one session if used with one argument, else an iterator
2017-04-02 Goffi server (pages): pages now handle redirection, check self.pageRedirect docstring for details
2017-04-02 Goffi server (pages): added "None" access (page is not rendered at all) and some HTTP code constants + helper methods to get session data
2017-04-02 Goffi both: renamed psDeleteNode to psNodeDelete to follow backend change
2017-03-29 Goffi server: new purgeSession and getSessionData helper methods
2017-03-29 Goffi server: moved session interfaces to session_iface module + added SATGuestSession
2017-03-05 Goffi pages (blog_new/articles): first concert Libervia page, blog articles:
2017-03-05 Goffi server: Libervia pages:
2017-03-05 Goffi server (blog): fixed static blog generation:
2017-03-05 Goffi server: renamed getProfileName to profileNameGet following core change and new conventions.
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-10 Goffi browser side(contact list): fixed calls to getGroupData
2016-08-10 Goffi browser side (contact list): fixed groups displaying
2016-08-10 Goffi misc: restrict txJSON-RPC version as new version is broken
2016-08-08 Goffi browser, server: update to get compatibility with 0.7-dev (not finished):
2016-07-13 Goffi Added tag 0.6.1 for changeset 3d372805f60c
2016-07-13 Goffi installation (setup.py): changed version to 0.6.1.1 so new archive with fixed MANIFEST can be uploaded on pypi 0.6.1
2016-07-13 Goffi installation (MANIFEST): fixed missing files
2016-07-13 Goffi installation (setup): fixed OSError when pyjsbuild is not found
2016-07-12 Goffi Added tag 0.6.1 for changeset 5264fec78a1d
2016-07-12 Goffi updated version (0.6.1)
2016-07-12 Goffi installation: added MANIFEST.in
2016-04-17 Goffi removed pyfeed and xe from dependencies, they are not used anymore
2016-03-25 Goffi server (blog): use unicode character for ellispsis in atom feed's microblog title
2016-03-24 Goffi blog(atom): added categories (tags) in Atom feed
2016-03-22 Goffi blog, browser: updated imports to reflect renaming of common.py to common/data_format.py
2016-03-20 Goffi theme (default): changed MIME type for xmpp: link
2016-03-20 Goffi blog: no unicode here we said!
2016-03-20 Goffi blog: don't use unicode for _urlencode
2016-03-20 Goffi blog: changed MIME type for xmpp: link, forgotten in rev dc27e29b7c22
2016-03-20 Goffi blog: escape "&" when encoding URL, so they can be used without escaping in the HTML template
2016-03-20 Goffi blog: changed xmpp: alternate links MIME type for application/atom+xml
2016-03-18 Goffi server (blog): set HTTP status code to 500 on renderError
2016-03-17 Goffi blog (atom feed): fixed forgotten content keyword, resulting in content published as namespace
2016-03-17 Goffi blog (atom feed): handle proxy headers like x-forwarded-host to adjust absolute URL in atom feed
2016-03-11 souliane browser (register): update message when XMPP connection failed
2016-03-11 souliane server (blog): fixes displaying default avatar
2016-03-09 Goffi blog: OK, OK, I forgot the _quote method, it's better now :)
2016-03-09 Goffi blog: fixed forgotten encode with urllib.quote
2016-03-09 Goffi blog (atom): base_url_ext can now only specify scheme, or netloc, or path, it will be used to complete data coming from request's path
2016-03-09 Goffi server (options): Q&D trick to have unicode value from command line arguments and sat.conf
2016-03-09 Goffi blog (atom): removed hard ATOM_MAX_ITEMS value as it need to be used with MAM, may come back in the future
2016-03-09 Goffi server: added base_url_ext option to handle different external URLs (e.g.: if there is a proxy)
2016-03-09 Goffi blog, themes(default): added <link> element referencing xmpp: uri of the item
2016-03-09 Goffi blog (atom feed): fixed atom handling:
2016-03-05 souliane browser (strings): fixXHTMLLinks skips internal anchors (links starting with "#")
2016-03-04 Goffi added exec to launch twistd in libervia.sh, so twistd replace the script process, which is useful particularly in foreground mode (signals can be catched correclty for instance)
2016-03-04 souliane browser (richtext): fixes uninitialized variable
2016-03-02 Goffi server: handling of dict and "file:" urls in url_redirections_dict:
2016-03-02 Goffi theme (default): added query information in blog's atom feed alternate url
2016-02-29 Goffi server: replaced libervia_test.html redirection by an absolute URL
2016-02-29 Goffi browser (chat): use new style bridge call for mucLeave
2016-02-29 Goffi server, browser: new "allow_registration" option to enable/disable new account registration through Liberia interface
2016-02-29 Goffi server: use C.bool for bool options instead of simple int
2016-02-29 Goffi server, browser: replaced isRegistered call by a more generic getSessionMetadata which return a dictionary
2016-02-28 Goffi theme (default): changed font, use the same fond as in dynamic part
2016-02-26 Goffi server: fixed encoding issues on url redirection
2016-02-24 Goffi reverted changeset f024fc5744d0 (there is already a default value)
2016-02-22 souliane server: fixes options parsing when url_redirections_dict or url_redirections_profile are not defined
2016-02-18 souliane themes (default): fixes static blog messages width according to the screen size
2016-02-12 Goffi server: fixed bad encoding handling in options parsing
2016-01-25 Goffi server: LiberviaRootResource now manages root url redirection, and former redirection has been replaced by it:
2016-01-25 Goffi server: moved APP_VERSION to common.constants + avoid __init__ import in browser side, which was the source of a crash
2016-01-25 Goffi server: use of relative import instead of try/except block in server/constants
2016-01-24 Goffi server: catch exceptions on service profile connection check, and show an helping message if an error is caught
2016-01-24 Goffi server: URL redirections + misc:
2016-01-24 Goffi server: added url_redirections_dict and url_redirections_profile in options
2016-01-24 Goffi server: version check:
2016-01-22 Goffi server (blog): fixed atom feed link
2016-01-22 Goffi server (blog): fixes:
2016-01-22 Goffi server (blog/template): fixed template:
2016-01-16 souliane browser: set the background transparent when the register panel is displayed
2016-01-16 souliane browser (register): improve some regex after Link Mauve's comments:
2016-01-15 souliane server (themes/default): display later and older messages link also in the footer (when only one message is displayed)
2016-01-15 souliane browser (strings, editor): add javascript version of fixXHTMLLinks and use it for displaying the rich blog messages (add links' missing scheme and open them in new tab)
2016-01-15 souliane browser: replace re module usage by pure javascript
2016-01-15 souliane server (blog): call fixXHTMLLinks on XHTML content
2016-01-15 Goffi browser (json): changed rules for retry delay when connection with server is lost
2016-01-15 Goffi browser (json): display a warning when connection with server is lost, and count down until the next try
2016-01-15 Goffi browser (warning message): resuses the popup if it already exists, allows a None duration, and added INFO and WARNING types
2016-01-15 Goffi browser: use new style calls for getSignals
2016-01-14 souliane themes (default): display a link to the atom feed below the static blog entries
2016-01-13 Goffi server: removed unused %(url)s for formatting HTTP warning message
2016-01-13 souliane browser (strings): add a parameter "new_target" to addURLToText + fix a wrong import
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: validate the status with ENTER (fixes bug 111)
2016-01-12 souliane browser (notification): remove the notification icon (it doesn't work with HTTPS)
2016-01-12 souliane browser: fixes bug while changing or closing the tab
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-12 souliane browser (chat): fixes resize callback for one2one conversation
2016-01-09 souliane browser (blog): set focus to the bubble of a just added comment entry
2016-01-09 souliane server (blog/themes): sanitize tags + display tags URLs
2016-01-09 souliane server (blog): fixes typo in a dict declaration
2016-01-09 Goffi server (blog): fixed unicode handling for query args
2016-01-08 Goffi server (blog): implemented tag/category filtering:
2016-01-08 Goffi server (blog): moved _quote and _unquote to module functions, and use them in BlogMessage.url
2016-01-08 Goffi server (blog): added unhandler errback in getItemById
2016-01-08 Goffi server (blog): removed another max_items
2016-01-08 Goffi server (blog): better handling of mbGetFromManyWithCommentsRTResult in getItems
2016-01-08 Goffi server (blog): cleaning & improvments:
2016-01-08 Goffi themes (default): fixed invalid link to sat logo
2016-01-08 souliane server (blog/themes): replace previously removed icons
2016-01-07 Goffi server (blog/themes): removed content due to licence incompatibility
2016-01-03 Goffi server: fixed bad login check introduced in rev 6a2fd7807770
2016-01-03 Goffi copyright update
2015-12-26 Goffi server: fixed empty_password_allowed_warning_dangerous_list option
2015-12-26 Goffi browser (params): reverted size change from commit f2a76ee020f6
2015-12-22 souliane browser (chat): printing the history is left to quick_frontend
2015-12-20 Goffi server: minor option help string correction
2015-12-20 Goffi server: added --tls_private_key and --tls_chain options. --tls_certificate .pem file will be used for private_key if --tls_private_key is not specified.
2015-12-20 Goffi server: added "quit" method to exit with an exit code when reactor is running
2015-12-20 Goffi server: tls_certificate option:
2015-12-18 Goffi server: proper options handling
2015-12-18 Goffi browser (blog): fixed comments ordering
2015-12-15 souliane browser_side: restore printing the day change while displaying history
2015-12-15 souliane browser_side (chat): adapt printMessage to recent modifications done in quick_chat
2015-12-15 souliane browser_side (xmlui): center the Save/Cancel buttons of parameters dialog
2015-12-12 souliane browser_side: improve CSS alignements of the dialogs' widgets
2015-12-15 souliane browser_side: fixes JID as login detection, can't rely on "@" keycode
2015-12-10 souliane browser_side: convertNewLinesToXHTML should only be called on raw text messages:
2015-12-10 souliane browser_side (CSS): add some style to display blogs from Movim
2015-12-09 souliane server_side: fixed confusion between jid user and host when there's not arobase
2015-12-09 souliane browser_side: minor CSS modification
2015-12-09 souliane replace old favicon for a new one generated from the SVG source
2015-12-09 souliane browser_side: run login callback before window alert so the background starts to be filled before the user clicks
2015-12-09 souliane themes: add "Powered by Salut à Toi" in the footer
2015-12-08 souliane browser and server sides: alert the user after he created a new profile using his XMPP account credentials
2015-12-08 souliane browser_side: inform the user that entering a full JID in the login box is only needed for external XMPP account
2015-12-07 souliane server_side: if a user tries to login with a full JID but his host is the local domain, login with the user part only
2015-12-07 souliane browser and server sides: removed constant UNMANAGED_FAULT_STRING which is used only to be displayed to the user, but it doesn't mean anything to him
2015-12-07 Goffi Added tag 0.6.0 for changeset 0af8a88ef6cd
2015-12-07 souliane update version in setup.py 0.6.0
2015-12-02 Goffi update README
2015-12-02 souliane update INSTALL for Jinja2 dependency
2015-12-02 Goffi browser side: fixed public blog menu (moved temporarily to frontend side)
2015-12-02 Goffi browser side (contact list): fixed a traceback on mouse enter/leave + bad attribute name
2015-12-01 souliane server_side (blog): pubsub item ID doesn't need to be an UUID
2015-12-01 Goffi browser side (blog): fixed entries and comments ordering
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: set the MUC occupant box width to 100%
2015-12-01 souliane browser_side: fixed contact list refresh on param change
2015-11-30 souliane browser_side: fixed ContactsPanel scrolling
2015-11-30 souliane browser_side: modify a message to avoid a confusion when fine access blogging is not available
2015-11-30 souliane update INSTALL file
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 (blog): fixed click when comment, update or delete icons are not available
2015-11-26 souliane browser_side (blog): ask to delete a message after it has been modified and left with an empty body
2015-11-26 souliane browser_side (blog): hide the entry icons while editing
2015-11-26 souliane browser_side (blog): add publish hint and button for microblog
2015-11-26 souliane browser_side (blog): fixes syntax conversion
2015-11-26 souliane browser_side (blog): fixes switching between display/edit modes and raw/rich text
2015-11-25 souliane browser_side (blog): fixes focusing new comment box + click listener
2015-11-25 souliane browser_side (blog): typo in the CSS
2015-11-25 souliane browser_side (blog): display author_jid in addition to author
2015-11-25 souliane browser_side (contact_list): fixes click on the "Contacts" button above the roster
2015-11-25 souliane browser_side (blog): display title with h2 instead of h1 + add some bottom margin for the tags
2015-11-25 Goffi browser side: restored web widget
2015-11-24 souliane browser_side: display tags with nice icons like for the static blog
2015-11-24 souliane browser_side (blog): tags were not read when receiving a message
2015-11-24 souliane browser_side (blog): removed unused variables initialisations
2015-11-24 Goffi static blog: replaced mbdata2tags by sat.tools.common.dict2iter
2015-11-24 Goffi browser_side: replaced mbdata2tags and tags2mbdata by sat.tools.common.dict2iter and iter2dict
2015-11-24 souliane browser_side (blog): tags were not passed when sending / editing a message
2015-11-24 souliane INSTALL: better explain how to create the pyjsbuild symlink (Fabien)
2015-11-24 souliane INSTALL: forcing python version should be with 2.7 and not 2.6
2015-11-24 souliane add missing tag icon
2015-11-24 souliane browser_side: display the number of alerts for each contact and not only a symbol (*) + favicon displays the total number of waiting messages
2015-11-24 souliane browser_side (contact_panel): fixes contact box update
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-11-23 Goffi server + browser side: getFeatures bridge call
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
2015-04-09 souliane browser_side: improve comments for menus-related methods
2015-04-01 souliane browser and server side: complete changeset 669 (a8fddccf5b84) about joining MUC:
2015-04-01 souliane browser_side: ContactList.remove has been renamed to ContactList.removeContact to not interfer with Pyjamas Panel.remove (overriding not needed anymore)
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-18 souliane browser_side: follow changes made on quick_frontend for chat states and MUC symbols + minor fixes following the refactorisation:
2015-03-19 Goffi browser side: versions management + version is shown in about dialog
2015-03-19 Goffi server side: implemented methods to get SàT and Libervia versions
2015-03-19 Goffi browser side: updated trigger import according to backend renaming (sat.tools.misc is now sat.tools.trigger)
2015-03-18 Goffi closing branch frontends_multi_profiles frontends_multi_profiles
2015-03-18 Goffi merged branch frontends_multi_profiles
2015-03-17 Goffi browser side(otr): restored menu hooks using new hook system frontends_multi_profiles
2015-03-17 Goffi browser side: fixed __setitem__ in OrderedDict (was bugging when the key was already existing) 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-17 Goffi browser_side: added __len__ method in OrderedDict frontends_multi_profiles
2015-03-11 souliane browser_side: add attribute "merge_resources" to ContactsPanel to display the MUC occupants + override Chat.replaceUser and Chat.removeUser frontends_multi_profiles
2015-03-11 souliane browser_side: fixes room games: frontends_multi_profiles
2015-03-09 souliane browser_side: replace ContactsPanel and ContactBox init "parent" attribute with "host" + menus bound to the avatar can be parameterized frontends_multi_profiles
2015-03-09 souliane browser_side: rename askConfirmation handler frontends_multi_profiles
2015-03-07 souliane server and browser sides: fixes joining room with auto-generated name + leave JID error handling to the backend frontends_multi_profiles
2015-03-07 souliane browser_side (CSS): show differences between enabled and disabled buttons frontends_multi_profiles
2015-03-06 souliane browser_side (blog): clean the MicroblogPanel: frontends_multi_profiles
2015-03-05 souliane browser_side: don't display MUC entities in the contact list + fixes ContactList.remove (QuickContactList and SimplePanel conflict) 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 wrong triggers names 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-03-03 souliane browser_side: implements collections.OrderedDict.__contains__ to fix an error while doing "presence in C.PRESENCE" frontends_multi_profiles
2015-02-27 Goffi browser side (contact list): ContactPanels is used instead of OccupantsList in MUC: 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: 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
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: fixes sending/updating blog message/comment frontends_multi_profiles
2015-02-27 souliane browser_side: MicroblogPanel.accepted_groups (set of unicode) is now built from QuickWidget.targets (set of tuple of unicode) 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 souliane browser_side: fixes misc issues (forgotten parenthesis and wrong argument) frontends_multi_profiles
2015-02-26 souliane browser_side: fixes issue when placing a LiberviaWidget and some cells of the WidgetsPanel are empty frontends_multi_profiles
2015-02-26 Goffi browser_side: classes reorganisation: frontends_multi_profiles
2015-02-26 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
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-24 Goffi browser side (json): replaced the Window.alert by a log warning when signal is lost frontends_multi_profiles
2015-02-24 Goffi browser side (contact list): removed our own bare jid from contact list frontends_multi_profiles
2015-02-24 Goffi browser side(contact list): added nick listener frontends_multi_profiles
2015-02-24 Goffi browser side (contact list): fixed forgotten profile argument in presence listener frontends_multi_profiles
2015-02-24 Goffi browser side: fixed use of profile for listeners 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 (LiberviaWidget): an error is raised when expect is True on getParent frontends_multi_profiles
2015-02-23 Goffi browser side (contact list): Contact list improvments: frontends_multi_profiles
2015-02-23 Goffi browser side (contact list): use of c.bool for parameter conversion frontends_multi_profiles
2015-02-23 Goffi browser side (menu): minor improvments: frontends_multi_profiles
2015-02-23 Goffi browser side (libervia main): implemented visible_widgets property frontends_multi_profiles
2015-02-23 Goffi browser side: contact_list update: frontends_multi_profiles
2015-02-23 Goffi browser side (contact list): use EntityToShow to know which contacts must be displayed frontends_multi_profiles
2015-02-22 souliane browser_side: implements showDialog frontends_multi_profiles
2015-02-22 souliane browser_side: fixes MUC menus frontends_multi_profiles
2015-02-22 souliane browser_side: fixes RoomAndContactsChooser dialog frontends_multi_profiles
2015-02-22 souliane browser_side (PromptDialog): rename prompt attribute to prompt_widgets + related changes 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: fixes a typo (listerner --> listener) frontends_multi_profiles
2015-02-20 souliane browser_side: fixes previous patch, forgot to pass an argument 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-20 souliane browser_side: show more obvisouly the "dragover" style when dragging something over a tab frontends_multi_profiles
2015-02-20 souliane browser_side: always display the main tab bar with a "+" button to add a new tab frontends_multi_profiles
2015-02-11 souliane browser_side: add/improve some docstrings 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 browser side (web panel): schemes are now checked, if no scheme is given (or a not accepted one), http:// is used frontends_multi_profiles
2015-02-10 Goffi browser side: web widget is recreated when there is already one frontends_multi_profiles
2015-02-10 Goffi browser side: widget is deleted by default when close button is clicked in LiberviaWidget frontends_multi_profiles
2015-02-10 Goffi brower side: removed close listener for LiberviaWidget frontends_multi_profiles
2015-02-09 Goffi merges souliane changes frontends_multi_profiles
2015-02-09 Goffi browser side (blog, contact list): use of new listener mechanism to update avatar 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-09 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
2015-02-07 souliane browser_side: fixed DragAutoCompleteTextBox for the list manager frontends_multi_profiles
2015-02-07 souliane browser_side: base_widget.DropCell raises an exception if the callback doesn't return a LiberviaWidget instance frontends_multi_profiles
2015-02-07 souliane add very basic test system accessible from <root_url>/test, to be improved: frontends_multi_profiles
2015-02-07 souliane browser_side: fixes class JIDList, remove JIDSet and JIDDict which are actually not needed frontends_multi_profiles
2015-02-06 souliane browser_side: fixes the contact group manager frontends_multi_profiles
2015-02-06 Goffi merged souliane commits frontends_multi_profiles
2015-02-06 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
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-02-06 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
2015-02-06 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
2015-02-06 Goffi browser side: border widgets are now visible on drag start + they float right or left in the cell frontends_multi_profiles
2015-02-06 Goffi browser side: fixed bad FlexTable __init__ call, need to be checked frontends_multi_profiles
2015-02-03 Goffi browser side: fixed an error catch in contact_list module (raised error depend on pyama's compilation options) frontends_multi_profiles
2015-02-06 souliane browser_side: fixes Notification.onFocus frontends_multi_profiles
2015-02-05 souliane modification of the social contract according to the General Assembly of 19/08/2014
2015-01-24 Goffi browser side: big refactoring to base Libervia on QuickFrontend, first draft: frontends_multi_profiles
2014-12-15 souliane server_side: static blog: convert \n in raw text message to <br/>
2014-12-15 souliane browser_side: increase the width of the bubble's text area (blog message edition)
2014-11-27 souliane browser and server side: uses RSM (XEP-0059)
2014-10-23 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
2014-10-22 souliane browser_side: various improvements, especially for MUC
2014-10-22 souliane plugin sec_otr: improvement when sending a message to a MUC
2014-10-22 souliane plugin XEP-0085: follow the changes in sat plugin
2014-10-20 souliane browser_side: fixes issue while getting a chat state for a MUC occupant who already left
2014-10-19 souliane browser_side: fixes call to logging method with more than one argument
2014-10-19 souliane browser_side (blogs): massive insertion display the actual number of blogs being inserted
2014-10-18 souliane browser_side: set the roster contact's contextual menu on the avatar (no extra button)
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 (jid): remove JID constructor special error handling (it's better to get the full backtrace)
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-10-17 souliane browser_side: print a warning when trying to access a non existing contact box:
2014-10-11 Goffi server side (twisted plugin): fixed bad use of default value in getConfig
2014-10-10 Goffi restored commit 0090285a5689: the fix was actualy good, my bad
2014-10-10 Goffi revert commit 0090285a5689: the fix is bad and broke extra commands
2014-10-06 souliane browser_side: implements "Show offline contacts" and "Show empty groups" parameters
2014-10-04 souliane server_side: adapt to the new signatures of bridge method getHistory
2014-10-04 souliane fixes launching script when running with no argument
2014-10-03 souliane browser_side: add XMLUI "int" widget type + historyPrint uses the new param "Chat history limit"
2014-10-03 Goffi installation: pyjamas build fixes:
2014-10-03 Goffi misc: launch script fix (there can now be more than 1 argument)
2014-10-03 Goffi misc: launch script now manage "status" command, and additional arguments
2014-10-03 Goffi installation: replaced the deprecated distribute_setup.py by ez_setup.py
2014-09-23 souliane browser_side (plugin OTR): display the correct icons on opening the window + auto-open on accepted invitation
2014-09-23 souliane browser_side: using property setters is explicitely NOT recommended
2014-09-23 souliane browser_side (plugin OTR): fixes missing resource issue:
2014-09-23 souliane browser_side (plugin OTR): popup a big warning if the correspondent's resource is unknown while trying to start/use an OTR session
2014-09-22 souliane server_side: set the connection attempt timeout to the bridge timeout (2 minutes)
2014-09-21 souliane server_side: set a timeout to reset the waiting connection requests after 5 minutes
2014-09-19 souliane server_side: enable HTTP gzip compression
2014-09-18 Goffi SàT 0.5.1 released
2014-09-18 Goffi version update SàT v0.5.1
2014-09-18 Goffi 0.5.0 tag fix
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-10 souliane browser_side: fixes bug at profile disconnection
2014-09-09 Goffi SàT 0.5.0 released SàT v0.5.0
2014-09-09 Goffi version update
2014-09-08 souliane browser_side (plugin OTR): forbid to start an OTR session if the contact is not connected
2014-09-08 souliane browser_side (plugin OTR): display OTR states with icons instead of a text
2014-09-08 souliane README: redirect media credits to sat_media repository (the pictures are no more hosted here)
2014-09-07 souliane browser_side (plugin OTR): also ask for a confirmation if the user has no private key and initiates an OTR session
2014-09-07 souliane browser_side (plugin OTR): really clean everything on key drop
2014-09-07 souliane browser_side (plugin OTR): ask the user before accepting an OTR query
2014-09-07 souliane browser_side (plugin OTR): put all the text messages into constants
2014-09-07 souliane browser_side (plugin OTR): manage the plain text messages ourselves rather than leaving it to otr.js
2014-09-07 souliane browser_side: temporary way to display the OTR state in the LiberviaWidget header
2014-09-05 Goffi browser side (plugin otr): C.MESS_TYPE_INFO is used instead of "headline" for informational message
2014-09-05 Goffi browser_side: printInfo fixes:
2014-09-05 Goffi browser_side: management of new "info" newMessage type
2014-09-05 souliane browser_side (wrapper otr.js): fixes the method to finish the conversation
2014-09-05 souliane browser_side (plugin OTR): change some feedback messages
2014-09-05 souliane plugin OTR: forces FINISHED state if we are in ENCRYPTED state on contact disconnection
2014-09-05 souliane plugin OTR: disconnect the active OTR sessions on profile disconnection
2014-09-05 souliane plugin OTR: fixes handling of the FINISHED state
2014-09-05 souliane browser_side: change a log.debug to log.error
2014-09-03 souliane add licence information for otr.js and dependencies
2014-09-03 souliane browser_side (plugin OTR): avoid unecessary waiting time on menu callbacks when the private key or the context doesn't exist
2014-09-03 souliane browser_side (plugin OTR): limit the max width for all dialogs
2014-09-03 souliane browser_side (plugin OTR): rename menus and replace 'buddy' with 'correspondent'
2014-09-02 souliane browser and server sides: OTR plugin, first draft
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-09-02 souliane browser_side: refactorize class JID to allow modifying its attributes
2014-09-02 souliane browser_side: avoid some confusions between jid object 1. as an instance of JID or 2. as a str
2014-09-02 souliane browser_side: menu callback can be a method not belonging to a class
2014-09-02 souliane browser_side: PromptDialog can display several input fields
2014-08-26 souliane browser_side: force JID's node and domain to lower-case
2014-08-25 Goffi server_side: plugin refactoring:
2014-08-24 Goffi installation: setup.py update:
2014-08-24 Goffi server side: launching script improvments: