This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/core
Matthew Barbour 63b2601e67 Mime type handling overhaul
Changed mime type map to deal with the reality that certain file types have multiple extensions and/or multiple mime types, as well as constants supporting all of the data. Created new functions using the updated mime type map to resolve mime types and extensions. Updated various items around the project that determine mime/extension to take advantage of the new functions.
2020-06-03 19:47:40 +01:00
..
imageboard Mime type handling overhaul 2020-06-03 19:47:40 +01:00
tests format 2020-04-25 21:36:28 +01:00
basepage.php Added manual page mode to allow extensions to have direct control of the output 2020-06-03 19:40:43 +01:00
basethemelet.php Mime type handling overhaul 2020-06-03 19:47:40 +01:00
block.php forms 2020-01-26 23:23:15 +00:00
cacheengine.php use strict types 2020-01-26 16:27:56 +00:00
captcha.php lint fixing 2020-03-13 09:23:54 +00:00
config.php drop un-used, un-tested config variants 2020-02-01 21:40:35 +00:00
database.php include database version in sys info 2020-03-26 16:57:08 +00:00
dbengine.php include database version in sys info 2020-03-26 16:57:08 +00:00
event.php a bunch more testing and fixes for Pools 2020-03-27 14:41:24 +00:00
exceptions.php more helpful installer exception 2020-01-27 19:37:28 +00:00
extension.php Mime type handling overhaul 2020-06-03 19:47:40 +01:00
filetypes.php Mime type handling overhaul 2020-06-03 19:47:40 +01:00
install.php https a bunch of things 2020-03-25 11:47:00 +00:00
logging.php flush stdout after each CLI logging call 2020-02-02 15:53:05 +00:00
permissions.php option for admins to create new users 2020-05-19 19:33:51 +01:00
polyfills.php Mime type handling overhaul 2020-06-03 19:47:40 +01:00
send_event.php https a bunch of things 2020-03-25 11:47:00 +00:00
sys_config.php bump 2020-03-27 14:56:59 +00:00
urls.php format 2020-04-25 21:36:28 +01:00
user.php allow bypassing auth tokens in unit tests 2020-04-25 21:35:14 +01:00
userclass.php option for admins to create new users 2020-05-19 19:33:51 +01:00
util.php make make_link more sane 2020-03-28 14:11:14 +00:00