17869 Commits

Author SHA1 Message Date
kenjis
120b08d430
Merge pull request #7624 from puschie286/sqlsrv-default-port-connection-refuse
fix: sqlsrv default port cause connection refuse
2023-06-29 17:51:11 +09:00
puschie286
757de43da5
Update user_guide_src/source/database/configuration.rst
Co-authored-by: kenjis <kenji.uui@gmail.com>
2023-06-29 10:39:51 +02:00
kenjis
2753ad7d89
docs: fix @param 2023-06-29 16:57:14 +09:00
kenjis
15677c30c6
docs: update user guide 2023-06-29 12:07:44 +09:00
kenjis
6c3b6c4f18
config: change the default value of $shareOptions to false 2023-06-29 12:02:46 +09:00
Andrey Pyzhikov
abb921a7b7
rebase 2023-06-29 08:46:38 +08:00
Andrey Pyzhikov
9de07170c3
Update user_guide_src/source/general/errors.rst
Version of the new functionality.

Co-authored-by: kenjis <kenji.uui@gmail.com>
2023-06-29 08:42:13 +08:00
Andrey Pyzhikov
17583a1265
rework: RedirectException. changelog 2023-06-29 08:42:12 +08:00
Andrey Pyzhikov
3e1fa646fd
rework: RedirectException. tests, docs and changes 2023-06-29 08:42:12 +08:00
Andrey Pyzhikov
8a770a55b6
rework: RedirectException. test group 2023-06-29 08:42:11 +08:00
Andrey Pyzhikov
7d5b9f8cfa
rework: RedirectException. UG and new tests 2023-06-29 08:42:10 +08:00
Andrey Pyzhikov
33b7963dfe
rework: RedirectException constructor. force_https 2023-06-29 08:42:09 +08:00
Andrey Pyzhikov
2fb429d1c5
rework: RedirectException implements ResponsableInterface 2023-06-29 08:41:39 +08:00
kenjis
2868f5cb1d
docs: add method signature change 2023-06-29 08:03:15 +09:00
kenjis
eccbae455c
docs: add Deprecations in changelog 2023-06-29 08:02:14 +09:00
kenjis
812b172e37
test: remove out-of-dated test case
$CSRFExpire was removed.
2023-06-29 08:02:14 +09:00
kenjis
241ac4c6ff
test: update MockSecurity constructor param 2023-06-29 08:02:14 +09:00
kenjis
848436f861
test: extract method to create instance 2023-06-29 08:02:14 +09:00
kenjis
7a7e98089a
refactor: remove CSRF properties in MockAppConfig 2023-06-29 08:02:13 +09:00
kenjis
5e7a1e6e5b
docs: add changelog and upgrade note 2023-06-29 08:02:13 +09:00
kenjis
a9554b3502
refactor: [BC] change Security constructor param from Config\App to Config\Security 2023-06-29 08:02:13 +09:00
kenjis
a0665df042
refactor: add property for SecurityConfig and use it 2023-06-29 08:02:13 +09:00
kenjis
afeb419d06
refactor: remove CSRF config items in Config\App 2023-06-29 08:02:12 +09:00
kenjis
10d3be685a
Merge remote-tracking branch 'upstream/develop' into 4.4 2023-06-29 07:57:10 +09:00
kenjis
c02bae9b27
Merge pull request #7175 from kenjis/perf-router
perf: RouteCollection $routes optimization
2023-06-29 07:56:00 +09:00
kenjis
b1b5544a75
Merge pull request #7637 from kenjis/docs-with-in-titles
docs: change "With" in section titles to lowercase
2023-06-29 07:54:15 +09:00
kenjis
13e782df7a
Merge pull request #7636 from kenjis/docs-time.rst
docs: improve time.rst
2023-06-29 07:53:31 +09:00
kenjis
7740034628
Merge pull request #7635 from kenjis/fix-docs-forceGlobalSecureRequests-comment
docs: fix comment header for $forceGlobalSecureRequests
2023-06-29 07:52:42 +09:00
kenjis
7d598e70ed
Merge pull request #7634 from kenjis/docs-force_https
docs: improve force_https() description
2023-06-29 07:51:58 +09:00
kenjis
481b4c3662
Merge pull request #7633 from kenjis/fix-docs-RedirectException-2
docs: fix incorrect description on RedirectException (2)
2023-06-29 07:51:15 +09:00
kenjis
d97ee0e918
Merge pull request #7631 from kenjis/docs-RedirectException-note
docs: add note for RedirectException namespace
2023-06-29 07:50:34 +09:00
Christoph Potas
a7b97ad34e
Provide default port configuration information to the documentation
~ remove old port changes
+ add port config information to the documentation
2023-06-28 15:11:34 +02:00
kenjis
40409b3f7a
Merge pull request #7621 from kenjis/remove-Request-proxyIPs
refactor: drop support for `Config\App::$proxyIPs = ''`
2023-06-28 21:45:28 +09:00
kenjis
6fd54273fb
docs: change "with" in section titles to lowercase
For consistency.
2023-06-28 17:56:13 +09:00
kenjis
dd94346a3a
docs: text decration 2023-06-28 17:51:13 +09:00
kenjis
31a1351ee5
docs: add link to php.net 2023-06-28 17:50:54 +09:00
kenjis
5fc525d94f
docs: fix comment header 2023-06-28 11:14:24 +09:00
kenjis
2d5fcb2a9d
docs: improve force_https() description 2023-06-28 11:11:20 +09:00
kenjis
c72573a27a
docs: remove route
It may imply a named route.
2023-06-28 10:28:44 +09:00
kenjis
8f24590548
docs: remove incorrect description
A complete URL will be converted with base_url().
2023-06-28 10:27:11 +09:00
kenjis
35d7d2941e
docs: update docs 2023-06-28 09:30:05 +09:00
kenjis
8c6e883383
feat: add request option proxy 2023-06-28 09:29:26 +09:00
kenjis
8b36556cfc
docs: add note for RedirectException namespace 2023-06-28 07:15:35 +09:00
kenjis
d19d0342a6
Merge remote-tracking branch 'upstream/develop' into 4.4
Conflicts:
	user_guide_src/source/general/errors/010.php
	user_guide_src/source/general/errors/011.php
2023-06-28 06:04:38 +09:00
kenjis
1add05a864
Merge pull request #7629 from kenjis/fix-docs-RedirectException
docs: fix incorrect description on RedirectException
2023-06-28 06:01:47 +09:00
kenjis
8c927318cf
Merge pull request #7627 from kenjis/fix-docs-changelogs-440-format
docs: fix changelogs v4.4.0 RST format
2023-06-28 06:00:54 +09:00
kenjis
08c046ea42
Merge pull request #7626 from kenjis/update-kint-507
chore: update Kint to 5.0.7
2023-06-28 06:00:12 +09:00
Christoph Potas
29d6ddd2c2
Confirm Style Guide
~ add missing space (style guide)
2023-06-27 12:14:58 +02:00
kenjis
1be4b4f4d2
Merge pull request #7559 from BennyBPB/4.4
perf: Change current directory in public/index.php only if necessary
2023-06-27 14:30:58 +09:00
kenjis
1f09de8281
Merge pull request #7618 from codeigniter4/remove-precommit-hook
Remove PHPStan from pre-commit hook
2023-06-27 14:30:18 +09:00