summaryrefslogtreecommitdiffstats
path: root/modules-available
Commit message (Collapse)AuthorAgeFilesLines
* API: Reworked getRoomInfo with isset and added overlay if coords = trueJannik Schönartz2017-03-091-17/+12Star
|
* Locationinfo: Admin-panel auto size cell for the Credentials button. In the ↵Jannik Schönartz2017-03-091-6/+6
| | | | German language the buttons were wrapped.
* Fehler beim xml lesen behobenDirk Riestere2017-03-093-270/+202Star
|
* Locationinfo: Errors from the CourseBackend are now safes in the db and ↵Jannik Schönartz2017-03-098-27/+82
| | | | shown in the Admin-Panel. Refresh-button added for the servers. Install.php needs to be executed!
* frontend: fixed vertical mode in doorsignMichael Scherle2017-03-081-2/+3
|
* frontend: doorsing supports now multible overlays, overlay name has to be ↵Michael Scherle2017-03-082-30/+69
| | | | send from backend
* Backend: Fixed a bug where inside an if there was only one = instead of 2. ↵Jannik Schönartz2017-03-081-1/+1
| | | | (Forgot to add file in the previous commit)
* API: Fixed calendar. Backend hisinone fixed setCredentials where a = was ↵Jannik Schönartz2017-03-081-33/+16Star
| | | | inside an if instead of ==
* setCredentials wie im Treffen besprochen geändert und fetchshedule gibt ↵Dirk Riestere2017-03-083-26/+44
| | | | jetzt nur noch arrays zurück
* API: setCredentials without json_encodeJannik Schönartz2017-03-082-2/+2
|
* Merge branch 'location-info-panel' of git.openslx.org:openslx-ng/slx-admin ↵Michael Scherle2017-03-071-4/+4
|\ | | | | | | into location-info-panel
| * API: Moved all echo command in the Handle Parameters function.Jannik Schönartz2017-03-071-4/+4
| |
* | frontend: fixed scaling issue when there was only one pcMichael Scherle2017-03-071-1/+5
|/
* API: Fixed Calendar json decode was missing on the calendar part.Jannik Schönartz2017-03-071-2/+1Star
|
* Merge branch 'location-info-panel' of git.openslx.org:openslx-ng/slx-admin ↵Michael Scherle2017-03-072-18/+27
|\ | | | | | | into location-info-panel
| * API: getRoomTree recursive childs are now filtered out if the id is a ↵Jannik Schönartz2017-03-062-18/+27
| | | | | | | | duplicate. Frontendpanel: Some url fixes due to reworked api.
* | frontend: doorsing has now the ability to show overlays, but backend ↵Michael Scherle2017-03-073-6/+166
|/ | | | functionallity is required
* Noch mehr exeption werden gefangen und die errors verhalten sich jetzt wie ↵Dirk Riestere2017-03-063-18/+29
| | | | beschrieben
* Noch mehr exeption werden gefangen und das verhalten bei errors ist ↵Dirk Riestere2017-03-054-72/+107
| | | | vereinheitlicht
* Checkconnection prüft jetzt ob eine url existiert, array exeption sollten ↵Dirk Riestere2017-03-052-34/+40
| | | | jetzt gefangen werden und die credentials werden gleich getestet
* Checkconnection prüft jetzt ob eine url existiert, array exeption sollten ↵Dirk Riestere2017-03-052-383/+412
| | | | jetzt gefangen werden und die credentials werden gleich getestet
* Admin-panel: Credentials Button is now red/green if the connection ↵Jannik Schönartz2017-03-055-8/+26
| | | | failed/succeeded. Also an error msg is shown if the connection failed.
* ServerList: Fixed a bug while editing the list would not show the not ↵Jannik Schönartz2017-03-043-3/+3
| | | | selected Servers. Dummy updates to a current-dated date.
* frontend: fixed calendarMichael Scherle2017-02-202-38/+55
|
* frontend: removed multidoorsignMichael Scherle2017-03-032-2020/+703Star
|
* Fixed dummy classJannik Schönartz2017-03-031-1/+1
|
* Bugfixes und Code verschönertDirk Riestere2017-03-023-196/+217
|
* Merge branch 'location-info-panel' of git.openslx.org:openslx-ng/slx-admin ↵Michael Scherle2017-03-032-2/+2
|\ | | | | | | into location-info-panel
| * Changed RoomServerID to String instead of intJannik Schönartz2017-03-272-2/+2
| |
* | code reformatMichael Scherle2017-03-031-239/+206Star
|/
* frontend: added calendar support back inMichael Scherle2017-03-031-61/+47Star
|
* Added checkConnection in the Dummy classJannik Schönartz2017-03-021-0/+4
|
* Bugfixes und Davincii ist jetzt implementiertDirk Riestere2017-03-022-13/+70
|
* Das HisInOne Backend funktioniert nun auch mit OpenCourseServiceDirk Riestere2017-03-021-11/+34
|
* Klasse extends jetzt auch wieder CourseBackendDirk Riestere2017-03-021-1/+1
|
* DOM verkleinert in findUnitDirk Riestere2017-03-021-2/+2
|
* DOM verkleinert in findUnitDirk Riestere2017-03-021-30/+1Star
|
* Bugfixes und checkConection implementiertDirk Riestere2017-03-013-11/+30
|
* API: Fixed Calendar function.Jannik Schönartz2017-03-013-6/+13
|
* BugfixesDirk Riestere2017-02-281-1/+1
|
* Dummy modificationJannik Schönartz2017-02-282-3/+15
|
* BugfixesDirk Riestere2017-02-281-6/+7
|
* API: Calendar rework.Jannik Schönartz2017-02-283-82/+67Star
|
* frontend: more bugfixes, added design change to seperate roomsMichael Scherle2017-02-281-9/+49
|
* Bugfixes and Errorcode implementationDirk Riestere2017-02-271-2/+3
|
* Merge branch 'location-info-panel' of git.openslx.org:openslx-ng/slx-admin ↵Dirk Riestere2017-02-278-105/+250
|\ | | | | | | into location-info-panel
| * Admin panel: New server GUI now using the backend types.Jannik Schönartz2017-02-278-105/+250
| |
* | Bugfixes and Errorcode implementationDirk Riestere2017-02-273-45/+143
|/
* BugfixesDirk Riestere2017-02-241-2/+2
|
* Bugfixes und Caching wie besprochen verändertDirk Riestere2017-02-243-4/+9
|