3592 Commits

Author SHA1 Message Date
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
kenjis
56e3af04ee
test: replace magic numbers with constants 2022-07-23 07:52:00 +09:00
kenjis
9c8d05ee8b
fix: hasChanged() returns wrong result to mapped property 2022-07-21 15:24:23 +09:00
kenjis
f19169d8fd
fix: page cache saves Response before running after filters
Response headers added by after filters will not be sent.
Response body changes by after filters will be lost.
2022-07-21 10:05:39 +09:00
kenjis
da63121630
Merge pull request #6274 from kenjis/fix-docs-test-README
docs: update tests/README.md
2022-07-21 07:03:40 +09:00
kenjis
8fe0acad8f
docs: update test/README 2022-07-18 08:51:15 +09:00
kenjis
d19912336e
docs: update command style 2022-07-18 08:42:50 +09:00
kenjis
17b5c3f6dc
docs: remove spaces at the end of the lines 2022-07-18 08:42:12 +09:00
kenjis
f9931e4376
fix: route name is not displayed in Exception message 2022-07-16 09:43:47 +09:00
Abdul Malik Ikhsan
d63e8b62c3
Merge pull request #6261 from kenjis/fix-Validation-max_size
fix: add parameter checking for max_size
2022-07-14 23:12:18 +07:00
kenjis
708454cab1
fix: add parameter checking 2022-07-13 14:36:54 +09:00
kenjis
bd5ac24758
fix: invalid DELETE query when builder uses table alias 2022-07-11 14:01:05 +09:00
kenjis
b0ed2d511c
fix: invalid INSERT query when builder uses table alias 2022-07-11 14:00:24 +09:00
kenjis
bc688d9b99
Merge pull request #6243 from iRedds/fix/validation-leading-asterisk
Fix: Validation of fields with a leading asterisk.
2022-07-09 10:05:17 +09:00
Andrey Pyzhikov
d6a2327f5a
Fix: Validation. Leading asterisk. 2022-07-08 15:31:54 +08:00
kenjis
8baf85fa36
fix: custom validation error is cleared when calling setRule() twice 2022-07-08 10:45:40 +09:00
kenjis
ca9d244517
test: add test case 2022-07-08 10:28:52 +09:00
kenjis
40252f2de3
fix: Builder update() does not accept an object 2022-07-02 18:10:13 +09:00
kenjis
29ed7b415f
fix: Builder insert() does not accept an object 2022-07-02 18:10:12 +09:00
kenjis
cd152631fd
Merge pull request #6211 from kenjis/fix-model-multiple-pagers
fix: multiple pagers with models do not work
2022-07-02 08:21:16 +09:00
kenjis
11e1faa35d
Merge pull request #6209 from kenjis/fix-lang-on-cli
fix: lang() causes Error on CLI
2022-07-02 08:20:46 +09:00
kenjis
516e7dd98e
Merge pull request #6201 from kenjis/fix-csp-reportOnly
fix: CSP reportOnly behavior
2022-07-02 08:20:24 +09:00
kenjis
3476eb6293
test: fix and add test 2022-06-30 21:31:42 +09:00
kenjis
4d2058794a
fix: multiple pagers with models do not work 2022-06-30 19:09:45 +09:00
kenjis
765c6cd1cb
test: add test for lang() error on CLI 2022-06-30 17:39:33 +09:00
kenjis
310697094d
test: refactor tests 2022-06-30 17:34:55 +09:00
kenjis
b872d7b364
test: add expects() and remove assertTrue(true) 2022-06-30 08:32:58 +09:00
kenjis
204287c258
fix: Email SMTP may throw Uncaught ErrorException 2022-06-30 08:32:58 +09:00
kenjis
c19d8df1fa
test: extract method 2022-06-30 08:32:57 +09:00