summaryrefslogtreecommitdiffstats
path: root/modules-available
Commit message (Collapse)AuthorAgeFilesLines
* [statistics/rebootcontrol] Add remote exec UISimon Rettberg2019-12-1012-58/+262
|
* [rebootcontrol] Fix jumphost script template (missing %)Simon Rettberg2019-12-101-1/+1
|
* [rebootcontrol] cron: Test jumphost availabilitySimon Rettberg2019-12-071-1/+14
|
* [rebootcontrol] Implement assigning subnets to jump hostSimon Rettberg2019-12-079-34/+121
| | | | | Also fix removing all jump hosts from a subnet. Update translations.
* Merge branch 'master' into wolSimon Rettberg2019-12-078-70/+81
|\
| * [sysconfig] Display error if deleting config from database failedSimon Rettberg2019-12-074-9/+8Star
| |
| * [serversetup-bwlp-ipxe] Fix initrd= command line for EFISimon Rettberg2019-12-071-5/+9
| | | | | | | | | | | | initrd=cpio1,cpio2 is syslinux syntax and not understood by the kernel when booting in EFI mode. The proper way to this is initrd=cpio1 initrd=cpio2 ...
| * [minilinux] Fix deleting orphaned/empty branchesSimon Rettberg2019-12-071-5/+3Star
| |
| * [locationinfo] less lovely javascript more not so lovely phpChristian Hofmaier2019-12-042-51/+61
| | | | | | | | - same function just in backend
* | [statistics/rebootcontrol] Add WOL button to statistics moduleSimon Rettberg2019-12-0726-248/+1026
| | | | | | | | | | * Overhauled task display in rebootcontrol module * Can only add subnets by CIDR now instead of start and end
* | Merge branch 'master' into wolSimon Rettberg2019-11-275-2/+184
|\|
| * [locationinfo] add new kiosk-mode options to url-panelsChristian Hofmaier2019-11-275-2/+184
| | | | | | | | | | | | | | - guest / guest+user login - browser selection - interactive mode - bookmarks
* | [statistics/rebootcontrol] Implement editing subnetSimon Rettberg2019-11-2718-233/+628
| |
* | [js_ip/locations] Mode cidr/ip handling to own moduleSimon Rettberg2019-11-274-17/+22
| |
* | [rebootcontrol] Start adding WOL functionalitySimon Rettberg2019-11-2215-373/+610
|/
* [statistics] api: Update DB on client ipaddr changeSimon Rettberg2019-11-191-7/+12
| | | | | Just logging and ignoring the event spams the event log, also it's more likely that the address actually legitimately changed.
* [sysconfig] Allow deleting modules that are still used by a configSimon Rettberg2019-11-138-99/+132
| | | | Closes #3075
* [locationinfo/runmode] Support new infoscreen variablesSimon Rettberg2019-11-122-1/+34
| | | | Interactive mode, autologin, browser type, bookmarks
* [baseconfig] bash escape: Replace \r and \n by spaceSimon Rettberg2019-11-121-1/+1
|
* [sysconfig/runmode] Remove "noSysconfig" functionalitySimon Rettberg2019-11-128-133/+89Star
| | | | Was of limited use and not properly implemented anyways.
* [statistics] FIX STUFFSimon Rettberg2019-11-081-9/+9
|
* [statistics] Fix filtering by prefixing columns with table nameSimon Rettberg2019-11-081-4/+4
|
* [statistics] Tag clients with overridden config.vars in list viewSimon Rettberg2019-11-085-6/+20
|
* [statistics] ModularizeSimon Rettberg2019-11-078-1155/+1231
|
* [translation] Get rid of up_json_encodeSimon Rettberg2019-11-061-3/+1Star
| | | | This was needed in pre-5.4.0 times. Long gone.
* [locations] Show number of machines with configvar overridesSimon Rettberg2019-11-064-5/+35
|
* [baseconfig] Overhaul hook systemSimon Rettberg2019-11-0515-280/+449
| | | | | | This enables us to finally properly show the inheritance flow of all the config variables when editing the baseconfig for a certain location or machine.
* [permissionmanager] Fix creating bogus negative cache entriesSimon Rettberg2019-11-051-12/+2Star
| | | | | If a permission check for a location yielded false, a cache entry for all parent locations with value "false" was created as well.
* [locationinfo] remove scrollbar placeholder in headerChristian Hofmaier2019-11-051-1/+13
| | | | + a small alignment correction
* [statistics] Silence notice about undefined array indexSimon Rettberg2019-10-311-6/+2Star
|
* [statistics/baseconfig] Allow per-machine configvar overridesSimon Rettberg2019-10-3113-33/+141
|
* [statistics] Don't try to show room plan for non-leaf roomsSimon Rettberg2019-10-311-0/+3
|
* [statistics] Show X for faulty room planSimon Rettberg2019-10-311-1/+1
|
* [locations] Update translationsSimon Rettberg2019-10-312-2/+2
|
* [baseconfig] Improved verbose output of plain configSimon Rettberg2019-10-301-5/+6
|
* [baseconfig] Remove unused save-on-server featureSimon Rettberg2019-10-301-27/+2Star
|
* [baseconfig] Properly handle recusion for getconfig.inc.php hooksSimon Rettberg2019-10-301-16/+20
|
* [sysconfig] Disable gzip output handler when delivering config.tgzSimon Rettberg2019-10-301-0/+1
|
* [minilinux] Add some tool-tipsSimon Rettberg2019-10-302-4/+7
|
* [minilinux] Split version list and source list into separate sub-menusSimon Rettberg2019-10-302-24/+34
|
* [minilinux] Slightly better busy-wait for update checkSimon Rettberg2019-10-301-2/+5
|
* [locationinfo] fix wrong value shown on config-site for old panelsChristian Hofmaier2019-10-291-2/+2
|
* [locationinfo] generalize mode change functionChristian Hofmaier2019-10-291-27/+9Star
|
* [minilinux] Fix: Query description for minilinux branch on displaySimon Rettberg2019-10-291-1/+1
|
* [minilinux] Allow absolute paths for initrdsSimon Rettberg2019-10-291-1/+3
|
* [minilinux] Move LinuxBootEntryHook to own fileSimon Rettberg2019-10-292-142/+150
| | | | | | Under certain conditions the ipxe-bootentry hook would be executed multiple times, resuting in a fatal error because the class would be declared multiple times.
* [serversetup-bwlp-ipxe] Fix query accordingly :-/Simon Rettberg2019-10-291-2/+2
|
* [serversetup-bwlp-ipxe] Update default menu entriesSimon Rettberg2019-10-291-26/+19Star
| | | | Adapt to new minilinux module stuff.
* [minilinux] Fix main-warnings check (path)Simon Rettberg2019-10-291-1/+1
|
* [minilinux] Show errors from minilinux download taskSimon Rettberg2019-10-292-0/+8
|