summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig
Commit message (Collapse)AuthorAgeFilesLines
* [sysconfig] Shibauth: Add option to require entitlement(s) for loginSimon Rettberg2025-08-205-10/+47
| | | | To be implemented on client-side.
* [sysconfig] Minor cleanup, response code overrides for auditSimon Rettberg2025-08-132-19/+23
|
* A few more HTTP code audit log fixupsSimon Rettberg2025-08-041-0/+1
|
* Implicitly nullable types are deprecated in PHP 8.3, make explicitSimon Rettberg2025-08-014-6/+6
|
* [locations] Cleanup Location classSimon Rettberg2025-07-071-3/+3
| | | | | | | | | | There was a mess of functions which mostly, but not quite, did the same things. Get rid of a couple of them and fix call sites to use alternative ones that also fit the job. While at it, add phpdoc and comments to the remaining functions, trying to clarify what they were designed for. Lastly, the return type of functions that retrieve a location id has been changed from false|int to ?int (nullable types are just nicer).
* Add audit logging of POST actionsSimon Rettberg2025-05-2210-56/+61
|
* Use http_response_code() instead of header(), add a few missing repsonse codesSimon Rettberg2025-05-091-1/+1
|
* [sysconfig] LDAP/AD: Bump VERSION to force rebuild with autorestartSimon Rettberg2025-01-141-1/+1
|
* [sysconfig] loginscreen: Properly escape strings written to Qt INISimon Rettberg2024-10-251-1/+15
|
* [sysconfig] Try harder to log meaningful error if module generation failsSimon Rettberg2024-10-111-6/+9
|
* [sysconfig] Change sort order of loginscreen: lowerSimon Rettberg2024-07-231-1/+1
|
* [sysconfig] Add button to assign module to multiple configsSimon Rettberg2024-07-198-24/+67
| | | | | This extends and reuses the assignment dialog that pops up at the end of the process where you create a new module.
* [sysconfig] Don't delete config module on edit if taskmanager failsSimon Rettberg2024-07-182-7/+7
|
* [sysconfig] Redesign dialog after creating/editing configSimon Rettberg2024-07-183-2/+5
| | | | | Make it less tempting to just make the current config global default by splitting up the buttons and adding another line of text.
* [sysconfig] loginscreen: Minor design/logic fixSimon Rettberg2024-07-182-2/+2
|
* [sysconfig] Add module to customize login screen (slxgreeter)Simon Rettberg2024-07-1611-2/+303
|
* [sysconfig] shibauth: Add field to enable/disable traditional loginSimon Rettberg2024-07-155-2/+20
|
* [sysconfig] Make screensaver wizard a tad bit less crypticSimon Rettberg2024-07-125-18/+28
|
* [sysconfig] Fix htmlSimon Rettberg2024-07-101-1/+1
|
* [sysconfig] Use auto-generated taskIdSimon Rettberg2024-07-031-4/+0Star
|
* [sysconfig] Minor code cleanup/fixesSimon Rettberg2024-07-029-23/+23
|
* [sysconfig] New module type: ShibAuthSimon Rettberg2024-07-0215-16/+601
| | | | | This creates a config module for out lightdm greeter that will enable login via shibboleth; either browser-based or QR code.
* [sysconfig] Fix parentTask dependency for Taskmanager callsSimon Rettberg2024-06-213-2/+3
|
* [sysconfig] screensaver: Minor refactorSimon Rettberg2024-06-201-9/+15
|
* [sysconfig] Fix invalid array key accessSimon Rettberg2023-12-131-1/+1
|
* [sysconfig] Update Wikipedia extraction logicSimon Rettberg2023-11-171-7/+24
|
* [sysconfig] Fix invalid array key accessSimon Rettberg2023-11-151-1/+1
|
* [inc/Download] Fix downloading from WikipediaSimon Rettberg2023-11-151-1/+3
|
* Fix more type errors, stricter typingSimon Rettberg2023-11-154-12/+8Star
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-1424-487/+490
|
* [sysconfig] Make title field required via HTMLSimon Rettberg2023-11-137-7/+7
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-0212-58/+43Star
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [sysconfig] Add missing elseSimon Rettberg2023-10-301-1/+2
|
* [sysconfig] PHP Warning: Private methods cannot be final as they are never ↵Simon Rettberg2023-09-271-3/+3
| | | | overridden by other classes
* [sysconfig] Increase tar handling timeoutsSimon Rettberg2023-05-251-2/+2
|
* [inc/Util] Add types, move error printing functions to their own classSimon Rettberg2022-05-025-28/+28
|
* [locations] Modularize additional column handlingSimon Rettberg2022-03-093-16/+75
| | | | | Additional columns are now added through a hook, moving specialized code where it belongs.
* [sysconfig] Urge users to upload only svg images...Steffen Ritter2021-10-181-1/+1
| | | | | | | as branding. You can still change the file format in the browser dialog and hope that other file extensions work. Partly fixes #2861
* Moderize Database handlingSimon Rettberg2021-05-117-16/+16
| | | | | | | * 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
* [main+Session] Move session from /tmp/ to session tableSimon Rettberg2021-05-113-6/+0Star
|
* [sysconfig] Layout clearfixSteffen Ritter2021-04-301-0/+1
|
* [sysconfig] Enforce proper ldadp services running on reboot/installSimon Rettberg2021-04-202-0/+6
|
* Fix deprecated curly braces string indexing (PHP 7.4)Simon Rettberg2021-03-254-14/+14
|
* [sysconfig] yes -> trueSimon Rettberg2021-03-151-1/+1
|
* [sysconfig] Back-Btn for sshkey-moduleSteffen Ritter2021-03-101-0/+3
|
* [sysconfig] Small layout fixSteffen Ritter2021-02-253-0/+5
|
* [sysconfig] Fix install for configtgz table (TEXT NULL)Simon Rettberg2020-12-181-1/+1
|
* [sysconfig] Bump LDAP/AD module version to force rebuildSimon Rettberg2020-12-151-1/+1
|
* [sysconfig] Remove fixNumeric option; now mandatory, handled transparentlySimon Rettberg2020-12-1511-54/+8Star
|
* [sysconfig] Minor code cleanupSimon Rettberg2020-12-142-11/+6Star
|