Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [sysconfig] Minor code cleanup/fixes | Simon Rettberg | 2024-07-02 | 1 | -1/+1 |
| | |||||
* | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -13/+13 |
| | |||||
* | Roundup of issues reported by PHPStorm | Simon Rettberg | 2023-11-02 | 1 | -1/+1 |
| | | | | Mostly redundant checks, logic errors, dead code, etc. | ||||
* | Moderize Database handling | Simon Rettberg | 2021-05-11 | 1 | -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 | ||||
* | [sysconfig] Enforce proper ldadp services running on reboot/install | Simon Rettberg | 2021-04-20 | 1 | -0/+3 |
| | |||||
* | [sysconfig] Fix install for configtgz table (TEXT NULL) | Simon Rettberg | 2020-12-18 | 1 | -1/+1 |
| | |||||
* | [sysconfig] SSH: Split pubkey and rest of config, add more options | Simon Rettberg | 2020-11-16 | 1 | -3/+41 |
| | | | | | | | | | | | | | | | 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 config | Simon Rettberg | 2020-11-03 | 1 | -0/+9 |
| | | | | Implements #3670 | ||||
* | [sysconfig] install: contents column text -> longblob | Simon Rettberg | 2020-01-16 | 1 | -1/+4 |
| | |||||
* | [sysconfig] Allow deleting modules that are still used by a config | Simon Rettberg | 2019-11-13 | 1 | -9/+7 |
| | | | | Closes #3075 | ||||
* | [sysconfig] Try passing arguments in proper order | Simon Rettberg | 2019-03-25 | 1 | -2/+2 |
| | |||||
* | [sysconfig] Remember last modified date, show as tooltip | Simon Rettberg | 2019-03-21 | 1 | -14/+43 |
| | |||||
* | [sysconfig] Revert contraint to location table: Breaks default config | Simon Rettberg | 2017-11-28 | 1 | -11/+0 |
| | | | | | | | Default config is locationid = 0, which obviously doesn't work with the constraint. Using NULL proves difficult here (dups etc.), so don't for now, and add code to the cron hook that will clean up deleted locations. | ||||
* | [sysconfig] Simplify installer, add constraint to location table | Simon Rettberg | 2017-11-24 | 1 | -17/+20 |
| | |||||
* | [sysconfig] Refactor ldapauth and adauth classes; show mainpage warning; ↵ | Simon Rettberg | 2016-07-06 | 1 | -7/+16 |
| | | | | improve config module handling | ||||
* | [locations/sysconfig] Implement location specific sysconfig | Simon Rettberg | 2016-06-22 | 1 | -0/+6 |
| | |||||
* | [install] Add/refine more module's install scripts | Simon Rettberg | 2016-06-09 | 1 | -1/+2 |
| | |||||
* | [install] Implement install scripts for most modules | Simon Rettberg | 2016-06-08 | 1 | -0/+90 |