summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig
Commit message (Collapse)AuthorAgeFilesLines
* Update translations + add global tagsSimon Rettberg2018-01-113-6/+3Star
| | | | lang_username, lang_user and lang_password are now global tags
* [sysconfig] Restore long lost ajax functionalitySimon Rettberg2017-12-222-1/+33
| | | | | | If any modules need rebuild, we can now successfully query their status while the page is displayed and change the refresh button color to white once an ongoing rebuild is complete.
* [sysconfig] Fix home directory attribute detectionSimon Rettberg2017-12-213-14/+9Star
|
* [sysconfig] Error checks + messages when rebuilding moduleSimon Rettberg2017-12-201-3/+7
|
* [sysconfig] Fix logic by which condition the LDADPd gets (re)startedSimon Rettberg2017-12-185-43/+15Star
|
* [syconfig] AD: Better error messages, don't lose DN if homeAttrCheck failsSimon Rettberg2017-12-182-25/+33
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-166-7/+22
| | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them.
* [sysconfig] Update translationsSimon Rettberg2017-12-142-0/+2
|
* [sysconfig] Allow remapping of attributes for AD tooSimon Rettberg2017-12-148-57/+86
|
* [sysconfig] Improve UISimon Rettberg2017-12-062-11/+15
|
* [sysconfig] Support customizing LDAP attributesSimon Rettberg2017-12-068-7/+70
|
* [sysconfig] Make checkbox labels clickableSimon Rettberg2017-12-062-8/+8
|
* [sysconfig] Fix typoSimon Rettberg2017-12-051-1/+1
|
* [sysconfig] Overview: Make mouseover highlighting work in the other ↵Simon Rettberg2017-12-023-21/+74
| | | | direction too
* Merge branch 'master' into permission-managerSimon Rettberg2017-12-011-2/+2
|\
| * Fix several PHP notices about undefined indexes, variables, not-arraysSimon Rettberg2017-12-011-2/+2
| |
* | [style] Fix checkbox/radio in input-group-addon, add missing label<->input refsSimon Rettberg2017-12-011-1/+4
| |
* | Merge branch 'master' into permission-managerSimon Rettberg2017-12-014-19/+18Star
|\|
| * Update translationsSteffen Ritter2017-11-302-1/+3
| |
| * [sysconfig] Don't delete default config...Simon Rettberg2017-11-281-1/+1
| |
| * [sysconfig] Revert contraint to location table: Breaks default configSimon Rettberg2017-11-282-12/+6Star
| | | | | | | | | | | | | | 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 tableSimon Rettberg2017-11-241-17/+20
| |
* | Merge remote-tracking branch 'origin/master' into permission-managerUdo Walter2017-11-215-56/+87
|\| | | | | | | | | | | # Conflicts: # modules-available/backup/templates/_page.html # style/default.css
| * [sysconfig/runmode] Deliver bare config.tgz with just global hook data when ↵Simon Rettberg2017-11-033-53/+83
| | | | | | | | "no sysconfig" is set for a runmode
| * [sysconfig] Fix: Empty config.tgz modules disappeared from the listSimon Rettberg2017-11-031-1/+1
| |
| * [sysconfig] Fix selection of "none from this group" (add/edit config)Simon Rettberg2017-11-031-2/+3
| |
* | [sysconfig] removed redundant horizontal linesChristian Hofmaier2017-10-182-2/+2
| |
* | [sysconfig] added horizontal lines for better structureChristian Hofmaier2017-10-133-0/+3
| |
* | [sysconfig][baseconfig] fixed inconsistenciesChristian Hofmaier2017-09-2515-51/+77
|/
* [sysconfig] Add support to disable fixNumeric hack in ldadpSimon Rettberg2017-08-1611-4/+54
|
* [sysconfig] Remove redundant/dead codeSimon Rettberg2017-05-111-6/+1Star
|
* [sysconfig] Load shareDomain and credentialPassthrough when editing AD/LDAPSimon Rettberg2017-04-273-2/+4
| | | | This fixes #3121
* [sysconfig] Fix broken title "{{config-module}}"Simon Rettberg2017-03-283-3/+3
| | | | Fixes #3074
* [sysconfig] Add class for reading and writing PPD filesSimon Rettberg2017-03-231-0/+1162
|
* [sysconfig] Add ConfigTgz::rebuildAllConfigs()Simon Rettberg2017-03-101-0/+19
|
* [sysconfig] configtgz.inc.php: Move static functions to bottomSimon Rettberg2017-03-101-114/+118
|
* [sysconfig] Add hook mechanism for config.tgz buildingSimon Rettberg2017-03-021-3/+15
|
* Finish modularizing cron; Add error detection for crashed cron jobsSimon Rettberg2017-03-021-0/+3
|
* [sysconfig] on/off switch for runscript credential passing; overridable domainSimon Rettberg2017-03-026-25/+60
|
* added "Cancel" to branding-check templateJonathan Bauer2017-02-101-1/+6
| | | | | this should clarify that you can cancel this step (in case the user uploaded a non-svg). The lonely "save" button was causing some confusion...
* [sysconfig] More ad/ldap setup fixesSimon Rettberg2017-01-182-4/+21
|
* [Taskmanager] Increase default timeout of waitComplete, also timeout of ↵Simon Rettberg2016-12-201-1/+1
| | | | RecompressArchive in CustomModule of sysconfig
* [sysconfig] remove broken quotation when listing the content of a configJonathan Bauer2016-12-071-2/+2
| | | | module
* [sysconfig] AD/LDAP: Handle certificates with unknown CA by fingerprint if ↵Simon Rettberg2016-12-024-13/+44
| | | | no cert is supplied
* [sysconfig] Add table-hover class to config and module listSimon Rettberg2016-12-022-2/+2
|
* Update translationsSimon Rettberg2016-12-014-0/+6
|
* [sysconfig] Fix message id in addError callsSimon Rettberg2016-12-011-2/+2
|
* [sysconfig] AD/LDAP: Fix handling of user@domain.foo; fix SSL portscan; add ↵Simon Rettberg2016-12-013-7/+17
| | | | homeattr scan info
* [sysconfig] Improve ad handling once againSimon Rettberg2016-11-182-11/+32
|
* [sysconfig] Improve binddn parsing for AD wizardSimon Rettberg2016-10-274-18/+51
|