User public catalogs

/users/{username} lists public non-folder non-password files when site published-files link + member opt-in are on.

User public catalogs

A public list of an uploader's Public files.

Where to find it

/users/{username} (pagination ?page=)

How it works

All required:

1. Site Published files link (toggle.published_files_link, default on)

2. Member Enable public catalog (publicCatalogEnabled, default off)

3. User active and not banned

Lists that user's public, non-folder, non-password, active files (newest first). Page size follows Items per page (default 20, clamp ≤100). Click a row to open the file landing.

Common problems

404 / missing catalog

Site mod off, user opt-in off, banned/inactive, or wrong username.

Expected password file missing

Password and private files never appear in the catalog.

Related