summaryrefslogtreecommitdiffstats
path: root/modules-available
Commit message (Collapse)AuthorAgeFilesLines
...
* | Backend: Added new servertype Frontend. Sends the url/serverroomid.json to ↵Jannik Schönartz2016-12-194-43/+61
| | | | | | | | the frontend.
* | Merge branch 'location-info-panel' of git.openslx.org:openslx-ng/slx-admin ↵Michael Scherle2016-12-182-28/+29
|\ \ | | | | | | | | | into location-info-panel
| * | vergessen eine datei zu speichernDirk Riestere2016-12-141-28/+1Star
| | |
| * | Die funktion ist jetzt in der api und gibt ein leeres json zurück falls ↵Dirk Riestere2016-12-141-0/+28
| | | | | | | | | | | | servertype nicht Hisinone ist
* | | frontend: frontend now supports direkt calendar query if backends sends ↵Michael Scherle2016-12-182-122/+138
|/ / | | | | | | query url
* | Funktion um json von HisInOne abzufragen, es wird aber noch keine neue Datei ↵Dirk Riestere2016-12-121-0/+28
| | | | | | | | erstellt
* | Fixed install.php int -> varcharJannik Schönartz2016-12-101-1/+1
| |
* | frontend: time fixMichael Scherle2016-12-101-4/+3Star
| |
* | LocationInfo: Calendar informations get updated every 15 mins if there is a ↵Jannik Schönartz2016-12-092-3/+52
| | | | | | | | request. Added the settinglocationinfo column servername
* | frontend: einmode svg & config updaterate fixMichael Scherle2016-12-087-6/+181
| |
* | frontend: mode 4 fixesMichael Scherle2016-12-071-0/+13
| |
* | frontend: added eink modus, (right now it only sets the condown in minute ↵Michael Scherle2016-12-061-38/+82
| | | | | | | | mode), automaticly detecs if svgs are supported-> if not fallback to background colors
* | Locationinfo: Fixed a bug where the api was sending the json with wrong ↵Jannik Schönartz2016-12-062-3/+3
| | | | | | | | information. Disabled pcState 2/3 because it's not working in the test environment because lastseen does not refresh.
* | Merge branch 'master' of git.openslx.org:openslx-ng/slx-admin into ↵Jannik Schönartz2016-12-0627-196/+500
|\| | | | | | | location-info-panel
| * [statistics/locations/..] Cache calculated locationid of machine in machine ↵Simon Rettberg2016-12-067-106/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | table We now have three columns for the locationid: - subnetlocationid Updated whenever the clientip of a client changes on bootup, or when locations/subnets are edited in the locations module. - fixedlocationid Takes the role of the old locationid field - set when a machine is placed in a room via roomplanner, set to NULL otherwise. - locationid Set to fixedlocationid if it's not NULL, to subnetlocationid otherwise. The field is updated by a BEFORE UPDATE trigger.
| * [statistics] Check if module 'syslog' is active before showing client logSimon Rettberg2016-12-061-25/+27
| |
| * [sysconfig] AD/LDAP: Handle certificates with unknown CA by fingerprint if ↵Simon Rettberg2016-12-024-13/+44
| | | | | | | | no cert is supplied
| * [sysconfig] Add table-hover class to config and module listSimon Rettberg2016-12-022-2/+2
| |
| * [statistics] Use new decollapser on front pageSimon Rettberg2016-12-025-23/+45
| |
| * Update translationsSimon Rettberg2016-12-016-0/+8
| |
| * [sysconfig] Fix message id in addError callsSimon Rettberg2016-12-011-2/+2
| |
| * [sysconfig] AD/LDAP: Fix handling of user@domain.foo; fix SSL portscan; add ↵Simon Rettberg2016-12-013-7/+17
| | | | | | | | homeattr scan info
| * [locations] Also make sure the opened location is in viewSimon Rettberg2016-11-301-1/+2
| |
| * [locations] Don't scroll to top when opening locationSimon Rettberg2016-11-301-1/+1
| |
| * [exams] Add error checking to install scriptSimon Rettberg2016-11-301-2/+10
| |
| * [locations] Fix tag mismatchSimon Rettberg2016-11-251-1/+1
| |
| * [sysconfig] Improve ad handling once againSimon Rettberg2016-11-182-11/+32
| |
| * [statistics] Add support for parsing GPT output from busybox fdiskSimon Rettberg2016-11-182-4/+54
| |
| * [statistics] Make static function staticSimon Rettberg2016-11-171-1/+1
| |
* | Locationinfo: Added ServertableJannik Schönartz2016-12-059-41/+367
| |
* | frontend: changed to backend changes, use media querrys, changed free seats ↵Michael Scherle2016-12-051-42/+102
| | | | | | | | font for better scaling
* | Locationinfo config: added auto scale mode. Fixed some api bugsJannik Schönartz2016-12-025-15/+36
| |
* | frontend: fixed cases whend the backend doens't answerMichael Scherle2016-12-021-10/+28
| |
* | frontend: fix that it not uses more then 7 daysMichael Scherle2016-12-021-1/+1
| |
* | frontend: fixed all time parameter from configMichael Scherle2016-12-021-3/+4
| |
* | frontend: implemented autoscaling for daysMichael Scherle2016-12-021-1/+20
| |
* | locationinfo: added easymode to the opening timeJannik Schönartz2016-12-0211-120/+334
| |
* | fixed daystoshow not workingMichael Scherle2016-11-291-5/+13
| |
* | Rotation but fixed.Jannik Schönartz2016-11-263-9/+9
| |
* | fixes, support for time over config...Michael Scherle2016-11-263-202/+123Star
| |
* | Fixed a coordination bug which caused rotation bugs. Deleted the ↵Jannik Schönartz2016-11-265-11/+30
| | | | | | | | locationinfo db and added a setting_location_info all in the install.php
* | Merge branch 'location-info-panel' of git.openslx.org:openslx-ng/slx-admin ↵Jannik Schönartz2016-11-261-0/+16
|\ \ | | | | | | | | | into location-info-panel
| * | [locationinfo] Add upgrade path to install.inc.phpSimon Rettberg2016-11-251-0/+16
| | |
* | | The Checkboxes in the locationinfo are now working recursively with ↵Jannik Schönartz2016-11-262-17/+62
|/ / | | | | | | parents/childs
* | Settings added. All settings can be configured now in the slx-admin panel. ↵Jannik Schönartz2016-11-258-23/+297
| | | | | | | | It will load/save from/in the db. Also minor fixes.
* | Added new column for the calendar data and edited all insert into.Jannik Schönartz2016-11-242-2/+3
| |
* | frontend changed config querry to new backendMichael Scherle2016-11-231-4/+6
| |
* | Config db is now returning the roomname even if there is no db entry in ↵Jannik Schönartz2016-11-231-1/+4
| | | | | | | | location_info
* | Added a random generator for calendar stuffJannik Schönartz2016-11-232-1/+37
| |
* | frontend: fixed typoMichael Scherle2016-11-231-1/+1
| |