log

age author description
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