summaryrefslogtreecommitdiffstats
path: root/modules-available
Commit message (Collapse)AuthorAgeFilesLines
* [usb-lock-off] Changed + device button to save device button because onclick ↵Jannik Schönartz2018-03-131-2/+2
| | | | devices are stored in the db.
* [usb-lock-off] Fixed add generic rule.Jannik Schönartz2018-03-132-124/+133
|
* [usb-lock-off] Big rework. Moved from client side (modal) stuff to server ↵Jannik Schönartz2018-03-1311-319/+541
| | | | side (new page) system. Removed the rules.conf textfield and added an UI prototype for the rules creation.
* Merge branch 'origin/master' into usb-lock-offJannik Schönartz2018-02-06110-830/+1642
|\
| * [statistics_reporting] Translation for 'settings'Steffen Ritter2018-02-051-3/+6
| |
| * [statistics] Move replace-hook to statistics subdirSimon Rettberg2018-01-185-1/+1
| |
| * [minilinux] Check md5 if filesize and mtime failed to hint at changed filesSimon Rettberg2018-01-171-1/+2
| |
| * [syslog] Make client ip clickable, linking to statisticsSteffen Ritter2018-01-162-3/+3
| |
| * [statistics] Properly display runmode name in client listSimon Rettberg2018-01-152-1/+12
| |
| * [runmode] Do not allow re-assigning clients to new runmode if old mode ↵Simon Rettberg2018-01-156-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 Rettberg2018-01-151-6/+6
| |
| * [statistics] Fix typo in last commitSimon Rettberg2018-01-151-1/+1
| |
| * [statistics] Fix "filter by cores" button in client listSimon Rettberg2018-01-151-6/+6
| | | | | | | | Closes #3284
| * [statistics] Fix display of machine usage history barSimon Rettberg2018-01-121-2/+2
| |
| * [permissionmanager] Sanitize language tag namesSimon Rettberg2018-01-118-44/+44
| |
| * Update translations + add global tagsSimon Rettberg2018-01-1121-53/+37Star
| | | | | | | | lang_username, lang_user and lang_password are now global tags
| * [locationinfo] URL: Add field to specify reload interval in minutesSimon Rettberg2018-01-113-1/+26
| |
| * [statistics] Add "replace machines" feature (not linked to anywhere yet)Simon Rettberg2018-01-1111-3/+174
| |
| * [translations] Focus first untranslated tagSimon Rettberg2018-01-111-2/+6
| |
| * [translations] Guess using a VCS isn't enough?Simon Rettberg2018-01-111-85/+2Star
| |
| * Update translationsSimon Rettberg2018-01-086-10/+18
| |
| * [statistics] Add filters for uptime and hostnameSimon Rettberg2018-01-085-7/+55
| | | | | | | | Closes #3278
| * [statistics_reporting] Don't leak locationid in remote reportSimon Rettberg2018-01-081-1/+1
| |
| * [statistics_reporting] Query rewrite: Use iterative approachSimon Rettberg2018-01-047-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.
| * [exams] reworked permission system from "click and you get error" to "button ↵Christian Hofmaier2018-01-027-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 Walter2017-12-287-34/+105
| | | | | | | | edit notes of clients
| * [eventlog] added permission to view the logUdo Walter2017-12-287-23/+39
| |
| * [vmstore] added permissions to choose internal, nfs or cifs vm storageUdo Walter2017-12-288-9/+48
| |
| * [serversetup-bwlp] added permissions to edit boot address and menu andUdo Walter2017-12-277-9/+39
| | | | | | | | to download the usb image
| * [permissionmanager] bugfix + added locationid 0 to the getAllowedLocationsUdo Walter2017-12-271-9/+9
| | | | | | | | result array if the user has locationid 0 for this permission
| * Merge branch 'master' into permission-managerUdo Walter2017-12-2236-239/+626
| |\
| * | [minilinux] Actualized translation.Udo Walter2017-12-224-5/+5
| | |
| * | [permissionmanager] removed openRoleEdior function;Udo Walter2017-12-2113-102/+233
| | | | | | | | | | | | | | | | | | | | | | | | changed searchFieldFunction() to use jQuery; fixed checkboxes in roleeditor not selecting on a click on the label; added selected row highlighting; disabled buttons if there are no users/roles selected; made role badges in user/location tables clickable; added phpdoc comments to most php functions;
| * | [permissionmanager] fixed small bugUdo Walter2017-12-191-4/+3Star
| | |
* | | [usb-lock-off] Reworked config chooser. Switched from the dropdown config ↵Jannik Schönartz2018-02-0610-230/+252
| | | | | | | | | | | | selection to a classic table.
* | | [usb-lock-off] Configurations splitted into tabs for a better overview. ↵Jannik Schönartz2018-01-248-109/+101Star
| | | | | | | | | | | | Removed old code.
* | | [usb-lock-off] Added generic rule functionality. Fixed tooltip flickering. ↵Jannik Schönartz2018-01-189-56/+439
| | | | | | | | | | | | Fixed alignment when windows is very small.
* | | [usb-lock-off] Moved with-interfaces from the specific props to the general ↵Jannik Schönartz2017-12-291-2/+2
| | | | | | | | | | | | device props. Same devices should have the same interfaces.
* | | [usb-lock-off] Fixed: Because of a missing uid every selected stick was ↵Jannik Schönartz2017-12-281-2/+2
| | | | | | | | | | | | adding the same id, name, serial etc. to the rules.conf.
* | | [usb-lock-off] Code cleanup and removed code for the old db struct.Jannik Schönartz2017-12-283-100/+1Star
| | |
* | | [usb-lock-off] API device delete function now works with the new db struct.Jannik Schönartz2017-12-281-5/+18
| | |
* | | [usb-lock-off] Specific usb props only added if the usb device have a serial ↵Jannik Schönartz2017-12-281-14/+19
| | | | | | | | | | | | number.
* | | Merge branch 'origin/master' into usb-lock-offJannik Schönartz2017-12-28114-467/+1041
|\ \ \ | | |/ | |/|
| * | [sysconfig] Restore long lost ajax functionalitySimon Rettberg2017-12-222-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 detectionSimon Rettberg2017-12-213-14/+9Star
| | |
| * | [statistics] Cleaner version for screen connection state handling by using ↵Simon Rettberg2017-12-211-16/+6Star
| | | | | | | | | | | | nested array feature for queries
| * | [statistics] Properly mark disconnected sceens as such if the output name ↵Simon Rettberg2017-12-216-88/+239
| | | | | | | | | | | | changed
| * | [locationinfo] Update translationsSimon Rettberg2017-12-213-6/+4Star
| | |
| * | [serversetup] Start work on a pxemenu parser for later migrationSimon Rettberg2017-12-211-0/+102
| | |
| * | [sysconfig] Error checks + messages when rebuilding moduleSimon Rettberg2017-12-201-3/+7
| | |