.. |
Auth
|
Auth\Db: replace add_user/edit_user CLI commands by user CLI command with subcommands
|
2024-09-19 19:33:47 +02: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
|
Make Db class static as other classes
|
2024-02-02 18:19:38 +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
|
Add DbObject
|
2024-02-18 18:27:58 +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
|
Introduce new pre-commit hooks and code cleaning
|
2024-01-23 19:23:10 +01:00 |
Log.php
|
Introduce new pre-commit hooks and code cleaning
|
2024-01-23 19:23:10 +01:00 |
SentryIntegration.php
|
Introduce new pre-commit hooks and code cleaning
|
2024-01-23 19:23:10 +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
|
Introduce new pre-commit hooks and code cleaning
|
2024-01-23 19:23:10 +01:00 |
TplSmartyResource.php
|
Introduce new pre-commit hooks and code cleaning
|
2024-01-23 19:23:10 +01:00 |
Url.php
|
Url::error_page(): fix handling API mode
|
2024-08-03 09:05:46 +02: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 |