9 Commits

Author SHA1 Message Date
Régis Behmo
9d91f7499d
fix: broken feature in dev mode (#43)
Student notes were simply not working in dev mode because the dev server
hostname was not whitelisted in ALLOWED_HOSTS.
2025-02-13 20:34:56 -05:00
Régis Behmo
6e8bc34475 feat: migrate to Meilisearch
We make use of a new search engine to search annotations. The index will
automatically be created and filled during init. This is considered a
breaking change if you have customised your notes index.
2024-11-29 22:28:03 +05:00
Régis Behmo
a61e09c11e fix: actually mount notes directory
Notes directory could be added via `tutor mounts add ./edx-notes-api`,
but it was not actually being mounted.
2024-11-29 22:28:03 +05:00
Andrés González
58b38037a1 fix: specify elasticsearch scheme
Add ELASTICSEARCH_SCHEME in ELASTICSEARCH_DSL to avoid an error
when ES is implemented with SSL
2022-10-03 13:48:27 +02:00
Régis Behmo
283890555b fix: tutor-openedx was renamed to tutor 2021-07-06 10:35:03 +02:00
Gonzalo
7ffb297dcd Upgrade notes plugin to lilac release 2021-06-07 18:11:35 +02:00
Régis Behmo
8e63a6ac37 Upgrade to juniper 2020-06-15 10:41:34 +02:00
Régis Behmo
b61b1fdc63 Get rid of mysql strict trans mode warnings 2019-10-07 17:10:38 +02:00
Régis Behmo
15518f0c59 🌅 2019-08-21 12:02:26 +02:00