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
2024-01-09 19:24:56 +00:00
..
imageboard [core] remove add_image, send_event(DataUpload) is much clearer as to what it's actually doing 2024-01-09 19:24:56 +00:00
tests [core] only show decimal for KB/MB/etc less than 10 2024-01-08 19:35:25 +00:00
basepage.php [style] use CSS for text-wrapping 2024-01-08 21:24:41 +00:00
basethemelet.php [theme] add data-rating attribute to thumbnails 2024-01-04 14:11:20 +00:00
block.php bumps 2023-11-11 22:05:28 +00:00
cacheengine.php [core] parse CACHE_DSN using parse_url, and support username / password for redis, fixes #1000 2024-01-07 23:28:15 +00:00
captcha.php updates 2023-02-13 22:28:50 +00:00
command_builder.php bumps 2023-11-11 22:05:28 +00:00
config.php make cache table name into a valid postgres identifier for notifications 2023-12-14 22:02:10 +00:00
database.php [core] fix error in error handling 2024-01-04 23:10:31 +00:00
dbengine.php bumps 2023-11-11 22:05:28 +00:00
event.php typed arrays 2024-01-01 03:30:21 +00:00
exceptions.php [core] fix error in error handling 2024-01-04 23:10:31 +00:00
extension.php [core] only move file to warehouse if all the rest of the upload is ok, fixes #1004 2024-01-09 04:49:19 +00:00
install.php [install] sqlite as the default DB 2024-01-04 12:08:08 +00:00
logging.php bumps 2023-11-11 22:05:28 +00:00
microhtml.php [themes] have themes implement head_html/body_html rather than render 2024-01-04 14:11:20 +00:00
permissions.php Merge pull request #921 from luanalatte/approval-bypass 2023-06-25 19:54:07 +01:00
polyfills.php [core] only show decimal for KB/MB/etc less than 10 2024-01-08 19:35:25 +00:00
sanitize_php.php bumps 2023-11-11 22:05:28 +00:00
send_event.php [core] cache event listeners based on which extensions are enabled + version number 2023-12-31 15:44:35 +00:00
sys_config.php [ci] more specific version in /system_info, less specific version in footer 2024-01-06 19:32:33 +00:00
testcase.php [tests] add assertException because PHPUnit doesn't have it 2024-01-07 17:22:16 +00:00
urls.php [core] use rawurlencode/decode consistently, deprecate caret system 2023-12-24 22:42:14 +00:00
user.php fewer loose functions 2023-12-16 11:04:52 +00:00
userclass.php [userclass] ghosts should still be able to read PMs 2023-12-21 21:15:46 +00:00
util.php [core] avoid making convert show an error message 2024-01-09 15:26:45 +00:00