summaryrefslogtreecommitdiffstats
path: root/modules-available
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * [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
| |