Go to file
Alex Watson 6cadf82a63
Fixing variables being shared between plugins
If two plugins used the same hook, the variables they use aren't cleaned out in between running each of them. This is a super simple change creating a placeholder composite object that doesn't retain any changes between plugins.
2021-02-21 20:15:58 -08:00
.github Add pull-request template 2021-02-17 21:12:04 -08:00
app Fixing variables being shared between plugins 2021-02-21 20:15:58 -08:00
assets Add link to toggle column scrolling in board view 2020-10-04 13:57:34 -07:00
data IIS secure 2016-03-07 12:06:57 +01:00
docker Use more secure default Nginx SSL configuration in Docker image 2020-12-28 14:42:40 -08:00
libs Sqlite migrations should have foreign keys disabled outside the transaction 2020-12-28 11:56:11 -08:00
plugins Cosmetic fixes 2015-10-19 21:32:18 -04:00
tests LDAP protocol/host/port configuration by URL; make BASE_DN optional 2021-02-03 18:49:50 -08:00
vendor Update vendor folder 2020-12-28 13:52:09 -08:00
.dockerignore Remove dependency on nodejs and gulp 2019-07-25 13:05:08 -07:00
.gitattributes Setup GitHub Actions 2020-04-04 17:31:52 -07:00
.gitignore Kanboard now requires PHP >= 7.2 since other versions are deprecated 2020-01-14 12:02:31 -08:00
.htaccess When forcing HTTPS, handle subfolder URLs properly 2018-07-23 12:49:14 -07:00
ChangeLog Update ChangeLog 2020-12-28 16:13:43 -08:00
Dockerfile Bump alpine from 3.13.0 to 3.13.1 2021-01-31 22:08:57 -08:00
LICENSE Update license year 2019-02-01 11:08:34 -08:00
Makefile Use Github Actions to publish Docker images 2020-10-25 19:04:03 -07:00
README.md Setup GitHub Actions 2020-04-04 17:31:52 -07:00
Vagrantfile Update Vagrantfile to Ubuntu 20.04 2020-05-20 18:10:53 -07:00
cli Simplify .htaccess and rename command line script 2016-11-29 20:26:18 -05:00
composer.json Bump symfony/stopwatch from 5.2.2 to 5.2.3 2021-02-07 22:34:34 -08:00
composer.lock Bump symfony/stopwatch from 5.2.2 to 5.2.3 2021-02-07 22:34:34 -08:00
config.default.php LDAP protocol/host/port configuration by URL; make BASE_DN optional 2021-02-03 18:49:50 -08: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.

Credits