Michael Weimann
|
17192a2c41
|
Adapt code style to PSR-12
|
5 years ago |
Michael Weimann
|
26b8d2b921
|
Introduce the NewsComments model
|
5 years ago |
Igor Scheller
|
68afc74b03
|
Formatting to follow PSR-12
|
5 years ago |
Igor Scheller
|
b878740f80
|
News: Bug fixes, cleanup, comments & formatting
Use more magically available methods and properties
Fixed atom feed and stats not using the new model
|
5 years ago |
Michael Weimann
|
6534191d59
|
Migrate news to model class
|
5 years ago |
Igor Scheller
|
2cce967eb0
|
Tests: Replaced duplicates and formatting/cleanup
|
5 years ago |
Igor Scheller
|
109f112131
|
BaseModel: Removed methods as already provided by Eloquent Builder
|
5 years ago |
Igor Scheller
|
a514ba3adc
|
HasUserModel: Moved user method to trait
|
5 years ago |
Igor Scheller
|
e124b41977
|
Tests: TestCase: Initialize $this->app on every run
|
5 years ago |
Igor Scheller
|
b9cb7d57fd
|
Basic coverage tests of logger classes for 100% unit tests coverage
|
5 years ago |
Igor Scheller
|
79c92da8c1
|
Formatting
```bash
php-cs-fixer fix --allow-risky=yes --rules=@PSR2,psr4,mb_str_functions.php_unit_construct,php_unit_ordered_covers,trailing_comma_in_multiline_array --rules='{"array_syntax": {"syntax":"short"}}' [tests/|src/]
```
|
6 years ago |
Igor Scheller
|
c74fa7955d
|
phpunit: Upgrade to version 8, fixed tests, formatting
Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated
|
6 years ago |
Igor Scheller
|
b1d8fede46
|
user: allow up to 40 characters for dect numbers
closes #309 (EPVPN number in DECT field is shortened)
closes #529 (For dect numbers are only 5 digits allowed)
|
6 years ago |
Igor Scheller
|
8e62c4c52c
|
Added new user models
|
6 years ago |
Igor Scheller
|
63d1292bf8
|
Added EventConfig model
|
6 years ago |
Igor Scheller
|
c4867811e2
|
BaseModel: Added findOrNew
|
6 years ago |
Igor Scheller
|
104e4f4c43
|
Session: Added Symfony PDO backend
|
6 years ago |
Igor Scheller
|
ac48332166
|
Models: Added LogEntry model
|
6 years ago |