APBoard v3.0.1-rc.2 is now available for download. This release candidate brings several new features and improvements on top of rc.1.
What’s new
GDPR Data Export (Art. 15 & 20)
Users can now export all of their personal data as a single ZIP archive. The export covers posts, private messages, pinboard entries, warnings and the full profile. This satisfies the right of access (Art. 15 GDPR) and the right to data portability (Art. 20 GDPR).
Profile Visibility Controls
A new privacy setting at the top of the profile page lets users control who can see their profile: publicly visible or visible to logged-in members only. Guests trying to view a member-only profile are redirected to the login page.
apbcli – Command Line Interface
APBoard now ships with apbcli, a command line tool similar to Laravel’s artisan or TYPO3’s console. It provides 24 commands in 7 groups for installation, maintenance, cache management, user operations and more. The CLI includes three independent security layers to prevent accidental web access.
Home Call Feature
APBoard instances now optionally report their existence to ping.apboard.de once a week. This is a lightweight, anonymous check-in with no personal data transmitted – just the version and a unique instance hash. The feature can be disabled in the admin panel.
Download
- GitLab Release — source archive, Docker Compose example
- Docker Hub —
christinloehner/apboard:3.0.1-rc.2 - Documentation — installation guide for Docker and LAMP