Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [inc/Module] Overhaul dependency loading and handling of js/css | Simon Rettberg | 2018-04-13 | 1 | -4/+8 |
| | | | | This is supposed to prevent unneeded js/css from being pulled in | ||||
* | [statistics] Use assertPermission instead of manual error + redirect | Simon Rettberg | 2018-03-31 | 1 | -2/+1 |
| | |||||
* | [statistics] Fix infinite redirect loop | Simon Rettberg | 2018-03-27 | 1 | -2/+2 |
| | | | | Closes #3339 | ||||
* | [statistics] Don't error out when adding already existent projector | Simon Rettberg | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | [statistics] Show ID45 partition in green, like ID44 | Simon Rettberg | 2018-03-21 | 2 | -6/+26 |
| | | | | Closes #3325 | ||||
* | Update translations | Simon Rettberg | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | Update permission translations | Simon Rettberg | 2018-03-21 | 2 | -8/+22 |
| | |||||
* | [statistics] Refine permissions, add some new ones | Simon Rettberg | 2018-03-04 | 14 | -101/+207 |
| | |||||
* | [statistics] Rename permissions a bit | Simon Rettberg | 2018-02-12 | 4 | -13/+13 |
| | |||||
* | [permissionmanager] Introduce "location-aware" flag for permissions | Simon Rettberg | 2018-02-12 | 1 | -5/+11 |
| | | | | | | | | | | 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. | ||||
* | [statistics] Move replace-hook to statistics subdir | Simon Rettberg | 2018-01-18 | 1 | -1/+1 |
| | |||||
* | [statistics] Properly display runmode name in client list | Simon Rettberg | 2018-01-15 | 2 | -1/+12 |
| | |||||
* | [statistics] Fix runtime filter (had math backwards) | Simon Rettberg | 2018-01-15 | 1 | -6/+6 |
| | |||||
* | [statistics] Fix typo in last commit | Simon Rettberg | 2018-01-15 | 1 | -1/+1 |
| | |||||
* | [statistics] Fix "filter by cores" button in client list | Simon Rettberg | 2018-01-15 | 1 | -6/+6 |
| | | | | Closes #3284 | ||||
* | [statistics] Fix display of machine usage history bar | Simon Rettberg | 2018-01-12 | 1 | -2/+2 |
| | |||||
* | [statistics] Add "replace machines" feature (not linked to anywhere yet) | Simon Rettberg | 2018-01-11 | 7 | -3/+150 |
| | |||||
* | [statistics] Add filters for uptime and hostname | Simon Rettberg | 2018-01-08 | 5 | -7/+55 |
| | | | | Closes #3278 | ||||
* | [statistics] added permissions to view client statistics, delete clients and ↵ | Udo Walter | 2017-12-28 | 7 | -34/+105 |
| | | | | edit notes of clients | ||||
* | [statistics] Cleaner version for screen connection state handling by using ↵ | Simon Rettberg | 2017-12-21 | 1 | -16/+6 |
| | | | | nested array feature for queries | ||||
* | [statistics] Properly mark disconnected sceens as such if the output name ↵ | Simon Rettberg | 2017-12-21 | 6 | -88/+239 |
| | | | | changed | ||||
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 3 | -9/+8 |
| | | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them. | ||||
* | [statistics] Load stupidtable when displaying list | Simon Rettberg | 2017-12-07 | 1 | -0/+1 |
| | |||||
* | [statistics] location filter: Support recursive matching by (ab)using ~ and !~ | Simon Rettberg | 2017-12-07 | 2 | -4/+11 |
| | |||||
* | [statistics] Fixed a bug where the filterbox kept the old dropdown entries | Jannik Schönartz | 2017-12-05 | 1 | -0/+1 |
| | |||||
* | [statistics] Fix link to runmode in client details view | Simon Rettberg | 2017-12-05 | 1 | -1/+1 |
| | |||||
* | [statistics] Restore client list heading | Simon Rettberg | 2017-12-04 | 1 | -0/+2 |
| | |||||
* | [statistics] Add delete functionality | Simon Rettberg | 2017-12-04 | 6 | -5/+76 |
| | |||||
* | [statistics] Add missing filter values to "state" | Simon Rettberg | 2017-12-03 | 1 | -1/+1 |
| | |||||
* | [syslog, statistics] Pretty print time, shorten CPU model in list | Simon Rettberg | 2017-12-01 | 2 | -15/+8 |
| | |||||
* | Merge branch 'master' into permission-manager | Simon Rettberg | 2017-12-01 | 17 | -175/+431 |
|\ | |||||
| * | [statistics, roomplanner, locationinfo] Ignore machines with runmode:isclient==0 | Simon Rettberg | 2017-12-01 | 2 | -4/+8 |
| | | |||||
| * | [roomplanner] Refactor to use runmode | Simon Rettberg | 2017-11-30 | 2 | -9/+47 |
| | | |||||
| * | [statistics] Reset session name on login to vmchooser | Simon Rettberg | 2017-11-30 | 1 | -1/+1 |
| | | |||||
| * | [statistics] Update translations | Simon Rettberg | 2017-11-30 | 4 | -6/+12 |
| | | |||||
| * | [statistics] Handle runmode and its isclient flag | Simon Rettberg | 2017-11-30 | 7 | -53/+140 |
| | | |||||
| * | [statistics] Introduce state column to get rid of complicated state ↵ | Simon Rettberg | 2017-11-28 | 7 | -109/+201 |
| | | | | | | | | | | | | determination This also adds support for the STANDBY state | ||||
| * | [statistics] Warn about suspicious hardware changes (RAM, CPU) | Simon Rettberg | 2017-11-24 | 1 | -18/+42 |
| | | | | | | | | | | | | If the CPU model changes or the amount of RAM decreases we issue a warning message to the server log, since at least in the RAM case it might not have been an authorized access.... :/ | ||||
| * | [statistics] Filter 'state' was missing in the client statistics filter | Jannik Schönartz | 2017-11-23 | 1 | -1/+6 |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:openslx-ng/slx-admin | Jannik Schönartz | 2017-11-23 | 1 | -1/+1 |
| |\ | |||||
| * | | [statistics&syslog] Changed ip to machine-uuid for filtering. Fixed a bug ↵ | Jannik Schönartz | 2017-11-20 | 2 | -2/+2 |
| | | | | | | | | | | | | 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 | 6 | -34/+84 |
|\ \ \ | | |/ | |/| | | | | | | | | | | # Conflicts: # modules-available/backup/templates/_page.html # style/default.css | ||||
| * | | [statistics] Also adapt MAC-UUID fixing code to mltk changes | Simon Rettberg | 2017-11-21 | 1 | -1/+1 |
| |/ | | | | | | | Refs #3227 | ||||
| * | [statistics&syslog] Fix possible cron delete query overflow | Simon Rettberg | 2017-11-15 | 1 | -3/+14 |
| | | |||||
| * | [statistics] Show client details if filter has exactly one result | Simon Rettberg | 2017-11-13 | 1 | -0/+21 |
| | | |||||
| * | [statistics] api: Allow specifying client type | Simon Rettberg | 2017-11-03 | 1 | -27/+42 |
| | | |||||
| * | [translation] Added translation for 'subnet' filter | Steffen Ritter | 2017-09-05 | 3 | -3/+6 |
| | | |||||
* | | [statistics] moved "add filter" button closer to the filter field | Udo Walter | 2017-10-18 | 1 | -3/+3 |
| | | |||||
* | | [statistics] changed coloring of naviation buttons from blue to 'pressed down'; | Udo Walter | 2017-10-13 | 3 | -14/+28 |
| | | | | | | | | added scroll to top button; removed space between filter and 'add filter button' | ||||
* | | [statistics] fixed inconsistencies | Udo Walter | 2017-09-28 | 11 | -230/+270 |
|/ |