index
:
Filebin
dev
dev-2.x
dev-parallel-tests
dev-text-paste-preview
hash-collision
master
no-ouput-if-error
release/1.x
The software behind paste.xinu.at
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
system
/
libraries
/
Upload.php
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-08
Optimize get_instance() calls/assignments
Andrey Andreev
1
-10
/
+13
2014-01-08
A tiny improvement in CI_Upload::do_xss_clean()
Andrey Andreev
1
-2
/
+1
2013-10-21
Add CI_Upload:: option
Andrey Andreev
1
-1
/
+9
2013-09-13
Improvements to safe_mode detection (it doesn't exist in PHP 5.4)
Andrey Andreev
1
-1
/
+1
2013-08-06
Various typos and tabs adjustments
vlakoff
1
-1
/
+1
2013-07-17
Merge pull request #2417 from thefuzzy0ne/fix/upload_dry
Andrey Andreev
1
-9
/
+5
2013-06-25
New var name to make it more comprehensive
Adrian
1
-7
/
+10
2013-06-24
Add a config var to let the choice of having the lower case on the extensions...
Adrian
1
-1
/
+13
2013-06-24
Force the file extension to lower case
Adrian
1
-2
/
+2
2013-04-01
Merge pull request #2369 from vlakoff/develop-2
Andrey Andreev
1
-1
/
+0
2013-03-30
Reverted indenting spaces back to tabs.
Darren Benney
1
-9
/
+9
2013-03-30
Made set_error() method DRY.
Darren Benney
1
-14
/
+10
2013-03-30
Modified do_upload() to use UPLOAD_ERR constants.
Darren Benney
1
-7
/
+7
2013-03-30
Some cleanup related to mt_rand()
vlakoff
1
-1
/
+0
2013-02-19
Fix a code comment in Upload->_file_mime_type()
vlakoff
1
-2
/
+2
2013-02-15
Various cosmetic fixes
vlakoff
1
-2
/
+2
2013-01-29
Replace CI_Upload::clean_file_name() usage with CI_Security::sanitize_filename()
Andrey Andreev
1
-48
/
+2
2013-01-28
Remove str_replace in return
gommarah
1
-1
/
+1
2013-01-28
Upload library, clean_file_name function: Fix xss bug.
gommarah
1
-0
/
+7
2013-01-01
[ci skip] Happy new year
Andrey Andreev
1
-1
/
+1
2012-12-03
Add min_width and min_height options to the Upload class
Andrey Andreev
1
-0
/
+52
2012-12-03
[ci skip] Cleaned some spaces
Andrey Andreev
1
-1
/
+0
2012-11-07
Added function_usable() to common functions
Andrey Andreev
1
-3
/
+3
2012-11-01
[ci skip] DocBlocks for Upload and Xmlrpc libraries
Andrey Andreev
1
-31
/
+203
2012-11-01
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
Andrey Andreev
1
-1
/
+2
2012-10-24
[ci skip] style and phpdoc-related changes (rel #1295)
Andrey Andreev
1
-1
/
+3
2012-06-16
Add an option to disable MIME detection in the Upload library (issue #1494)
Andrey Andreev
1
-3
/
+13
2012-06-11
fixes
Michiel Vugteveen
1
-1
/
+1
2012-06-11
fixes
Michiel Vugteveen
1
-3
/
+3
2012-06-11
tab fixes
Michiel Vugteveen
1
-9
/
+9
2012-06-11
get upload data with index key
Michiel Vugteveen
1
-11
/
+19
2012-06-07
Remove some unnecessary function_exists() checks and some minor improvements
Andrey Andreev
1
-13
/
+7
2012-06-05
Added get_mimes() function to system/core/Commons.php.The MIMEs array from co...
Andrey Andreev
1
-19
/
+2
2012-06-04
Direct return from mimes config, instead of using global $mimes;
Phil Sturgeon
1
-4
/
+2
2012-06-04
Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b an...
Andrey Andreev
1
-2
/
+2
2012-06-02
Replaced `==` with `===` and `!=` with `!==` in /system/libraries
Alex Bilbie
1
-14
/
+14
2012-05-24
Fix issues #44 & #110
Andrey Andreev
1
-0
/
+2
2012-05-17
Clean up the libraries
Andrey Andreev
1
-2
/
+2
2012-05-11
Fix issue #1349
Andrey Andreev
1
-1
/
+1
2012-05-05
Added a return false if an image doesn't pass XSS cleaning to prevent file_ge...
Wes Baker
1
-1
/
+5
2012-03-26
Remove access description lines and cleanup the Upload library
Andrey Andreev
1
-182
/
+146
2012-03-09
Bumped CodeIgniter's PHP requirement to 5.2.4.
Phil Sturgeon
1
-1
/
+1
2012-03-04
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
Phil Sturgeon
1
-10
/
+8
2012-03-04
Merged conflicts.
Phil Sturgeon
1
-1
/
+1
2012-03-03
Fixed a bug - CI_Upload::_file_mime_type() could've failed if popen() is used...
tubalmartin
1
-1
/
+1
2012-03-01
Fix issue #153 (E_NOTICE generated by getimagesize())
Andrey Andreev
1
-9
/
+7
2012-02-29
removed double slash
Michiel Vugteveen
1
-1
/
+1
2012-02-29
Merged in 2.1-stable changes.
Phil Sturgeon
1
-23
/
+80
2012-01-02
Updating copyright date to 2012
Greg Aker
1
-1
/
+1
2011-12-27
Revert "Abstracting the loading of files in the config directory depending on...
Greg Aker
1
-5
/
+10
[next]