Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [syslog] Add user export feature | Simon Rettberg | 2018-08-07 | 6 | -4/+87 |
| | | | | | | | This will export all rows from tables that log user related content, data, events, helping administrators to conform to DSGVO information requests. Closes #3401 | ||||
* | [inc/Module] Overhaul dependency loading and handling of js/css | Simon Rettberg | 2018-04-13 | 1 | -3/+5 |
| | | | | This is supposed to prevent unneeded js/css from being pulled in | ||||
* | Permissions: Consistency: Make all pages require at least one permission to ↵ | Simon Rettberg | 2018-04-09 | 1 | -0/+1 |
| | | | | | | be accessible Closes #3340 | ||||
* | [syslog] Permission checks when saving anonymization days | Simon Rettberg | 2018-02-13 | 6 | -31/+47 |
| | |||||
* | [permissionmanager] Introduce "location-aware" flag for permissions | Simon Rettberg | 2018-02-12 | 1 | -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. | ||||
* | Merge branch 'master' into permission-manager | Simon Rettberg | 2018-02-09 | 8 | -9/+84 |
|\ | |||||
| * | Update translations | Simon Rettberg | 2018-02-08 | 4 | -6/+16 |
| | | |||||
| * | [syslog] Add option to anonymize log entries after X days | Simon Rettberg | 2018-02-08 | 3 | -0/+60 |
| | | | | | | | | Closes #3301 | ||||
| * | [statistics] Move replace-hook to statistics subdir | Simon Rettberg | 2018-01-18 | 1 | -0/+0 |
| | | |||||
| * | [syslog] Make client ip clickable, linking to statistics | Steffen Ritter | 2018-01-16 | 2 | -3/+3 |
| | | |||||
| * | [statistics] Add "replace machines" feature (not linked to anywhere yet) | Simon Rettberg | 2018-01-11 | 1 | -0/+5 |
| | | |||||
* | | [statistics] added permissions to view client logs; | Udo Walter | 2018-01-18 | 6 | -4/+33 |
|/ | | | | | removed unused query arguments from Paginate::exec (caused an error if query arguments that are actually used in the query are passed to Paginate::exec) | ||||
* | [syslog, statistics] Pretty print time, shorten CPU model in list | Simon Rettberg | 2017-12-01 | 1 | -9/+1 |
| | |||||
* | Merge branch 'master' into permission-manager | Simon Rettberg | 2017-12-01 | 2 | -11/+13 |
|\ | |||||
| * | [syslog] Fixed sql injection prevention | Jannik Schönartz | 2017-11-23 | 1 | -2/+1 |
| | | |||||
| * | [syslog] Added sql injection prevention | Jannik Schönartz | 2017-11-23 | 1 | -1/+3 |
| | | |||||
| * | [statistics&syslog] Changed ip to machine-uuid for filtering. Fixed a bug ↵ | Jannik Schönartz | 2017-11-20 | 2 | -11/+12 |
| | | | | | | | | where the client-log was losing the specific client when a filter was added. | ||||
* | | Merge remote-tracking branch 'origin/master' into permission-manager | Udo Walter | 2017-11-21 | 3 | -5/+16 |
|\| | | | | | | | | | | | # Conflicts: # modules-available/backup/templates/_page.html # style/default.css | ||||
| * | [statistics&syslog] Fix possible cron delete query overflow | Simon Rettberg | 2017-11-15 | 1 | -1/+4 |
| | | |||||
| * | [syslog] Tweak machineuuid index in installer | Simon Rettberg | 2017-11-03 | 1 | -2/+8 |
| | | |||||
| * | [syslog] api: Relax spam protection | Simon Rettberg | 2017-11-03 | 1 | -2/+4 |
| | | |||||
* | | [sysconfig] renamed "Go"-Button to "apply filter" and connected the button ↵ | Christian Hofmaier | 2017-10-16 | 3 | -7/+11 |
| | | | | | | | | to the input field | ||||
* | | [baseconfig][baseconfig_partitions_cdn][eventlog][minilinux][permissionmanag ↵ | Christian Hofmaier | 2017-09-29 | 1 | -20/+24 |
|/ | | | | er][rebootcontrol][statisics_reporting][syslog] fixed inconsistencies | ||||
* | [*] Adapt to new baseconfig API | Simon Rettberg | 2017-07-11 | 1 | -1/+1 |
| | |||||
* | [syslog] Improved filtering with suggestions from existing log | Simon Rettberg | 2017-07-06 | 5 | -83/+86 |
| | |||||
* | Modularize cron api | Simon Rettberg | 2016-08-22 | 1 | -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 | ||||
* | [syslog] API: Write machineuuid to DB | Simon Rettberg | 2016-07-14 | 1 | -1/+3 |
| | |||||
* | [install] Implement install scripts for most modules | Simon Rettberg | 2016-06-08 | 1 | -0/+38 |
| | |||||
* | work work work work work | Simon Rettberg | 2016-05-19 | 1 | -2/+1 |
| | |||||
* | MORE WMORK | Simon Rettberg | 2016-05-18 | 3 | -3/+53 |
| | |||||
* | Modularized baseconfig fetching (api) | Simon Rettberg | 2016-05-17 | 2 | -0/+44 |
| | |||||
* | Migrated messages to modules | Simon Rettberg | 2016-05-10 | 1 | -3/+3 |
| | |||||
* | Translating module strings and custom sections works | Simon Rettberg | 2016-05-10 | 1 | -1/+2 |
| | |||||
* | Work on translations: templates and messages work | Simon Rettberg | 2016-05-04 | 6 | -19/+13 |
| | |||||
* | WIP | Simon Rettberg | 2016-05-03 | 8 | -0/+202 |