summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2014-03-05Admin users are not allowed for a projecttoomyem
In function isUserAllowed() it is only checked if: 1. any user is assigned to the project (if no then allow anybody) 2. if logged user is allowed for given project But also _admin_ users _not assigned_ to the project shall be allowed.
2014-03-05#37 click on task to access itrzeka
2014-03-04Add the possibility to add a description directly from the task show viewFrédéric Guillot
2014-03-04Improve commentsFrédéric Guillot
2014-03-04Added basic comments on tasksrzeka
2014-03-03Story Points translation missingrzeka.net
Since story points are way to measure the level of difficulty, that's why it's "stopień trudności" which means "difficulty level". There's no expression for "story points" in Polish AFAIK
2014-03-02Add documentationsFrédéric Guillot
2014-03-02Merge branch 'patch-1' of github.com:maggick/kanboardFrédéric Guillot
2014-03-02Added translations for Polish languagetoomyem
2014-03-01Add acl and access list for projectsFrédéric Guillot
2014-02-28Update README.markdownMatthieu Keller
Hey, j'ai installé Kanboard pour tester ça a l'air sympa. L'installation sur debian ne m'a pris que quelques minutes. Il faut juste penser à activer sqlite. En effet sinon on a le message d'erreur : PHP extension required: pdo_sqlite pour cela il suffit de rajouter la ligne suivante à `/etc/php5/conf.d/sqlite.ini` (et créer le fichier si nécessaire): extension=sqlite.so je me permet de mettre à jour le readme au passage (avec un echo crade certes) mais il faudra répercuter ça sur le site.
2014-02-27Remove PHP noticeFrédéric Guillot
2014-02-27Improve session creationFrédéric Guillot