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
|