summaryrefslogtreecommitdiffstats
path: root/modules-available
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'usb-lock-off' into usb-lock-offJannik Schönartz2018-03-2012-48/+135
|\
| * [usb-lock-off] now you can add a description which is shown on the front ↵Christian Hofmaier2018-03-208-16/+74
| | | | | | | | page, edited database, added template tags, made nice red-flag for missing input name :)
| * [usb-lock-off] tooltip that first matching rule (from top to bottom) is appliedChristian Hofmaier2018-03-203-3/+10
| |
| * [usb-lock-off] added id-column to config-tableChristian Hofmaier2018-03-202-12/+6Star
| |
| * [usb-lock-off] disabled add buttons if configuration isn't added to db yetChristian Hofmaier2018-03-204-9/+21
| |
| * [usb-lock-off] config names can now be as long as they want to + fixed table ↵Christian Hofmaier2018-03-203-5/+21
| | | | | | | | widths for nicer looks
| * [usb-lock-off] corrected some of the languageChristian Hofmaier2018-03-206-23/+23
| |
* | [usb-lock-off] Added the edit rule function. Saveing is not finished.Jannik Schönartz2018-03-204-11/+322
|/
* Merge branch 'usb-lock-off' into usb-lock-offJannik Schönartz2018-03-132-9/+6Star
|\
| * [usb-lock-off] drag n drop now with color to show where the item will be dropedChristian Hofmaier2018-03-132-4/+6
| |
| * [usb-lock-off] removed discard changes button due to impracticalnessChristian Hofmaier2018-03-131-5/+0Star
| |
* | [usb-lock-off] Better selection color for the add device table. Some warning ↵Jannik Schönartz2018-03-136-10/+24
|/ | | | fixes.
* [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.