summaryrefslogtreecommitdiffstats
path: root/modules-available
Commit message (Collapse)AuthorAgeFilesLines
* [statistics] Honor filters for clients with special modeSimon Rettberg2020-11-091-1/+2
| | | | Closes #3808
* [dnbd3] Allow unit suffixes in advanced settingsSimon Rettberg2020-11-052-2/+2
|
* [dnbd3] Fix typoSimon Rettberg2020-11-051-1/+1
|
* [dnbd3] Allow overriding certain server.conf values for proxySimon Rettberg2020-11-056-21/+73
| | | | | | | As requested in issue #3328 you can now override the default values of certain settings. It's kept simple, labeled "advanced config" with a little disclaimer, as you can easily enter stupid values that will render the dnbd3-proxy useless.
* [locationinfo] Allow seconds in prettytime mode, change eco mode textSimon Rettberg2020-11-044-3/+7
| | | | | Eco mode doesn't change any colors anymore currently, it merely lowers the update rate and hides seconds from the countdown.
* [locationinfo] "show hostname" cannot be overridden per locationSimon Rettberg2020-11-042-18/+17Star
|
* [locationinfo] Change header layoutSimon Rettberg2020-11-041-32/+29Star
| | | | | Location name is now first row, event name second row, centered, with remaining time breaking into third row if necessary.
* [locationinfo] Fix: api.php access in redirect mode not workingSimon Rettberg2020-11-043-15/+19
| | | | | | | Also get rid of slx-admin prefix / {{dirprefix}}. We now have only one variable to be filled in the template, namely {{api}}, which should also make sure that accessing other module's API is not possible. Matching rewrite rules should land in setup-scripts soon.
* [serversetup-bwlp-ipxe] Re-interoduce direct boot for one-item menusSimon Rettberg2020-11-042-2/+12
| | | | | Menus with only one item and a timeout of 0 will directly boot the entry.
* [locationinfo] ical: Fix undefined index accessSimon Rettberg2020-11-041-1/+2
|
* [sysconfig] Display duplicate files for generated system configSimon Rettberg2020-11-035-22/+68
| | | | Implements #3670
* [locationinfo] Remove unused javascriptSimon Rettberg2020-11-0311-333/+114Star
| | | | | | | Most javascript was needed for editing the opening times of locations. Some javascript was still used to fill the now disabled input forms for display only. This is now done server-side, and the input fields have been replaced by a simple table.
* [locationinfo] Clean up styling a bit moreSimon Rettberg2020-11-0313-576/+527Star
|
* [locations] install: Fix migration of openingtimesSimon Rettberg2020-11-031-1/+1
|
* [locationinfo] remove unused codeChristian Hofmaier2020-11-022-4/+0Star
|
* [locationinfo] remove tooltip buttons and use direct textChristian Hofmaier2020-11-024-189/+128Star
|
* [dnbd3] Link from image list to client listSimon Rettberg2020-10-303-15/+34
|
* [minilinux] Remove unused local varSimon Rettberg2020-10-291-1/+0Star
|
* [dnbd3] Add link to used image in client listSimon Rettberg2020-10-282-4/+10
| | | | | Clicking the folder icon next to a client will switch to the image list, and highlight the according image.
* [statistics] Remove trailing $Simon Rettberg2020-10-271-1/+1
|
* [statistics] Fix detection of machines with no HDDSimon Rettberg2020-10-272-3/+3
| | | | | | This was broken in two ways: The filters were renamed, but we still tried to match the old names (since these are strings :(), and then we need to ignore devicemapper devices reported on MaxiLinux.
* [serversetup-bwlp-ipxe] Empty menu item title = use bootentry titleSimon Rettberg2020-10-264-17/+18
| | | | | | | | | | We now leave the input box for the menu item title empty, which shows the matching bootentry's title as the placeholder. This will then also be what's displayed in the actual menu. This way, updating the boot entry's title will update the displayed menu item, if it wasn't overridden previously. Closes #3690
* [serversetup-bwlp-ipxe] stupidtable for bootentry listSimon Rettberg2020-10-262-6/+6
|
* [serversetup-bwlp-ipxe] Add "Edit" link for bootentries in menu editorSimon Rettberg2020-10-232-2/+8
| | | | | Add link to the popup where you select a boot entry for a menu entry in a menu.
* [dozmod] expiredimages: Link to user's actionlog instead of sending mailSimon Rettberg2020-10-222-11/+11
| | | | | | The "expired images" view was created before we had the action log. Linking to it might be more what we expect, instead of opening a mail client.
* [statistics_reporting] Fix json types, add duration fieldSimon Rettberg2020-10-221-1/+4
|
* [statistics_reporting] Add missing group statementSimon Rettberg2020-10-221-1/+2
|
* [statistics_reporting] Add exam statisticsSimon Rettberg2020-10-222-5/+33
|
* [locationinfo] Relative paths for assets in rewrite modeSimon Rettberg2020-10-221-2/+2
| | | | | | In conjunction with the proper reqrite rule, this makes it possible to entirely server the info panel from a dedicated virtual directory, in our case, /panel/
* [locationinfo] URLPANEL: Allow black- and whitelist simultaneouslySimon Rettberg2020-10-216-32/+51
| | | | References #3790
* [serversetup-bwlp-ipxe] Fix UUID validationSimon Rettberg2020-10-211-1/+1
|
* [baseconfig_bwlp/locationinfo] Add SLX_TTY_SWITCHSimon Rettberg2020-10-2011-10/+49
| | | | | | | | This will be used (to be implemented client side) to diallow tty switching from within the X session, as the exam mode currently already does. References #3793
* [systemstatus] Add main-warning hook for low disk spaceSimon Rettberg2020-10-205-53/+87
|
* [locationinfo] real fix of bootstrap switchesChristian Hofmaier2020-10-191-23/+3Star
|
* [locationinfo] fix bootstrap-switches override always "on"Christian Hofmaier2020-10-191-1/+4
|
* Merge branch 'master' of git.openslx.org:openslx-ng/slx-adminChristian Hofmaier2020-10-1320-129/+296
|\ | | | | | | merge branch 'master'
| * [dozmod] Implement deleting orphaned files from vm storeSimon Rettberg2020-09-2810-105/+229
| | | | | | | | | | | | | | | | This is the UI part that communicates with dmsd to show or delete all files on the vm store that don't belong to a known VM. Might be dangerous, use wisely. Closes #3321
| * [remoteaccess/exams] Disable screen-saver timeout for these modesSimon Rettberg2020-09-232-0/+4
| |
| * [locations] table-hover für SteffenSimon Rettberg2020-09-231-1/+1
| | | | | | | | Closes #3676
| * [serversetup-bwlp-ipxe] Re-introduce support for menuid paramSimon Rettberg2020-09-222-2/+9
| |
| * [statistics] Show if current runmode is different from configured oneSimon Rettberg2020-09-214-2/+27
| | | | | | | | | | | | This isn't accounting for fake runmodes like "remoteaccess" or "exams", which aren't stored in the database, but actually, this might be beneficial, as you want to actually see if the clients are in this mode.
| * [exams/runmode/remoteaccess] Tweak baseconfig hook (runmode/format)Simon Rettberg2020-09-173-19/+26
| |
* | [locationinfo] add forward link to location moduleChristian Hofmaier2020-10-136-66/+24Star
|/ | | | + delete some unused code
* [locations] install: Make openingtime migration a bit more robustSimon Rettberg2020-09-111-13/+15
| | | | | | | This decouples column creation in location table from checking existence of the old column in locationinfo_locationconfig. In case import fails the first time, this will simply "resume" the update in case it is triggered a second time.
* [locationinfo] Always use cached data if backend failsSimon Rettberg2020-09-111-10/+9Star
| | | | | | | Previously, we'd only deliver calendar data to the panel if the cache timeout hasn't been reached yet. In case fetching fresh data from the backend fails, go ahead and deliver the old cached data, no matter how old it is.
* [locations] Set proper update status when moving openingtime columnSimon Rettberg2020-09-111-0/+1
|
* [locations] Migrate openingtimes from infoscreen to locations moduleChristian Hofmaier2020-09-0816-162/+674
| | | | | - move openingtimes from infoscreen db to locations db - read-only openingtimes in infoscreen
* [locationinfo] Fix overriding "show hostnames" not being savedSimon Rettberg2020-09-081-1/+2
|
* [remoteaccess] Add english translationsSteffen Ritter2020-09-084-0/+36
|
* [dozmod] Update translationsSteffen Ritter2020-09-082-6/+6
|