Peter Goodhall
65a7170bbc
Add Docker environment detection to debug page
...
Introduces logic in the Debug controller to detect if the application is running inside a Docker container and displays the result on the debug view. This helps developers quickly identify the runtime environment for troubleshooting and configuration purposes.
2026-01-15 15:40:34 +00:00
Peter Goodhall
0f4dbaaa8d
Enhance debug view with system and PHP details
...
Added display of installation path, server API, HTTPS status, available disk space, database info, PHP settings, session information, and checks for gd and json PHP modules to the debug/main.php view for improved diagnostics.
2026-01-15 15:36:23 +00:00
Peter Goodhall
618154f380
Add managed config status to debug view
...
Displays a 'Managed' row in the debug table if the managed.php config file exists, providing clearer visibility into the application's configuration state.
2026-01-15 15:29:51 +00:00
Peter Goodhall
c5728f09c2
Add zip extension status to debug view
...
The debug page now displays whether the PHP zip extension is installed, providing clearer visibility into server configuration.
2026-01-15 15:24:47 +00:00
int2001
7bbdef5201
some more tooltip-fixes
2023-11-26 08:54:29 +00:00
HB9HIL
8c4bae8453
run migration script
2023-11-14 13:35:53 +01:00
HB9HIL
2bab8a9633
show migration value from db
2023-11-12 15:34:32 +01:00
Andreas
36585d12f6
[Debug] Try/catch so that page loads normally in case git can't be executed on host
2023-07-14 23:29:54 +02:00
Andreas
67b8332904
[Debug] Added checks for systems without stat command
2023-07-14 22:54:53 +02:00
Peter Goodhall
21bd842534
[Debug] Added MySQL version
2023-07-14 14:13:44 +01:00
Peter Goodhall
542f199295
[Version] Store version number in the options table
...
Store version number in the options table so that its easier to update for the frontend rather than the config.php which we don't really want to touch
2023-07-14 14:03:55 +01:00
Derek Rowland
87a728ce91
Add git LastFetch time to debug view based on FETCH_HEAD modification time
2023-07-11 13:30:24 -05:00
Andreas
ac2cdc6e58
[Translation] Replaced all language string from $this->lang->line to lang
2023-05-14 13:45:10 +02:00
Peter Goodhall
48e43eecc8
Merge pull request #1976 from phl0/moreDebug
...
Display branch info on unpushed branches correctly
2023-02-02 16:36:05 +00:00
phl0
ad3529fbf8
Display branch info on unpushed branches correctly
2023-02-01 09:48:17 +01:00
Peter Goodhall
f71bd3c893
Merge pull request #1974 from phl0/moreDebug
...
Re-make URL copy-able (lost on previous commit)
2023-01-31 15:15:11 +00:00
phl0
cdf56086bb
Re-make URL copy-able (lost on previous commit)
2023-01-31 16:05:40 +01:00
Peter Goodhall
d578fa6133
[Debug] Only show git data if its available
2023-01-31 14:56:18 +00:00
phl0
765ab1512d
Make sure git can be executed before using its results
2023-01-31 15:52:49 +01:00
phl0
f897ec2db3
Correct link to branches in github
2023-01-31 15:15:33 +01:00
phl0
b9b0d0e483
Make base URL copyable
2023-01-31 13:00:23 +01:00
phl0
c56c21b611
Add some Cloudlog info to debug page
...
(hopefully useful for future debugging)
2023-01-30 15:54:57 +01:00
Andreas
f61c2cca12
[Debug] Added Codeigniter version and corrected a typo
2022-09-26 18:11:36 +02:00
phl0
52f38952d4
Add some hyperlinks
2022-04-09 10:54:44 +02:00
phl0
33acc7fd9a
Add some git info if exists
2022-04-09 10:47:20 +02:00
Peter Goodhall
627f1d8013
[Debug] Added a simple debug panel under Admin
...
This debug gives you a quick overview of the server software and whether Cloudlog can write to all the needed folders.
2021-04-05 11:31:41 +01:00