summaryrefslogtreecommitdiffstats
path: root/modules-available
Commit message (Collapse)AuthorAgeFilesLines
* [systemstatus] implemented permission-system. alot of show-permissions to ↵Christian Hofmaier2018-01-263-251/+316
| | | | view things. and a server-reboot permission.
* [statistics] added permissions to view client logs;Udo Walter2018-01-186-4/+33
| | | | | removed unused query arguments from Paginate::exec (caused an error if query arguments that are actually used in the query are passed to Paginate::exec)
* [minilinux] implemented permission-system. you can't see the side without ↵Christian Hofmaier2018-01-165-39/+59
| | | | any permission. there are only 2 permissions: show the side and update content (which includes the show permission).
* [baseconfig_partitions_cdn] updated permission-descriptionsChristian Hofmaier2018-01-162-8/+8
|
* [baseconfig_partitions_cdn] implemented permission-system. you can only see ↵Christian Hofmaier2018-01-167-31/+99
| | | | site if you have atleast one permission. fixed the save-button (it's working now!). Didn't know what to do with this download-button.
* [rebootcontrol] this time with correct modul-tag in front. Changed buttons ↵Christian Hofmaier2018-01-112-8/+5Star
| | | | so that they don't open the modals to reboot/shutdown if user has no permission. Deleted some redundancy from stylesheet
* Merge remote-tracking branch 'origin/permission-manager' into permission-managerUdo Walter2018-01-1012-137/+363
|\
| * [exams] implemented permission systemChristian Hofmaier2018-01-095-54/+117
| |
| * [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.
* | [locations] fixed root location not getting disabled in the dropdown ifUdo Walter2018-01-101-1/+0Star
|/ | | | the user does not have permisson for location 0
* [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
|\
| * [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
| |
* | [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
|/
* 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
| |
* | [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
| |
* | [dnbd3] Allow configuring alternative IP address for managed proxySimon Rettberg2017-12-116-11/+55
| |