Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [baseconfig] Allow disabling override for shadowed fields | Simon Rettberg | 2020-02-27 | 1 | -2/+4 |
| | |||||
* | [statistics/baseconfig] Redirect to machine details after editing | Simon Rettberg | 2019-12-13 | 2 | -3/+7 |
| | |||||
* | [baseconfig] bash escape: Replace \r and \n by space | Simon Rettberg | 2019-11-12 | 1 | -1/+1 |
| | |||||
* | [baseconfig] Overhaul hook system | Simon Rettberg | 2019-11-05 | 9 | -253/+396 |
| | | | | | | This enables us to finally properly show the inheritance flow of all the config variables when editing the baseconfig for a certain location or machine. | ||||
* | [statistics/baseconfig] Allow per-machine configvar overrides | Simon Rettberg | 2019-10-31 | 2 | -13/+13 |
| | |||||
* | [baseconfig] Improved verbose output of plain config | Simon Rettberg | 2019-10-30 | 1 | -5/+6 |
| | |||||
* | [baseconfig] Remove unused save-on-server feature | Simon Rettberg | 2019-10-30 | 1 | -27/+2 |
| | |||||
* | [baseconfig] Properly handle recusion for getconfig.inc.php hooks | Simon Rettberg | 2019-10-30 | 1 | -16/+20 |
| | |||||
* | [baseconfig_bwlp/baseconfig] Update translations | Simon Rettberg | 2019-07-11 | 2 | -6/+2 |
| | |||||
* | [baseconfig] Fix default value display for entries not in DB yet | Simon Rettberg | 2019-04-16 | 1 | -0/+3 |
| | |||||
* | [baseconfig] Remove "enabled" checkbox, reset field on override disable | Simon Rettberg | 2019-04-10 | 4 | -61/+30 |
| | | | | | Closes #3570 Closes #3569 | ||||
* | [baseconfig] Activate enable/override checkbox when changing a setting | Simon Rettberg | 2019-03-27 | 1 | -30/+37 |
| | | | | | | A common mistake is trying to override a setting for a location, but actually forgetting to check the "override" checkbox. Do this automatically as soon as a field is being changed. | ||||
* | [baseconfig] Remove bootstrap-switch, use checkbox | Simon Rettberg | 2019-03-27 | 2 | -6/+7 |
| | |||||
* | Fix more calls | Simon Rettberg | 2018-04-20 | 1 | -1/+1 |
| | |||||
* | [inc/Module] Overhaul dependency loading and handling of js/css | Simon Rettberg | 2018-04-13 | 1 | -2/+5 |
| | | | | This is supposed to prevent unneeded js/css from being pulled in | ||||
* | Update permission translations | Simon Rettberg | 2018-03-21 | 2 | -0/+8 |
| | |||||
* | [baseconfig] Add permissions | Simon Rettberg | 2018-02-24 | 3 | -18/+43 |
| | |||||
* | [exams/roomplanner] Hybrid PVS managers become dedicated in exam mode | Simon Rettberg | 2018-02-08 | 1 | -0/+21 |
| | | | | Hopefully fixes #3066 | ||||
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 4 | -6/+15 |
| | | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them. | ||||
* | Merge branch 'master' into permission-manager | Simon Rettberg | 2017-12-01 | 2 | -1/+3 |
|\ | |||||
| * | [baseconfig] Add current unix timestamp to config | Simon Rettberg | 2017-11-27 | 1 | -0/+2 |
| | | |||||
| * | [baseconfig] Fix shadow variable handling on unset vars | Simon Rettberg | 2017-11-23 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into permission-manager | Udo Walter | 2017-11-21 | 1 | -1/+1 |
|\| | | | | | | | | | | | # Conflicts: # modules-available/backup/templates/_page.html # style/default.css | ||||
| * | [baseconfig] Don't leak content of overridden vars in api output | Simon Rettberg | 2017-11-03 | 1 | -1/+1 |
| | | |||||
* | | [baseconfig] fixed "discard changes" button | Udo Walter | 2017-10-16 | 1 | -1/+2 |
| | | |||||
* | | [baseconfig][baseconfig_partitions_cdn][eventlog][minilinux][permissionmanag ↵ | Christian Hofmaier | 2017-09-29 | 3 | -1/+3 |
| | | | | | | | | er][rebootcontrol][statisics_reporting][syslog] fixed inconsistencies | ||||
* | | [sysconfig][baseconfig] fixed inconsistencies | Christian Hofmaier | 2017-09-25 | 3 | -12/+19 |
|/ | |||||
* | [baseconfig] PHP 7 compat | Simon Rettberg | 2017-08-07 | 1 | -1/+1 |
| | | | | Fixes #3181 | ||||
* | [baseconfig] Make ConfigHolder static, change default prio, add getter | Simon Rettberg | 2017-07-11 | 1 | -30/+34 |
| | |||||
* | [baseconfig] Add new hook system supporting config priorities | Simon Rettberg | 2017-07-10 | 1 | -18/+85 |
| | |||||
* | [baseconfig] Display inherited value and source when editing module specific ↵ | Simon Rettberg | 2017-04-26 | 4 | -26/+63 |
| | | | | | | | | settings This optionally requires a callback to find the inheritance source in the module in question. The locations module was updated accordingly. This implements #3120 | ||||
* | Move fake pw fields further out of view | Simon Rettberg | 2016-10-27 | 1 | -2/+2 |
| | |||||
* | [baseconfig*] Fix translation hook to only consider the current module | Simon Rettberg | 2016-08-29 | 1 | -4/+15 |
| | |||||
* | [baseconfig] Make shadow definition a json (sub)object; fix some display errors | Simon Rettberg | 2016-08-10 | 3 | -36/+63 |
| | |||||
* | Add fallback feature to Dictionary functions | Simon Rettberg | 2016-08-10 | 1 | -1/+1 |
| | |||||
* | [baseconfig] More minor fixes | Simon Rettberg | 2016-08-09 | 1 | -5/+6 |
| | |||||
* | [baseconfig] Disable selectize.js for shadow feature; set shadow status on load | Simon Rettberg | 2016-08-08 | 1 | -14/+20 |
| | |||||
* | Fixed problems with validation of multilist and multiinput. | Christian Klinger | 2016-08-01 | 2 | -14/+53 |
| | |||||
* | [baseconfig] Rework makeInput to prevent generating invalid tag attribs | Simon Rettberg | 2016-07-28 | 1 | -14/+28 |
| | |||||
* | refactored makeInput(). | Christian Klinger | 2016-07-19 | 1 | -18/+21 |
| | |||||
* | use bootstrap-multiselect for multilist and selectize for multiinput. | Christian Klinger | 2016-07-19 | 4 | -6/+84 |
| | |||||
* | Update translations | Simon Rettberg | 2016-07-04 | 2 | -0/+4 |
| | |||||
* | [translation] Improve module list; move baseconfig hook to baseconfig_bwlp | Simon Rettberg | 2016-07-04 | 1 | -39/+0 |
| | |||||
* | Update translations | Simon Rettberg | 2016-06-23 | 1 | -1/+1 |
| | |||||
* | [baseconfig] Take dependencies into account when handling API hooks | Simon Rettberg | 2016-06-23 | 1 | -2/+10 |
| | |||||
* | [locations] Handle machine UUID param to determine location | Simon Rettberg | 2016-06-16 | 1 | -5/+9 |
| | |||||
* | Updated the no-autofill-hack. | Christian Klinger | 2016-06-15 | 1 | -2/+2 |
| | |||||
* | [baseconfig] Use bootstap-switch for checkboxes | Simon Rettberg | 2016-06-14 | 2 | -2/+3 |
| | |||||
* | Update translations | Simon Rettberg | 2016-06-14 | 3 | -37/+6 |
| | |||||
* | [baseconfig] Reimplement toggle/enabled switch from UFPR, sort properly, ↵ | Simon Rettberg | 2016-06-14 | 3 | -76/+118 |
| | | | | make download button honor current module/location |