summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-02-25Improve task limit js conditionFrédéric Guillot
2014-02-25Add task limit for each columnFrédéric Guillot
2014-02-24Add story points for tasksFrédéric Guillot
2014-02-24Display a page not found when the data is not in the dabase anymoreFrédéric Guillot
2014-02-24Improve HTML escapingFrédéric Guillot
2014-02-24Improve timezone pull-request and settings pageFrédéric Guillot
2014-02-24Fixed timezone warning by adding timezone config optionrzeka
2014-02-24Added missing translationsrzeka
2014-02-23Change mouse cursor for draggable itemsFrédéric Guillot
2014-02-23Remove project dropdown from task editFrédéric Guillot
2014-02-23Add the possibility to change the assignee directly from the boardFrédéric Guillot
2014-02-23Display an error message when there is no column for a projectFrédéric Guillot
2014-02-23Add helpers for the user session and fix bug edit_user admin checkboxFrédéric Guillot
2014-02-22Add new contributorFrédéric Guillot
2014-02-22A few more updates in translations.toomyem
There is no context for strings so sometime it is hard to guess what would be the best translation.
2014-02-22Update for Polish translations.toomyem
I've added missing translations and update a few exiting (in Polish we do not use space before and after ':' and '?').
2014-02-22Add kiosk mode, public board access with read-only and auto-refreshFrédéric Guillot
2014-02-22Add a page to display completed tasks and add the completion date column for ↵Frédéric Guillot
tasks
2014-02-22Fixed PHP notice when user's default project doesn't existrzeka
2014-02-21Update readmeFrédéric Guillot
2014-02-21Fix minor errorsFrédéric Guillot
2014-02-21Display HSTS headers only when HTTPS is usedFrédéric Guillot
2014-02-21Show the task description only if not emptyFrédéric Guillot
2014-02-21Fix a PHP noticeFrédéric Guillot
2014-02-21Replace Mardown parser by another one to be able to disallow markup or entitiesFrédéric Guillot
2014-02-21Update readmeFrédéric Guillot
2014-02-21Update the FAQ, how to use VagrantFrédéric Guillot