605 Commits

Author SHA1 Message Date
neznaika0
ea3894755d
fix: Update the typing 2024-11-09 08:44:47 +03:00
neznaika0
583e7b61da
refactor: up performance service() 2024-11-09 08:44:46 +03:00
Abdul Malik Ikhsan
9e4777a0c8
refactor: enable AddClosureVoidReturnTypeWhereNoReturnRector to add void return on closure 2024-06-27 22:19:28 +07:00
kenjis
798d055404
style: remove unneeded x permissions 2024-05-28 21:37:32 +09:00
kenjis
7485e25ec1
docs: update comment 2024-05-08 14:33:00 +09:00
kenjis
b3d844ecc4
style: add space after ! 2024-04-06 09:24:47 +09:00
kenjis
93bb672ab4
docs: restore comments that are deleted by rector 2024-04-06 09:24:47 +09:00
kenjis
e25bc7e7a7
refactor: run rector 2024-04-06 09:24:47 +09:00
kenjis
e78c92994f
Merge remote-tracking branch 'upstream/develop' into 4.5 2024-04-05 16:59:18 +09:00
kenjis
f1d6b1be35
style: fix indentations
For consistency.
2024-04-04 10:11:00 +09:00
kenjis
9e07476f97
docs: add sample db config as comments 2024-04-01 09:28:17 +09:00
kenjis
03b406b5d7
docs: remove line breaks 2024-04-01 09:23:43 +09:00
kenjis
0bab68b48a
Merge pull request #8673 from kenjis/config-Security-redirect
feat: environment-specific Config\Security::$redirect
2024-03-31 08:54:48 +09:00
kenjis
62bcfa80b3
Merge pull request #8649 from kenjis/feat-cors
feat: add CORS filter
2024-03-31 08:52:10 +09:00
kenjis
96ce795691
Merge remote-tracking branch 'origin/develop' into 4.5
Conflicts:
	system/CodeIgniter.php
	system/Filters/Filters.php
	system/Language/Language.php
	system/Router/Router.php
2024-03-29 13:56:45 +09:00
kenjis
4d6b45b769
fix: add missing URI Security and Conig\App::$permittedURIChars 2024-03-29 11:16:40 +09:00
kenjis
00896cf231
feat: environment-specific Config\Security::$redirect 2024-03-29 10:46:50 +09:00
kenjis
681c41efa8
feat: support multiple configurations 2024-03-27 19:20:40 +09:00
kenjis
d42c786997
feat: make $allowedOriginsPatterns more secure
Also, this is easier to read.
2024-03-27 19:20:37 +09:00
kenjis
31de58efd2
feat: add Cors filter 2024-03-27 19:20:37 +09:00
kenjis
fd25f15255
feat: add HTTP\Cors class 2024-03-27 19:20:36 +09:00
kenjis
8f46563848
feat: add Config\Optimize::$locatorCacheEnabled 2024-03-27 06:20:26 +09:00
kenjis
fef194b399
perf: add config Optimize and move $configCacheEnabled
The Cache Config class that extends BaseConfig is very slow to instantiate..
See https://github.com/codeigniter4/CodeIgniter4/pull/8558#discussion_r1506813270
2024-03-27 06:20:26 +09:00
kenjis
e32b962bf8
config: move $cacheQueryString down
This setting is for Web Page Caching, not for Cache service.
2024-03-27 06:20:25 +09:00
kenjis
c1ca7b7206
feat: add config Cache::$configCacheEnabled
and move code from index.php to Boot class.
2024-03-27 06:20:24 +09:00
kenjis
879479c3b5
Merge pull request #8578 from kenjis/improve-redis-session
feat: improve Redis Session
2024-03-26 08:18:21 +09:00
kenjis
fb4a1f5f30
Merge remote-tracking branch 'upstream/develop' into 4.5
Conflicts:
	phpstan-baseline.php
2024-03-25 07:52:41 +09:00
kenjis
02b0ac8d82
docs: remove redundant comments 2024-03-21 18:02:40 +09:00
kenjis
8aa7a0a3d5
docs: replace string with class-string 2024-03-21 18:00:54 +09:00
kenjis
0226cc2f5a
docs: update array types in @var 2024-03-21 12:11:03 +09:00
kenjis
a3a7aa7148
Merge remote-tracking branch 'upstream/develop' into 4.5 2024-03-18 17:47:41 +09:00
kenjis
d8945671f6
refactor: add padding to environment class 2024-03-15 11:56:19 +09:00
kenjis
50409e80fc
refactor: remove border-top 2024-03-15 10:54:51 +09:00
kenjis
2f009ca5e2
refactor: tweaks css 2024-03-15 10:53:12 +09:00
kenjis
93fe3adafc
refactor: remove redundant rem 2024-03-15 10:53:12 +09:00
kenjis
89f7ede4ec
fix: remove invalid letter-spacing 2024-03-15 10:53:12 +09:00
kenjis
9c38271a30
refactor: move footer info to top
It is useful when reporting errors.
2024-03-15 10:53:11 +09:00
kenjis
e72ce8f8b7
Merge remote-tracking branch 'upstream/develop' into 4.5
Conflicts:
	system/Test/TestResponse.php
2024-03-02 17:03:18 +09:00
kenjis
9894b92997
Merge pull request #8588 from melroy89/docs_fix_typo
docs: Fix typo in Toolbar.php
2024-02-27 11:02:59 +09:00
Melroy van den Berg
78edddf62c
docs: Fix typo in Toolbar.php 2024-02-27 02:48:06 +01:00
kenjis
8b867d21fd
feat: add config for lock timeout 2024-02-26 10:50:02 +09:00
kenjis
99a9148b0a
Merge remote-tracking branch 'upstream/develop' into 4.5
Conflicts:
	psalm-baseline.xml
	system/Router/AutoRouterImproved.php
	system/Router/Router.php
2024-02-26 09:42:51 +09:00
kenjis
e1df9f5bcd
Merge remote-tracking branch 'upstream/develop' into 4.5
Conflicts:
	system/Router/AutoRouterImproved.php
	system/Router/Router.php
2024-02-26 06:59:33 +09:00
John Paul E. Balandan, CPA
06353a4037
style: Enable phpdoc_list_type fixer 2024-02-26 00:19:02 +08:00
John Paul E. Balandan, CPA
ad11363bcf
style: also align @phpstan-type and @phpstan-var (#8551) 2024-02-25 23:26:15 +08:00
John Paul E. Balandan, CPA
609be527ce
style: enable phpdoc_array_type (#8580) 2024-02-25 22:58:47 +08:00
kenjis
2968e1f1fd
Merge remote-tracking branch 'upstream/develop' into 4.5 2024-02-14 09:14:56 +09:00
kenjis
654c5d740f
refactor: use official site URL 2024-02-13 16:01:00 +09:00
kenjis
d7a4ba2daa
refactor: use official user guide URLs 2024-02-13 16:00:24 +09:00
kenjis
09b48d5c4e
Merge remote-tracking branch 'upstream/develop' into 4.5
Conflicts:
	system/Helpers/array_helper.php
2024-02-12 18:44:43 +09:00