summaryrefslogtreecommitdiffstats
path: root/inc/property.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [inc/Property] Add type checks now that we use strict_types=1Simon Rettberg2024-01-151-2/+8
|
* [inc/Property] Fix return typeSimon Rettberg2023-11-201-2/+2
|
* Fix more type errors, stricter typingSimon Rettberg2023-11-151-0/+2
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-21/+9Star
|
* [inc/Property] Fix warning about type conversionSimon Rettberg2022-09-121-0/+1
|
* [vmstore/main] Use property list for results so they work cross-sessionSimon Rettberg2022-07-041-3/+3
|
* [rebootcontrol/main] Add subkey column to property_list tableSimon Rettberg2022-07-041-5/+66
| | | | | This makes it easier to reference to list entries that have non-trivial data values, e.g. long json data.
* [inc/Property] Types, remove unused functionsSimon Rettberg2022-05-121-24/+9Star
|
* Moderize Database handlingSimon Rettberg2021-05-111-2/+2
| | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries
* [serversetup-bwlp-ipxe] Add iPXE version selectorSimon Rettberg2021-04-201-8/+14
|
* [minilinux] Rewrite for multiple version/sources handlingSimon Rettberg2019-10-091-42/+0Star
| | | | | | | | | | | * 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
* Introduce proper constants for taskmanager statusSimon Rettberg2018-05-241-1/+1
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-161-1/+1
| | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them.
* cron: Clear stucklist on rebootSimon Rettberg2017-05-171-0/+11
|
* Fix a couple of warnings and notices from error.logSimon Rettberg2017-03-211-4/+4
|
* [inc/property] Add list-of-values interfaceSimon Rettberg2017-02-231-2/+56
| | | | | | This can be used to store multiple items per key and avoids the race conditions that manually (de)serializing a list and then using get()/set() would cause.
* [property] Make generic getter and setter public; seems best option for ↵Simon Rettberg2016-08-291-4/+4
| | | | modularization
* [property] Increate ML list download timeoutSimon Rettberg2016-06-091-1/+1
|
* MORE WMORKSimon Rettberg2016-05-181-0/+6
|
* Still working in modularization cleanup and refinementSimon Rettberg2016-05-111-0/+1
|
* Various fixesSimon Rettberg2015-02-241-10/+0Star
|
* MiniLinux download with version selectionSimon Rettberg2015-02-191-1/+1
|
* config module structure completed. Many other fixes. Hidden pw field support.Simon Rettberg2015-01-201-6/+18
|
* Add option to hide or show password fieldsSimon Rettberg2014-12-051-0/+10
|
* Tweaks and fixesSimon Rettberg2014-12-021-1/+2
|
* Lots of small bugfixes, proxy config WIP, https config WIP, translation ↵Simon Rettberg2014-11-261-4/+5
| | | | updates, added masterpassword to pxe menu, ...
* Show notice in menu bar if setup is incompleteSimon Rettberg2014-10-161-0/+10
|
* Big load of changesSimon Rettberg2014-10-091-7/+20
| | | | | | | | | | | - Added callback functionality for taskmanager tasks. You can launch a task and define a callback function to be run when the task finished. This requires activating the cronjob - Added cron functionality: Add cronjob that calls the cron api every 5 minutes to use it. (See cron.inc.php) - Added eventlog - Added missing translations - Merged main-menu-login and main-menu-logout
* Added eventlog class, improved db-update machanism.Simon Rettberg2014-09-151-0/+5
| | | | A warning will be shown in the main menu bar if the database schema needs to be updated.
* Get rid of pxe menu ip tracking, not needed in the futureSimon Rettberg2014-06-231-20/+0Star
|
* Started "System Status" pageSimon Rettberg2014-06-051-0/+13
|
* Continue to show minilinux download status even when refreshing the pageSimon Rettberg2014-06-021-2/+2
|
* ZeugSimon Rettberg2014-06-021-1/+11
|
* Fixed some bugs from Sateserver v05Simon Rettberg2014-05-281-25/+32
|
* WIPSimon Rettberg2014-05-261-0/+47
|
* WIPSimon Rettberg2014-05-241-0/+10
|
* Stuff (WIP)Simon Rettberg2014-05-231-1/+21
|
* Server Setup pageSimon Rettberg2014-05-211-0/+58