7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-28 09:23:30 +00:00
tutor/tutor
Régis Behmo f93f62a3a9 v3.6.0 (2019-07-11)
- [Feature] Modify ``createuser`` commands to define a password from the
command line
- [Improvement] Better yaml value parsing from command line
- [Feature] Add `dev exec` command
- [Bugfix] Fix incorrect notes settings definition
- [Improvement] Make it possible to start/stop/reboot a selection of
services
- [Improvement] Add `local/k8s reboot` commands
- [Improvement] Add `-U/--unset` option to `config save`
- [Bugfix] Fix insecure static asset loading when web proxy is enabled
- [Improvement] Rename `SECRET_KEY` configuration parameter to
`OPENEDX_SECRET_KEY`
- [Improvement] Add support for SSL and TLS in external SMTP server
(#231)
- [Bugfix] Fix missing video transcripts in LMS (#229)
- [Improvement] Make it possible to enable/disable multiple plugins at
once
- [Improvement] Add a few local and k8s patches for plugins
2019-07-11 14:26:51 +08:00
..
commands Define a password from the CLI on user creation 2019-07-11 11:56:18 +08:00
templates Define a password from the CLI on user creation 2019-07-11 11:56:18 +08:00
__about__.py v3.6.0 (2019-07-11) 2019-07-11 14:26:51 +08:00
__init__.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
config.py Improve command line yaml value deserialization 2019-07-10 15:22:12 +08:00
env.py More robust plugin/env config checking 2019-07-10 16:20:43 +08:00
exceptions.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
fmt.py Add convenient fmt.echo_* functions 2019-05-29 09:53:54 +02:00
images.py Migrate notes to a dedicated plugin 2019-07-04 09:31:12 +08:00
interactive.py Migrate notes to a dedicated plugin 2019-07-04 09:31:12 +08:00
opts.py Improve command line yaml value deserialization 2019-07-10 15:22:12 +08:00
plugins.py More robust plugin/env config checking 2019-07-10 16:20:43 +08:00
scripts.py Define a password from the CLI on user creation 2019-07-11 11:56:18 +08:00
serialize.py Fix parsing of weird characters in configuration parameters 2019-07-11 10:31:23 +08:00
utils.py Progress on the plugins/k8s front 2019-06-07 22:49:45 +02:00