Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [webinterface] Add event log messages for cert changes | Simon Rettberg | 2024-10-11 | 2 | -2/+18 |
| | |||||
* | [webinterface] Add support for ACME, add option to redirect to cert domain | Simon Rettberg | 2024-10-08 | 2 | -0/+49 |
| | |||||
* | Update phpdoc | Simon Rettberg | 2024-10-08 | 1 | -1/+1 |
| | |||||
* | [sysconfig] Add button to assign module to multiple configs | Simon Rettberg | 2024-07-19 | 1 | -2/+3 |
| | | | | | This extends and reuses the assignment dialog that pops up at the end of the process where you create a new module. | ||||
* | [inc/Util] filesize: Fix calculating number of decimals to display | Simon Rettberg | 2024-05-29 | 1 | -3/+3 |
| | |||||
* | Fix type errors | Simon Rettberg | 2024-01-17 | 1 | -1/+1 |
| | |||||
* | [inc/Property] Add type checks now that we use strict_types=1 | Simon Rettberg | 2024-01-15 | 1 | -2/+8 |
| | |||||
* | [inc/TMCallback] Release task when finished | Simon Rettberg | 2023-12-19 | 1 | -0/+1 |
| | |||||
* | [systemstatus] Add notice about security updates to main page | Simon Rettberg | 2023-12-19 | 1 | -0/+9 |
| | |||||
* | [inc/Property] Fix return type | Simon Rettberg | 2023-11-20 | 1 | -2/+2 |
| | |||||
* | [inc/Download] Add user-agent string to avoid 403 from Wikipedia | Simon Rettberg | 2023-11-17 | 1 | -0/+1 |
| | |||||
* | [inc/Message] Fix deserializing messages from URL | Simon Rettberg | 2023-11-15 | 1 | -3/+6 |
| | |||||
* | [inc/Download] Fix downloading from Wikipedia | Simon Rettberg | 2023-11-15 | 1 | -0/+5 |
| | |||||
* | Remove 32bit support | Simon Rettberg | 2023-11-15 | 2 | -10/+1 |
| | | | | | | | int is always the native word size, and we don't really test anything on 32bit OSes anymore. 32bit support already required ugly workarounds in the past for large file sizes and ip2long, so we can finally get rid of those and just put an initial check in install.php. | ||||
* | Fix more type errors, stricter typing | Simon Rettberg | 2023-11-15 | 26 | -21/+85 |
| | |||||
* | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 25 | -325/+303 |
| | |||||
* | [inv/Eventlog] Fix storing last warning/failure ID for notifications | Simon Rettberg | 2023-11-14 | 1 | -14/+20 |
| | |||||
* | Roundup of issues reported by PHPStorm | Simon Rettberg | 2023-11-02 | 4 | -4/+3 |
| | | | | Mostly redundant checks, logic errors, dead code, etc. | ||||
* | Fix a few deprecation warnings on PHP 8.2 | Simon Rettberg | 2023-10-06 | 2 | -3/+3 |
| | |||||
* | [inc/Database] Fix return type | Simon Rettberg | 2023-10-02 | 1 | -1/+2 |
| | |||||
* | [inc/Eventlog] Make sure data fits in columns | Simon Rettberg | 2023-07-25 | 1 | -0/+6 |
| | |||||
* | [inc/Mailer] Add comments | Simon Rettberg | 2023-05-24 | 1 | -1/+3 |
| | |||||
* | Type annotations, better RNG | Simon Rettberg | 2023-05-22 | 2 | -9/+9 |
| | |||||
* | [inc/Mailer] Remove repeated Expire spam from error log | Simon Rettberg | 2023-05-12 | 1 | -1/+2 |
| | |||||
* | [inc/Mailer] Allow Somename <some@example.com> format as FROM | Simon Rettberg | 2023-05-12 | 1 | -1/+8 |
| | |||||
* | [inc/Download] Clean up code | Simon Rettberg | 2023-05-08 | 1 | -40/+7 |
| | |||||
* | [inc/Taskmanager] Update phpdoc | Simon Rettberg | 2023-03-02 | 1 | -1/+1 |
| | |||||
* | [inc/Session] Fix default parameters to setcookie() | Simon Rettberg | 2023-01-10 | 1 | -1/+1 |
| | |||||
* | [session] Add checkbox to log out all other sessions on pw change | Simon Rettberg | 2023-01-05 | 1 | -0/+13 |
| | |||||
* | [inc/ArrayUtil] Fix sort flag handling | Simon Rettberg | 2022-12-02 | 1 | -2/+2 |
| | |||||
* | [inc/Dictionary] Add locale-aware number formatting method | Simon Rettberg | 2022-11-15 | 2 | -3/+28 |
| | |||||
* | [inc/Database] Force utf8mb4 explicitly via SET NAMES | Simon Rettberg | 2022-10-26 | 1 | -0/+1 |
| | | | | | Apparently, putting &charset=utf7mb4 in the connect string is not enough for reasons unknown to me. | ||||
* | [inc/Property] Fix warning about type conversion | Simon Rettberg | 2022-09-12 | 1 | -0/+1 |
| | |||||
* | [eventlog] Add machine data to collected notification samples | Simon Rettberg | 2022-09-12 | 1 | -0/+13 |
| | |||||
* | [vmstore/main] Use property list for results so they work cross-session | Simon Rettberg | 2022-07-04 | 1 | -3/+3 |
| | |||||
* | [rebootcontrol/main] Add subkey column to property_list table | Simon Rettberg | 2022-07-04 | 1 | -5/+66 |
| | | | | | This makes it easier to reference to list entries that have non-trivial data values, e.g. long json data. | ||||
* | Fix typos | Simon Rettberg | 2022-07-04 | 1 | -1/+1 |
| | |||||
* | [inc/Session] Add call to save session data | Simon Rettberg | 2022-07-01 | 1 | -3/+16 |
| | |||||
* | [inc/Util] Remove leading space in formatDuration() when < 24h | Simon Rettberg | 2022-05-17 | 1 | -1/+2 |
| | |||||
* | [eventlog] Cast numeric values to int explicitly, in case they are '' | Simon Rettberg | 2022-05-13 | 1 | -1/+1 |
| | |||||
* | [inc/Property] Types, remove unused functions | Simon Rettberg | 2022-05-12 | 1 | -24/+9 |
| | |||||
* | [inc/Hook] Add types | Simon Rettberg | 2022-05-12 | 1 | -2/+3 |
| | |||||
* | [inc/Download] Add types | Simon Rettberg | 2022-05-12 | 1 | -4/+8 |
| | |||||
* | [vmstore] Add types where possible and do false -> null | Simon Rettberg | 2022-05-11 | 2 | -21/+23 |
| | |||||
* | [inc/Util] Add types, move error printing functions to their own class | Simon Rettberg | 2022-05-02 | 12 | -210/+231 |
| | |||||
* | [rebootcontrol] Show time of execution for WOL/reboot/shutdown | Simon Rettberg | 2022-05-02 | 1 | -0/+12 |
| | |||||
* | [locations/remoteaccess] Add option to veto remoteaccess mode | Simon Rettberg | 2022-04-29 | 1 | -1/+13 |
| | | | | | | | Remoteaccess mode can now be forced to be disabled for individual locations in locations module, either unconditionally, or whenever the openingtimes schedule says the room is open. A reboot will be triggered whenever the room opens/closes to force clients into the proper runmode. | ||||
* | [inc/Database] Add type information | Simon Rettberg | 2022-04-13 | 1 | -19/+20 |
| | |||||
* | [inc/Database] Force more sql_mode options in debug mode | Simon Rettberg | 2022-04-13 | 1 | -1/+2 |
| | |||||
* | [statistics] Adapt hw-data parsing to new json format for display | Simon Rettberg | 2022-03-09 | 1 | -7/+1 |
| |