• Stefy Lanza (nextime / spora )'s avatar
    Implement admin-only features and server directory access · 971161ae
    Stefy Lanza (nextime / spora ) authored
    - Restrict /train route to admin users only (@admin_required)
    - Add --server-dir command line argument for server directory configuration
    - Show server local path input only for admin users when --server-dir is set
    - Add /api/browse endpoint for secure file browsing (admin only)
    - Implement file navigator popup with directory navigation and file selection
    - Add security checks to prevent directory traversal attacks
    - Update analyze template with conditional server path input and file browser modal
    971161ae
Name
Last commit
Last update
..
__init__.py Loading commit data...
auth.py Loading commit data...
backend.py Loading commit data...
cluster_client.py Loading commit data...
cluster_master.py Loading commit data...
comm.py Loading commit data...
compat.py Loading commit data...
config.py Loading commit data...
database.py Loading commit data...
email.py Loading commit data...
models.py Loading commit data...
payments.py Loading commit data...
queue.py Loading commit data...
runpod.py Loading commit data...
web.py Loading commit data...
worker_analysis.py Loading commit data...
worker_training.py Loading commit data...