engelsystem/includes
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
..
controller worklog: Fix hours validation 2018-12-18 13:48:46 +01:00
helper upgrade chart.js lib and fix bargraph. fixes #511 2018-12-09 13:07:19 +01:00
mailer User: Bugfixes & code cleanup 2018-10-31 13:43:23 +01:00
model php7.3: Fix username validation regex 2018-12-18 12:44:09 +01:00
pages Implemented /metrics endpoint and reimplemented /stats 2018-12-19 22:36:42 +01:00
view Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
application.php Refactoring: moved application bootstrapping to bootstrap.php 2018-01-16 19:56:05 +01:00
autoload.php Installation: Added migrations for install.sql and update.sql files 2018-08-30 16:07:50 +02:00
engelsystem.php Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
includes.php EventConfig: Merge event configuration from database to global config 2018-10-30 21:13:56 +01:00
sys_auth.php Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
sys_form.php rooms admin: Set a maximum character length 2018-12-18 13:22:10 +01:00
sys_log.php Changed more functions 🎉 2018-10-31 13:43:23 +01:00
sys_menu.php Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
sys_page.php EventConfig: Merge event configuration from database to global config 2018-10-30 21:13:56 +01:00
sys_template.php Merge branch 'twig-templates' 2018-09-23 20:11:37 +02:00