Commit graph

370 commits

Author SHA1 Message Date
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
Visman
61d4117091 Minor change 2022-02-24 22:17:44 +07:00
Visman
3acbe21fb0 Update Core\Files 2022-02-24 22:17:04 +07:00
Visman
948cb6d4de Update Core\Files 2022-02-24 12:44:25 +07:00
Visman
bc23b17e06 Need to think
O_o
2022-02-09 21:42:20 +07:00
Visman
1f64397404 Update Core\Container for calculated variables 2022-02-09 21:29:40 +07:00
Visman
65941831e5 Update DB\Pgsql for COLLATE 2022-02-07 14:14:45 +07:00
Visman
cdea5ce590 Update DB drivers 2022-01-25 13:23:14 +07:00
Visman
8418606d83 Update Core\DB 2022-01-25 13:17:32 +07:00
Visman
c6253ef6fe Update DB\Sqlite 2022-01-24 23:19:16 +07:00
Visman
efaf3112d8 Revert "Small changes that break everything"
This reverts commit e61bd6c3c0.
2022-01-17 18:06:49 +07:00
Visman
e61bd6c3c0 Small changes that break everything 2022-01-17 18:06:33 +07:00
Visman
257d394c5c Update Core\ErrorHandler 2022-01-17 14:06:50 +07:00
Visman
225f4c4830 Update Core\Mail 2022-01-16 23:46:45 +07:00
Visman
d7f31b5c9c Update Core\Mail
Instead of hiding warnings, they should be logged without interrupting script execution.
2022-01-16 17:54:00 +07:00
Visman
2712c67025 Update Core\Log
Fix "Malformed UTF-8 characters, possibly incorrectly encoded in ..."
2022-01-16 17:51:32 +07:00
Visman
587202bd29 Update Core\Validator
Separately handle the situation similar to the previous commit.
2022-01-16 16:50:56 +07:00
Visman
2bc2791ed2 Update Core\ErrorHandler
Now ErrorHandler assigns itself to Container.
Add logOnly() method that sets the error level for logging only, without breaking the script.
2022-01-16 16:06:33 +07:00
Visman
da8fe884e5 Update Core\Mail 2022-01-15 14:12:50 +07:00
Visman
b285ae22a3 Add support TLS for smtp
Even the following settings work:
smtp_host = 'smtp.gmail.com:25'
smtp_pass = 'my email password'
smtp_user = 'my email'
smtp_ssl = 0
2022-01-15 00:24:46 +07:00