Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | [install] Add/refine more module's install scripts | Simon Rettberg | 2016-06-09 | 1 | -1/+1 |
| | |||||
* | [install] Implement install scripts for most modules | Simon Rettberg | 2016-06-08 | 1 | -0/+58 |
| | |||||
* | [baseconfig] Add notice when editing subsection | Simon Rettberg | 2016-05-25 | 1 | -3/+3 |
| | |||||
* | [baseconfig] Remove pointless TODO | Simon Rettberg | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | Move Validator include to basconfig module | Simon Rettberg | 2016-05-19 | 1 | -0/+85 |
| | |||||
* | work work work work work | Simon Rettberg | 2016-05-19 | 7 | -10/+31 |
| | |||||
* | MORE WMORK | Simon Rettberg | 2016-05-18 | 2 | -3/+2 |
| | |||||
* | Modularized baseconfig fetching (api) | Simon Rettberg | 2016-05-17 | 9 | -103/+97 |
| | |||||
* | Get baseconfig ready for modularization | Simon Rettberg | 2016-05-13 | 10 | -238/+258 |
| | |||||
* | Still working in modularization cleanup and refinement | Simon Rettberg | 2016-05-11 | 3 | -6/+0 |
| | |||||
* | Migrated messages to modules | Simon Rettberg | 2016-05-10 | 4 | -2/+11 |
| | |||||
* | Translating module strings and custom sections works | Simon Rettberg | 2016-05-10 | 10 | -12/+35 |
| | |||||
* | Work on translations: templates and messages work | Simon Rettberg | 2016-05-04 | 7 | -55/+92 |
| |