Igor Scheller
|
dd03662968
|
Rebuild password reset
|
2019-10-08 16:17:06 +02:00 |
Igor Scheller
|
810068dcf8
|
Fixes: AuthController session error merging and StatsTest
|
2019-10-08 14:30:18 +02:00 |
Igor Scheller
|
e124b41977
|
Tests: TestCase: Initialize $this->app on every run
|
2019-10-08 13:57:50 +02:00 |
Igor Scheller
|
efaf29e5ef
|
Metrics: Add database access time
|
2019-08-21 14:22:31 +02:00 |
msquare
|
6df62659da
|
show password recovery always, fix test
|
2019-07-21 19:17:41 +02:00 |
msquare
|
1e16f4c47e
|
Merge pull request #624 from MyIgel/version
Added version to credits and metrics page
|
2019-07-21 13:38:05 +02:00 |
Igor Scheller
|
4582f808f0
|
Added version to credits and metrics page
|
2019-07-21 03:19:19 +02:00 |
Igor Scheller
|
6743106d9a
|
Replaced validation with `respect/validation`
|
2019-07-10 13:34:15 +02:00 |
Igor Scheller
|
6d5ada2522
|
Added validation to AuthController
|
2019-07-09 22:27:34 +02:00 |
Igor Scheller
|
7414f9b23d
|
Implemented Validation for controllers
|
2019-07-09 21:43:18 +02:00 |
Igor Scheller
|
e9f157ec5c
|
Renderer: Added shared data
|
2019-07-08 01:58:06 +02:00 |
Igor Scheller
|
bcce2625a8
|
Implemented AuthController for login
* Moved /login functionality to AuthController
* Refactored password handling logic to use the Authenticator
|
2019-07-08 01:57:59 +02:00 |
Igor Scheller
|
e06affae17
|
Added tests to HomeController
|
2019-06-14 04:15:20 +02:00 |
Igor Scheller
|
6ed891fc04
|
Added logout via AuthController
|
2019-06-12 10:24:02 +02:00 |
Igor Scheller
|
e948091066
|
Replaced old /api endpoint with ApiController
|
2019-06-12 10:20:08 +02:00 |
Igor Scheller
|
1f433694d2
|
Tests: Fix type warning
|
2019-06-12 02:56:18 +02:00 |
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/]
```
|
2019-04-25 18:17:19 +02:00 |
Igor Scheller
|
330356043d
|
credits: Allow customization
|
2018-12-22 12:01:23 +01:00 |
Igor Scheller
|
b3f059ad04
|
metrics: Added vouchers and tshirts
|
2018-12-22 11:31:33 +01:00 |
Igor Scheller
|
9a2f246511
|
metrics: Added more stats
|
2018-12-19 22:36:42 +01:00 |
Igor Scheller
|
c5621b82cf
|
Implemented /metrics endpoint and reimplemented /stats
closes #418 (/metrics endpoint)
Usage:
```yaml
scrape_configs:
- job_name: 'engelsystem'
static_configs:
- targets: ['engelsystem.example.com:80']
```
|
2018-12-19 22:36:42 +01:00 |
Igor Scheller
|
c9d7e88cc7
|
Implemented controller permissions
|
2018-12-02 12:53:31 +01:00 |
Igor Scheller
|
9d34f371cb
|
Added CreditsController
|
2018-09-03 15:42:51 +02:00 |