log libervia/server/server.py @ 1372:19eb8b6c02d4

age author description
2020-11-20 Goffi server: typo
2020-11-20 Goffi server: don't check or connect service profile when `--build-only` is set
2020-11-20 Goffi server: new `--build-only` flag:
2020-11-20 Goffi server: new `--bridge-retries` option:
2020-11-20 Goffi server: removed unused legacy code.
2020-11-20 Goffi server: renamed `--dev_mode` to `--dev-mode` and set it as a flag:
2020-11-14 Goffi server: improved service profile check + auto creation:
2020-11-14 Goffi server: mechanism to exit Libervia with an exit code:
2020-09-28 Goffi server: SàT applications integration:
2020-09-28 Goffi server: new `menu_extra_json` configuration option:
2020-09-13 Goffi server: fixed HTTPS redirection
2020-08-01 Goffi server: use `bulma` theme as default for default site:
2020-07-16 Goffi pages: `profile` is now exposed to scripts
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 server: restricted_bridge first draft:
2020-06-19 Goffi server: user new OrderedSet to handle scripts:
2020-06-19 Goffi server: default theme can now be specified in site section of `sat.conf` with `theme` key
2020-05-29 Goffi server: re-usable Twisted TLS code has been moved to SàT backend
2020-05-19 Goffi pages, tasks (brython): use set for scripts + common template data:
2020-05-19 Goffi server, pages: better identities handling:
2020-05-03 Goffi server: gather themes data:
2020-05-03 Goffi server: seperation between production build dir and dev build dir:
2020-05-03 Goffi server, pages, tasks (brython): common_scripts:
2020-04-29 Goffi pages: browser metadata + root `_browser`:
2020-04-29 Goffi server: fixed watching a directory which is already watched:
2020-04-26 Goffi pages: browser code, first draft:
2020-04-25 Goffi server (tasks): refactoring:
2020-04-19 Goffi server: added a child for common cache
2020-01-29 Goffi server: log config files names
2020-01-29 Goffi dates update
2020-01-10 Goffi server: avoid double init
2020-01-10 Goffi server: remove "launching" while logging version
2020-01-10 Goffi server: log Libervia version when backend is ready
2020-01-10 Goffi server: fixed shebang
2019-11-18 Goffi server: user ProtectedFile for build dir
2019-10-06 Goffi server: some encoding fixes following python 3 port
2019-08-16 Goffi server: fixed BUILD_DIR page encoding following python 3 port
2019-08-16 Goffi server: fixed value filtering in getConfig
2019-08-13 Goffi python 3 port:
2019-07-14 Goffi server: handle unexpected exceptions on connect:
2019-07-14 Goffi server (websockets): fixed websocket handling on HTTPS connections:
2019-07-12 Goffi server: if "redirections" is not set, use "/login" page as default
2019-07-09 Goffi server: don't raise error anymore if themes_dir is invalid or legacy blog can't be created:
2019-06-26 Goffi server: changed defaultType for File resources to "application/octet-stream" instead of "text/html"
2019-05-27 Goffi server: fixed sites alias:
2019-05-14 Goffi server: show BridgeException traceback on unknown registering status
2019-05-14 Goffi server: fixed typo resuling in crash on unknown registering error status
2019-03-03 Goffi handle invalid certificate on registration + fixed error handling on registration
2019-02-23 Goffi backend: fixed args transmission on page redirection.
2019-02-22 Goffi pages: auto reloading
2019-02-22 Goffi server: iNotify support:
2019-02-22 Goffi server: added "dev_mode" boolean option (not used yet but will be soon)
2019-01-26 Goffi server, pages, tasks: moved getConfig to backend, and added shorcut version in LiberviaPage and TasksManager
2019-01-25 Goffi server: tasks manager first draft:
2019-01-19 Goffi dates update
2019-01-11 Goffi server: don't convert failure in errback to jsonrpclib.Fault anymore:
2018-09-18 Goffi server: use site names in _moveFirstLevelToDict to better distinguish values for default site at first level + better handling of default menu
2018-09-18 Goffi server: better error handling when a named page mentioned in menu_json is missing
2018-09-18 Goffi server: fixed front_url_filter in templates renderer