| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Kanboard 1.2.49 source code.tar.gz | 2026-01-07 | 3.5 MB | |
| Kanboard 1.2.49 source code.zip | 2026-01-07 | 4.5 MB | |
| README.md | 2026-01-07 | 991 Bytes | |
| Totals: 3 Items | 8.1 MB | 0 | |
Security
- Fixed an LDAP injection issue by properly escaping placeholders in LDAP queries.
- Prevented protocol-relative URLs (
//example.com) from being used as login redirect targets. - Added a new
TRUSTED_PROXY_NETWORKSconfiguration option to explicitly define trusted reverse proxy networks. - Introduced an optional security feature to block private network access when fetching external web links (configurable).
Improvements
- Restored Ctrl + Enter keyboard shortcut for submitting the task creation form.
- Updated translations for multiple languages.
Maintenance
- Added a GitHub Actions workflow to mirror the repository to Codeberg.
- Removed an outdated
tests/Dockerfile. - Regenerated Composer autoload files.
Build & Dependencies
- Updated Alpine Linux base image from 3.22 to 3.23.
-
Updated GitHub Actions dependencies:
-
actions/checkoutfrom v5 to v6 actions/upload-artifactfrom v4 → v5 → v6