nextcloud-server/lib/private/AppFramework
Côme Chilliet cb80ec7ebb
feat(log): Add script name and occ command to log details
This will help when troubleshooting issues. For web request we have
 method and url, but for cron and occ currently we have no way to know if
 it’s one or the other and which command.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-12-04 15:04:59 +07:00
..
Bootstrap fix(userconfig): duplicate core lexicon 2025-07-29 10:36:44 +07:00
DependencyInjection feat(DI): Abort querying if infinite loop is detected 2025-11-05 12:21:19 +07:00
Http feat(log): Add script name and occ command to log details 2025-12-04 15:04:59 +07:00
Middleware Merge pull request #55620 from nextcloud/fix/appframework/check-reponder-existence 2025-11-12 11:46:08 +07:00
OCS chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Routing feat(route): globalsiteselector as root url generator 2025-10-13 09:19:20 +07:00
Services fix: Use only enabled applications versions in the cache prefix 2025-06-05 17:58:54 +07:00
Utility feat(DI): Abort querying if infinite loop is detected 2025-11-05 12:21:19 +07:00
App.php Merge pull request #54303 from nextcloud/jtr-oc-appframework-app-cleanup 2025-08-08 10:41:51 +07:00
Http.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ScopedPsrLogger.php