- Jan 09, 2023
-
-
Stefan Hynek authored
this allows for configuration of the textgrid host from the environment
-
Stefan Hynek authored
refactor(config): wrap all settings that can be configured from the environment in an AppConfig object
-
- Jun 24, 2022
-
-
Stefan Hynek authored
-
- Feb 28, 2022
-
-
Stefan Hynek authored
-
Ubbo Veentjer authored
-
- Feb 25, 2022
-
-
Ubbo Veentjer authored
-
Stefan Hynek authored
-
Stefan Hynek authored
-
- Feb 24, 2022
-
-
Ubbo Veentjer authored
-
- Feb 23, 2022
-
-
Ubbo Veentjer authored
-
Ubbo Veentjer authored
feat(textgrid_named_dav_provider.py): dav provider which shows titles from metadata in filenames and paths
-
Stefan Hynek authored
fix(wsgidav): update wsgidav to 4.0.1; remove requests, zeep; rename config key that has changed with the update
-
- Feb 22, 2022
-
-
Stefan Hynek authored
-
Stefan Hynek authored
refactor TextgridProject, TextgridAggregation accordingly close #20
-
- Feb 16, 2022
-
-
Stefan Hynek authored
-
Stefan Hynek authored
feat(textgrid_dav_provider): provide streamed write to resources with FileLikeQueue and threaded worker uses a modified version of FileLikeQueue; also, prepare for wsgidav 4 compatibility
-
Stefan Hynek authored
provide iterator api and a `__len__` method; read and write according to the length of the incoming stream
-
- Jan 19, 2022
-
-
Stefan Hynek authored
uses a `FileLikeQueue` of chunks to streamed directly to the target
-
Stefan Hynek authored
-
- Nov 09, 2021
-
-
Stefan Hynek authored
also, lint some close #6
-
- Nov 05, 2021
-
-
Stefan Hynek authored
also, default wsgi config "host" to "localhost" and "port" to "8080" if unset; remove "simple_dc" config
-
Stefan Hynek authored
-
- Nov 03, 2021
-
-
Stefan Hynek authored
-
Stefan Hynek authored
-
Stefan Hynek authored
-
Stefan Hynek authored
-
Stefan Hynek authored
-
- Oct 21, 2021
-
-
Stefan Hynek authored
-
Stefan Hynek authored
allow authentication with username only; deliver a RootCollection built from textgrid projects
-
Stefan Hynek authored
a `TextgridConfig` class that reads its values from os env; a `EnvNotSetError` that can be raised on config errors; a `TextgridAuth` class that speaks to the textgrid authentication service
-