summaryrefslogtreecommitdiffstats
path: root/modules-available/eventlog
Commit message (Collapse)AuthorAgeFilesLines
* [eventlog] Fix permissions namesSimon Rettberg2023-12-131-3/+3
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-142-4/+4
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-2/+1Star
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [eventlog] Fix php notice (undefined index)Steffen Ritter2023-09-271-1/+1
|
* [statistics] Add hints for old CPUs (to be implemented on client)Simon Rettberg2023-09-252-0/+2
|
* [eventlog] Add example filter rulesSimon Rettberg2023-08-033-5/+38
|
* [statistics] Add button to copy existing ruleSimon Rettberg2023-08-026-35/+59
|
* [eventlog] Add 'L' suffix to formatting, try to improve help textSimon Rettberg2023-07-183-4/+9
|
* [eventlog] Add help text to rule regarding example valuesSimon Rettberg2023-07-063-0/+4
|
* [eventlog] Fix php notice about undefined array indexSimon Rettberg2023-05-121-1/+1
|
* [eventlog] Remove stray line (c&p error)Simon Rettberg2023-05-121-2/+0Star
|
* [eventlog] Rename Server-Log to EventsSimon Rettberg2023-01-202-2/+2
|
* [eventlog] Sort dropdown, fix sample data displaySimon Rettberg2023-01-192-2/+5
|
* [eventlog] Update translationsSimon Rettberg2022-10-172-0/+2
|
* [eventlog] Improve sample data displaying when editing a filter ruleSimon Rettberg2022-09-122-20/+39
|
* [eventlog] Add more empty rows to filter rule edit pageSimon Rettberg2022-09-121-1/+2
|
* [eventlog] Remove serialized machine data from filtering logicSimon Rettberg2022-09-121-0/+5
| | | | This is "internal data subject to change", so don't tempt anybody.
* [eventlog] Keep sample log data a little longerSimon Rettberg2022-09-121-5/+7
|
* [eventlog] Add machine data to collected notification samplesSimon Rettberg2022-09-123-13/+69
|
* [eventlog] Add nic speed and duplex to filtering optionsSimon Rettberg2022-09-121-0/+4
|
* [eventlog] Fix permission nameSimon Rettberg2022-09-091-3/+3
|
* [eventlog] Cast numeric values to int explicitly, in case they are ''Simon Rettberg2022-05-131-3/+3
|
* Update translationsSimon Rettberg2022-05-134-1/+13
|
* [eventlog] Add missing permissionsSimon Rettberg2022-05-131-0/+6
|
* [eventlog] Show proper headings on edit pagesSimon Rettberg2022-05-133-5/+3Star
|
* [eventlog] Add de translationsSimon Rettberg2022-05-031-0/+9
|
* [eventlog] Update translationsSimon Rettberg2022-03-293-3/+56
|
* [eventlog] Delete empty fileSimon Rettberg2022-03-241-0/+0
|
* [eventlog] Update translationsSimon Rettberg2022-03-141-0/+9
|
* [eventlog] Add english translationsSimon Rettberg2022-03-093-3/+60
|
* [eventlog] Change template referencing syntaxSimon Rettberg2022-03-091-3/+6
| | | | | | | If no "capture group" is given, assume group 1, which is (virtually) the only group that exists for any filter except regex. Change the separator from . to :, to disambiguate from the optionaly unit specifier. So for most cases, you just have %1%, %2mb% etc.
* [eventlog] Make more hw properties filterableSimon Rettberg2022-03-091-17/+44
|
* [eventlog] install: Fix SQLSimon Rettberg2022-03-092-3/+3
|
* [eventlog] Allow filtering by select hardware info (to be extended)Simon Rettberg2022-03-093-14/+65
|
* [eventlog] Add id45mb, add commentSimon Rettberg2022-03-091-1/+2
|
* [eventlog] Check permissions; add synamic suggestions for keysSimon Rettberg2021-06-285-19/+120
|
* [eventlog] Add event filtering and notification systemSimon Rettberg2021-06-2519-42/+1645
|
* Moderize Database handlingSimon Rettberg2021-05-111-1/+1
| | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries
* [eventlog] Linkify Client-UUIDs in Server-LogSimon Rettberg2021-03-111-1/+11
|
* [eventlog/main] Fix possible overflow in querySimon Rettberg2021-02-251-2/+2
| | | | | This would break on clock skew where timestamps in the DB lie in the future.
* [inc/Module] Overhaul dependency loading and handling of js/cssSimon Rettberg2018-04-131-2/+2
| | | | This is supposed to prevent unneeded js/css from being pulled in
* [eventlog] Use Util::prettyTime for timestamp formattingSimon Rettberg2018-02-121-9/+1Star
|
* [eventlog] Simplify permission checkSimon Rettberg2018-02-121-30/+21Star
|
* [permissionmanager] Introduce "location-aware" flag for permissionsSimon Rettberg2018-02-121-3/+5
| | | | | | | | | | This flag tells wether the permission can be restricted to certain locations in a meaningful way. This flag has to be set in the permissions.json of the according module. For example, the permission to reboot the server cannot be limited to certain locations in a meaningful way, while the view of the client log can be filtered to only show log entries for clients in specific locations.
* [eventlog] added permission to view the logUdo Walter2017-12-287-23/+39
|
* [eventlog] changed module name in navigation and site title back to "Server-Log"Christian Hofmaier2017-10-134-4/+4
|
* [baseconfig][baseconfig_partitions_cdn][eventlog][minilinux][permissionmanag ↵Christian Hofmaier2017-09-293-10/+7Star
| | | | er][rebootcontrol][statisics_reporting][syslog] fixed inconsistencies
* Modularize cron apiSimon Rettberg2016-08-221-0/+5
| | | | | Modules now can have a ./hooks/cron.inc.php to run every X minutes, according to how you set up the cron job for the global /inc/cron.inc.php
* Fix some translations and page titlesSimon Rettberg2016-06-091-1/+0Star
|
* [install] Implement install scripts for most modulesSimon Rettberg2016-06-081-0/+31
|