summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [locationinfo] Take lastboot into account when calcing pc stateSimon Rettberg2017-01-203-10/+12
|
* Deleted the pcsubtable. Bugs/Usability fixes.Jannik Schönartz2017-01-194-59/+25Star
|
* frontend: fixed not showing free pc ount sometimesMichael Scherle2017-01-191-1/+5
|
* frontend: fixed missing defect pc images, fixe the pc's without coords got ↵Michael Scherle2017-01-191-13/+14
| | | | an <img>, fixed: -Die img Tags bekommen die PC-UUID als element-id, wenn die mit ner Zahl anfängt dürfte das keine valide id sein.-
* [locationinfo] Add missing column to querySimon Rettberg2017-01-191-2/+3
|
* [locationinfo] Fix formattingSimon Rettberg2017-01-181-20/+20
|
* [locationinfo] Remove hack in LocationInfo::getPcState()Simon Rettberg2017-01-181-4/+5
|
* Merge branch 'master' into location-info-panelSimon Rettberg2017-01-181-0/+1
|\
| * [render.inc] Add collapse.jsSimon Rettberg2017-01-181-0/+1
| |
* | Merge branch 'master' into location-info-panelSimon Rettberg2017-01-1821-117/+177
|\|
| * [sysconfig] More ad/ldap setup fixesSimon Rettberg2017-01-182-4/+21
| |
| * install.js: Fix coloring for an error caseSimon Rettberg2017-01-181-2/+4
| |
| * [sysconfig] Handle invalid chars in logfile when doing htmlspecialchars()Simon Rettberg2017-01-171-4/+4
| |
| * [statistics/locations] Update/set subnetlocationid field in DB if the DB has ↵Simon Rettberg2017-01-113-31/+45
| | | | | | | | been updated
| * [baseconfig_bwlp] Update translationsSimon Rettberg2017-01-112-4/+6
| |
| * [Taskmanager] Increase default timeout of waitComplete, also timeout of ↵Simon Rettberg2016-12-202-2/+2
| | | | | | | | RecompressArchive in CustomModule of sysconfig
| * [locations] Remove debug messageSimon Rettberg2016-12-141-1/+0Star
| |
| * [roomplanner] Fix clipped tooltips, add border to PCsSimon Rettberg2016-12-072-11/+8Star
| |
| * [sysconfig] remove broken quotation when listing the content of a configJonathan Bauer2016-12-071-2/+2
| | | | | | | | module
| * [webinterface] fix major typoJonathan Bauer2016-12-071-2/+2
| |
| * [roomplanner] Tighten up computer list, better search result cachingSimon Rettberg2016-12-074-42/+54
| |
| * [js_selectize] Update to 0.12.4 - fixes search highlightingSimon Rettberg2016-12-072-4/+5
| |
| * [roomplanner] Show if PC is already placed in another roomSimon Rettberg2016-12-063-8/+24
| |
| * [roomplanner] Update locationid -> fixedlocationidSimon Rettberg2016-12-062-2/+2
| |
* | 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-0630-198/+528
|\| | | | | | | 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
| |
| * Add simple decollapse mechanism for tables:Simon Rettberg2016-12-022-0/+11
| | | | | | | | See upcoming statistics update commit for usage example
| * 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
| * [Taskmanager] Add support for compressed repliesSimon Rettberg2016-12-011-2/+17
| |
| * [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
| |