Mercurial > libervia-web
graph
-
browser (contact_group): fixed bad property name used in closeAndSave:2019-07-09, by Goffi
-
pages: don't put error pages in cache2019-07-06, by Goffi
-
install: set minimal sat version to 0.7.0b42019-07-05, by Goffi
-
pages (tickets/edit): "author" can be ignored again now that updating has been fixed2019-06-14, by Goffi
-
pages: fixed cached data when `url_cache` is used:2019-06-12, by Goffi
-
server: fixed sites alias:2019-05-27, by Goffi
-
doc: added forgotten conf.py and index.rst files2019-05-27, by Goffi
-
server (tasks): fixed findCommand when first name can't be found2019-05-27, by Goffi
-
server (pages): added raise_on_missing arguments in getPostedData:2019-05-26, by Goffi
-
server: added a generic way to have notification messages in pages2019-05-26, by Goffi
-
server: show BridgeException traceback on unknown registering status2019-05-14, by Goffi
-
we are in dev version again2019-05-14, by Goffi
-
server: fixed typo resuling in crash on unknown registering error status2019-05-14, by Goffi
-
Added tag 0.7.0b1 for changeset cc16d93d41812019-05-05, by Goffi
-
pages (photos): moved code getting interests in prepare_render2019-05-03, by Goffi
-
server: fixed getPagePathFromURI2019-05-03, by Goffi
-
pages (g/e): use redirect instead of duplicating code of "event_view"2019-05-03, by Goffi
-
server: replaced wrong usage of C.HTTP_UNAUTHORIZED by C.HTTP_FORBIDDEN2019-05-03, by Goffi
-
pages (blog, u): added atom feed link in "links" template data.2019-04-26, by Goffi
-
doc: use "sourcecode" directive instead of "code" + small mistakes fixes:2019-04-12, by Goffi
-
pages (i18n): check presence of u"/" in locale:2019-04-12, by Goffi
-
server (tasks): fixed crash when --dev_mode is used2019-04-10, by Goffi
-
pages: locale handling:2019-04-10, by Goffi
-
handle invalid certificate on registration + fixed error handling on registration2019-03-03, by Goffi
-
we are in dev version again2019-03-02, by Goffi
-
Added tag 0.7.0a4 for changeset caa8747b1bb12019-03-01, by Goffi
-
server (legacy blog): fixed items deserialisation2019-02-26, by Goffi
-
page (u): fixed blog posting2019-02-23, by Goffi
-
backend: fixed args transmission on page redirection.2019-02-23, by Goffi
-
pages: fixed children retrieval in onFileChange2019-02-23, by Goffi
-
server, browser: changed blog items serialisation following changes in backend2019-02-23, by Goffi
-
pages: auto reloading2019-02-22, by Goffi
-
server: iNotify support:2019-02-22, by Goffi
-
server: added "dev_mode" boolean option (not used yet but will be soon)2019-02-22, by Goffi
-
Added tag 0.7.0a3 for changeset b290f21e84662019-02-06, by Goffi
-
server: tasks manager first draft:2019-01-25, by Goffi
-
pages: set __name__ for imported pages2019-01-25, by Goffi
-
dates update2019-01-19, by Goffi
-
pages: move pagination core from blog to LiberviaPage so it can be reused:2019-01-11, by Goffi
-
pages (blog/view): pagination improvments:2019-01-11, by Goffi
-
server: don't convert failure in errback to jsonrpclib.Fault anymore:2019-01-11, by Goffi
-
pages (blog/view, tickets): use of new "order_by" feature.2019-01-06, by Goffi
-
browser: fixed params after changes in main class2019-01-04, by Goffi
-
core: fixed reactor crash by installing reactor only in makeService2018-11-20, by Goffi
-
doc: Libervia web framework quick_start + css_framework, first drafts2018-10-03, by Goffi
-
pages (blog/view): allow commenting when profile is connected2018-10-03, by Goffi
-
server: better error handling when a named page mentioned in menu_json is missing2018-09-18, by Goffi
-
server: fixed front_url_filter in templates renderer2018-09-18, by Goffi
-
server, pages: multi-sites refactoring:2018-09-14, by Goffi
-
server, pages: update to handle multi sites themes, first draft:2018-09-09, by Goffi
-
server: fixed missing backend detection2018-08-31, by Goffi
-
server (twisted): install reactor before doing anything else2018-08-31, by Goffi
-
files reorganisation and installation rework:2018-08-25, by Goffi
-
browser: fixes to handle encryption changes in backend2018-08-11, by Goffi
-
common: we are in dev version again2018-08-04, by Goffi
-
install (setup): set version 0.7.0a2.post1 to fix messed upload on pypi2018-07-15, by Goffi
-
Added tag 0.7.0a2 for changeset 5a73525f75a32018-07-15, by Goffi
-
server: replaced glib2reactor by gireactor2018-07-15, by Goffi
-
Added tag 0.7.0a1 for changeset 1f67b003c3122018-07-04, by Goffi
-
doc (README): removed version from README2018-07-02, by Goffi
-
server: code style reformatting using black2018-06-29, by Goffi
-
pages (events): added root, admin, new, rsvp and view pages2018-06-20, by Goffi
-
pages: ignore args if they are None in getSubPageURL2018-06-20, by Goffi
-
pages: change module for date_parse, following backend change2018-06-20, by Goffi
-
server: replaced blocking calls to bridge by bridgeCall which is not blocking2018-06-04, by Goffi
-
browser: fixed XMLUI Panel and Dialog2018-06-03, by Goffi
-
browser, server: added namespacesGet, so Libervia legacy app can run again2018-06-03, by Goffi
-
server: fixed service profile's cache2018-06-03, by Goffi
-
[mq]: debug_avatar_forum2018-06-03, by Goffi
-
login (logged): set guest_session and session_started template variables2018-06-01, by Goffi
-
server (session): new "guest" property, True when connected user is a guest2018-06-01, by Goffi
-
server: return absolute page in checkRedirection2018-06-01, by Goffi
-
server, pages: fixed blocking calls to bridge by using bridgeCall instead2018-06-01, by Goffi
-
pages (merge-requests/view): fixed default node when checking affiliations2018-06-01, by Goffi
-
merge-requests, tickets: new "edit" pages2018-06-01, by Goffi
-
server (session): new "connected" property, which is True when a user is logged2018-06-01, by Goffi
-
server: new getAffiliation method:2018-06-01, by Goffi
-
pages (chat): don't change session.jid anymore, as it is now set on log-in2018-06-01, by Goffi
-
server: set jid and started time in session on log-in:2018-06-01, by Goffi
-
pages (merge-requests, tickets): use new "labels_as_list" flag in extra2018-06-01, by Goffi
-
pages (tickets/new): fixed use of legacy "reporter" instead of "author"2018-06-01, by Goffi
-
pages (blog, files): use new local_device argument of discoFindByFeatures2018-05-23, by Goffi
-
server (setup): New setup.py compatible with archlinux PKGBUILD.2018-04-02, by Arnaud Joset
-
pages: fixed used of "blog" page instead of "blog_view"2018-04-02, by Goffi
-
README: specified contribution URIs and label2018-04-01, by Goffi
-
pages: fixed calls to "blog" instead of "blog_view"2018-03-30, by Goffi
-
pages: default menu update2018-03-27, by Goffi
-
pages (merge-requests): added a discovery page similar to tickets one:2018-03-27, by Goffi
-
pages (forums): log a warning and use an empty list when forums are not available2018-03-27, by Goffi
-
pages (tickets): tickets discovery:2018-03-26, by Goffi
-
blog: moved blog page from /common to /blog:2018-03-26, by Goffi
-
pages (files): change discoFindByFeatures call following backend2018-03-26, by Goffi
-
pages: updated default menu2018-03-24, by Goffi
-
imported patch discover2018-03-22, by Goffi
-
pages (common/blog): added xmpp_uri in template_data2018-03-21, by Goffi
-
pages: fixed args count in getPathArgs2018-03-21, by Goffi
-
pages (files/list): comments handling + size parameters:2018-03-18, by Goffi
-
pages: new pages_tools module:2018-03-18, by Goffi
-
pages (files/list): retrieve thumbnail:2018-03-14, by Goffi
-
server: fixed profile cache path (the path has changed and "profiles" is now needed)2018-03-14, by Goffi
-
pages: fixed min_args for getPathArgs2018-03-14, by Goffi
-
pages (files): files sharing first draft:2018-03-11, by Goffi
-
server: new ProgressHandler helper class, to handle progressing actions2018-03-11, by Goffi
-
pages: new delegateToResource method to continue workflow with a Twisted Resource2018-03-11, by Goffi
-
pages: fixed unicode escaping when using a redirecting URL2018-03-11, by Goffi
-
pages: don't log error anymore when empty page_meta.py are used2018-01-30, by Goffi
-
pages (forums): first draft2018-01-30, by Goffi
-
common/blog: "service" and "node" are now set in template_data2018-01-30, by Goffi
-
pages: new getPathArgs helper method to retrieve several path arguments at once2018-01-30, by Goffi
-
server: fixed cache_dir for service profile in session interface2018-01-30, by Goffi
-
date update2018-01-26, by Goffi
-
browser: updated robots.txt2018-01-25, by Goffi
-
pages (common/blog): tranform special characters to their ascii equivalent2018-01-25, by Goffi
-
pages (common/blog/atom.xml): don't use query elements in request_uri:2018-01-25, by Goffi
-
pages (common/blog): fixed bad import2018-01-24, by Goffi
-
server: better redirection (fixed issue in remaining path arguments)2018-01-24, by Goffi
-
server (blog): moved old blog renderer from /blog to /blog_legacy2018-01-24, by Goffi
-
pages (tickets, merge-requests): fixed items URLs2018-01-24, by Goffi
-
pages (common/blog): use more friendly URLs2018-01-24, by Goffi
-
pages: check redirections on getURLByNames2018-01-24, by Goffi
-
pages (common/blog): use bridgeCall instead of bridge2018-01-24, by Goffi
-
pages (common/blog): don't fail if author is missing2018-01-24, by Goffi
-
pages: fixed XMPP URIs handling2018-01-24, by Goffi
-
server: redirection rework:2018-01-24, by Goffi
-
pages (common/blog): URL improvments:2018-01-22, by Goffi
-
pages (u): top page (blog) is now cached2018-01-22, by Goffi
-
pages: cache is now working even after pageRedirect2018-01-22, by Goffi
-
pages: path arguments can now be specified in pageRedirect2018-01-22, by Goffi
-
pages: moved code getting subpage from getSubPageURL to new getSubPageByName method.2018-01-22, by Goffi
-
pages (common/blog): if background is set in user preferences, use it2018-01-22, by Goffi
-
pages (g/e): replaced background_image by new dynamic_style template variable2018-01-22, by Goffi
-
server (utils): added "safe" attribute to quote2018-01-22, by Goffi
-
pages (common/blog): fixed bad variable name2018-01-21, by Goffi
-
pages (common/blog): if "reverse=1" is set in URL query, items will be reversed2018-01-21, by Goffi
-
pages (common/blog): handle tags filtering using "/tag/[tag]" in path2018-01-21, by Goffi
-
server (utils): use quote instead of quote_plus2018-01-21, by Goffi
-
pages (common/blog/atom.xml): use cache2018-01-21, by Goffi
-
pages (tickets): check cache in prepare_render instead of parse_url2018-01-21, by Goffi
-
pages (u): activated URL caching, avoiding bridge calls on each request.2018-01-21, by Goffi
-
pages: HTTP cache headers handling:2018-01-21, by Goffi
-
Pages: added url_cache setting:2018-01-21, by Goffi
-
pages (blog/atom.xml, u/atom.xml): Atom feed implementation:2018-01-19, by Goffi
-
pages (blog_new, common/blog): various blog improvments:2018-01-19, by Goffi
-
pages: fixed redirection2018-01-19, by Goffi
-
pages: ignore empty or unset arguments in getURL2018-01-19, by Goffi
-
pages: fixed str representation of LiberviaPage2018-01-19, by Goffi
-
server: set default content type to text/html in utf-82018-01-19, by Goffi
-
pages: added getCurrentURL and getParamURL:2018-01-12, by Goffi
-
pages: added "multiple" argument to getAllPostedData2018-01-12, by Goffi
-
server: reconnect SERVICE_PROFILE if it has been disconnected:2018-01-12, by Goffi
-
pages(tickets): use bridgeCall instead of bridge2018-01-12, by Goffi
-
server: added "chat" and "app" in default menu2018-01-05, by Goffi
-
pages (app): added named page "app"2018-01-05, by Goffi
-
pages (chat): fixed call to discoInfos2018-01-05, by Goffi
-
pages: dynamic set up is now done just before prepare_render call:2018-01-05, by Goffi
-
misc (setup.py): set minimum jinja2 version to 2.92018-01-05, by Goffi
-
pages (chat): implementation of chat page using new dynamic pages, first draft2018-01-03, by Goffi
-
server: dynamic pages first draft:2018-01-03, by Goffi
-
server (legacy blog): set max-width: 100% for videos2017-12-05, by Goffi
-
pages(merge-requests): merge requests new, view and list pages implementations.2017-12-01, by Goffi
-
pages: menu implementation, first draft:2017-11-30, by Goffi
-
pages (tickets/new): renamed bridge method to follow backend change.2017-11-30, by Goffi
-
pages (blog_new): added name ("blog_new")2017-11-30, by Goffi
-
server (install): force version of txJSON-RPC to 0.3.1:2017-11-19, by Goffi
-
pages(tickets): use new cache mechanism for tickets list2017-11-19, by Goffi
-
pages: cache mechanism, first draft:2017-11-19, by Goffi
-
server: moved LiberviaPage code in its own module2017-11-17, by Goffi
-
pages(tickets): better URL handling:2017-11-14, by Goffi
-
core (pages redirection): inverted redirection + getSubPageURL:2017-11-14, by Goffi
-
server: pages redirection:2017-11-12, by Goffi
-
pages: removed trailing_slash option:2017-11-12, by Goffi
-
pages (tickets/new): refuse data if body is not set2017-11-11, by Goffi
-
pages (tickets/view): ignore publisher when creating XMLUI2017-11-11, by Goffi
-
pages: fixed use of request data in _on_data_post_redirect2017-11-11, by Goffi
-
server: getURL + minor improvments:2017-11-10, by Goffi
-
page(tickets/new): refuse request if title is not set2017-11-09, by Goffi
-
pages (tickets): tickets first draft:2017-11-05, by Goffi
-
browser (XMLUI): added new ignore argument2017-11-05, by Goffi
-
misc: date update (yes it's a bit late :p )2017-11-03, by Goffi
-
pages: added login/logged and register pages2017-10-27, by Goffi
-
Pages: various improvments:2017-10-27, by Goffi
-
pages(session): added method to handle reload resistant page specific data:2017-10-27, by Goffi
-
server: added getAllPostedData2017-09-24, by Goffi
-
browser (xmlui): added LabelContainer (use PairsContainer to handle it for now)2017-09-24, by Goffi
-
server (pages): added a confirm flag on successful post:2017-07-11, by Goffi
-
server (pages): impleted CSRF protection:2017-07-10, by Goffi
-
server (blog): temporary fix for atom feed:2017-07-07, by Goffi
-
pages(g): use norobots in guest pages2017-06-24, by Goffi
-
Added robots.txt:2017-06-22, by Goffi
-
pages (g): use language in data for locale2017-06-21, by Goffi
-
pages (common/blog): use request data to indicate if comments are allowed2017-05-22, by Goffi
-
pages (common/blog): don't fail if an error is raised while getting comment2017-05-22, by Goffi
-
pages: cache identities identities in session + get identities for comments in blog2017-05-22, by Goffi
-
pages (g/e): added days left before the event as a template variable2017-05-21, by Goffi
-
pages (g): use invitee's locale as template locale2017-05-21, by Goffi
-
browser: various fixes2017-05-19, by Goffi
-
pages (g/e): use blog_uri from event instead of guest's main uri2017-05-19, by Goffi
-
pages (g/e): adapted event handling to changes in backend2017-05-19, by Goffi
-
pages (g): guest name is added to template data2017-05-19, by Goffi
-
page (g/e): events invitations first draft2017-04-26, by Goffi
-
pages (common/blog): check posted data type for comments2017-04-26, by Goffi
-
pages (g): use new constants2017-04-26, by Goffi
-
server (pages): added getPageByName2017-04-26, by Goffi
-
server (constants): added HTTP_INTERNAL_ERROR and HTTP_SERVICE_UNAVAILABLE2017-04-26, by Goffi
-
pages (common/blog): data post (i.e. new comments) is now handled2017-04-17, by Goffi
-
server (pages): post requests are now handled:2017-04-17, by Goffi
-
pages (g): added g (for guest) page to handle invitations2017-04-16, by Goffi
-
pages (u): added u page for user public pages, for now it display blog items2017-04-16, by Goffi
-
pages (common): added common hierarchy for reusable pages (blog is the first)2017-04-16, by Goffi
-
server (pages): added getPagePathFromURI method to retrieve page handling an URI2017-04-16, by Goffi
-
server (pages): fixed _prepare_render handling2017-04-02, by Goffi
-
server (pages): URIs handling:2017-04-02, by Goffi
-
both: renamed psDeleteNode to psNodeDelete to follow backend change2017-04-02, by Goffi
-
server: new purgeSession and getSessionData helper methods2017-03-29, by Goffi
-
server: moved session interfaces to session_iface module + added SATGuestSession2017-03-29, by Goffi
-
pages (blog_new/articles): first concert Libervia page, blog articles:2017-03-05, by Goffi
-
server: Libervia pages:2017-03-05, by Goffi
-
server (blog): fixed static blog generation:2017-03-05, by Goffi
-
server, browser: partial Libervia fix2017-02-26, by Goffi
-
browser side(contact list): fixed calls to getGroupData2016-08-10, by Goffi
-
browser side (contact list): fixed groups displaying2016-08-10, by Goffi
-
misc: restrict txJSON-RPC version as new version is broken2016-08-10, by Goffi
-
browser, server: update to get compatibility with 0.7-dev (not finished):2016-08-08, by Goffi
-
Added tag 0.6.1 for changeset 3d372805f60c2016-07-13, by Goffi
-
installation (MANIFEST): fixed missing files2016-07-13, by Goffi
-
installation (setup): fixed OSError when pyjsbuild is not found2016-07-13, by Goffi
-
Added tag 0.6.1 for changeset 5264fec78a1d2016-07-12, by Goffi
-
updated version (0.6.1)2016-07-12, by Goffi
-
installation: added MANIFEST.in2016-07-12, by Goffi
-
removed pyfeed and xe from dependencies, they are not used anymore2016-04-17, by Goffi
-
server (blog): use unicode character for ellispsis in atom feed's microblog title2016-03-25, by Goffi
-
blog(atom): added categories (tags) in Atom feed2016-03-24, by Goffi
-
theme (default): changed MIME type for xmpp: link2016-03-20, by Goffi
-
blog: no unicode here we said!2016-03-20, by Goffi
-
blog: don't use unicode for _urlencode2016-03-20, by Goffi
-
blog: changed MIME type for xmpp: link, forgotten in rev dc27e29b7c222016-03-20, by Goffi
-
blog: changed xmpp: alternate links MIME type for application/atom+xml2016-03-20, by Goffi
-
server (blog): set HTTP status code to 500 on renderError2016-03-18, by Goffi
-
browser (register): update message when XMPP connection failed2016-03-11, by souliane
-
server (blog): fixes displaying default avatar2016-03-11, by souliane
-
blog: OK, OK, I forgot the _quote method, it's better now :)2016-03-09, by Goffi
-
blog: fixed forgotten encode with urllib.quote2016-03-09, by Goffi
-
blog, themes(default): added <link> element referencing xmpp: uri of the item2016-03-09, by Goffi
-
blog (atom feed): fixed atom handling:2016-03-09, by Goffi
-
browser (strings): fixXHTMLLinks skips internal anchors (links starting with "#")2016-03-05, by souliane
-
browser (richtext): fixes uninitialized variable2016-03-04, by souliane
-
server: handling of dict and "file:" urls in url_redirections_dict:2016-03-02, by Goffi
-
theme (default): added query information in blog's atom feed alternate url2016-03-02, by Goffi
-
server: replaced libervia_test.html redirection by an absolute URL2016-02-29, by Goffi
-
browser (chat): use new style bridge call for mucLeave2016-02-29, by Goffi
-
server: use C.bool for bool options instead of simple int2016-02-29, by Goffi
-
theme (default): changed font, use the same fond as in dynamic part2016-02-28, by Goffi
-
server: fixed encoding issues on url redirection2016-02-26, by Goffi
-
reverted changeset f024fc5744d0 (there is already a default value)2016-02-24, by Goffi
-
themes (default): fixes static blog messages width according to the screen size2016-02-18, by souliane
-
server: fixed bad encoding handling in options parsing2016-02-12, by Goffi
-
server: use of relative import instead of try/except block in server/constants2016-01-25, by Goffi
-
server: URL redirections + misc:2016-01-24, by Goffi
-
server: added url_redirections_dict and url_redirections_profile in options2016-01-24, by Goffi
-
server: version check:2016-01-24, by Goffi
-
server (blog): fixed atom feed link2016-01-22, by Goffi
-
server (blog): fixes:2016-01-22, by Goffi
-
server (blog/template): fixed template:2016-01-22, by Goffi
-
browser: set the background transparent when the register panel is displayed2016-01-16, by souliane
-
browser (register): improve some regex after Link Mauve's comments:2016-01-16, by souliane
-
browser: replace re module usage by pure javascript2016-01-15, by souliane
-
server (blog): call fixXHTMLLinks on XHTML content2016-01-15, by souliane
-
browser (json): changed rules for retry delay when connection with server is lost2016-01-15, by Goffi
-
browser: use new style calls for getSignals2016-01-15, by Goffi
-
themes (default): display a link to the atom feed below the static blog entries2016-01-14, by souliane
-
server: removed unused %(url)s for formatting HTTP warning message2016-01-13, by Goffi
-
browser (strings): add a parameter "new_target" to addURLToText + fix a wrong import2016-01-13, by souliane
-
browser: validate the status with ENTER (fixes bug 111)2016-01-12, by souliane
-
browser (notification): remove the notification icon (it doesn't work with HTTPS)2016-01-12, by souliane
-
browser: fixes bug while changing or closing the tab2016-01-12, by souliane
-
browser: update favicon counter when a tab change make notified messages visible2016-01-12, by souliane
-
browser (chat): fixes resize callback for one2one conversation2016-01-12, by souliane
-
browser (blog): set focus to the bubble of a just added comment entry2016-01-09, by souliane
-
server (blog/themes): sanitize tags + display tags URLs2016-01-09, by souliane
-
server (blog): fixes typo in a dict declaration2016-01-09, by souliane
-
server (blog): fixed unicode handling for query args2016-01-09, by Goffi
-
server (blog): implemented tag/category filtering:2016-01-08, by Goffi
-
server (blog): added unhandler errback in getItemById2016-01-08, by Goffi
-
server (blog): removed another max_items2016-01-08, by Goffi
-
server (blog): better handling of mbGetFromManyWithCommentsRTResult in getItems2016-01-08, by Goffi
-
server (blog): cleaning & improvments:2016-01-08, by Goffi
-
themes (default): fixed invalid link to sat logo2016-01-08, by Goffi
-
server (blog/themes): replace previously removed icons2016-01-08, by souliane
-
server (blog/themes): removed content due to licence incompatibility2016-01-07, by Goffi
-
server: fixed bad login check introduced in rev 6a2fd78077702016-01-03, by Goffi
-
copyright update2016-01-03, by Goffi
-
server: fixed empty_password_allowed_warning_dangerous_list option2015-12-26, by Goffi
-
browser (params): reverted size change from commit f2a76ee020f62015-12-26, by Goffi
-
browser (chat): printing the history is left to quick_frontend2015-12-22, by souliane
-
server: minor option help string correction2015-12-20, by Goffi
-
server: added "quit" method to exit with an exit code when reactor is running2015-12-20, by Goffi
-
server: tls_certificate option:2015-12-20, by Goffi
-
server: proper options handling2015-12-18, by Goffi
-
browser (blog): fixed comments ordering2015-12-18, by Goffi
-
browser_side: restore printing the day change while displaying history2015-12-15, by souliane
-
browser_side (chat): adapt printMessage to recent modifications done in quick_chat2015-12-15, by souliane
-
browser_side (xmlui): center the Save/Cancel buttons of parameters dialog2015-12-15, by souliane
-
browser_side: improve CSS alignements of the dialogs' widgets2015-12-12, by souliane
-
browser_side: fixes JID as login detection, can't rely on "@" keycode2015-12-15, by souliane
-
browser_side: convertNewLinesToXHTML should only be called on raw text messages:2015-12-10, by souliane
-
browser_side (CSS): add some style to display blogs from Movim2015-12-10, by souliane
-
server_side: fixed confusion between jid user and host when there's not arobase2015-12-09, by souliane
-
browser_side: minor CSS modification2015-12-09, by souliane
-
replace old favicon for a new one generated from the SVG source2015-12-09, by souliane
-
themes: add "Powered by Salut à Toi" in the footer2015-12-09, by souliane
-
Added tag 0.6.0 for changeset 0af8a88ef6cd2015-12-07, by Goffi
-
update README2015-12-02, by Goffi
-
update INSTALL for Jinja2 dependency2015-12-02, by souliane
-
browser side: fixed public blog menu (moved temporarily to frontend side)2015-12-02, by Goffi
-
server_side (blog): pubsub item ID doesn't need to be an UUID2015-12-01, by souliane
-
browser side (blog): fixed entries and comments ordering2015-12-01, by Goffi
-
browser_side: rename "Manage groups" to "Manage contact groups" to avoid confusion2015-12-01, by souliane
-
browser_side (menu): moved Tarot from Games to Groups2015-12-01, by souliane
-
browser_side: set the MUC occupant box width to 100%2015-12-01, by souliane
-
browser_side: fixed contact list refresh on param change2015-12-01, by souliane
-
browser_side: fixed ContactsPanel scrolling2015-11-30, by souliane
-
browser_side: modify a message to avoid a confusion when fine access blogging is not available2015-11-30, by souliane
-
update INSTALL file2015-11-30, by souliane
-
browser_side (blog): hide the entry icons while editing2015-11-26, by souliane
-
browser_side (blog): add publish hint and button for microblog2015-11-26, by souliane
-
browser_side (blog): fixes syntax conversion2015-11-26, by souliane
-
browser_side (blog): fixes switching between display/edit modes and raw/rich text2015-11-26, by souliane
-
browser_side (blog): fixes focusing new comment box + click listener2015-11-25, by souliane
-
browser_side (blog): typo in the CSS2015-11-25, by souliane
-
browser_side (blog): display author_jid in addition to author2015-11-25, by souliane
-
browser_side (contact_list): fixes click on the "Contacts" button above the roster2015-11-25, by souliane
-
browser_side (blog): display title with h2 instead of h1 + add some bottom margin for the tags2015-11-25, by souliane
-
browser side: restored web widget2015-11-25, by Goffi
-
browser_side: display tags with nice icons like for the static blog2015-11-24, by souliane
-
browser_side (blog): tags were not read when receiving a message2015-11-24, by souliane
-
browser_side (blog): removed unused variables initialisations2015-11-24, by souliane
-
static blog: replaced mbdata2tags by sat.tools.common.dict2iter2015-11-24, by Goffi
-
browser_side (blog): tags were not passed when sending / editing a message2015-11-24, by souliane
-
INSTALL: better explain how to create the pyjsbuild symlink (Fabien)2015-11-24, by souliane
-
INSTALL: forcing python version should be with 2.7 and not 2.62015-11-24, by souliane
-
add missing tag icon2015-11-24, by souliane
-
browser_side (contact_panel): fixes contact box update2015-11-24, by souliane
-
server + browser side: getFeatures bridge call2015-11-23, by Goffi
-
browser and server sides: allow to connect with a JID that is not registered on the local server2015-07-20, by souliane
-
server_side (blog): fixes avatar callback2015-11-23, by souliane
-
browser side: fixed group panel drop and contact_list click on GroupLabel2015-11-23, by Goffi
-
static blog: fixed bad use of JID2015-11-23, by Goffi
-
server_side: display tags in static blogs2015-11-21, by souliane
-
browser_side: read and write tags from microblog data:2015-11-19, by souliane
-
browser_side: implements tags UI2015-11-19, by souliane
-
browser_side: improve ListPanel and TitlePanel2015-11-19, by souliane
-
browser_side: simplify RichTextEditor initialization2015-11-19, by souliane
-
fixes/improve ListManager and contact group manager + better PEP-8 compliance2015-11-19, by souliane
-
browser_side: improve PopupMenuPanel comments + rename a button + better PEP8 compliance2015-11-19, by souliane
-
browser_side: factorize retrieval of drop event data2015-11-17, by souliane
-
browser_side: add functions JIDSet and JIDDict2015-11-11, by souliane
-
fixes the INSTALL since http://pyj.be has been down for a while (Oliver)2015-10-22, by souliane
-
browser_side: fixes auto-login (broken by previous changeset)2015-10-21, by souliane
-
browser_side: change login and register panels (makes it more visible and less confusing)2015-10-21, by souliane
-
server_side (blog): clean error message when unknown profile is requested2015-10-06, by souliane
-
server side (blog): fixes displaying the avatar2015-10-05, by souliane
-
server side (blog): fixes unicode error2015-09-21, by souliane
-
server (blog): update to the new mechanism in XEP-0277 + improvement:2015-09-10, by souliane
-
browser_side (xmlui): allow to select a tab when adding it2015-08-26, by souliane
-
browser side (xmlui): default callback is used for launchAction2015-08-25, by Goffi