summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [sysconfig] Modernize Request::* callsSimon Rettberg2020-01-162-33/+17Star
|
* [sysconfig] Screensaver: Create dedicated groupSimon Rettberg2020-01-163-1/+3
|
* [sysconfig] Honor config module type sort orderSimon Rettberg2020-01-167-6/+13
|
* [sysconfig] Remove dead codeSimon Rettberg2020-01-161-33/+0Star
|
* [sysconfig] Screensaver: Disallow downloadSimon Rettberg2020-01-161-1/+1
|
* [sysconfig] No byte-array packing, escape iniSimon Rettberg2020-01-161-11/+11
|
* [sysconfig] Add screensaver customization moduleJannik Schönartz2020-01-158-0/+600
|
* [sysconfig] AD/LDAP: Fix couple of html bugsSimon Rettberg2020-01-142-5/+5
|
* [sysconfig] AD/LDAP: Default SSL, no 's' prefixSimon Rettberg2020-01-144-8/+12
|
* Fix some typos (found by codespell)Stefan Weil2019-12-145-7/+7
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* [sysconfig] Display error if deleting config from database failedSimon Rettberg2019-12-074-9/+8Star
|
* [sysconfig] Allow deleting modules that are still used by a configSimon Rettberg2019-11-138-99/+132
| | | | Closes #3075
* [sysconfig/runmode] Remove "noSysconfig" functionalitySimon Rettberg2019-11-123-79/+34Star
| | | | Was of limited use and not properly implemented anyways.
* [sysconfig] Disable gzip output handler when delivering config.tgzSimon Rettberg2019-10-301-0/+1
|
* [sysconfig] Allow adding multiple ssh modules to system configSimon Rettberg2019-09-134-7/+11
|
* [sysconfig] Make both buttons white on finishing system configSimon Rettberg2019-09-131-4/+5
| | | | | | The blue "set as global config" button was too tempting to click after creating or editing a system config. Accidentally setting location specific config as globally active easily happened.
* [*] de: Script -> SkriptSimon Rettberg2019-04-171-2/+2
|
* [sysconfig] Update translationsSimon Rettberg2019-04-112-1/+3
|
* [sysconfig] Translation for last modified date tooltipSteffen Ritter2019-04-101-1/+1
|
* [sysconfig] Add option to toggle no homedir warningsSimon Rettberg2019-04-106-5/+29
|
* [sysconfig] Add missing field to querySimon Rettberg2019-03-251-1/+1
|