index
:
kanban
master
Custom fork of https://github.com/kanboard/kanboard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
common.php
Age
Commit message (
Collapse
)
Author
2016-01-03
Improve Automatic Actions plugin api
Frederic Guillot
2015-12-10
Try to load config.php from /data if not available
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-17
Run php-cs-fixer on the code base
Frederic Guillot
2015-10-13
Change namespace to add Kanboard as prefix
Frederic Guillot
2015-09-26
Add page to show the list of plugins
Frederic Guillot
2015-09-20
Add sub namespace for plugins
Frederic Guillot
2015-09-13
First draft for plugins system
Frederic Guillot
2015-08-26
Move tasks Gantt chart
Frederic Guillot
2015-08-23
Add Gitlab authentication
Frederic Guillot
2015-08-14
Add Gantt chart for projects
Frederic Guillot
2015-07-19
Split task controller into smaller classes
Frederic Guillot
2015-07-19
Prompt user when moving or duplicate a task to another project
Frederic Guillot
2015-07-16
Store redirect login url in session instead of using url parameter
Frederic Guillot
2015-07-16
Refactoring of Github authentication (oauth url change)
Frederic Guillot
2015-07-12
Change routes
Frederic Guillot
2015-07-12
Start to implement url rewrite (nice urls)
Frederic Guillot
2015-07-10
Require autoloader relative from the current directory
Yannick Ihmels
2015-06-13
API: new procedure 'removeAllFiles' and contract change for 'createFile'
Frederic Guillot
2015-06-06
Improve email sending system and add Postmark as mail transport
Frederic Guillot
2015-05-07
Fix typo
Frederic Guillot
2015-05-07
Set DB_PORT constant from DATABASE_URL env variable
Frederic Guillot
2015-01-12
Add Heroku one-click install button
Frederic Guillot
2014-12-28
Template helpers refactoring
Frédéric Guillot
2014-12-27
Add more subscribers
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-06
Try another composer config
Frédéric Guillot
2014-11-06
Change composer include files
Frédéric Guillot
2014-11-04
Switch to composer
Frédéric Guillot
2014-09-16
Don't load Javascript assets for public board access
Frédéric Guillot
2014-09-15
Run unit tests across different database backends + fix bugs
Frédéric Guillot
2014-09-10
Fix Mysql and Postgresql bug
Frédéric Guillot
2014-08-20
Improve default email domain for reverse-prxy auth
Frédéric Guillot
2014-08-19
Add multiple LDAP binding type
Frédéric Guillot
2014-08-17
Add secure connection TLS/SSL for the SMTP transport
Frédéric Guillot
2014-08-17
Highlight recently modified tasks on board (pull-request #201)
Frédéric Guillot
2014-08-16
Various minor fixes
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-08-13
Add ReverseProxy authentication (pull-request #199)
Frédéric Guillot
2014-07-05
Add Postgresql support
Frédéric Guillot
2014-07-04
Merge pull request #161 from Typz/ldap
Frédéric Guillot
Implement LDAP user lookup.
2014-07-03
Add option to disable SSL certificate verification for LDAP.
Francois Ferrand
2014-06-30
Merge pull-request: Github authentication #162
Frédéric Guillot
2014-06-30
Implement LDAP user lookup.
Francois Ferrand
This is required to improve compatibility when the DN cannot be easily computed from the user name. Additionally, this allows automatically getting the full name and email address from LDAP.
2014-05-22
Code refactoring (add autoloader and change files organization)
Frédéric Guillot