* Use a HMAC to sign and validate CSRF tokens, instead of generating random ones and storing them in the session data. Reduces number of writes to sessions table and fixes kanboard issue #4942. * Added missing CSRF check for starting/stopping subtask timers. Co-authored-by: Willemijn Coene <willemijn@irdc.nl> |
||
|---|---|---|
| .github | ||
| app | ||
| assets | ||
| data | ||
| docker | ||
| libs | ||
| plugins | ||
| tests | ||
| vendor | ||
| .dockerignore | ||
| .gitattributes | ||
| .gitignore | ||
| .htaccess | ||
| ChangeLog | ||
| Dockerfile | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| SECURITY.md | ||
| Vagrantfile | ||
| cli | ||
| composer.json | ||
| composer.lock | ||
| config.default.php | ||
| docker-compose.yml | ||
| favicon.ico | ||
| index.php | ||
| jsonrpc.php | ||
| robots.txt | ||
| web.config | ||
README.md
Kanboard
Kanboard is project management software that focuses on the Kanban methodology.
This software is in maintenance mode. It doesn't mean it's abandoned, but there is no significant feature development. Pull-requests are still accepted as long as the guidelines are followed.
- Official website: https://kanboard.org/
- List of features
- Change Log
- Forum
- Official documentation: https://docs.kanboard.org/
Credits
- Main developer: Frédéric Guillot
- Contributors
- Distributed under MIT License