log

age author description
2020-09-05 Goffi pages (files/list): fixed empty dir handling
2020-09-05 Goffi browser (invitation): minor renaming
2020-09-05 Goffi browser: async version of bridge
2020-08-25 Goffi browser (photos/album): videos integrations:
2020-08-25 Goffi browser (photos/album): use notifications to show error messages + use `ok_color` argument for delete confirmation
2020-08-24 Goffi browser (alt_media_player): native player support + poster + flags + restricted area:
2020-08-24 Goffi browser (dialog): color of `OK` button can be specified:
2020-08-24 Goffi browser (slideshow): options can now be attached to a slide:
2020-08-24 Goffi browser (slideshow): use standard click/dblclick instead of swiper equivalents:
2020-08-24 Goffi browser (slideshow): use non zero threshold to avoid accidental swipe
2020-08-15 Goffi pages (photos/new): typo
2020-08-15 Goffi pages: fixed handling of DataError when posting data
2020-08-15 Goffi browser: alternative media player:
2020-08-15 Goffi pages (js): added `ogv` requirement
2020-08-15 Goffi tasks (brython): don't copy `__pycache__` to build_dir + fixed recursive copy
2020-08-15 Goffi browser (slideshow): fixed `active` value detection for fullscreen
2020-08-14 Goffi browser (template): use nunjucks cache
2020-08-14 Goffi browser (photos/album): remove hint when delete button is pressed
2020-08-14 Goffi browser (invitation, photos/album): invitation manager improvments:
2020-08-14 Goffi browser (photos/album): used biggest thumbnails instead of original image for slideshow:
2020-08-14 Goffi browser (cache): new `cache` module to handle cache of roster and identities:
2020-08-14 Goffi browser (dialog): new class to handle notifications
2020-08-14 Goffi browser: updated swiper and use a limit on version
2020-08-14 Goffi pages (files/list, photos/album): updated thumbnails size limits
2020-08-14 Goffi pages (files/list): removed/updated code to download thumbnails and sort them as it is now done by the backend
2020-08-14 Goffi pages: expose `cache_path` to scripts + `session_uuid` to templates
2020-08-02 Goffi pages (blog/view/atom.xml): fixed items management after blog_view changes
2020-08-02 Goffi pages: identities are not using `data_objects` anymore:
2020-08-01 Goffi server: use `bulma` theme as default for default site:
2020-08-01 Goffi browser (photos/album): invitation manager first draft.
2020-08-01 Goffi pages: render HTTP_NOT_FOUND page on `item-not-found` bridge error.
2020-08-01 Goffi pages: add `media_path` and `build_path` in template data for error pages.
2020-08-01 Goffi pages: handle `jid.InvalidFormat` exception in `_filterPathValue`
2020-08-01 Goffi pages (files/list): use new `FISAffiliationsGet` to get `directory_affiliation`
2020-08-01 Goffi server (restricted_bridge): added `FISInvite`, `FISAffiliationsSet` and `invitationSimpleCreate`
2020-08-01 Goffi browser (bridge): handle case where `callback` or `errback` is None
2020-08-01 Goffi pages (files/list): set `directory_affiliation` template data:
2020-08-01 Goffi browser (slideshow): slides can now be zoomed:
2020-08-01 Goffi browser (slideshow): show slideshow in fullscreen
2020-08-01 Goffi browser (slideshow): (un)hide controls on single click:
2020-08-01 Goffi browser (slideshow): fixed scrolling issue with comment panel:
2020-07-16 Goffi browser (album): start slideshow on photo click
2020-07-16 Goffi browser: `slideshow` module implementation:
2020-07-16 Goffi browser (template): adapted filters/global/extensions to manage SàT templates:
2020-07-16 Goffi pages: `profile` is now exposed to scripts
2020-07-16 Goffi pages: take care of None/null when exposing a variable
2020-07-16 Goffi browser (js): added `swiper` and `moment` js modules
2020-07-16 Goffi pages (blog, tickets, merge-requests): updated code to handle new serialisation, following backend changes
2020-06-19 Goffi browser (photos): albums can now be deleted:
2020-06-19 Goffi browser (photos/album): photo(s) upload and deletion
2020-06-19 Goffi browser: module to handle dialogs, first draft
2020-06-19 Goffi browser: new template module:
2020-06-19 Goffi browser: new bridge module to access restricted bridge from browser
2020-06-19 Goffi pages (bridge): better handling of errors:
2020-06-19 Goffi server (restricted_bridge): added fileSharingDelete and interestRetract
2020-06-19 Goffi pages: set `guest_session` in template data when suitable
2020-06-19 Goffi pages: expose `templates_root_url` to scripts
2020-06-19 Goffi server: use C.SITE_NAME_DEFAULT instead of "sat" when suitable
2020-06-19 Goffi pages (js): added `nunjucks` requirement
2020-06-19 Goffi pages (files/list): return empty list of files when `item-not-found` is received