Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [locationinfo] Fix styling of tooltip btns | Steffen Ritter | 2018-02-06 | 11 | -66/+78 |
| | | | | also made the style of two close btns consistent to the rest | ||||
* | [statistics_reporting] Translation for 'settings' | Steffen Ritter | 2018-02-05 | 1 | -3/+6 |
| | |||||
* | [statistics] Move replace-hook to statistics subdir | Simon Rettberg | 2018-01-18 | 5 | -1/+1 |
| | |||||
* | [minilinux] Check md5 if filesize and mtime failed to hint at changed files | Simon Rettberg | 2018-01-17 | 1 | -1/+2 |
| | |||||
* | [syslog] Make client ip clickable, linking to statistics | Steffen Ritter | 2018-01-16 | 2 | -3/+3 |
| | |||||
* | [statistics] Properly display runmode name in client list | Simon Rettberg | 2018-01-15 | 2 | -1/+12 |
| | |||||
* | [runmode] Do not allow re-assigning clients to new runmode if old mode ↵ | Simon Rettberg | 2018-01-15 | 6 | -10/+26 |
| | | | | | | | | | doesn't support the generic editor Doing so might leave some stale data in the old module, so we better prevent it so the user has to manually remove the client from the old runmode using the non-generic way (module specific) first. | ||||
* | [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 |
| | |||||
* | [inc/User] Removed unecessary logging line | Steffen Ritter | 2018-01-11 | 1 | -1/+0 |
| | |||||
* | [permissionmanager] Sanitize language tag names | Simon Rettberg | 2018-01-11 | 8 | -44/+44 |
| | |||||
* | Update translations + add global tags | Simon Rettberg | 2018-01-11 | 21 | -53/+37 |
| | | | | lang_username, lang_user and lang_password are now global tags | ||||
* | [locationinfo] URL: Add field to specify reload interval in minutes | Simon Rettberg | 2018-01-11 | 3 | -1/+26 |
| | |||||
* | [statistics] Add "replace machines" feature (not linked to anywhere yet) | Simon Rettberg | 2018-01-11 | 11 | -3/+174 |
| | |||||
* | [translations] Focus first untranslated tag | Simon Rettberg | 2018-01-11 | 1 | -2/+6 |
| | |||||
* | [translations] Guess using a VCS isn't enough? | Simon Rettberg | 2018-01-11 | 1 | -85/+2 |
| | |||||
* | Update translations | Simon Rettberg | 2018-01-08 | 6 | -10/+18 |
| | |||||
* | [statistics] Add filters for uptime and hostname | Simon Rettberg | 2018-01-08 | 5 | -7/+55 |
| | | | | Closes #3278 | ||||
* | [statistics_reporting] Don't leak locationid in remote report | Simon Rettberg | 2018-01-08 | 1 | -1/+1 |
| | |||||
* | [statistics_reporting] Query rewrite: Use iterative approach | Simon Rettberg | 2018-01-04 | 7 | -324/+499 |
| | | | | | | | Several simple test cases yielded incorrect results, also sessions partially overlapping with the selected hours were not handled properly. Iterative processing of logged events instead of single humongous unmaintainable SQL query. | ||||
* | [inc/Database] Add profiling info (timing, query count) | Simon Rettberg | 2018-01-04 | 2 | -6/+57 |
| | |||||
* | [exams] reworked permission system from "click and you get error" to "button ↵ | Christian Hofmaier | 2018-01-02 | 7 | -83/+246 |
| | | | | is disabled due to lack of permission". you now can only add/delete/edit based on locations you have permission for. you need permission for all locations of an exam to edit/delete it, but you can see it if you have at least permission for one of the locations. | ||||
* | [statistics] added permissions to view client statistics, delete clients and ↵ | Udo Walter | 2017-12-28 | 7 | -34/+105 |
| | | | | edit notes of clients | ||||
* | [eventlog] added permission to view the log | Udo Walter | 2017-12-28 | 7 | -23/+39 |
| | |||||
* | [vmstore] added permissions to choose internal, nfs or cifs vm storage | Udo Walter | 2017-12-28 | 8 | -9/+48 |
| | |||||
* | [serversetup-bwlp] added permissions to edit boot address and menu and | Udo Walter | 2017-12-27 | 7 | -9/+39 |
| | | | | to download the usb image | ||||
* | [permissionmanager] bugfix + added locationid 0 to the getAllowedLocations | Udo Walter | 2017-12-27 | 1 | -9/+9 |
| | | | | result array if the user has locationid 0 for this permission | ||||
* | Merge branch 'master' into permission-manager | Udo Walter | 2017-12-22 | 37 | -240/+636 |
|\ | |||||
| * | [sysconfig] Restore long lost ajax functionality | Simon Rettberg | 2017-12-22 | 2 | -1/+33 |
| | | | | | | | | | | | | If any modules need rebuild, we can now successfully query their status while the page is displayed and change the refresh button color to white once an ongoing rebuild is complete. | ||||
| * | [sysconfig] Fix home directory attribute detection | Simon Rettberg | 2017-12-21 | 3 | -14/+9 |
| | | |||||
| * | [statistics] Cleaner version for screen connection state handling by using ↵ | Simon Rettberg | 2017-12-21 | 1 | -16/+6 |
| | | | | | | | | nested array feature for queries | ||||
| * | [inc/Database] Support nested arrays in query | Simon Rettberg | 2017-12-21 | 1 | -1/+10 |
| | | |||||
| * | [statistics] Properly mark disconnected sceens as such if the output name ↵ | Simon Rettberg | 2017-12-21 | 6 | -88/+239 |
| | | | | | | | | changed | ||||
| * | [locationinfo] Update translations | Simon Rettberg | 2017-12-21 | 3 | -6/+4 |
| | | |||||
| * | [serversetup] Start work on a pxemenu parser for later migration | Simon Rettberg | 2017-12-21 | 1 | -0/+102 |
| | | |||||
| * | [sysconfig] Error checks + messages when rebuilding module | Simon Rettberg | 2017-12-20 | 1 | -3/+7 |
| | | |||||
| * | [systemstatus] Only query dnbd3-server if enabled | Simon Rettberg | 2017-12-20 | 1 | -1/+6 |
| | | |||||
| * | [baseconfig_bwlp] Add SLX_JUMBO_FRAMES | Simon Rettberg | 2017-12-20 | 4 | -2/+9 |
| | | |||||
| * | [vmstore] Style fix | Steffen Ritter | 2017-12-19 | 1 | -2/+4 |
| | | |||||
| * | [dozmod] Fix permission handling in mail template editor | Simon Rettberg | 2017-12-19 | 1 | -4/+6 |
| | | |||||
| * | Merge branch 'master' of dnbd3:openslx-ng/slx-admin | Simon Rettberg | 2017-12-19 | 1 | -8/+1 |
| |\ | |||||
| | * | [dnbd3] Removed double save button | Steffen Ritter | 2017-12-19 | 1 | -8/+1 |
| | | | |||||
| * | | [locationinfo] Fix infinite reload loop | Simon Rettberg | 2017-12-19 | 2 | -5/+30 |
| |/ | |||||
| * | [locationinfo] Reload panels when opening times are changed | Simon Rettberg | 2017-12-19 | 3 | -29/+82 |
| | | |||||
| * | [sysconfig] Fix logic by which condition the LDADPd gets (re)started | Simon Rettberg | 2017-12-18 | 5 | -43/+15 |
| | | |||||
| * | [syconfig] AD: Better error messages, don't lose DN if homeAttrCheck fails | Simon Rettberg | 2017-12-18 | 2 | -25/+33 |
| | | |||||
| * | [vmstore] Update texts to refer to DNBD3 | Simon Rettberg | 2017-12-18 | 3 | -6/+50 |
| | | |||||
| * | [systemstatus] Tweak design and text of reboot dialog | Simon Rettberg | 2017-12-16 | 3 | -4/+8 |
| | |