summaryrefslogtreecommitdiffstats
path: root/application/config/mimes.php
AgeCommit message (Collapse)AuthorFilesLines
2018-06-04[ci skip] Merge pull request #5512 from gxgpet/developAndrey Andreev1-1/+2
mimes.php: 7z file types changes
2016-08-30Merge pull request #4788 from edtsz/patch-2Andrey Andreev1-1/+17
Add OpenOffice mime-types to config/mimes.php
2016-01-11Merge pull request #4371 from feryardiant/contrib/mime-oggAndrey Andreev1-1/+1
[ci skip] Add extra mime for .ogg files
2016-01-11Merge pull request #4241 from suhindra/developAndrey Andreev1-1/+2
[ci skip] Added/updated MIME types for Flash Video
2015-11-06Merge pull request #4218 from schwemmer/developAndrey Andreev1-0/+8
[ci skip] Added MIME types for JPEG2000
2015-07-13[ci skip] Update 'ico' entry in config/mimes.phpAndrey Andreev1-1/+1
2015-07-04Standardized new linesCalvin Tam1-1/+0
2015-06-22Added .ico mime typeÉderson1-1/+2
Just added ico to mime list
2015-05-17Added subtitles mime types.Ahmad Anbar1-1/+3
2015-05-01MIMES : added new mime type for 3gp based video file upload, added space ↵Intekhab Rizvi1-1/+1
between array
2015-05-01MIMES : added new mime type for 3gp based video file uploadIntekhab Rizvi1-1/+1
2015-01-26Remove license blocks in /application filesvlakoff1-36/+0
These blocks are annoying for the user and serve little to no purpose as the files are just config files, a boilerplate controller and some views.
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-3/+0
2015-01-09Bulk (mostly documentation) updateAndrey Andreev1-3/+3
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev1-14/+25
2014-10-22[ci skip] Trim a newline characterAndrey Andreev1-1/+1
2014-10-22Update mimes.phpAndre Gardiner1-1/+2
Updated a mines for file format ical. Although it is the same as ics the upload library should also recognize ical file format just the same.
2014-09-11Added vcard mime-typeAhmad Anbar1-1/+2
2014-09-08Add svg to config/mimes.phpAndrey Andreev1-1/+2
Close #3199
2014-06-04Seriously, remove the line endingsean1-1/+1
2014-06-03Another ppt mime typeSean Fahey1-1/+1
2014-06-03Added 'application/vnd.ms-office' MIME for pptSean Fahey1-2/+2
An export from Apple's Numbers to .ppt gives a MIME of application/vnd.ms-office
2014-02-11"BASEPATH check" consistencydarwinel1-1/+2
As described in issue #2870 + A change in the „How to create a library” example in the user_guide
2014-02-112013 > 2014darwinel1-1/+1
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015.
2013-10-14Fix #2682Andrey Andreev1-1/+1
2013-10-04Exra bmp mimesDmitry Babenko1-2/+2
Mimies source http://filext.com/file-extension/BMP
2013-09-21[ci skip] Remove an EOF empty lineAndrey Andreev1-1/+1
2013-09-20Update mimes.phpvkeranov1-1/+2
Added mime type for tar.Z archives
2013-06-06Add mimes pdf application/force-downloadckdarby1-1/+1
2013-02-28[ci skip] Add application/x-zip for OpenOffice docs in ↵Andrey Andreev1-2/+2
application/config/mimes.php
2013-02-08[ci skip] Remove unnecessary string casts in PaginationAndrey Andreev1-1/+1
2013-02-05Added 'application/x-zip' mimetype for docxLasha Krikheli1-2/+2
2013-02-01Added some mime types, for newer or older files.kaoz701-3/+3
2013-01-28Remove unnecessary defined('ENVIRONMENT') checksAndrey Andreev1-1/+1
As suggested in issue #2134 & PR #2149
2013-01-27Fixing issue with commadontforget1-1/+1
2013-01-26Add webm mime typerebornishard1-1/+2
http://www.webmproject.org/about/faq/
2013-01-21[ci skip] Add text/plain as a valid MIME for js,css,*html,xmlAndrey Andreev1-6/+6
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-10-24Add zsh, 7zip, cdr, wma and jar to mimes.php (rel #1919, #1926)Andrey Andreev1-1/+6
2012-10-02Added .dot and .dotx mimes. Fixes #1803Alex Bilbie1-0/+2
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
2012-10-02Added 'binary/octet-stream' as PDF mime. Fixes #1840 and #1828Alex Bilbie1-1/+1
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
2012-08-21docx mimetype addedMichiel Vugteveen1-1/+1
2012-08-15Removed invalid 'application/vnd.ms-excel [official]' mime type from xlsOllie Rattue1-1/+1
2012-08-15Working mime types for xls and xlsx file extensionsOllie Rattue1-2/+2
2012-07-23Fix issue #1644Andrey Andreev1-1/+1
2012-06-15mimes.php: zip, rar, php from pull #1472Andrey Andreev1-2/+3
2012-06-07Add ics files support to mimes.php (issue #1441)Andrey Andreev1-1/+2
2012-06-04Direct return from mimes config, instead of using global $mimes;Phil Sturgeon1-130/+130
Global variables are generally a terrible idea, especially for something as simple as this. The mimes.php now returns an array instead of just injecting a variable name into the global namespace.
2012-03-26Clear some spaces and fix some inconsistencies in application/ php filesAndrey Andreev1-2/+3
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway...