summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [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-062-183/+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
* install.php: Workaround for MariaDB on Debian 10Simon Rettberg2019-10-311-1/+4
|
* [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
|
* [inc/Util] Add method to agressively unset a cookieSimon Rettberg2019-10-313-2/+24
| | | | | This tries to work around problems with the cookie path and trailing slashes.
* [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
|
* [adduser/minilinux] Take care of default/nondefault fieldsSimon Rettberg2019-10-292-2/+2
|
* [locationinfo] Make switching per room workChristian Hofmaier2019-10-262-41/+43
|
* config.php.emaple: Remove another orphaned config varSimon Rettberg2019-10-251-3/+1Star
|
* config.php.example: Remove deprecated CONFIG_REMOTE_MLSimon Rettberg2019-10-251-2/+0Star
|
* [minilinux] Create symlink for PXELINUX menu supportSimon Rettberg2019-10-241-0/+8
|
* [minilinux] Add missing permissions checksSimon Rettberg2019-10-211-0/+2
|
* [inc/Util] Simplify user download functionSimon Rettberg2019-10-181-13/+2Star
|
* [serversetup-bwlp-ipxe] UI/UX tweaksSimon Rettberg2019-10-178-206/+253
| | | | | | * Decluttered bootentry View in menu editor * Show details for hook bootentry in menu editor * Buttons for "save and reload" in menu/bootentry editor
* [serversetup-bwlp-ipxe/minilinux] Further improvementsSimon Rettberg2019-10-1710-78/+135
| | | | | | * Distinction between BIOS and EFI for ipxe hook in minilinux * Debug KCL modifier customizable by update meta data * Bugfixes, minor refactoring...
* [serversetup-bwlp-ipxe/minilinux] Implement minilinux hook for ipxeSimon Rettberg2019-10-1621-133/+599
|
* [dozmod] Increase sat DB's launch counter on cache hitSimon Rettberg2019-10-161-0/+6
|
* [minilinux] Rewrite for multiple version/sources handlingSimon Rettberg2019-10-0921-255/+790
| | | | | | | | | | | * You can supply multiple sources for updates (URLs) * Sources can provide multiple branches * Each branch can supply multiple versions (eg. updates) TODO: Set global default version TODO: Supply hook to serversetup-ipxe to add specific boot entries TODO: UX polish TODO: phpdoc/polish
* slx-fixes: Expose function for adding additional automatic confirm handlersSimon Rettberg2019-10-091-5/+7
|
* [locationinfo] Rework from HTML blocks to Jquery CloneChristian Hofmaier2019-09-261-89/+102
| | | | - generalize code for easier adding of new functions
* [dnbd3] Prevent A_I value from increasing all the timeSimon Rettberg2019-09-261-1/+13
| | | | | serverid in dnbd3_server would increase a lot on every query of the servers. Stop that.
* [serversetup-bwlp-ipxe] Add DHCP option overrides; add hook mechanismSimon Rettberg2019-09-241-0/+1
| | | | | | | A default boot entry can now override certain option codes set by the DHCP server before executing the target binary. A hook mechanism makes it possible for other modules to dynamically supply additional boot entry types.