index
:
kanban
master
Custom fork of https://github.com/kanboard/kanboard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
units
/
Base.php
Age
Commit message (
Collapse
)
Author
2016-05-28
Rename all models
Frederic Guillot
2016-05-23
Added QueueProvider to base class for unit tests
Frederic Guillot
2016-05-07
Improve plugin loading
Frederic Guillot
2016-05-07
Remove logger from unit tests
Frederic Guillot
2016-05-02
Added auto-loading in tests for plugins
Frederic Guillot
2016-04-09
Filter refactoring
Frederic Guillot
2016-03-27
Minor improvements
Frederic Guillot
2016-03-04
Helper refactoring
Frederic Guillot
2016-02-14
Add ProjecFile and TaskFile models
Frederic Guillot
2016-02-07
Use mock object instead of FakeHttpClient class
Frederic Guillot
2016-01-30
Load ActionProvider in unit tests
Frederic Guillot
2016-01-29
Move Gitlab and Github authentication to external plugins
Frederic Guillot
2016-01-29
Fix email client mock
Frederic Guillot
2015-12-05
Rewrite of the authentication and authorization system
Frederic Guillot
2015-11-15
Rewrite of session management
Frederic Guillot
2015-10-22
Make unit tests pass under Windows
Frederic Guillot
2015-10-17
Move slack, hipchat and jabber integrations to plugins
Frederic Guillot
2015-10-17
Run php-cs-fixer on the code base
Frederic Guillot
2015-10-17
Make user notifications pluggable
Frederic Guillot
2015-10-13
Change namespace to add Kanboard as prefix
Frederic Guillot
2015-09-06
Add unit tests for LDAP and ReverseProxy auth
Frederic Guillot
2015-09-05
Improve unit tests
Frederic Guillot
2015-07-05
Set the assignee as organizer for ical events
Frederic Guillot
2015-06-27
PicoDb update
Frederic Guillot
2015-06-20
Change travis-ci configuration
Frederic Guillot
2015-06-20
Add automatic action to send a task by email
Frederic Guillot
2015-06-07
Add Mailgun API as mail transport
Frederic Guillot
2015-06-07
Add user filter/condition for notifications
Frederic Guillot
2015-06-06
Improve email sending system and add Postmark as mail transport
Frederic Guillot
2015-05-18
Send all Kanboard events to the webhook (breaking change)
Frederic Guillot
2015-04-19
Add Postmark integration (inbound emails for task creation)
Frederic Guillot
2015-02-08
Add unit test for subtask time tracking
Frederic Guillot
2015-02-03
Implemented Changes to Project Duplication to include Swimlanes and Tasks.
Michael Lüpkes
ProjectDuplication::duplicate accepts additional param of type array now. Array includes which optional parts to duplicate. Optional parts are: 'swimlane', 'category', 'task', 'action'.
2014-12-28
Template helpers refactoring
Frédéric Guillot
2014-12-27
Move events handling to Symfony\EventDispatcher
Frédéric Guillot
2014-11-14
Use Pimple instead of Core\Registry and add Monolog for logging
Frédéric Guillot
2014-11-04
Switch to composer
Frédéric Guillot
2014-09-15
Run unit tests across different database backends + fix bugs
Frédéric Guillot
2014-09-12
Add settings field to control project columns (pull-request #244)
Frédéric Guillot
2014-09-10
Add subtasks and comments history
Frédéric Guillot
2014-09-09
Start to implement task history and project activity
Frédéric Guillot
2014-09-09
Improve project api procedures
Frédéric Guillot
2014-09-01
Add the possibility to duplicate a task to another project
Frédéric Guillot
2014-09-01
Add an automated action to move a task to another project
Frédéric Guillot
2014-08-16
Authentication backends refactoring
Frédéric Guillot
2014-08-15
Add email notifications
Frédéric Guillot
2014-06-20
First API implementation
Frédéric Guillot