summaryrefslogtreecommitdiffstats
path: root/modules-available
Commit message (Collapse)AuthorAgeFilesLines
* [roomplanner] Make client tooltip more readableSteffen Ritter2019-07-194-13/+51
|
* [exams] Fix isExamMode() for global examsSimon Rettberg2019-07-041-2/+6
|
* [baseconfig_bwlp] Update help text for SLX_ADDONSSimon Rettberg2019-07-042-2/+2
|
* [dnbd3] Add baseconfig vars for experimental local cachingSimon Rettberg2019-07-034-0/+50
|
* [exams] Fix creating global examSimon Rettberg2019-07-032-7/+37
|
* [install.php] tableHasIndex -> tableGetIndexSimon Rettberg2019-07-032-4/+4
|
* [locationinfo] fix bug 'open for' without timesChristian Hofmaier2019-06-251-2/+2
|
* [news] Update translationsSimon Rettberg2019-06-252-6/+6
|
* [news] Use date/time selection for expiry, not duration in hrsSimon Rettberg2019-06-253-19/+60
|
* [exams] Fix HTML syntaxSimon Rettberg2019-06-251-1/+1
|
* [summernote] Use caching when loading language pluginSimon Rettberg2019-06-251-5/+1Star
|
* [exams/bootstrap_datepicker] Always load slx-admin language pluginSimon Rettberg2019-06-252-22/+53
| | | | Fixes #3567
* [news] Modularize; add 'login-news' categorySimon Rettberg2019-06-2513-285/+302
| | | | TODO: Use date/time picker for expire time
* [dnbd3] Put proxies from other locations into SLX_DNBD3_FALLBACKSimon Rettberg2019-06-251-4/+16
|
* [locations] subnet inputs: disabled -> readonly; disable save buttonSimon Rettberg2019-05-231-3/+3
| | | | | | | There was unfinished code to disable the save button if there are no actions allowed to perform in the location detail box, which is now working. Also make the text inputs readonly instead of diabled if we're not allowed to edit them, so copy & paste still works.
* [statistics] Update translationsSimon Rettberg2019-05-232-0/+4
|
* [statistics] Add captions to RAM/swap barSimon Rettberg2019-05-232-4/+13
|
* [roomplanner] Make highlight green, not redSimon Rettberg2019-05-231-2/+2
|
* [roomplanner] Swap translate/rotate in SVGSimon Rettberg2019-05-231-1/+1
|
* [roomplanner] Fix svg rotate logicSimon Rettberg2019-05-231-9/+7Star
|
* [serversetup-bwlp-ipxe] Use badge for refcount in bootentry tableSimon Rettberg2019-05-231-1/+3
|
* [serversetup-bwlp-ipxe] Show default selection of inherited menuSimon Rettberg2019-05-234-2/+22
|
* [*] de: Script -> Skriptv3.8-releaseSimon Rettberg2019-04-173-9/+9
|
* [sysconfig] Update translationsSimon Rettberg2019-04-172-1/+3
|
* [sysconfig] Translation for last modified date tooltipSteffen Ritter2019-04-171-1/+1
|
* [baseconfig_bwlp] Fix default valueSimon Rettberg2019-04-171-1/+1
|
* [roomplanner] Don't generate roomplan if pointlessSimon Rettberg2019-04-161-4/+6
| | | | | | If a UUID for a machine is passed that maps into a location by its IP address, but doesn't have a position in it, don't render a SVG for that location, unless the locationid is explicitly specified too.
* [serversetup-bwlp-ipxe] Make sure we always have a default entrySimon Rettberg2019-04-163-3/+17
|
* [serversetup-bwlp-ipxe] Fix permcheck for menu edit in menu listSimon Rettberg2019-04-161-1/+1
|
* [baseconfig] Fix default value display for entries not in DB yetSimon Rettberg2019-04-161-0/+3
|
* [backup] Fix restore done messageSimon Rettberg2019-04-161-5/+4Star
|
* [serversetup-bwlp-ipxe] Show parent menu in location assign dialogSimon Rettberg2019-04-163-1/+8
|
* [serversetup-bwlp-ipxe] Change color scheme a bitSimon Rettberg2019-04-161-1/+3
|
* [serversetup-bwlp-ipxe] Firce locale to get iconv() to behaveSimon Rettberg2019-04-161-0/+1
| | | | With the C locale, iconv's TRANSLIT is a noop.
* [statistics] Handle system an mainboard model separatelySimon Rettberg2019-04-165-21/+44
| | | | ...especially for BIOS updates checks...
* [serversetup-bwlp-ipxe] Add debug-shell boot entrySimon Rettberg2019-04-111-1/+16
|
* [serversetup-bwlp-ipxe] Fix submenu permission handlingSimon Rettberg2019-04-101-2/+4
|
* [syslog] Set UUID = null if seemingly invalidSimon Rettberg2019-04-101-3/+9
|
* [sysconfig] Add option to toggle no homedir warningsSimon Rettberg2019-04-096-5/+29
|
* [statistics] Don't center roomplanSimon Rettberg2019-04-091-1/+1
|
* [baseconfig] Remove "enabled" checkbox, reset field on override disableSimon Rettberg2019-04-094-61/+30Star
| | | | | Closes #3570 Closes #3569
* [locationinfo] Update translationsSimon Rettberg2019-04-081-1/+1
|
* [statistics] Fix smartctl attribute parsingSimon Rettberg2019-04-041-1/+1
|
* [dozmod] Add warning regarding clear text passwordsSimon Rettberg2019-04-043-0/+5
| | | | Closes #3566
* [statistics/locations] Add locationid constraints; update on deleteSimon Rettberg2019-04-034-21/+43
| | | | | We didn't update subnetlocationid when deleting a location, leading to machines pointing to invalid locations.
* [serversetup-bwlp-ipxe] Fix resetting of default bootentries on installSimon Rettberg2019-04-032-2/+5
|
* [locationinfo] Style checkboxes, use icon in save buttonSimon Rettberg2019-04-032-13/+23
|
* [locationinfo] Update translationsSimon Rettberg2019-04-034-8/+6Star
|
* [serversetup-bwlp-ipxe] Reset bwlp bootentries on installSimon Rettberg2019-04-032-3/+5
|
* [serversetup-bwlp-ipxe] Use --nouser for OpenSLX iPXESimon Rettberg2019-04-031-1/+3
|