fleet/website/api/controllers/android-proxy
Jahziel Villasana-Espinoza ff0ba413b7
Android app self service: backend support (#34711)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #34389

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)

## Testing

- [x] Added/updated automated tests
- [x] Where appropriate, [automated tests simulate multiple hosts and
test for host
isolation](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/reference/patterns-backend.md#unit-testing)
(updates to one hosts's records do not affect another)
- [x] QA'd all new/changed functionality manually

## Database migrations

- [x] Checked schema for all modified table for columns that will
auto-update timestamps during migration.
- [x] Ensured the correct collation is explicitly set for character
columns (`COLLATE utf8mb4_unicode_ci`).
2025-11-13 18:10:24 -05:00
..
create-android-enrollment-token.js Website: Add API rate limit alert to Android proxy endpoints (#35637) 2025-11-12 15:37:21 -06:00
create-android-enterprise.js Website: Add API rate limit alert to Android proxy endpoints (#35637) 2025-11-12 15:37:21 -06:00
create-android-signup-url.js Website: Add API rate limit alert to Android proxy endpoints (#35637) 2025-11-12 15:37:21 -06:00
delete-android-device.js Website: Add API rate limit alert to Android proxy endpoints (#35637) 2025-11-12 15:37:21 -06:00
delete-one-android-enterprise.js Website: Add API rate limit alert to Android proxy endpoints (#35637) 2025-11-12 15:37:21 -06:00
get-android-device.js Website: Add API rate limit alert to Android proxy endpoints (#35637) 2025-11-12 15:37:21 -06:00
get-android-enterprises.js Website: Add API rate limit alert to Android proxy endpoints (#35637) 2025-11-12 15:37:21 -06:00
get-enterprise-applications.js Android app self service: backend support (#34711) 2025-11-13 18:10:24 -05:00
modify-android-device.js Website: Add API rate limit alert to Android proxy endpoints (#35637) 2025-11-12 15:37:21 -06:00
modify-android-policies.js Android app self service: backend support (#34711) 2025-11-13 18:10:24 -05:00
modify-enterprise-app-policy.js Android app self service: backend support (#34711) 2025-11-13 18:10:24 -05:00