41 Commits (b814cf51e4024b6c4c95dcffa00d308570644a9e)

Author SHA1 Message Date
Igor Scheller b814cf51e4 News: Preselect "Is Meeting" when adding from Meeting overview 4 years ago
Igor Scheller ae744af814 HomeController: Fix redirect 4 years ago
Igor Scheller 4a6f18d41f Fixed Symfony 5.1 compatibility 4 years ago
Igor Scheller e947e788f9 Rebuild logs view 5 years ago
Igor Scheller 04fe35c822 Added /design path to show template elements 5 years ago
Igor Scheller e2e2ac0c68 Metrics: Added configured locales and themes, refactoring/formatting 5 years ago
Igor Scheller 93ae2442f6 Formatting, syntax, typehint and namespace fixes, cleanups 5 years ago
Igor Scheller 795a0631cb Added application base url: Redirector now uses URLs instead of relative paths 5 years ago
Igor Scheller d323b75501 News: Rewrite 5 years ago
Igor Scheller 72f4839130 Added HasUserNotifications trait to show messages to the user 5 years ago
Igor Scheller b9bb68c8ac AuthController: Use configured home_site 5 years ago
Igor Scheller 61977f5da9 Metrics: Fixed message count 5 years ago
Igor Scheller 45d13ac998 Metrics: Strict types and type hinting 5 years ago
Igor Scheller c023c8a9c6 Metrics: Added users_force_active 5 years ago
Igor Scheller 8fc159f287 Stats: Added questions test 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
Igor Scheller 2cce967eb0 Tests: Replaced duplicates and formatting/cleanup 5 years ago
Igor Scheller dd03662968 Rebuild password reset 5 years ago
Igor Scheller 810068dcf8 Fixes: AuthController session error merging and StatsTest 5 years ago
Igor Scheller e124b41977 Tests: TestCase: Initialize $this->app on every run 5 years ago
Igor Scheller efaf29e5ef Metrics: Add database access time 5 years ago
msquare 6df62659da show password recovery always, fix test 5 years ago
msquare 1e16f4c47e
Merge pull request #624 from MyIgel/version
Added version to credits and metrics page
5 years ago
Igor Scheller 4582f808f0 Added version to credits and metrics page 5 years ago
Igor Scheller 6743106d9a Replaced validation with `respect/validation` 5 years ago
Igor Scheller 6d5ada2522 Added validation to AuthController 5 years ago
Igor Scheller 7414f9b23d Implemented Validation for controllers 5 years ago
Igor Scheller e9f157ec5c Renderer: Added shared data 5 years ago
Igor Scheller bcce2625a8 Implemented AuthController for login
* Moved /login functionality to AuthController
* Refactored password handling logic to use the Authenticator
5 years ago
Igor Scheller e06affae17 Added tests to HomeController 5 years ago
Igor Scheller 6ed891fc04 Added logout via AuthController 5 years ago
Igor Scheller e948091066 Replaced old /api endpoint with ApiController 5 years ago
Igor Scheller 1f433694d2 Tests: Fix type warning 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 330356043d credits: Allow customization 6 years ago
Igor Scheller b3f059ad04 metrics: Added vouchers and tshirts 6 years ago
Igor Scheller 9a2f246511 metrics: Added more stats 6 years ago
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']
```
6 years ago
Igor Scheller c9d7e88cc7 Implemented controller permissions 6 years ago
Igor Scheller 9d34f371cb Added CreditsController 6 years ago