friendica/src
fabrixxm 9368f5445d Display structured logs in admin
Tries to parse log lines and to display info in a table.
Additional JSON data is parsed and displayed clicking on a row.

File reading and line parsing is handled in iterators, to avoid to keep
too much data in memory.
Search and filter should be trivial to add.
Log file is read backward to display log events newest first.
A "tail" functionality should be easy to implement.
2021-08-19 14:55:33 +02:00
..
App "getUserNickname" is now "getLoggedInUserNickname" 2021-08-09 19:48:39 +00:00
Collection Cleanup Code 2021-06-20 13:25:45 +02:00
Console Fix usage 2021-08-16 23:27:43 +02:00
Content Apply suggestions from code review 2021-08-12 18:04:01 +02:00
Core rewording the encouragement and regen of the messages.po 2021-08-17 08:38:06 +02:00
Database Support for stacked profiler analysis 2021-07-27 04:57:29 +00:00
Factory Adding the VAPID keys 2021-08-15 21:24:23 +00:00
Model Display structured logs in admin 2021-08-19 14:55:33 +02:00
Module Display structured logs in admin 2021-08-19 14:55:33 +02:00
Network Return early if body is empty in Network\Probe::updateFromFeed 2021-08-17 09:35:44 -04:00
Object Display structured logs in admin 2021-08-19 14:55:33 +02:00
Protocol ActivityPub: Add support for non-link mentions 2021-08-18 14:36:21 -04:00
Render Update copyright 2021-03-29 08:40:20 +02:00
Repository We now use the new account-user-view (and fixed the function name) 2021-07-11 09:39:34 +00:00
Security Some more renamed functions 2021-08-09 20:56:15 +00:00
Util Display structured logs in admin 2021-08-19 14:55:33 +02:00
Worker Update src/Worker/PushSubscription.php 2021-08-18 18:54:03 +02:00
App.php Some more renamed functions 2021-08-09 20:56:15 +00:00
BaseCollection.php Update copyright 2021-03-29 08:40:20 +02:00
BaseDataTransferObject.php Update copyright 2021-03-29 08:40:20 +02:00
BaseEntity.php Update copyright 2021-03-29 08:40:20 +02:00
BaseFactory.php Update copyright 2021-03-29 08:40:20 +02:00
BaseModel.php Update copyright 2021-03-29 08:40:20 +02:00
BaseModule.php "getUserId" is now "getLoggedInUserId" 2021-08-09 20:33:46 +00:00
BaseRepository.php Update copyright 2021-03-29 08:40:20 +02:00
DI.php Rename ISelectableStorage to IWritableStorage 2021-08-16 23:27:42 +02:00
LegacyModule.php Update copyright 2021-03-29 08:40:20 +02:00