Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
fbe4d79ca0a70f404dce628d66deeaa3d90a2225
/
system
/
libraries
/
Upload.php
fbe4d79
Merge pull request #5367 from carusogabriel/clean-elses
by Andrey Andreev
· 7 years ago
de3ac40
[ci skip] Close #5206
by Andrey Andreev
· 7 years ago
da60e9b
Update copyright data to 2017
by Master Yoda
· 8 years ago
7cc0823
[ci skip] Fix #4887
by Andrey Andreev
· 8 years ago
549a601
Fix CI_Upload errors on PHP 7.1
by Andrey Andreev
· 8 years ago
a838279
Remove dead code written for PHP 5.2
by Andrey Andreev
· 8 years ago
81b13ba
Merge pull request #4705 from tianhe1986/develop_upload_raw_name
by Andrey Andreev
· 8 years ago
7a6ae33
Merge pull request #4691 from chestnutprog/develop
by Andrey Andreev
· 8 years ago
e13fa9f
Merge pull request #4638 from kasimtan/phpdoc_fixes
by Andrey Andreev
· 9 years ago
71d64cb
Fix #4430
by Andrey Andreev
· 9 years ago
1924e87
[ci skip] Update ellislab.com links to https too
by Andrey Andreev
· 9 years ago
bd202c9
[ci skip] Update codeigniter.com links to https
by Andrey Andreev
· 9 years ago
125ef47
[ci skip] Bump year to 2016
by Andrey Andreev
· 9 years ago
10fb7d1
[ci skip] Normalize tabs/spaces
by Andrey Andreev
· 9 years ago
1a8d95a
Fix an issue with CI_Upload max filesize
by Andrey Andreev
· 9 years ago
91da5d1
Fix #3965
by Andrey Andreev
· 9 years ago
d578408
Alter CI_Upload logging levels
by Andrey Andreev
· 9 years ago
21898a4
Merge pull request #3490 from vlakoff/file_endings
by Andrey Andreev
· 10 years ago
4a18307
[ci skip] Whitespace removal
by Andrey Andreev
· 10 years ago
4cbe463
Remove closing blocks at end of PHP files
by vlakoff
· 10 years ago
90726b8
[ci skip] Change some log messages' level
by Andrey Andreev
· 10 years ago
fe9309d
Bulk (mostly documentation) update
by Andrey Andreev
· 10 years ago
bdb96ca
[ci skip] Switch to MIT license; close #3293
by Andrey Andreev
· 10 years ago
f38c9c2
Close #3205
by Andrey Andreev
· 10 years ago
a8027ff
Change name didn't work if reset initialization it's true
by Joseba Juániz
· 10 years ago
382b513
Don't use error suppression on is_dir(), file_exists()
by Andrey Andreev
· 11 years ago
ea41c8a
Don't use error suppression on realpath() + style adjustments
by Andrey Andreev
· 11 years ago
e7d017b
Add array notation support for file field names in CI_Upload
by Andrey Andreev
· 11 years ago
82179bf
[ci skip] Alter a docblock
by Andrey Andreev
· 11 years ago
2cf4c9b
CI_Upload changes
by Andrey Andreev
· 11 years ago
f627474
Don't use error suppression on ini_get() either
by Andrey Andreev
· 11 years ago
871754a
2013 > 2014
by darwinel
· 11 years ago
119d8a7
Optimize get_instance() calls/assignments
by Andrey Andreev
· 11 years ago
cab3e18
A tiny improvement in CI_Upload::do_xss_clean()
by Andrey Andreev
· 11 years ago
32c7212
Add CI_Upload:: option
by Andrey Andreev
· 11 years ago
5932a73
Improvements to safe_mode detection (it doesn't exist in PHP 5.4)
by Andrey Andreev
· 11 years ago
c941d85
Various typos and tabs adjustments
by vlakoff
· 11 years ago
c1fdef5
Merge pull request #2417 from thefuzzy0ne/fix/upload_dry
by Andrey Andreev
· 11 years ago
74a228b
New var name to make it more comprehensive
by Adrian
· 11 years ago
f496d13
Add a config var to let the choice of having the lower case on the extensions when uploading.
by Adrian
· 11 years ago
5d1cacf
Force the file extension to lower case
by Adrian
· 11 years ago
14e3523
Merge pull request #2369 from vlakoff/develop-2
by Andrey Andreev
· 12 years ago
38d5f4b
Reverted indenting spaces back to tabs.
by Darren Benney
· 12 years ago
4a8d190
Made set_error() method DRY.
by Darren Benney
· 12 years ago
e123a60
Modified do_upload() to use UPLOAD_ERR constants.
by Darren Benney
· 12 years ago
0612756
Some cleanup related to mt_rand()
by vlakoff
· 12 years ago
f399425
Fix a code comment in Upload->_file_mime_type()
by vlakoff
· 12 years ago
3567246
Various cosmetic fixes
by vlakoff
· 12 years ago
7e55977
Replace CI_Upload::clean_file_name() usage with CI_Security::sanitize_filename()
by Andrey Andreev
· 12 years ago
9be4cd7
Remove str_replace in return
by gommarah
· 12 years ago
009c8f0
Upload library, clean_file_name function: Fix xss bug.
by gommarah
· 12 years ago
80500af
[ci skip] Happy new year
by Andrey Andreev
· 12 years ago
05aa2d6
Add min_width and min_height options to the Upload class
by Andrey Andreev
· 12 years ago
838a9d6
[ci skip] Cleaned some spaces
by Andrey Andreev
· 12 years ago
e9d2dc8
Added function_usable() to common functions
by Andrey Andreev
· 12 years ago
f5ccd12
[ci skip] DocBlocks for Upload and Xmlrpc libraries
by Andrey Andreev
· 12 years ago
c5536aa
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
by Andrey Andreev
· 12 years ago
5fd3ae8
[ci skip] style and phpdoc-related changes (rel #1295)
by Andrey Andreev
· 12 years ago
d60e700
Add an option to disable MIME detection in the Upload library (issue #1494)
by Andrey Andreev
· 12 years ago
0ee287e
fixes
by Michiel Vugteveen
· 12 years ago
46a0429
fixes
by Michiel Vugteveen
· 12 years ago
3a7fb04
tab fixes
by Michiel Vugteveen
· 12 years ago
dca9f23
get upload data with index key
by Michiel Vugteveen
· 12 years ago
c839d28
Remove some unnecessary function_exists() checks and some minor improvements
by Andrey Andreev
· 12 years ago
6ef498b
Added get_mimes() function to system/core/Commons.php.The MIMEs array from config/mimes.php is used by multiple core classes, libraries and helpers and each of them has implemented an own way of getting it, which is not needed and is hard to maintain. This also fixes issue #1411
by Andrey Andreev
· 12 years ago
39b1c11
Direct return from mimes config, instead of using global $mimes;
by Phil Sturgeon
· 12 years ago
5036c9c
Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b and d261b1e89c3d4d5191036d5a5660ef6764e593a0
by Andrey Andreev
· 12 years ago
d261b1e
Replaced `==` with `===` and `!=` with `!==` in /system/libraries
by Alex Bilbie
· 12 years ago
470805b
Fix issues #44 & #110
by Andrey Andreev
· 13 years ago
5645479
Clean up the libraries
by Andrey Andreev
· 13 years ago
46d53fb
Fix issue #1349
by Andrey Andreev
· 13 years ago
bb2c83b
Added a return false if an image doesn't pass XSS cleaning to prevent file_get_contents from returning a NULL and passing through unscathed.
by Wes Baker
· 13 years ago
8e6f7a9
Remove access description lines and cleanup the Upload library
by Andrey Andreev
· 13 years ago
07c1ac8
Bumped CodeIgniter's PHP requirement to 5.2.4.
by Phil Sturgeon
· 13 years ago
790eb70
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
by Phil Sturgeon
· 13 years ago
76988e6
Merged conflicts.
by Phil Sturgeon
· 13 years ago
010f1f4
Fixed a bug - CI_Upload::_file_mime_type() could've failed if popen() is used for the detection.
by tubalmartin
· 13 years ago
6ca407e
Fix issue #153 (E_NOTICE generated by getimagesize())
by Andrey Andreev
· 13 years ago
b578326
removed double slash
by Michiel Vugteveen
· 13 years ago
6b414d1
Merged in 2.1-stable changes.
by Phil Sturgeon
· 13 years ago
0defe5d
Updating copyright date to 2012
by Greg Aker
· 13 years ago
d96f882
Revert "Abstracting the loading of files in the config directory depending on environments."
by Greg Aker
· 13 years ago
5c1aa63
Abstracting the loading of files in the config directory depending on environments.
by Greg Aker
· 13 years ago
3a45957
Also replace old-style 'var' with 'public'
by Andrey Andreev
· 13 years ago
4eea989
Add method visibility declarations and optimize display_errors() method in Image_lib, Trackback and Upload libraries
by Andrey Andreev
· 13 years ago
f7aed12
Tweak MIME regular expression check again
by Andrey Andreev
· 13 years ago
3b6ff4d
Fix regular expression for validating MIME type string
by Andrey Andreev
· 13 years ago
a49e381
Improve CI_Upload::_file_mime_type()
by Andrey Andreev
· 13 years ago
f796655
Update a comment, just to be clearer
by Andrey Andreev
· 13 years ago
5965431
Hotfix for a file type detection bug in the Upload library
by Andrey Andreev
· 13 years ago
8ff2da1
tmp_path does not exists, should be tmp_name
by Michiel Vugteveen
· 13 years ago
c00a5a0
Merge master (2.1.0) and fixed conflicts.
by Phil Sturgeon
· 13 years ago
c5efd10
Change Windows OS detection approach
by Andrey Andreev
· 13 years ago
f1649bf
Fix an erroneus variable name and a typo in comments
by Andrey Andreev
· 13 years ago
7bfb95b
Fix alignment with tabs instead of spaces
by Andrey Andreev
· 13 years ago
6a12d8f
Remove an unnecessary variable initialization
by Andrey Andreev
· 13 years ago
6700b93
Added _file_mime_type() method to system/libraries/Upload.php in order to fix a possible MIME-type injection (issue #60)
by Andrey Andreev
· 13 years ago
f4a4bd8
adding new license file (OSL 3.0) and updating readme to ReST
by Derek Jones
· 13 years ago
8b3cf63
Change Windows OS detection approach
by Andrey Andreev
· 13 years ago
f300fb2
Use CI's is_php() instead of comparing against phpversion()
by Andrey Andreev
· 13 years ago
Next »