Frédéric Guillot
38e82fe5e5
Duplicate external links when duplicating tasks
...
Fixes #4748
2023-04-06 20:51:57 -07:00
Joe Nahmias
ab353a3d8f
tests: configure unit tests to run on MSSQL [odbc/dblib]
2022-10-29 21:11:15 -07:00
Joe Nahmias
338d02a2f6
tests: add test start/end markers to log and dump all SQL at end
2022-10-29 21:11:15 -07:00
Frédéric Guillot
f5bb55bdb8
PHP 8 Compatibility
2022-02-05 11:49:03 -08:00
Timo
64397f45fa
Kanboard now requires PHP >= 7.2 since other versions are deprecated
2020-01-14 12:02:31 -08:00
Frédéric Guillot
7cc38954f8
Add cli to base test class
2018-03-29 22:04:24 -07:00
Frédéric Guillot
299198f718
Move SimpleLogger lib into app source tree
2018-03-05 12:04:28 -08:00
Frédéric Guillot
ccd177ada6
Store PHP sessions in the database
2017-12-12 15:04:28 -08:00
Bernhard Ankenbrand
6ff16270bb
fixed memory leak in unit tests
2017-07-06 22:29:20 -07:00
Frederic Guillot
ae708a712a
Offer the possibility to override internal formatter objects from plugins
2016-12-20 20:06:39 -05:00
Frederic Guillot
e0aeb4ca1b
Add missing service provider for plugin tests
2016-12-03 17:44:59 -05:00
Frederic Guillot
8e83e404fb
Add FileCache driver
2016-08-21 18:46:34 -04:00
Frederic Guillot
92a5a0f860
Cleanup events and stuff before processing job in worker
2016-07-31 11:28:33 -04:00
Frederic Guillot
d9d3788222
Subtasks events refactoring and show delete in activity stream
2016-07-17 20:33:27 -04:00
Frederic Guillot
b2e92480c2
Added filter class for tags
2016-06-24 11:40:58 -04:00
Frederic Guillot
cd4c09c10a
Conifgure email settings through user interface
2016-06-05 14:53:46 -04:00
Frederic Guillot
14713b0ec7
Rename all models
2016-05-28 19:48:22 -04:00
Frederic Guillot
cbee789549
Added QueueProvider to base class for unit tests
2016-05-23 20:53:30 -04:00
Frederic Guillot
8ddd566361
Improve plugin loading
2016-05-07 19:35:06 -04:00
Frederic Guillot
aac11a609c
Remove logger from unit tests
2016-05-07 14:46:34 -04:00
Frederic Guillot
38e9f9928e
Added auto-loading in tests for plugins
2016-05-02 20:34:51 -04:00
Frederic Guillot
11858be4e8
Filter refactoring
2016-04-09 22:42:17 -04:00
Frederic Guillot
9ba44a01db
Minor improvements
2016-03-27 13:45:37 -04:00
Frederic Guillot
8f3e2b2e5c
Helper refactoring
2016-03-04 20:10:34 -05:00
Frederic Guillot
8e25c875f2
Add ProjecFile and TaskFile models
2016-02-14 15:25:16 -05:00
Frederic Guillot
b34e151d6a
Use mock object instead of FakeHttpClient class
2016-02-07 12:32:47 -05:00
Frederic Guillot
e31dbe18ce
Load ActionProvider in unit tests
2016-01-30 07:47:16 -05:00
Frederic Guillot
9b9d823f30
Move Gitlab and Github authentication to external plugins
2016-01-29 23:59:58 -05:00
Frederic Guillot
04d8c6532c
Fix email client mock
2016-01-29 22:21:44 -05:00
Frederic Guillot
e9fedf3e5c
Rewrite of the authentication and authorization system
2015-12-05 20:31:27 -05:00
Frederic Guillot
a675271ad7
Rewrite of session management
2015-11-15 12:50:33 -05:00
Frederic Guillot
9707c0b4c4
Make unit tests pass under Windows
2015-10-22 21:31:30 -04:00
Frederic Guillot
09da289c2f
Move slack, hipchat and jabber integrations to plugins
2015-10-17 22:19:49 -04:00
Frederic Guillot
8c532efd5f
Run php-cs-fixer on the code base
2015-10-17 10:09:03 -04:00
Frederic Guillot
73a5b9bc75
Make user notifications pluggable
2015-10-17 09:51:15 -04:00
Frederic Guillot
9c9ed02cd7
Change namespace to add Kanboard as prefix
2015-10-13 22:19:17 -04:00
Frederic Guillot
b0994ba68e
Add unit tests for LDAP and ReverseProxy auth
2015-09-06 14:28:06 -04:00
Frederic Guillot
710f2c7bb0
Improve unit tests
2015-09-05 23:30:56 -04:00
Frederic Guillot
4438e03c62
Set the assignee as organizer for ical events
2015-07-05 12:23:00 -04:00
Frederic Guillot
1823430d13
PicoDb update
2015-06-27 00:00:43 -04:00
Frederic Guillot
d3f789764d
Change travis-ci configuration
2015-06-20 11:19:44 -04:00
Frederic Guillot
cb0916d10e
Add automatic action to send a task by email
2015-06-20 10:48:47 -04:00
Frederic Guillot
e22da9d32a
Add Mailgun API as mail transport
2015-06-07 22:17:50 -04:00
Frederic Guillot
4f32352fe6
Add user filter/condition for notifications
2015-06-07 20:06:31 -04:00
Frederic Guillot
9d9e3afba2
Improve email sending system and add Postmark as mail transport
2015-06-06 14:10:31 -04:00
Frederic Guillot
6d5ffaa848
Send all Kanboard events to the webhook (breaking change)
2015-05-18 21:04:06 -04:00
Frederic Guillot
1891e87d03
Add Postmark integration (inbound emails for task creation)
2015-04-19 14:48:12 -04:00
Frederic Guillot
813b7c4c00
Add unit test for subtask time tracking
2015-02-08 13:46:38 -05:00
Michael Lüpkes
e5ea361255
Implemented Changes to Project Duplication to include Swimlanes and Tasks.
...
ProjectDuplication::duplicate accepts additional param of type array now. Array includes which optional parts to duplicate. Optional parts are: 'swimlane', 'category', 'task', 'action'.
2015-02-03 11:16:10 +01:00
Frédéric Guillot
34d7450d3c
Template helpers refactoring
2014-12-28 11:28:50 -05:00