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
/
Core
/
Http
Age
Commit message (
Expand
)
Author
2019-06-04
Add missing curl_close()
Frédéric Guillot
2019-06-04
Display cURL error message in logs
Frédéric Guillot
2019-06-03
Add cURL support to HTTP Client
mildis
2018-07-05
Make HTTP client timeout configurable
Frédéric Guillot
2018-03-02
Add response body to InvalidStatusException
Frédéric Guillot
2018-03-02
Improve HTTP client to raise exceptions
Frédéric Guillot
2018-01-29
Add CSRF check for task and project files upload
Frédéric Guillot
2017-12-12
Store PHP sessions in the database
Frédéric Guillot
2017-01-14
Add workaround when IE11 submit corrupted multipart/form-data
Frederic Guillot
2016-11-09
Add P3P headers to avoid potential issues with IE
Frederic Guillot
2016-07-16
Handle HTTP header X-Real-IP to get IP address
Frederic Guillot
2016-06-05
Added config parameter to allow self-signed certificates for the HTTP client
Frederic Guillot
2016-06-05
Improve background workers
Frederic Guillot
2016-05-25
Do not execute controller if the response is already sent
Frederic Guillot
2016-05-15
User import is now a popover
Frederic Guillot
2016-05-15
Refactoring: added controlled middleware and changed response class
Frederic Guillot
2016-04-09
Filter refactoring
Frederic Guillot
2016-03-27
Handle state in OAuth2 client
Frederic Guillot
2016-03-26
Added avatar image upload
Frederic Guillot
2016-02-29
Add unit test for transition model
Frederic Guillot
2016-02-28
Added support for HTTP header "X-Forwarded-Proto: https"
Frederic Guillot
2016-01-30
Simplify code to handle ajax popover and redirects
Frederic Guillot
2016-01-30
Add external links for tasks with plugin api
Frederic Guillot
2016-01-23
Move default-src CSP rule to ClassProvider
Marien Fressinaud
2016-01-16
Minor code improvements
Frederic Guillot
2016-01-16
Remove global variable
Frederic Guillot
2016-01-16
Remove global
Frederic Guillot
2015-12-30
Remove arguments of beforeAction() method
Frederic Guillot
2015-12-22
Added the possiblity to define custom routes from plugins
Frederic Guillot
2015-12-05
Rewrite of the authentication and authorization system
Frederic Guillot
2015-11-21
Avoid Safari to append .html at the end of downloaded files
Frederic Guillot
2015-11-14
Fix bug in daily project summary CSV export
Frederic Guillot
2015-10-25
Move some classes to namespace Core\Http
Frederic Guillot