Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [inc/Module] Overhaul dependency loading and handling of js/css | Simon Rettberg | 2018-04-13 | 1 | -2/+2 |
| | | | | This is supposed to prevent unneeded js/css from being pulled in | ||||
* | Permissions: Consistency: Make all pages require at least one permission to ↵ | Simon Rettberg | 2018-04-09 | 1 | -1/+1 |
| | | | | | | be accessible Closes #3340 | ||||
* | Fix warnings | Simon Rettberg | 2018-03-29 | 1 | -3/+3 |
| | |||||
* | [sysconfig] Stuff ssh config into "empty" global config | Simon Rettberg | 2018-03-29 | 2 | -7/+38 |
| | | | | | | | | | | This is an ugly hack. The "no sysconfig" runmode option creates an obvious problem if an ssh config exists: It won't be provisioned to the client, so it's not reachable via ssh. We need a proper mechanism for managing config, that flags modules by whether they should be ignored for "no sysconfig" runmode or not, and while we're at it, make it possible to assign additional modules to rooms. | ||||
* | [sysconfig] Add api call to rebuild all config.tgz | Simon Rettberg | 2018-03-28 | 1 | -0/+6 |
| | |||||
* | [sysconfig] Properly disable edit button in module ist | Simon Rettberg | 2018-03-28 | 1 | -2/+2 |
| | | | | Closes #3336 | ||||
* | Update permission translations | Simon Rettberg | 2018-03-21 | 2 | -0/+16 |
| | |||||
* | [sysconfig] Support new multiserver auth, mount option config support | Simon Rettberg | 2018-03-15 | 8 | -29/+43 |
| | | | | references #3313 | ||||
* | [sysconfig] Add permissions | Simon Rettberg | 2018-03-04 | 4 | -17/+86 |
| | |||||
* | Update translations + add global tags | Simon Rettberg | 2018-01-11 | 3 | -6/+3 |
| | | | | lang_username, lang_user and lang_password are now global tags | ||||
* | [sysconfig] Restore long lost ajax functionality | Simon Rettberg | 2017-12-22 | 2 | -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 detection | Simon Rettberg | 2017-12-21 | 3 | -14/+9 |
| | |||||
* | [sysconfig] Error checks + messages when rebuilding module | Simon Rettberg | 2017-12-20 | 1 | -3/+7 |
| | |||||
* | [sysconfig] Fix logic by which condition the LDADPd gets (re)started | Simon Rettberg | 2017-12-18 | 5 | -43/+15 |
| | |||||
* | [syconfig] AD: Better error messages, don't lose DN if homeAttrCheck fails | Simon Rettberg | 2017-12-18 | 2 | -25/+33 |
| | |||||
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 6 | -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 translations | Simon Rettberg | 2017-12-14 | 2 | -0/+2 |
| | |||||
* | [sysconfig] Allow remapping of attributes for AD too | Simon Rettberg | 2017-12-14 | 8 | -57/+86 |
| | |||||
* | [sysconfig] Improve UI | Simon Rettberg | 2017-12-06 | 2 | -11/+15 |
| | |||||
* | [sysconfig] Support customizing LDAP attributes | Simon Rettberg | 2017-12-06 | 8 | -7/+70 |
| | |||||
* | [sysconfig] Make checkbox labels clickable | Simon Rettberg | 2017-12-06 | 2 | -8/+8 |
| | |||||
* | [sysconfig] Fix typo | Simon Rettberg | 2017-12-05 | 1 | -1/+1 |
| | |||||
* | [sysconfig] Overview: Make mouseover highlighting work in the other ↵ | Simon Rettberg | 2017-12-02 | 3 | -21/+74 |
| | | | | direction too | ||||
* | Merge branch 'master' into permission-manager | Simon Rettberg | 2017-12-01 | 1 | -2/+2 |
|\ | |||||
| * | Fix several PHP notices about undefined indexes, variables, not-arrays | Simon Rettberg | 2017-12-01 | 1 | -2/+2 |
| | | |||||
* | | [style] Fix checkbox/radio in input-group-addon, add missing label<->input refs | Simon Rettberg | 2017-12-01 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'master' into permission-manager | Simon Rettberg | 2017-12-01 | 4 | -19/+18 |
|\| | |||||
| * | Update translations | Steffen Ritter | 2017-11-30 | 2 | -1/+3 |
| | | |||||
| * | [sysconfig] Don't delete default config... | Simon Rettberg | 2017-11-28 | 1 | -1/+1 |
| | | |||||
| * | [sysconfig] Revert contraint to location table: Breaks default config | Simon Rettberg | 2017-11-28 | 2 | -12/+6 |
| | | | | | | | | | | | | | | 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 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into permission-manager | Udo Walter | 2017-11-21 | 5 | -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 Rettberg | 2017-11-03 | 3 | -53/+83 |
| | | | | | | | | "no sysconfig" is set for a runmode | ||||
| * | [sysconfig] Fix: Empty config.tgz modules disappeared from the list | Simon Rettberg | 2017-11-03 | 1 | -1/+1 |
| | | |||||
| * | [sysconfig] Fix selection of "none from this group" (add/edit config) | Simon Rettberg | 2017-11-03 | 1 | -2/+3 |
| | | |||||
* | | [sysconfig] removed redundant horizontal lines | Christian Hofmaier | 2017-10-18 | 2 | -2/+2 |
| | | |||||
* | | [sysconfig] added horizontal lines for better structure | Christian Hofmaier | 2017-10-13 | 3 | -0/+3 |
| | | |||||
* | | [sysconfig][baseconfig] fixed inconsistencies | Christian Hofmaier | 2017-09-25 | 15 | -51/+77 |
|/ | |||||
* | [sysconfig] Add support to disable fixNumeric hack in ldadp | Simon Rettberg | 2017-08-16 | 11 | -4/+54 |
| | |||||
* | [sysconfig] Remove redundant/dead code | Simon Rettberg | 2017-05-11 | 1 | -6/+1 |
| | |||||
* | [sysconfig] Load shareDomain and credentialPassthrough when editing AD/LDAP | Simon Rettberg | 2017-04-27 | 3 | -2/+4 |
| | | | | This fixes #3121 | ||||
* | [sysconfig] Fix broken title "{{config-module}}" | Simon Rettberg | 2017-03-28 | 3 | -3/+3 |
| | | | | Fixes #3074 | ||||
* | [sysconfig] Add class for reading and writing PPD files | Simon Rettberg | 2017-03-23 | 1 | -0/+1162 |
| | |||||
* | [sysconfig] Add ConfigTgz::rebuildAllConfigs() | Simon Rettberg | 2017-03-10 | 1 | -0/+19 |
| | |||||
* | [sysconfig] configtgz.inc.php: Move static functions to bottom | Simon Rettberg | 2017-03-10 | 1 | -114/+118 |
| | |||||
* | [sysconfig] Add hook mechanism for config.tgz building | Simon Rettberg | 2017-03-02 | 1 | -3/+15 |
| | |||||
* | Finish modularizing cron; Add error detection for crashed cron jobs | Simon Rettberg | 2017-03-02 | 1 | -0/+3 |
| | |||||
* | [sysconfig] on/off switch for runscript credential passing; overridable domain | Simon Rettberg | 2017-03-02 | 6 | -25/+60 |
| | |||||
* | added "Cancel" to branding-check template | Jonathan Bauer | 2017-02-10 | 1 | -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 fixes | Simon Rettberg | 2017-01-18 | 2 | -4/+21 |
| |