Go to file
dependabot[bot] fe5fd9f774 build(deps-dev): bump phpunit/phpunit from 9.6.7 to 9.6.8
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.7 to 9.6.8.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.8/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.7...9.6.8)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 17:49:12 -07:00
.github Use GITHUB_TOKEN to run GitHub Actions 2023-03-27 21:10:34 -07:00
app Add Themes: Dark, light and automatic mode 2023-05-14 21:14:35 -07:00
assets Add Themes: Dark, light and automatic mode 2023-05-14 21:14:35 -07:00
data IIS secure 2016-03-07 12:06:57 +01:00
docker Allow full name to be retrieved by SSO ReverseProxy 2023-02-18 17:28:39 -08:00
libs Avoid deprecation messages when sending an email with PHP 8.2 2023-04-03 20:41:29 -07:00
plugins Cosmetic fixes 2015-10-19 21:32:18 -04:00
tests Fix incorrect parameter encoding when using URLs rewriting 2023-04-19 21:37:19 -07:00
vendor Add Themes: Dark, light and automatic mode 2023-05-14 21:14:35 -07:00
.dockerignore Tweak Docker image for PHP 8 2022-02-09 20:08:29 -08:00
.gitattributes Do not bundle ChangeLog into Git archive 2022-02-09 20:16:02 -08:00
.gitignore Tweak Docker image for PHP 8 2022-02-09 20:08:29 -08:00
.htaccess When forcing HTTPS, handle subfolder URLs properly 2018-07-23 12:49:14 -07:00
ChangeLog Update ChangeLog 2023-04-08 14:11:04 -07:00
Dockerfile build(deps): bump alpine from 3.17 to 3.18 2023-05-15 17:48:34 -07:00
LICENSE Update ChangeLog and remove copyright years 2023-01-14 11:47:03 -08:00
Makefile Rename master to main in Makefile 2022-09-04 13:51:07 -07:00
README.md Update readme 2023-05-03 17:57:55 -07:00
SECURITY.md Update Security policy 2023-03-13 19:46:25 -07:00
Vagrantfile Update Vagrantfile to Ubuntu 20.04 2020-05-20 18:10:53 -07:00
cli Command db:migrate should work even if DB_RUN_MIGRATIONS is false 2023-02-12 20:03:49 -08:00
composer.json build(deps-dev): bump phpunit/phpunit from 9.6.7 to 9.6.8 2023-05-15 17:49:12 -07:00
composer.lock build(deps-dev): bump phpunit/phpunit from 9.6.7 to 9.6.8 2023-05-15 17:49:12 -07:00
config.default.php Avoid deprecation messages when sending an email with PHP 8.2 2023-04-03 20:41:29 -07:00
docker-compose.yml Update docker-compose.yml to reflect changes in PR #3830 2018-04-30 11:39:16 -07:00
favicon.ico Cleanup and minor fixes 2015-10-19 21:05:41 -04:00
index.php Refactoring: added controlled middleware and changed response class 2016-05-15 18:31:47 -04:00
jsonrpc.php Update JsonRPC library and API 2016-05-29 20:12:02 -04:00
robots.txt First commit 2014-01-25 14:56:02 -05:00
web.config Update IIS config file 2016-06-29 22:21:59 -04:00

README.md

Kanboard

Kanboard is project management software that focuses on the Kanban methodology.

This application is in maintenance mode. What does it mean?

Citing Wikipedia:

In the world of software development, maintenance mode refers to a point in a computer program's life when it has reached all of its goals and is generally considered to be "complete" and bug-free. The term can also refer to the point in a software product's evolution when it is no longer competitive with other products or current with regard to the technology environment it operates within.

  • The author of this application is not actively developing any new major features (only small fixes)
  • New releases are published regularly depending on the contributions made by the community
  • Pull requests for new features and bug fixes are accepted as long as the guidelines are followed

Table of Contents

Credits