Richard Tibbles
Richard Tibbles
Currently export channel and export content just export the raw channel database and content to the drive. In addition, it should be creating a centralized record store (essentially a 'content...
In addition to the `baseurl` GET param (e.g. https://github.com/learningequality/kolibri/blob/develop/kolibri/core/content/api.py#L1571), we should also add a `drive_id` to allow for querying and previewing metadata contained on a local drive. This would then...
Currently most of our content tasks use the old `AsyncCommand` base command to do double duty as a management command and an asynchronous task. It would be preferable to modularize...
To better support App use cases, we are aiming to allow more incremental import of metadata for channels rather than having to import the metadata for an entire channel at...
The last accessed time for any files imported in this way should be stored in some sort of cache record. This cache record should be wiped if the file is...
An API endpoint setup under /content/zipcontent that will proxy to a specific remote server using the get param baseurl specified. If no baseurl is specified, it should return a 404....
Provides a more systematic solution to #335
What license is this code intended to be released under? Would be great to know!
This pull request follows up on #137, to allow events to be listened to, rather than just overwriting default behaviours through setting of callback functions within audiojs. Also fixes some...