summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-20Update Vagrant to use Ubuntu 14.04Frédéric Guillot
2014-04-20Add installation instructions for UbuntuFrédéric Guillot
2014-04-19Add RememberMe feature and authentications historyFrédéric Guillot
2014-04-15Spanish translation integrationFrédéric Guillot
2014-04-15Spanish translationsSebastien Pacilly
2014-04-11Updated Polish translationstoomyem
2014-04-10Fixed invalid constraint for comments table in sqlite and mysql schemaFrédéric Guillot
2014-04-08Add a contributorFrédéric Guillot
2014-04-08Fix a typo and minor visual improvementFrédéric Guillot
2014-04-08Change date format for the french translation to avoid Windows bugFrédéric Guillot
2014-04-04Update readmeFrédéric Guillot
2014-04-04Add Brazilian Portuguese translation (contribution of Claudio L.)Frédéric Guillot
2014-03-31Update docFrédéric Guillot
2014-03-31Update installation instructions for Debian and CentosFrédéric Guillot
2014-03-31Revert password_compat to be compatible with Debian 6Frédéric Guillot
2014-03-30Add the possiblity to regenerate all tokensFrédéric Guillot
2014-03-30Add Mysql/MariaDB supportFrédéric Guillot
2014-03-25Ask the current password before changing a user passwordFrédéric Guillot
2014-03-23Comment edit/remove actionsFrédéric Guillot
2014-03-19Task duplicationFrédéric Guillot
2014-03-19Bug fix: Remove checkbox 'another task' on the page task editFrédéric Guillot
2014-03-16Link syntax help to the official documentationFrédéric Guillot
2014-03-16Add more documentationFrédéric Guillot
2014-03-16Add the possiblity to reorder the column position for a boardFrédéric Guillot
2014-03-15Improve make-archive.sh scriptFrédéric Guillot
2014-03-15Add documentation about automatic actionsFrédéric Guillot
2014-03-14Update to the last version of password_compatFrédéric Guillot
2014-03-14Improve token generation by using openssl or /dev/urandom or uniqid() as ↵Frédéric Guillot
fallback
2014-03-14Update polish translationFrédéric Guillot
2014-03-13Make sure that magic quotes are disabled for PHP < 5.4Frédéric Guillot
2014-03-12Refresh the board only when it's necessary and add a link on the task titleFrédéric Guillot
2014-03-12Add unit tests for automatic actionsFrédéric Guillot
2014-03-11Fix unit testFrédéric Guillot
2014-03-11Add unit test for the "task close" actionFrédéric Guillot
2014-03-10Add an automatic action to assign a color to a specific userFrédéric Guillot
2014-03-10Lowercase fileFrédéric Guillot
2014-03-10Add contributorsFrédéric Guillot
2014-03-09Uncomment unit testFrédéric Guillot
2014-03-09Lowercase base controller includeFrédéric Guillot
2014-03-09Automatic actionsFrédéric Guillot
2014-03-09Merge pull request #48 from EpocDotFr/patch-1Frédéric Guillot
Fix token generation on Windows
2014-03-08urandom is not available on WindowsMaxime
2014-03-07Merge pull request #46 from rzeka/masterFrédéric Guillot
Added Polish translations
2014-03-07Added Polish translationsrzeka
2014-03-06Start to write some documentation about users managementFrédéric Guillot
2014-03-06Assign existing tasks to nobody when a user is removedFrédéric Guillot
2014-03-05Add a 'due date' field and display the number of comments on the boardFrédéric Guillot
2014-03-05Improve unit testFrédéric Guillot
2014-03-05Merge branch 'patch-1' of github.com:toomyem/kanboardFrédéric Guillot
2014-03-05Altered test cases for allowed user checking.toomyem
Changed test checking if admin used has always access. Added new test to check if non admin used does not have access if is not added to acl list.