mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 09:45:24 -04:00
f605bb3864
* fixed confusing credentials prompt * fix(setup): return status from create_default_admin function * fix(setup): initialize admin creation status in main function * fix(setup): enhance admin creation feedback and status handling * Enhance admin user login messages with conditional feedback based on creation status * Refine admin user creation feedback messages for clarity and actionability and formatted code * Add fallback error message for admin creation failure in setup script * Add run script for Uvicorn with dotenv integration * Refactor server runner to use argparse for host and port configuration * Remove captured output print statement from server runner * Fix server runner to ensure cross-platform compatibility and improve log handling * removed run.py to match original repo * Fixing custom search not working properly * Refactor search settings event listeners for improved functionality and clarity * Update search function signatures to use Optional for count parameter * revert changes * fixed broken merge issue * Delete services/chat_data_scraper.py added by mistake --------- Co-authored-by: Alexandre Teixeira <111787685+alteixeira20@users.noreply.github.com>