summaryrefslogtreecommitdiffstats
path: root/modules-available
Commit message (Expand)AuthorAgeFilesLines
* [locationinfo] Better backend-specific property handling, get rid of URLSimon Rettberg2017-04-197-97/+120
* [locationinfo] Enable 30 minutes caching for davinciSimon Rettberg2017-04-191-1/+1
* [locationinfo] CourseBackends: Lots of bug fixes, missing error checks, impro...Simon Rettberg2017-04-194-263/+238Star
* [locationinfo] Query openingtimes using Location helperSimon Rettberg2017-04-181-90/+38Star
* [locationinfo] Use Location helper for getRoomTree, check backend validity in...Simon Rettberg2017-04-184-161/+75Star
* [locations] Make Location::getTree() publicSimon Rettberg2017-04-181-1/+1
* [locationinfo] frontend: fix indentation, convert to LF onlySimon Rettberg2017-04-182-2216/+2222
* [locationinfo] Davinci: Fix requested timespan, use single quotes for regex w...Simon Rettberg2017-04-181-3/+4
* [locationinfo] Remove more dead code, refactor javascript,Simon Rettberg2017-04-142-117/+80Star
* [locationinfo] page.inc.php: More simplification, error checks, formattingSimon Rettberg2017-04-142-165/+155Star
* [locationinfo] Refactor the main viewSimon Rettberg2017-04-135-210/+144Star
* [locations] Return recursive list of children in getLocationsAssoc()Simon Rettberg2017-04-131-2/+8
* [locationinfo] install.inc.php: Fix upgrade orderSimon Rettberg2017-04-131-6/+9
* [locationinfo] Two column view for location settings (for md and lg)Simon Rettberg2017-04-132-216/+223
* [locationinfo] Clean up config.html (and handling in php)Simon Rettberg2017-04-133-484/+300Star
* [locationinfo] Sanitize htmlSimon Rettberg2017-04-131-12/+12
* [locationinfo] Don't hardcode languagesSimon Rettberg2017-04-122-4/+5
* [locationinfo] Format php filesSimon Rettberg2017-04-126-169/+268
* [locationinfo] Format templatesSimon Rettberg2017-04-124-311/+361
* Merge branch 'master' into location-info-panelSimon Rettberg2017-04-1217-0/+734
|\
| * [rebootcontrol] New module for shutting down and rebooting clientsSimon Rettberg2017-04-1217-0/+734
* | Merge branch 'master' into location-info-panelSimon Rettberg2017-04-1174-219/+3293
|\|
| * [statistics_reporting] Send backlogged reports in cronjobSimon Rettberg2017-04-101-1/+2
| * [statistics_reporting] Don't include perUser and perClient in remote reportSimon Rettberg2017-04-101-2/+0Star
| * Update translationsSimon Rettberg2017-04-074-4/+12
| * [statistics] Better errormsg in install, link to projectors addedSimon Rettberg2017-04-072-6/+11
| * Merge branch 'statistics_reporting'Simon Rettberg2017-04-072-5/+5
| |\
| | * [statistics_reporting] fixed clients/locations without offline-length entries...Udo Walter2017-04-042-5/+5
| * | [statistics] Handle client screens, manage projectorsSimon Rettberg2017-04-067-3/+284
| |/
| * [statistics_reporting] Fallback to ip if client has no hostnameSimon Rettberg2017-04-031-1/+1
| * [statistics_reporting] Sort by first sortable column by defaultSimon Rettberg2017-04-031-0/+2
| * [statistics_reporting] Convert NULL to 0 so stupidtable doesn't mess upSimon Rettberg2017-04-031-1/+11
| * [statistics_reporting] Don't return so many NULL fields from queriesSimon Rettberg2017-04-031-2/+2
| * [exams] Extend "upcoming lectures" from 5 to 30 days; collapse list if > 5Simon Rettberg2017-03-302-3/+17
| * [webinterface] Try to redirect back to HTTP when HTTPS gets disabledSimon Rettberg2017-03-292-2/+41
| * [statistics] Fetch client log by UUID, not IPSimon Rettberg2017-03-291-1/+1
| * [webinterface] Make line reporting current setting more visibleSimon Rettberg2017-03-292-13/+15
| * [sysconfig] Fix broken title "{{config-module}}"Simon Rettberg2017-03-283-3/+3
| * [roomplanner] Add "fit to content" zoom buttonSimon Rettberg2017-03-284-13/+61
| * [sysconfig] Add class for reading and writing PPD filesSimon Rettberg2017-03-231-0/+1162
| * [statistics_reporting] cron: Write message to event log on successful submitSimon Rettberg2017-03-211-0/+2
| * Fix a couple of warnings and notices from error.logSimon Rettberg2017-03-212-6/+11
| * [webinterface] Remember last HTTPS config; add redirect to HTTPS settingSimon Rettberg2017-03-207-12/+142
| * [sysconfig] Add ConfigTgz::rebuildAllConfigs()Simon Rettberg2017-03-101-0/+19
| * [sysconfig] configtgz.inc.php: Move static functions to bottomSimon Rettberg2017-03-101-114/+118
| * [statistics_reporting] Fix caption of reporting label (german translation)Simon Rettberg2017-03-101-1/+1
| * Update translationsSimon Rettberg2017-03-094-0/+6
| * [dozmod] Update translation of 'canLogin' in column user-/orglistSteffen Ritter2017-03-062-2/+2
| * [sysconfig] Add hook mechanism for config.tgz buildingSimon Rettberg2017-03-021-3/+15
| * [inc/Hook] New helper for loading hooksSimon Rettberg2017-03-021-5/+2Star