summaryrefslogtreecommitdiffstats
path: root/modules-available
Commit message (Collapse)AuthorAgeFilesLines
* [systemstatus] Show updated packages requiring rebootSimon Rettberg2017-06-067-10/+46
|
* [translation] Fix warningSimon Rettberg2017-06-061-2/+2
|
* [baseconfig_bwlp] Update translationsSimon Rettberg2017-06-062-2/+2
|
* [dozmod] Fix handling of "modified" stateSimon Rettberg2017-06-021-2/+8
|
* [dozmod] Show if templates are modified or have their defaults updatedSimon Rettberg2017-06-024-24/+54
|
* [main] Make lang_yes and lang_no globalSimon Rettberg2017-06-022-0/+4
|
* Merge remote-tracking branch 'origin/location-info-panel'Simon Rettberg2017-06-021-3/+3
|\
| * [vmstore] Fix broken NFS example configSimon Rettberg2017-05-251-3/+3
| |
* | [statistics] Remove debug messageSimon Rettberg2017-05-171-1/+0Star
| |
* | [locations] Make Location::buildTree() public again for nowSimon Rettberg2017-05-171-1/+1
| |
* | [locationinfo] Tweak and clean up overview panelSimon Rettberg2017-05-112-268/+113Star
| |
* | [sysconfig] Remove redundant/dead codeSimon Rettberg2017-05-111-6/+1Star
| |
* | [rebootcontrol] Don't show clients that haven't been seen for more than 30 daysSimon Rettberg2017-05-111-1/+3
| |
* | Add support to declare multiple css/js per module with loading condition:Simon Rettberg2017-05-1012-12/+88
| | | | | | | | | | | | | | | | | | A css/js can be declared to only load if the module in question is the page module being rendered, or to always be loaded even if the module is just a dependency. The second case is useful for plugin type modules. See one of the config.json files updated in this commit on how to specify css/js to load. true = always load, false = only if page module.
* | [locationinfo] install: Match table column type to referenced tableSimon Rettberg2017-05-101-1/+1
| |
* | [statistics] Compat to old DB in conftgz hookSimon Rettberg2017-05-101-19/+21
| |
* | [statistics] Fix typo in install.inc.phpSimon Rettberg2017-05-101-1/+1
| |
* | [locationinfo] Allow setting a location's server to "none"Simon Rettberg2017-05-101-2/+1Star
| |
* | [weninterface] Improve color list a bitSimon Rettberg2017-05-102-3/+3
| |
* | [statistics] Hide "add beamer" for screens with no EDIDSimon Rettberg2017-05-103-2/+6
| |
* | Merge branch 'master' of dnbd3:openslx-ng/slx-adminSimon Rettberg2017-05-091-1/+1
|\ \
| * | [locationinfo] Fix undefined variable 'openingtimes'Steffen Ritter2017-05-091-1/+1
| | |
* | | [rebootcontrol] Fix current session display, colors for on/offSimon Rettberg2017-05-092-4/+17
| | |
* | | Update translationsSimon Rettberg2017-05-091-1/+1
|/ /
* | Update translationsSimon Rettberg2017-05-092-0/+8
| |
* | Update translationsSimon Rettberg2017-05-093-3/+3
| |
* | [webinterface] Allow customizing page title prefix and logo bgcolorSimon Rettberg2017-05-093-0/+61
| |
* | [locationinfo] Fix more undefined offset accessSimon Rettberg2017-05-091-8/+9
| | | | | | | | Fixes #3133
* | [rebootcontrol] API call for rebuilding all modulesSimon Rettberg2017-05-091-1/+11
| |
* | [systemstatus] Put overview in tab tooSimon Rettberg2017-05-093-73/+79
| |
* | [locationinfo] Fix array oob accessSimon Rettberg2017-05-091-14/+16
| |
* | Update translationsSimon Rettberg2017-05-092-2/+2
| |
* | [locationinfo] Update translationsSimon Rettberg2017-05-082-0/+2
| |
* | [dozmod] Move menu generation to topSimon Rettberg2017-05-081-8/+8
| |
* | [locationinfo] Add fake password fields to prevent autofillSimon Rettberg2017-05-081-0/+2
| |
* | [locationinfo] Fix initial selection of backend type when creating serverSimon Rettberg2017-05-082-5/+12
| | | | | | | | Fixes #3130
* | [statistics_reporting] Add link to wiki explaining remote reporting in detailSimon Rettberg2017-05-053-1/+4
| |
* | [webinterface] Log user out when disabling HTTPS to prevent lockoutSimon Rettberg2017-05-051-6/+8
| |
* | [webinterface] Add separate option to enable HSTSSimon Rettberg2017-05-044-1/+13
| |
* | [systemstatus] Put logs in tabbed viewSimon Rettberg2017-05-046-54/+49Star
| |
* | [dozmod] Check for subPage before doing general handlingSimon Rettberg2017-05-041-6/+6
| |
* | [exams] Initialize class members of pageSimon Rettberg2017-05-021-3/+3
| |
* | Update translationsSimon Rettberg2017-05-024-42/+42
| |
* | [statistics_reporting] Reporting is opt-out nowSimon Rettberg2017-05-021-6/+7
| |
* | [locationinfo] frontend: einkmode -> eco, just like it's named in configSimon Rettberg2017-05-021-3/+3
| |
* | [locationinfo] Fix css float setting, simplify parameter handlingSimon Rettberg2017-05-021-78/+76Star
| | | | | | | | | | Improper assignment of the css float property lead to invisible room layout in certain display modes.
* | [exams] Show confirmation dialog when defining global examSimon Rettberg2017-04-283-1/+11
| | | | | | | | This fixes #3125
* | Move rebootcontrol, locationinfo to new beta section, statistics_reporting ↵Simon Rettberg2017-04-286-4/+7
| | | | | | | | | | | | to status Closes #3122
* | [dozmod] Add missing translationsSimon Rettberg2017-04-284-2/+6
| |
* | [exams] Clarify duration display in upcoming exam listSimon Rettberg2017-04-283-1/+6
| | | | | | | | Refs #3123