3620 Commits

Author SHA1 Message Date
kenjis
a8072a51bb
Merge pull request #6475 from JavaDeveloperKiev/cachingBugFix
Fix broken caching system when array of allowed parameters used
2022-09-04 09:57:53 +09:00
John Paul E. Balandan, CPA
eb440742eb
Apply formatting fixes 2022-09-03 19:44:54 +08:00
kenjis
924b3c4fa9
Merge pull request #6473 from paulbalandan/redis-incr
Fix redis cache increment/decrement methods
2022-09-03 07:06:48 +09:00
Kulakov Ivan
2b5dae8d5b
Create test for Cache Query String options
Signed-off-by: Kulakov Ivan <javaDeveloperKyiv@gmail.com>
2022-09-02 15:24:54 +03:00
kenjis
8760a49311
fix: JSON data may cause "Array to string conversion" error 2022-09-02 12:45:56 +09:00
John Paul E. Balandan, CPA
698928a8e9
Fix redis cache increment/decrement methods 2022-09-02 10:30:36 +08:00
kenjis
528eed7f8b
test: fix invalid locale value
locale
    Is a BCP 47 compliant language tag.
See https://www.php.net/manual/en/locale.setdefault.php
2022-08-31 17:59:00 +09:00
kenjis
1aeb5b3ab4
test: restore changed locale in tearDown() 2022-08-31 10:17:28 +09:00
kenjis
6aafff0611
fix: add missing CLIRequest::getLocale()
Call to undefined method CodeIgniter\HTTP\CLIRequest::getLocale()
2022-08-29 08:06:25 +09:00
kenjis
5e7b4fe99d
test: fix incorrect assertions 2022-08-29 08:04:25 +09:00
kenjis
5d7f529488
fix: return type of added get*() methods 2022-08-27 16:36:50 +09:00
kenjis
42ac32d906
test: remove unneeded tearDown() 2022-08-27 11:59:15 +09:00
kenjis
8c37dd1c7e
test: update NegotiateTest 2022-08-27 11:59:15 +09:00
kenjis
dff94db328
fix: add missing get*() methods in CLIRequest 2022-08-27 11:59:14 +09:00
kenjis
45025a10c3
Merge pull request #6400 from kenjis/refactor-ForgeTest-getFieldData
test: refactor tests for getFieldData()
2022-08-26 11:07:19 +09:00
kenjis
b0da9eba7a
Merge pull request #6396 from sclubricants/SqliteTable
Fix Sqlite Table::createTable()
2022-08-25 09:52:04 +09:00
kenjis
70d27e04af
docs: fix by proofreading
Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>
2022-08-24 11:17:22 +09:00
sclubricants
9a4ee1b3e1
fix 2022-08-23 11:53:21 -07:00
sclubricants
7717097c96
Fix test 2022-08-23 11:44:47 -07:00
sclubricants
b2ad447cf1
Add testDropColumnDropCompositeKey() 2022-08-23 11:40:58 -07:00
kenjis
0fc684e21d
docs: restore phpunit.xml 2022-08-23 20:29:29 +09:00
kenjis
1760b09095
docs: update about test database 2022-08-23 18:05:15 +09:00
kenjis
071cd044fb
Merge pull request #6378 from ping-yee/fix-validation-custom-error-asterisk-field
Fix validation custom error asterisk field
2022-08-23 06:46:29 +09:00
ping-yee
512f253951
fix: cs-fix 2022-08-22 23:59:00 +08:00
kenjis
4727025f57
Merge pull request #6390 from iRedds/fix/alias-subquery
Fix: The subquery adds a prefix for the table alias.
2022-08-22 11:30:51 +09:00
Abdul Malik Ikhsan
aed7114a57
Merge pull request #6402 from kenjis/fix-command-usage
fix: command usages
2022-08-21 20:07:36 +07:00
kenjis
ec98fc943c
test: update test 2022-08-21 20:31:13 +09:00
kenjis
1cc0f9b974
test: refactor tests for getFieldData() 2022-08-21 10:39:31 +09:00
kenjis
0d14a53885
test: add check for "suggest" 2022-08-21 07:49:09 +09:00
kenjis
228ebb5c90
test: extract setUp() 2022-08-21 07:39:46 +09:00
ping-yee
964fe7183d
test: add test for validation error with asterisk field. 2022-08-20 01:31:40 +08:00
Andrey Pyzhikov
99f0dd5671
Fixes for newQuery(). 2022-08-19 03:47:39 +08:00
Andrey Pyzhikov
96b7f13f7a
Fix: The subquery adds a prefix for the table alias. 2022-08-19 01:48:52 +08:00
kenjis
cf784978d1
refactor: ValidationTest 2022-08-16 11:11:37 +09:00
sclubricants
9ebe71c120
Add $cached param to BaseConnection::tableExists() 2022-08-14 12:31:28 -07:00
kenjis
8e61adefc1
test: update test that use Customfilter 2022-08-13 10:56:19 +09:00
kenjis
48c13b8068
refactor: make DownloadResponse testable 2022-08-13 10:29:23 +09:00
kenjis
545d382fc6
test: update tests that use Customfilter 2022-08-13 10:04:59 +09:00
kenjis
f09f22109d
test: remove dynamic property 2022-08-13 10:04:59 +09:00
kenjis
4441fd188d
feat: add public method to regenerate CSRF token 2022-08-06 05:48:48 +09:00
kenjis
681a9c74e8
fix: random_string('crypto') may return string less than $len or ErrorException 2022-08-04 11:24:19 +09:00
kenjis
4466c88de8
test: fix setUp()
When Security depends on Request, we need to reset it.
2022-07-31 14:06:38 +09:00
kenjis
898c756f07
test: add tests for Token Randomization in Cookie CSRF 2022-07-31 14:06:38 +09:00
kenjis
aba1ac1eb7
Merge pull request #6282 from kenjis/fix-cachePage-secureheaders
fix:  page cache saves Response data before running after filters
2022-07-30 18:11:11 +09:00
kenjis
cee552837b
Merge pull request #6292 from kenjis/fix-Security-derandomize
fix: Security::derandomize() may cause hex2bin() error
2022-07-25 10:21:55 +09:00
Abdul Malik Ikhsan
c1bac7e30e
Merge pull request #6291 from kenjis/fix-FileCollection-constructor
fix: unable to add more than one file to FileCollection constructor
2022-07-24 15:09:27 +07:00
kenjis
f781dc2878
Merge pull request #6285 from kenjis/fix-Entity-hasChanged-mapped-property
fix: Entity::hasChanged() returns wrong result to mapped property
2022-07-24 09:28:35 +09:00
kenjis
38c8cbf47f
fix: Security::derandomize() may cause hex2bin() error 2022-07-24 07:33:22 +09:00
kenjis
c79225e7d8
fix: unable to add more than one file to FileCollection constructor 2022-07-24 07:08:34 +09:00
kenjis
e52c06f30d
test: add assertions 2022-07-23 07:58:01 +09:00