.. |
Auth
|
Auth CAS: keep URL parameters in CAS callback URL
|
2023-11-20 16:40:11 +01:00 |
App.php
|
Properly declare & handle functions/methods that never return (exit/die inside) and add Cli::fatal_error() helper method
|
2023-07-26 17:02:28 +02:00 |
Auth.php
|
Make core libs set their default config values in App
|
2023-03-01 16:22:11 +01:00 |
Check.php
|
Cli: add serve command
|
2023-02-28 01:36:54 +01:00 |
Cli.php
|
Cli::serve: fix/improve handling listen address and add -p/--public-url parameter
|
2023-07-28 10:46:31 +02:00 |
Config.php
|
Properly declare & handle functions/methods that never return (exit/die inside) and add Cli::fatal_error() helper method
|
2023-07-26 17:02:28 +02:00 |
Date.php
|
Fix PHP 7.3 compatibility
|
2023-02-16 01:53:08 +01:00 |
Db.php
|
Db: add count() helper method
|
2023-11-20 19:42:46 +01:00 |
Email.php
|
Mail: fix importing PEAR libs
|
2023-03-02 19:23:27 +01:00 |
functions.php
|
Properly declare & handle functions/methods that never return (exit/die inside) and add Cli::fatal_error() helper method
|
2023-07-26 17:02:28 +02:00 |
Hook.php
|
Remove useless "use" statments in EesyPHP namespace
|
2023-01-31 01:00:56 +01:00 |
HookEvent.php
|
Fix some PHPstan warnings for PHP 8 support
|
2023-07-26 17:08:21 +02:00 |
I18n.php
|
I18n: add init_locale CLI command
|
2023-11-17 09:52:28 +01:00 |
Log.php
|
Properly declare & handle functions/methods that never return (exit/die inside) and add Cli::fatal_error() helper method
|
2023-07-26 17:02:28 +02:00 |
SentryIntegration.php
|
Properly declare & handle functions/methods that never return (exit/die inside) and add Cli::fatal_error() helper method
|
2023-07-26 17:02:28 +02:00 |
SentrySpan.php
|
Properly declare & handle functions/methods that never return (exit/die inside) and add Cli::fatal_error() helper method
|
2023-07-26 17:02:28 +02:00 |
SentryTransaction.php
|
Properly declare & handle functions/methods that never return (exit/die inside) and add Cli::fatal_error() helper method
|
2023-07-26 17:02:28 +02:00 |
Session.php
|
Fix some PHPstan warnings for PHP 8 support
|
2023-07-26 17:08:21 +02:00 |
Tpl.php
|
Allow to define default logo and favicon URL from config/core defaults
|
2023-11-16 18:25:05 +01:00 |
TplSmartyResource.php
|
Add TplCore Smarty templates ressource to make core templates easily overloadable
|
2023-03-08 13:14:52 +01:00 |
Url.php
|
Auth CAS: keep URL parameters in CAS callback URL
|
2023-11-20 16:40:11 +01:00 |
UrlRequest.php
|
UrlRequest: add current_url_starts_with, current_url_ends_with and current_url_match helper methods
|
2023-07-24 19:22:58 +02:00 |