summaryrefslogtreecommitdiffstats
path: root/modules-available
Commit message (Collapse)AuthorAgeFilesLines
...
| * [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
| | |
| * | [systemstatus] Only query dnbd3-server if enabledSimon Rettberg2017-12-201-1/+6
| | |
| * | [baseconfig_bwlp] Add SLX_JUMBO_FRAMESSimon Rettberg2017-12-204-2/+9
| | |
| * | [vmstore] Style fixSteffen Ritter2017-12-191-2/+4
| | |
| * | [dozmod] Fix permission handling in mail template editorSimon Rettberg2017-12-191-4/+6
| | |
| * | Merge branch 'master' of dnbd3:openslx-ng/slx-adminSimon Rettberg2017-12-191-8/+1Star
| |\ \
| | * | [dnbd3] Removed double save buttonSteffen Ritter2017-12-191-8/+1Star
| | | |
| * | | [locationinfo] Fix infinite reload loopSimon Rettberg2017-12-192-5/+30
| |/ /
| * | [locationinfo] Reload panels when opening times are changedSimon Rettberg2017-12-193-29/+82
| | |
| * | [sysconfig] Fix logic by which condition the LDADPd gets (re)startedSimon Rettberg2017-12-185-43/+15Star
| | |
| * | [syconfig] AD: Better error messages, don't lose DN if homeAttrCheck failsSimon Rettberg2017-12-182-25/+33
| | |
| * | [vmstore] Update texts to refer to DNBD3Simon Rettberg2017-12-183-6/+50
| | |
| * | [systemstatus] Tweak design and text of reboot dialogSimon Rettberg2017-12-163-4/+8
| |/
| * Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-1642-128/+159
| | | | | | | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them.
| * Merge branch 'permission-manager' of openslx.org:openslx-ng/slx-admin into ↵Simon Rettberg2017-12-1545-99/+250
| |\ | | | | | | | | | permission-manager
| | * [backup] added permissions to create and restore backupsUdo Walter2017-12-146-7/+28
| | |
| | * [webinterface] added permissions to edit https, password and design settingsUdo Walter2017-12-148-7/+32
| | |
| | * [permissionmanager] removed alert from roleeditorUdo Walter2017-12-142-1/+6
| | |
| | * [permissionmanager] added support for localized permission descriptions;Udo Walter2017-12-0720-50/+148
| | | | | | | | | | | | | | | moved add/delete buttons to the right; items in the user and locations table can now be selected by clicking anywhere in the table row;
| | * [dozmod] reworked permission system from "click and you get error" to ↵Christian Hofmaier2017-12-0711-37/+39
| | | | | | | | | | | | "button is disabled due to lack of permission" + in log as there is no button, the links to the user/target are disabled (not clickable).
| * | [roomplanner] Fix deleting PCs after loading room planSimon Rettberg2017-12-151-3/+8
| | |
* | | [usb-lock-off] Switched to the _hw db structure. Adding a device and db ↵Jannik Schönartz2017-12-225-14/+195
| | | | | | | | | | | | contraints working properly. WIP
* | | Merge branch 'master' into usb-lock-offJannik Schönartz2017-12-14260-2121/+5966
|\| |
| * | [sysconfig] Update translationsSimon Rettberg2017-12-142-0/+2
| | |
| * | [sysconfig] Allow remapping of attributes for AD tooSimon Rettberg2017-12-148-57/+86
| | |
| * | [vmstore] Fix uninitialized variable accessSimon Rettberg2017-12-131-1/+2
| | |