summaryrefslogtreecommitdiffstats
path: root/modules-available
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [exams] Add ORDER BY to queries generating UI content, change wordingSimon Rettberg2017-04-283-4/+6
| | | | This fixes #3123
* [baseconfig_bwlp] Add setting for default pvs checkbox state in vmChooserSimon Rettberg2017-04-283-0/+8
| | | | This implements #3105 (Support in vmChooser/MiniLinux still missing though)
* [sysconfig] Load shareDomain and credentialPassthrough when editing AD/LDAPSimon Rettberg2017-04-273-2/+4
| | | | This fixes #3121
* [locationinfo] Check for valid serverid when saving location configSimon Rettberg2017-04-271-1/+5
|
* [locationinfo] Update install.inc.php; Add indexes and constraintsSimon Rettberg2017-04-271-5/+23
|
* [locationinfo] Open panel in new windowSimon Rettberg2017-04-271-1/+1
|
* [locationinfo] Regression: Fix editing location with no previous configSimon Rettberg2017-04-271-1/+4
|
* Merge branch 'master' into location-info-panelSimon Rettberg2017-04-2715-63/+245
|\
| * [baseconfig] Display inherited value and source when editing module specific ↵Simon Rettberg2017-04-266-27/+81
| | | | | | | | | | | | | | | | 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
| * [baseconfig_bwlp] Update translationsSimon Rettberg2017-04-262-2/+2
| |
| * [baseconfig_bwlp] Add SLX_AUTOSTART_UUID settingSimon Rettberg2017-04-253-0/+8
| | | | | | | | This completely implements #3070
| * [statistics_reporting] Extend remote report by hwstats, date ranges, userstatsSimon Rettberg2017-04-245-12/+119
| | | | | | | | This implements #3108
| * [dozmod] Make images pending deletion an extra sectionSimon Rettberg2017-04-211-24/+37
| |
* | [locationinfo] Clean up translationsSimon Rettberg2017-04-214-26/+12Star
| |
* | [locationinfo] Update tanslationsSimon Rettberg2017-04-2115-225/+207Star
| |
* | [locationinfo] Backend: Proper checkConnection() for davinci, make course ↵Simon Rettberg2017-04-212-4/+4
| | | | | | | | service in hisinone a dropdown box
* | [locationinfo] Generate credentials in server-settings server sideSimon Rettberg2017-04-217-212/+181Star
| | | | | | | | | | | | | | There's no need to generate parameters server side that get passed to the template engine which generates javascript code that generates html snippets in the browser. We now generate everything server side right away.
* | [locationinfo] Properly support certificate and hostname verificationSimon Rettberg2017-04-212-6/+11
| |
* | [locatrioninfo] Add translation hook for coursebackendsSimon Rettberg2017-04-211-0/+24
| |
* | [locationinfo] Set default options properly when adding new serverSimon Rettberg2017-04-201-6/+4Star
| |
* | [locationinfo] Apply lower bound to refresh timeouts when saving configSimon Rettberg2017-04-201-1/+7
| |
* | [locationinfo] Remove URL from server list, style checkboxesSimon Rettberg2017-04-201-4/+11
| |
* | [locationinfo] style.css not needed anymoreSimon Rettberg2017-04-201-14/+0Star
| |
* | [locationinfo] API: Fix phpdoc type annotation, simplify getPcStates()Simon Rettberg2017-04-201-23/+17Star
| |
* | [locationinfo] API: Return arrays from get* methods, json encode in handlerSimon Rettberg2017-04-201-37/+39
| | | | | | | | | | Saves us from unneccessary encode/decode of getLocationInfo() in getPcStates()
* | [locationinfo] Simplify getLocationInfo() queries, make dorrsign work ↵Simon Rettberg2017-04-202-100/+72Star
| | | | | | | | properly for locations without config
* | [locationinfo] Rename tables to use module name as prefix; room -> locationSimon Rettberg2017-04-209-227/+98Star
| |
* | [locationinfo] CourseBackend: Rename some methods to be more descriptiveSimon Rettberg2017-04-195-26/+26
| |
* | [locationinfo] Return untranslated tag of backend property if missingSimon Rettberg2017-04-191-1/+1
| |
* | DO NOT NEEDSimon Rettberg2017-04-191-1/+0Star
| |