v2025.7.31
Thanks to all who used this software and who submitted the issues for bugs/features!
v2025.7.31 is live on PyPI and the latest image on Dockerhub
New Features
- Allow user to upload a favicon for the browser tab via Settings - User - Customization. However, this icon is saved in your browser's local storage and will be gone after you clear browser data. This closes #19.
- Now the application attempts to authenticate the policies for each user after user logs into the web ui. The attempt will only succeed if 1. there is an existing session for the user and 2. the MFA isn't expired for the user. This closes #11.
Bugs
- Fix permissions of the docker user that causes error when saving policy configs at default location. This closes #17.
Others
- Update submodule
icloudpd
to latest release version (v1.29.2) most relevant changes made to the software should be effective on this webui software. - The newly added options
--skip-created-before
and--skip-created-after
are not included since I have already had a similar functionDate Range
. - The newly added option
--watch-with-interval
is not added since we handle icloud client authentication differently.
Full Changelog: v2025.3.18...v2025.7.31