oliver-metadata-tool/src
SamoilenkoVadym f5cb1170bb Fix superadmin matching: case-insensitive username/email lookup
Azure AD returns mixed-case usernames (VadymSamoilenko) but
superadmin was created with lowercase. Use LOWER() for matching.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-09 21:57:49 +00:00
..
extractors Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
updaters Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
__init__.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
auth.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
base_extractor.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
base_updater.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
config.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
database.py Fix superadmin matching: case-insensitive username/email lookup 2026-02-09 21:57:49 +00:00
excel_metadata_lookup.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
field_mapper.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
file_detector.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
main.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
metadata_analyzer.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
metadata_importer.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
template_manager.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
utils.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00