Commit Graph

119 Commits

Author SHA1 Message Date
553a17edaf fix event triggering with regex 2020-10-25 23:06:28 +01:00
005f169e48 fix tests and replace file_exists 2020-10-08 15:12:24 +02:00
b419139a45 manual cs fixes 2020-09-01 20:57:48 +02:00
45507970b9 fix fix audit log creation 2020-07-31 15:38:20 +02:00
568f3fab4b added hashing of strings to ints 2020-07-31 00:15:19 +02:00
9b3e8960bd autoformat 2020-05-31 22:49:17 +02:00
42f2cbbe7e add ip to auditor 2020-05-31 22:49:05 +02:00
aa7bb25b36 move ApplicationAbstract 2020-02-24 21:22:35 +01:00
01837d3755 add tests 2020-02-19 22:24:58 +01:00
fb968fbef7 fix bugs, phpstan, phpcs 2020-02-06 21:04:34 +01:00
a49251c0bb phpcs fix 2020-01-26 12:27:35 +01:00
59f43a6a87 improve array docblock 2020-01-19 18:54:00 +01:00
4414fad940 add todos from github 2019-12-31 19:54:35 +01:00
db48bcdb8d fix phpstan bugs 2019-12-21 20:51:20 +01:00
ab385bfbb5 remove empty line 2019-12-15 14:17:43 +01:00
d7ce34a6cc fix phpstan bugs 2019-12-07 19:14:00 +01:00
86f77e0a5e cleanup and tests added for ci/cd 2019-11-20 22:27:43 +01:00
9511d3209c fix empty lines 2019-09-28 20:58:36 +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
5b56b7367d fix formatting and docblock 2019-07-08 19:15:25 +02:00
4da69b5c09 fix code and tests after changes 2019-06-14 23:08:09 +02:00
3d39929180 More general routing and hidden server responses 2019-06-01 20:55:46 +02:00
c959e5e5de Fix self/static bug 2019-01-20 12:03:10 +01:00
13c5562ffe Fix null typehint order 2018-12-10 18:13:44 +01:00
e01d3e1e59 Fix doc align 2018-12-09 22:20:41 +01:00
07776f489c Fix pullout bugs 2018-12-09 18:01:20 +01:00
9aaf6e0125 Add general api actions update,create,delete 2018-12-09 16:22:14 +01:00
1bf1e6da3b Fix para types 2018-09-11 21:19:55 +02:00
e28353a86b More global namespace uses 2018-08-24 15:01:01 +02:00
6cc520a579 Fix mapper depth bugs and implement math evaluator 2018-08-01 22:08:20 +02:00
e6e605f43a Add docblock 2018-06-01 09:36:01 +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
a8afbc5cc8 phpcs fixes 2018-02-17 19:51:19 +01:00
f1121dcc9b Fix strict_types 2018-02-15 20:27:58 +01:00
60921028e7 Remove @category and replace with @package 2017-12-30 12:57:27 +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
1b8481ad06 Test adjustments 2017-10-14 18:03:25 +02:00
1100e7c532 Add module id to abstract 2017-09-15 19:09:27 +02:00
c328c8fcef Fix file author and copyright 2017-07-26 17:50:41 +02:00
c05086c233 Remove author 2017-07-24 17:51:37 +02:00
ff3d253588 Remove @author docblock 2017-07-20 18:10:26 +02: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
4b09c7c1ba Replacing realpath with file_exists 2016-08-23 21:26:05 +02:00
0376d85ace Optimize imports and order 2016-07-15 21:30:16 +02:00
6c570fb63c Dynamic language loading
This allows dynamic language loading. Could however conflict with the
language loading for the navigation module?
2016-07-05 10:29:05 +02:00
c78d535ef6 Implement activate/deactivate + cleanup
Moved module installation to the InstallerAbstract as part of the
cleanup.
2016-07-02 12:40:48 +02:00
29707c4203 Formatting and bug fixes 2016-05-07 17:23:44 +02:00
02e5185e74 Performance, bug and design fixes 2016-04-30 22:50:49 +02:00
4a127fd1ac Fixing remaining bugs for route-restructure 2016-04-09 10:44:12 +02:00
d7289adf9e Remove request destination 2016-04-02 17:24:15 +02:00
e412e3935d Fixing path exception move 2016-03-12 15:28:59 +01:00
1535d8fdbe Cleanup 2016-02-12 12:16:16 +01:00
cef8d11e10 Unit test fixes 2016-01-29 19:08:14 +01:00
97687422eb Remove namespace from scalar 2016-01-23 10:17:34 +01:00
1c98dbbbcf Restructure 2015-12-31 18:04:59 +01:00
a042552878 Reducing path repetition 2015-12-28 21:27:41 +01:00
a626c0d0f0 Language loading exception added 2015-12-19 19:34:01 +01:00
7de136815a Init 2015-11-29 22:03:06 +01:00