71e2d7fc67
fixes #192
2020-02-07 22:34:43 +01:00
dfba5f1021
start implementing array{} typehint
2020-02-04 21:52:59 +01:00
a49251c0bb
phpcs fix
2020-01-26 12:27:35 +01:00
4414fad940
add todos from github
2019-12-31 19:54:35 +01:00
ab385bfbb5
remove empty line
2019-12-15 14:17:43 +01:00
85b828a2bc
fix namespace of interface
2019-10-28 21:26:22 +01:00
3ee20e9fc8
Rename Router to WebRouter and implement SocketRouter
2019-10-28 21:07:20 +01:00
7c71b023c7
fixes, spline interpolation added
2019-10-16 17:35:10 +02:00
6336898978
fix phpcs findings
2019-09-12 19:46:27 +02:00
b4084913de
Implement php 7.4 type hints
2019-08-15 21:54:59 +02:00
eb7dbe4663
start implementing php 7.4
2019-08-15 20:44:04 +02:00
c10708ee23
fix @link
2019-07-08 19:51:19 +02:00
7a88ce1576
php cs fixes
2019-06-15 19:14:20 +02:00
da72383619
fix docblock and function parameter
2019-06-07 20:54:52 +02:00
44a003b787
improve csrf check
2019-06-05 22:24:55 +02:00
7ad7e9be41
fix formatting
2019-06-05 22:23:13 +02:00
47ebeba041
remove implemented todos
2019-06-05 22:22:36 +02:00
3d39929180
More general routing and hidden server responses
2019-06-01 20:55:46 +02:00
c799124d12
php cs fixes
2019-04-27 10:34:00 +02:00
743e182949
Add todo
2019-04-12 23:16:22 +02:00
eac63202f7
Fix csrf check and unit tests
2019-04-12 23:12:47 +02:00
95869f70c4
Reduce match overhead
2019-04-12 22:55:09 +02:00
35360ef7a8
Add optional csrf check in routing
2019-04-12 22:37:18 +02:00
2596659125
More unit tests
2019-04-09 19:51:07 +02:00
29bee2e1f5
Improve docblocks
2018-12-28 23:08:24 +01:00
15d2b5f7dd
Implement more unit tests
2018-12-25 16:17:19 +01:00
015fd41ba5
Remove unused use
2018-12-09 22:02:15 +01:00
d4bc7a66bf
optimize file import
2018-12-01 22:26:25 +01:00
a95b0ea026
PhpStan fixes
2018-09-12 22:15:44 +02:00
1caf381603
Load localization based on language or locale
2018-08-18 09:21:52 +02:00
df2bd5b624
Fix type bug
2018-08-17 20:00:34 +02:00
cd8f4945e6
Implement permission check in routes
2018-08-17 19:56:21 +02:00
0877aeb7d5
Implement console framework features
2018-07-27 19:52:56 +02:00
1b0d170052
Use root namespace and cleanup
2018-05-30 13:40:28 +02:00
59d3f98110
Make classes final
2018-05-11 21:33:24 +02:00
d5fd2c4827
Change to php version 7.2 requirement
2018-03-27 19:09:47 +02:00
5f385e44c0
Add public/private to const
2018-03-16 08:47:43 +01:00
3b45692ff1
Nullable+void typehint
2018-03-13 20:55:49 +01:00
e1ef45da2a
code fixes
2018-02-16 13:34:41 +01:00
f1121dcc9b
Fix strict_types
2018-02-15 20:27:58 +01:00
e4dadf447d
Improve codestyle
2018-02-03 10:30:13 +01:00
73d402007d
Fix package text
2017-12-31 15:35:13 +01:00
60921028e7
Remove @category and replace with @package
2017-12-30 12:57:27 +01:00
db5a215071
Remove package TBD
2017-12-30 11:53:20 +01:00
ce80ffadc6
General fixes
2017-11-05 13:09:39 +01:00
91eb1f261f
Fix scrutinizer tips
2017-10-27 17:24:33 +02:00
f652a900d0
Fix strict_type spacing
2017-10-27 16:41:49 +02:00
6554060634
fixes #116
2017-08-11 20:43:38 +02:00
c328c8fcef
Fix file author and copyright
2017-07-26 17:50:41 +02:00
ff3d253588
Remove @author docblock
2017-07-20 18:10:26 +02:00
a03f6ee047
Unit test fixes
2017-03-19 15:49:21 +01:00
20a48cc1fe
PhpUnit fixes
2017-03-12 22:40:40 +01:00
eadc52d9d6
Fixes from tests
2017-03-10 20:03:16 +01:00
58b9fd5171
Enable strict_types
2017-01-25 11:51:36 +01:00
6fd1ebe9b1
Removing copyright date
2017-01-25 11:18:25 +01:00
a93a1c1653
Increase php version requirement
2016-12-07 20:57:51 +01:00
d6dd1a5a96
Prepare const visibility
2016-12-07 20:22:40 +01:00
cbc6205bf7
Type hint fixes/prep for null return type
2016-12-03 23:00:05 +01:00
9bbdbcaf38
Fix docblocks
2016-11-06 22:22:58 +01:00
0d667e4712
Fix bitwise opperator
2016-10-22 22:43:33 +02:00
9c708c921f
Implement query route support
2016-09-15 17:09:36 +02:00
14d4061beb
Fixes during secondary app dev
...
While working on another app some bugs came up that are related to the
way the framework is included and working in combination with the app.
These changes make it more general purpose friendly.
2016-09-07 20:54:28 +02:00
4b09c7c1ba
Replacing realpath with file_exists
2016-08-23 21:26:05 +02:00
a02f1cca5d
PhpStorm autofix/format
2016-08-20 12:04:30 +02:00
54c126b72b
fixes #61
2016-08-19 13:19:45 +02:00
a2c4619b21
Allow string routing instead of only requests
2016-08-09 11:41:53 +02:00
ca8ea058a8
Bug fix for empty route
2016-07-20 18:06:55 +02:00
c2e613ac95
Potential route import bug fix
2016-07-20 18:06:55 +02:00
3dbb059994
Added verb for rest request
2016-06-11 19:20:27 +02:00
292ac8d739
jsOMS response fixes and formatting
2016-05-03 20:52:00 +02:00
669c3b7244
PhpStorm cleanup
2016-04-13 22:58:48 +02:00
16320978d3
Code base cleanup
2016-04-09 23:01:49 +02:00
4a127fd1ac
Fixing remaining bugs for route-restructure
2016-04-09 10:44:12 +02:00
bab6abfd0d
General bug fixes
2016-04-03 21:14:54 +02:00
0b77a3811b
array loading changed
2016-04-02 16:56:11 +02:00
3f5d562af9
New dispatcher and router
2016-04-02 16:21:23 +02:00
772a001f73
Better route class structure :)
2016-03-28 19:33:06 +02:00
bd8d901155
Route class for creating routes
...
This class should create uniform routes that can be used by the router.
Maybe even implement function like fromHtttpRequest($request),
fromSocketRequest($request) and fromConsoleRequest($request) or create
HttpRoute etc.?!
2016-03-28 19:31:29 +02:00
97687422eb
Remove namespace from scalar
2016-01-23 10:17:34 +01:00
7238e2cff1
Test fixes
2016-01-23 10:10:08 +01:00
7de136815a
Init
2015-11-29 22:03:06 +01:00