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
/
Model
/
File.php
Age
Commit message (
Expand
)
Author
2016-03-26
Move avatar actions to controller AvatarFile
Frederic Guillot
2016-03-26
Added avatar image upload
Frederic Guillot
2016-02-16
Add file attachements to projects
Frederic Guillot
2016-02-14
Add ProjecFile and TaskFile models
Frederic Guillot
2016-02-06
The date time format can be chosen in application settings
Frederic Guillot
2016-01-16
Remove global
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-23
Do not check anymore data folder permissions
Frederic Guillot
2015-09-16
Add abstract storage layer
Frederic Guillot
2015-08-25
Fix bug when uploading files with cyrilic characters
Frederic Guillot
2015-06-27
PicoDb update
Frederic Guillot
2015-06-13
API: new procedure 'removeAllFiles' and contract change for 'createFile'
Frederic Guillot
2015-05-31
Fix bug: add missing file extension for screenshot filename
Frederic Guillot
2015-05-24
Add file procedures to the API
Frederic Guillot
2015-05-22
Increase length of attachments file names (and truncate if really too long)
Frederic Guillot
2015-04-12
Add screenshot support for tasks (copy/paste images directly)
Frederic Guillot
2015-04-11
Improve pull-request (move thumbnail generation function)
Frederic Guillot
2015-04-09
#717 add size, user, date to uploaded files
BlueTeck
2015-03-10
Improve pull-request
Frederic Guillot
2015-03-07
add image thumbnail to task detail view, add icons to common file extensions,...
BlueTeck
2015-03-02
preview images in taskview
BlueTeck
2015-02-28
Rename subtasks and files tables
Frederic Guillot
2015-01-25
Add new constants: FILES_DIR and DEBUG_FILE
Frederic Guillot
2014-12-27
Move events handling to Symfony\EventDispatcher
Frédéric Guillot
2014-08-15
Add email notifications
Frédéric Guillot
2014-06-25
Merge pull-request #140 (several small fixes)
Frédéric Guillot
2014-05-25
Make sure that files are removed when a task is deleted
Frédéric Guillot
2014-05-25
Improve file upload
Frédéric Guillot
2014-05-23
Improve css and phpdoc comments
Frédéric Guillot
2014-05-23
Minor code improvements
Frédéric Guillot
2014-05-22
Add files upload
Frédéric Guillot