summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [sysconfig] CustomModule: Add check for file ownership, add "fix" optionSimon Rettberg2020-12-109-57/+109
| | | | | | | | | | | | | The fix option will change the owner/group of every file and directory in the archive to root:root Previously, the client changed the ownership of the config.tgz contents to root when extracting, but in some cases it's desired to deliver files with specific owner and group settings. The version of the CustomModule module has been bumped to 2, so we can automatically convert old modules when upgrading or importing a backup, to be compatible to the old "root everything on the client" logic.
* [sysconfig] Update translationsSimon Rettberg2020-11-181-2/+1Star
|
* [sysconfig] Screensaver: Restructure translationsSimon Rettberg2020-11-185-58/+60
|
* [sysconfig] Show '?' for unused modulesSimon Rettberg2020-11-185-9/+23
| | | | | Quick and dirty client-side hack; needs refactoring anyways once we have per-location module assignment.
* [sysconfig] Dynamically update warnings buttonSimon Rettberg2020-11-174-40/+35Star
| | | | | | | | As we use AJAX to query build state for configs that don't have state === 'OK', the warnings list might be out of date. Hide the warnings button for all modules that aren't up to date, and dynamically load their warnings. The warnings button will be shown when the module finished building, assuming any warnings were generated.
* [sysconfig] SSH: Split pubkey and rest of config, add more optionsSimon Rettberg2020-11-1613-79/+307
| | | | | | | | | | | | | | | Now we can have exactly one SSH-Config per sysconfig, which avoids confusion due to config mismatch regarding "allow pw" and "port". The install include takes care of splitting the key into a new module for existing modules, but doesn't remove duplicate SshConfig modules from sysconfigs, as this might lead to additional confusion. Next time the user edits a sysconfig, they are forced to pick exactly one SshConfig module. The "allow password login" option was extended to allow password login for non-root users only in addition to simply being "yes" or "no". There's an additional option that can entirely limit the group of users allowed to log in via SSH.
* [sysconfig] Display duplicate files for generated system configSimon Rettberg2020-11-035-22/+68
| | | | Implements #3670
* [systemstatus/sysconfig] Manage LDADP via systemdSimon Rettberg2020-07-073-8/+40
| | | | | | | Finally got rid of our own little service manager. Status/restart handling capabilities were added to the system status page. TODO: Permissions for dnbd3, service (re)starting in general
* [sysconfig] Screensaver: Add default texts and minor bug fixJannik Schönartz2020-01-225-16/+36
|
* [sysconfig] fix germanJonathan Bauer2020-01-211-3/+3
|
* [sysconfig] Fix partially reverted fix of fixSimon Rettberg2020-01-171-1/+1
|
* [sysconfig] Remove dead codeSimon Rettberg2020-01-171-13/+0Star
|
* Partial revert "[sysconfig] New step after creating a module ..."Simon Rettberg2020-01-171-1/+1
| | | | Fix expression
* [sysconfig] Screensaver: Pagereload (lang change) and small ui bugfixJannik Schönartz2020-01-172-12/+8Star
|
* [systemconfig] Add warning to the assign step at the end of module creation ↵Udo Walter2020-01-174-3/+35
| | | | if other modules would be replaced because the module is unique
* [sysconfig] Screensaver: Add a full fledged back button experienceJannik Schönartz2020-01-173-12/+25
| | | | Processing of Screensaver_Text is now only handled in the Screensaver_text preprocess
* [sysconfig] New step after creating a module to directly assign it to system ↵Udo Walter2020-01-1611-10/+105
| | | | configs
* [sysconfig] Screensaver: Add tabindex (tabindex for summernote doesn't work)Jannik Schönartz2020-01-161-7/+7
|
* [syslog] Screensaver: Add more options summernote optionsJannik Schönartz2020-01-161-0/+14
| | | | | Add options like undo, redo Remove video option, because xscreensaver can't handle those
* [sysconfig] Screensaver: Minor lang tags fixJannik Schönartz2020-01-161-2/+2
|
* [sysconfig] Screensaver: Add save instead off next to the last step & tm ↵Jannik Schönartz2020-01-162-4/+11
| | | | success check
* [sysconfig] install: contents column text -> longblobSimon Rettberg2020-01-161-1/+4
|
* [sysconfig] Screensaver: Sanitize easy mode colorsSimon Rettberg2020-01-162-9/+21
|
* [sysconfig] Screensaver: Fix font-size in easy modeSimon Rettberg2020-01-161-3/+3
|