summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
7736957)
Signed-off-by: Jerome Jutteau <mojo@couak.net>
├── async : chunks of uploaded files
├── files : all files that has been successfully uploaded
└── links : all links pointing to files with meta-informations
├── async : chunks of uploaded files
├── files : all files that has been successfully uploaded
└── links : all links pointing to files with meta-informations
+
+Coding style:
+
+- PHP function keywords are alone on a line
+- Braces "{" must are put in a new line
+- Files must be in UTF-8 (without BOM)
+- Uses LF (\n) for end of lines
+
+The whole project is not clean about that, feel free to fix :)
+