DeveloperMarius
554d562e56
Seem to get no error local, test on actions
2021-03-23 12:04:10 +01:00
DeveloperMarius
577c87c527
Try to run phpunit from composer
2021-03-23 11:57:03 +01:00
DeveloperMarius
d7a295cb5c
Change php version and test execution
2021-03-23 11:53:29 +01:00
Marius Karstedt
656946fbb2
Used cmd instead of run
2021-03-23 03:33:51 +01:00
Marius Karstedt
aa8211a273
added tests to composer
2021-03-23 03:23:18 +01:00
Simon Sessingø
90b0747dbd
[BUGFIX] Add support for mixed value types in InputItem as requested by #438
2021-03-23 01:36:23 +01:00
Simon Sessingø
e721a92156
Updated readme
2021-03-23 01:25:57 +01:00
Simon Sessingø
67211e5332
Updated readme + gitignore
2021-03-23 01:24:17 +01:00
Simon Sessingø
a44a93d705
[!!!][FEATURE] Removed php-di as suggested by #477
...
NOTE: Custom class-loader should be used to create custom integrations with frameworks like php-di. See documentation for more information.
- Removed all references to php-cli from composer + code.
- Added ClassLoader php-unit tests.
2021-03-23 00:46:17 +01:00
DeveloperMarius
4adfa4f322
Rollback to warning: 'Suggestion: Migrate your XML configuration using --migrate-configuration!'
2021-03-23 00:18:14 +01:00
DeveloperMarius
f9c0c83b70
migrate configuration
2021-03-23 00:09:45 +01:00
DeveloperMarius
eebd537749
removed syntaxCheck (throws error) https://stackoverflow.com/questions/44328114/phpunit-what-does-syntaxcheck-configuration-parameter-stands-for-exactly/44331140#44331140
2021-03-22 23:55:11 +01:00
DeveloperMarius
0e58d556f0
Maby have to add args?
2021-03-22 23:45:37 +01:00
DeveloperMarius
791ba3199d
Error says phpunit needs PHP >= 7.3, let's try it
2021-03-22 23:38:23 +01:00
DeveloperMarius
3c8740769a
No try to add unit tests
2021-03-22 23:36:32 +01:00
DeveloperMarius
029739f241
Just install composer without tests
2021-03-22 23:31:39 +01:00
DeveloperMarius
c67c6759a8
Try without unit tests
2021-03-22 23:28:16 +01:00
DeveloperMarius
21710c083c
Trying to fix docker build error
2021-03-22 23:19:18 +01:00
DeveloperMarius
7013822358
changed bootstrap file
2021-03-22 23:13:05 +01:00
DeveloperMarius
deb6922d0c
change php version to 7.1
2021-03-22 23:10:20 +01:00
DeveloperMarius
cb2cb91a0a
Add on pull request
2021-03-22 23:00:39 +01:00
DeveloperMarius
533dd08217
Github Actions CI on push
2021-03-22 22:58:53 +01:00
DeveloperMarius
5508c73e85
getIp() update to new header method
2021-03-22 22:32:44 +01:00
DeveloperMarius
d5dc81e26e
v4-development sync & getIp() update to new header method
2021-03-22 22:25:37 +01:00
Simon Sessingø
6686de46b9
Updated link to simple-router demo.
2021-03-22 20:35:42 +01:00
Simon Sessingø
5c8ff17aec
Updated documentation for information about multi-route-rendering.
2021-03-22 19:43:13 +01:00
Simon Sessingø
1d2e5f47d9
[FEATURE] Option to disable multi-route rendering
...
- Added option to disable multi-route rendering by calling `Router::setRenderMultipleRoutes($bool)`.
- Added alias for easier access `SimpleRouter::enableMultiRouteRendering($bool)`.
- Added php-unit tests for multi-routing enabled and disabled.
2021-03-22 19:34:55 +01:00
Simon Sessingø
f74252e8cc
Removed newline
2021-03-22 18:34:14 +01:00
Simon Sessingø
2fb59854be
[BUGFIX] Issue #439 : Fixed multiple request-type on same routes.
2021-03-22 18:33:16 +01:00
Simon Sessingø
801f1e68cc
[BUGFIX] BootManager findRoute not working.
...
- Fixed findRoute not working in BootManager as reported by issue: #448
- Added more comprehensive php-unit tests for bootmanagers including findUrl.
2021-03-22 18:05:27 +01:00
Simon Sessingø
fa83d2f74b
Default-namespace changes.
...
- Added new ClassNotFoundHttpException thrown when class is not found.
- ClassNotFoundHttpException is now thrown when class/method is not found (backwards compatible).
- Added unit-tests for default-namespace tests (rewrite + append cases).
2021-03-22 17:03:22 +01:00
Simon Sessingø
fd585e8b9d
[FEATURE] Changed behavior for default-namespace after issue #446
...
- Router::setDefaultNamespace() no longer has to be set in the beginning of routes.php.
- Default namespace are now set once the router is started (Router::start()).
- [WIP] Added unit-tests for custom-namespaces.
2021-03-22 16:41:20 +01:00
Simon Sessingø
11fffd9a7b
[FEATURE] Added option to get/set the filterEmptyParams option on IRoute classes (as requested by: #453 ).
2021-03-22 15:06:20 +01:00
Simon Sessingø
87e9c19edb
Added unit-tests for input->all() method.
2021-03-22 14:49:33 +01:00
Simon Sessingø
8a0f30c05e
Custom regex fix
...
- Fixed issue with custom-regex maching both host-name and url (issue: #503 ).
- Changed TestRouter so host-name is always set.
2021-03-22 14:09:27 +01:00
Marius Karstedt
1e0417b249
also check remote-addr (can be edited https://stackoverflow.com/questions/5092563/how-to-fake-serverremote-addr-variable )
2021-03-22 11:18:16 +01:00
Marius Karstedt
24f7e3ab13
Validate IP header
2021-03-22 11:15:47 +01:00
Simon Sessingø
d2b3ea4f54
Added better header parsing to Request-class.
...
- Added `tryParse` argument to the `getHeader` method. When enabled the method will try to parse headers from both server and client-side (enabled by default).
- Simplified references that checks for both variants of header (http/non http).
- Simplified getIp method of the Request-class.
2021-03-22 11:14:22 +01:00
Marius Karstedt
90a0ca2ee8
Add cf ip header to none save call
2021-03-22 11:06:33 +01:00
Marius Karstedt
9897f66a25
Add $safe
2021-03-22 11:04:33 +01:00
Marius Karstedt
e77b723db3
Add http-client-ip header
2021-03-22 10:57:58 +01:00
Simon Sessingø
0aeefa1cba
Removed ob_end_clean when using ob_get_clean.
2021-03-21 15:22:35 +01:00
Simon Sessingø
8254c5b100
Development
...
- Removed unused class references.
- Removed escape from `-` in reg-ex as it's only required when next to character-class.
- Added `$_FILE` support for `all` method.
- Bugfixes.
2021-03-21 15:19:27 +01:00
Simon Sessingø
4639879a67
Merge pull request #502 from skipperbent/DeveloperMarius-get-csrf-token
...
Developer marius get csrf token
2021-03-21 14:59:08 +01:00
Simon Sessingø
14fe889298
Merge branch 'v4-development' into DeveloperMarius-get-csrf-token
2021-03-21 14:58:20 +01:00
Simon Sessingø
dfcbbb4033
Merge pull request #501 from DeveloperMarius/get-csrf-token
...
get csrf token in request and test for prefix 'http-' in csrf token header
2021-03-21 14:57:10 +01:00
Simon Sessingø
e8a1eac167
Development
...
- Moved request-types constants from abstract Route class to global Request-class and changed references.
- Changed code to use new global request-type constants.
- Optimized InputHandler class so it only parses inputs once when calling all-method.
- Forced csrf-token post-value are now availible in all requestTypePost methods.
2021-03-21 14:52:34 +01:00
Simon Sessingø
2ff278baef
Merge branch 'get-csrf-token' of https://github.com/DeveloperMarius/simple-php-router into DeveloperMarius-get-csrf-token
2021-03-21 14:16:20 +01:00
Simon Sessingø
388be3d870
Merge pull request #500 from DeveloperMarius/remove-idea-config
...
remove .idea files
2021-03-21 14:03:05 +01:00
Simon Sessingø
f45e0bd12a
Removed .idea folder and removed "index" output from the unit-tests.
2021-03-21 13:59:35 +01:00