Commit graph

389 commits

Author SHA1 Message Date
Visman
ebef5d5dad Add some order 2023-07-14 20:45:32 +07:00
Visman
f40f76f0c6 Fix for GD
1. Palette image not supported by webp
2. imageavif(): avif error - avif doesn't support palette images
2023-07-12 18:18:26 +07:00
Visman
e928df83da Convert file extension to lower case 2023-07-12 15:36:13 +07:00
Visman
a24a3e1fdf Add a simple hashtag system to posts and searches 2023-07-10 23:34:53 +07:00
Visman
7917e7a3d1 Set png to max(?) compression always 2023-07-09 16:36:59 +07:00
Visman
4eee4e51fc Limit the number of files that can be uploaded at the same time 2023-07-08 23:05:36 +07:00
Visman
49acb82f78 Add file uploads 6/... 2023-07-08 16:53:24 +07:00
Visman
9981a68a7e jpeg xl
ImageMagick has the ability to support the JPEG XL format.
2023-07-04 16:45:33 +07:00
Visman
76baacb67a Fix for GD and animated WebP 2023-06-29 01:45:10 +07:00
Visman
f85dd4743c If the bbcodes require inline styles, then add the style-src 'unsafe-inline' rule to the Content-Security-Policy header 2023-06-17 01:21:25 +07:00
Visman
6efd155597 Add heif/heic and fix ini_get() for size() method
ImageMagick supported heif/heic formats.
2023-06-03 12:08:12 +07:00
Visman
5ce8e20f9b Add FORK_JSON_ENCODE constant 2023-05-31 15:38:02 +07:00
Visman
5923684775 Use container->MAX_EMAIL_LENGTH 2023-05-19 18:02:44 +07:00
Visman
cf15f56635 Rename method 2023-05-16 21:29:21 +07:00
Visman
aee1a49a25 Fix call order of curl_close() and curl_error() 2023-05-16 17:34:28 +07:00
Visman
f997cb59a1 Update uploadFromLink() method for Files 2023-05-15 18:48:20 +07:00
Visman
19a7842b7a Repl FILTER_VALIDATE_BOOLEAN to FILTER_VALIDATE_BOOL 2023-05-15 17:12:31 +07:00
Visman
947705cc3c Add avatar upload on registration via OAuth 2023-05-14 21:47:05 +07:00
Visman
8fa8d4d420 Temp files in cache 2023-05-14 21:44:55 +07:00
Visman
ced54003f8 Update ISWEV to constants 2023-05-13 13:31:15 +07:00
Visman
eddb710952 Fix Mail 2023-04-29 18:24:41 +07:00
Visman
8b1f40e34c Fix DB\AbstractStatement 2023-04-29 18:05:01 +07:00
Visman
0f61f3ec0d Code style and minor changes 2023-04-29 15:07:09 +07:00
Visman
14c3a5d0db Up min PHP version from 7.3 to 8.0 - 5 2023-04-28 19:34:31 +07:00
Visman
e2cf3896b6 Up min PHP version from 7.3 to 8.0 - 4 2023-04-28 13:34:43 +07:00
Visman
7c7e1a097f Up min PHP version from 7.3 to 8.0 - 3 2023-04-28 10:58:24 +07:00
Visman
5528d0480b Up min PHP version from 7.3 to 8.0 2023-04-27 19:36:15 +07:00
Visman
5af26f9c89 Update addRules() method in Validator
Now the rule can be specified as an array. Sometimes needed for 'in' and 'not_in'.
2023-04-26 16:58:09 +07:00
Visman
983241b995 Update Router.php
Wrongly written bots broke everything :)
2023-04-12 12:08:30 +07:00
Visman
7eaec5fcc5 Add a check to the parser to disable links 2023-04-11 23:09:02 +07:00
Visman
c2b5758465 Fix truncateTable() method for SQLite 2023-03-31 09:43:16 +07:00
Visman
1528ee4f07 Update Image.php 2023-03-30 23:24:48 +07:00
Visman
b2732cb847 fix typo 2023-03-30 23:10:07 +07:00
Visman
f9de698fbd Update Files.php 2023-03-30 22:20:46 +07:00
Visman
5cdec31ed1 Update Files, File and Image 2023-03-30 21:25:32 +07:00
Visman
c98726469b Update Files.php 2023-03-29 22:46:14 +07:00
Visman
3b05511854 Update Validator.php 2023-03-29 22:32:07 +07:00
Visman
8ddee22cec Update Files.php 2023-03-29 22:31:54 +07:00
Visman
af1e339fda Cancel Lossless encoding for WebP for now
The avatars do not show the difference, but the volume of files increases significantly.
2023-03-29 10:27:10 +07:00
Visman
4f24442850 fix 2023-03-29 00:17:01 +07:00
Visman
1cf72c4706 Lossless encoding for WebP and PHP 8.1+ 2023-03-29 00:14:15 +07:00
Visman
900f848a79 Update Config.php 2023-03-28 19:12:56 +07:00
Visman
0d4ba6d929 Update Log.php 2023-03-26 09:30:32 +07:00
Visman
bb6d788ce5 Use SensitiveParameter 2022-12-10 16:53:16 +07:00
Visman
1b36e7c8ef Change pagination of topic pages on the forum page 2022-08-05 22:58:22 +07:00
Visman
22d7ed40fa Fix for PHP 8.2 beta2
PHP E_DEPRECATED: Creation of dynamic property is deprecated
2022-08-05 22:57:12 +07:00
Visman
2da049169e Update Core\Log 2022-05-05 19:15:28 +07:00
Visman
715778d6ff Update Core\Mail
Reinsurance O_o
2022-05-05 18:00:22 +07:00
Visman
bffdd9d345 Update Core\Secury
Delete type cast.
2022-05-05 16:39:14 +07:00
Visman
91478fc53d Update Core\Secury
Change the logic of the replInvalidChars() method.
2022-05-05 16:37:28 +07:00