.. |
Auth
|
Auth/LDAP: fix handling starttls parameter and add options one
|
2024-12-12 19:33:38 +01:00 |
Db
|
DbObject: add deleteAll() method
|
2024-09-19 20:01:41 +02:00 |
Export
|
Add CSV export
|
2024-02-18 18:27:59 +01:00 |
App.php
|
Remove upload_max_filesize stuff since is not possible to change it at runtime
|
2024-12-13 15:55:36 +01:00 |
Auth.php
|
Casuser auth backend: add user access filters feature
|
2024-02-21 11:20:37 +01:00 |
Check.php
|
Check: add regex()
|
2024-02-21 10:12:09 +01:00 |
Cli.php
|
prompt_for_password: remove external bash dependency
|
2024-02-20 21:13:33 +01:00 |
Config.php
|
Introduce new pre-commit hooks and code cleaning
|
2024-01-23 19:23:10 +01:00 |
Date.php
|
Db object / AttrTimestamp: add support of millisecond / microsecond
|
2024-08-03 13:34:06 +02:00 |
Db.php
|
Db: add option to enable foreign keys support on SQLite backend
|
2024-09-21 10:13:39 +02:00 |
Email.php
|
Email: Fix handling multiple recipients
|
2024-02-19 20:28:55 +01:00 |
functions.php
|
cast(): fix strpos(): Passing null to parameter #1 () of type string is deprecated
|
2024-12-13 15:55:35 +01:00 |
Hook.php
|
Introduce new pre-commit hooks and code cleaning
|
2024-01-23 19:23:10 +01:00 |
HookEvent.php
|
Fix some PHPstan warnings for PHP 8 support
|
2023-07-26 17:08:21 +02:00 |
I18n.php
|
I18n: fix typo
|
2024-12-12 22:29:15 +01:00 |
Log.php
|
SentryIntegration: send logged errors (fatal only by default)
|
2024-12-13 15:55:35 +01:00 |
SentryIntegration.php
|
SentryIntegration: send logged errors (fatal only by default)
|
2024-12-13 15:55:35 +01: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
|
Remove upload_max_filesize stuff since is not possible to change it at runtime
|
2024-12-13 15:55:36 +01:00 |
TplSmartyResource.php
|
Introduce new pre-commit hooks and code cleaning
|
2024-01-23 19:23:10 +01:00 |
Url.php
|
Url::add_url_parameter(): add support for empty array value
|
2024-12-02 14:57:30 +01:00 |
UrlRequest.php
|
UrlRequest: add current_absolute_url & current_absolute_full_url properties
|
2024-11-29 17:11:48 +01:00 |