Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -1/+1 |
| | |||||
* | [locationinfo] Add types | Simon Rettberg | 2022-05-23 | 1 | -10/+10 |
| | |||||
* | [locationinfo] increased cached date span for backends: dummy, davinci and ↵ | Udo Walter | 2019-07-18 | 1 | -2/+2 |
| | | | | exchange | ||||
* | [locationinfo] Introduce timeouts for curl operations | Simon Rettberg | 2019-03-07 | 1 | -0/+2 |
| | |||||
* | [locationinfo] Add error log for backends | Simon Rettberg | 2019-03-07 | 1 | -20/+16 |
| | |||||
* | [locationinfo] davinchi: Reuse curl handle | Simon Rettberg | 2018-04-18 | 1 | -5/+17 |
| | |||||
* | [locationinfo] Fix handling of invalid backends, remove dummy-backend in ↵ | Simon Rettberg | 2017-12-07 | 1 | -0/+3 |
| | | | | production | ||||
* | [locationinfo] Fix davinci backend connection test, minor tweaks to web view | Simon Rettberg | 2017-08-16 | 1 | -2/+6 |
| | |||||
* | [locationinfo] Improve dummy backend data generator | Simon Rettberg | 2017-07-12 | 1 | -4/+9 |
| | |||||
* | [locationinfo] Try working around messy time handling (timezones etc), CSS | Simon Rettberg | 2017-07-07 | 1 | -2/+2 |
| | | | | | | | | | | | | Webkit/Presto and Blink/Gecko (or rather the corresponding JS engine) disagree about how to handle certain date format strings wrt. time zones. This leads to nasty discrepancies of events being displayed in the calendar. (Unfortunately the students working on this project could not be convinced that properly handling time zones when dealing with time information should be considered important.) Also, some tweaks to CSS/layout have been implemented so the design isn't as messed up on old webkits that don't support flex layout. | ||||
* | [locationinfo] Backend: Proper checkConnection() for davinci, make course ↵ | Simon Rettberg | 2017-04-21 | 1 | -2/+2 |
| | | | | service in hisinone a dropdown box | ||||
* | [locationinfo] Properly support certificate and hostname verification | Simon Rettberg | 2017-04-21 | 1 | -4/+9 |
| | |||||
* | [locationinfo] CourseBackend: Rename some methods to be more descriptive | Simon Rettberg | 2017-04-19 | 1 | -3/+3 |
| | |||||
* | [locationinfo] Better backend-specific property handling, get rid of URL | Simon Rettberg | 2017-04-19 | 1 | -4/+8 |
| | | | | | | | | - The backend URL still had special treatment for legacy reasons, when it would be perfectly fine to make it just another generic property the backend has to define. - Allow for the backend to declare a default value for properties. - Base class will now check and sanitize the setCredentials() input. | ||||
* | [locationinfo] Enable 30 minutes caching for davinci | Simon Rettberg | 2017-04-19 | 1 | -1/+1 |
| | |||||
* | [locationinfo] CourseBackends: Lots of bug fixes, missing error checks, ↵ | Simon Rettberg | 2017-04-19 | 1 | -55/+39 |
| | | | | | | | | | | | | | improvements: - Add more checks for returned data structures from backend, like keys in arrays - Better error messages if something goes wrong, not just "server sent wrong xml" - Make checkConnection() of davinci and hisinone not require a valid room id, which we don't have in general - hisinone: Parse data structure just once for every room - Request coalescing: Only try so if getRefreshTime() > getCacheTime() - Move toArray() to base class instead of having two copies - Sanitize variable naming conventions | ||||
* | [locationinfo] Davinci: Fix requested timespan, use single quotes for regex ↵ | Simon Rettberg | 2017-04-18 | 1 | -3/+4 |
| | | | | with backslashes to prevent evaluation by php | ||||
* | [locationinfo] Format php files | Simon Rettberg | 2017-04-12 | 1 | -2/+2 |
| | |||||
* | Bug das eine HisInOne Anfrage gestartet wird obwohl kein Shedule ↵ | Dirk Riestere | 2017-03-26 | 1 | -1/+0 |
| | | | | aktualisiert werden muss ist behoben | ||||
* | XML parser ist implementiert und HisInOne kann jetzt gelesen werden | Dirk Riestere | 2017-03-20 | 1 | -7/+14 |
| | |||||
* | Fehler beim xml lesen behoben | Dirk Riestere | 2017-03-09 | 1 | -32/+31 |
| | |||||
* | setCredentials wie im Treffen besprochen geändert und fetchshedule gibt ↵ | Dirk Riestere | 2017-03-08 | 1 | -5/+9 |
| | | | | jetzt nur noch arrays zurück | ||||
* | Noch mehr exeption werden gefangen und die errors verhalten sich jetzt wie ↵ | Dirk Riestere | 2017-03-06 | 1 | -3/+4 |
| | | | | beschrieben | ||||
* | Noch mehr exeption werden gefangen und das verhalten bei errors ist ↵ | Dirk Riestere | 2017-03-05 | 1 | -9/+16 |
| | | | | vereinheitlicht | ||||
* | Checkconnection prüft jetzt ob eine url existiert, array exeption sollten ↵ | Dirk Riestere | 2017-03-05 | 1 | -1/+1 |
| | | | | jetzt gefangen werden und die credentials werden gleich getestet | ||||
* | Checkconnection prüft jetzt ob eine url existiert, array exeption sollten ↵ | Dirk Riestere | 2017-03-05 | 1 | -21/+34 |
| | | | | jetzt gefangen werden und die credentials werden gleich getestet | ||||
* | Bugfixes und Code verschönert | Dirk Riestere | 2017-03-02 | 1 | -90/+102 |
| | |||||
* | Bugfixes und Davincii ist jetzt implementiert | Dirk Riestere | 2017-03-02 | 1 | -9/+66 |
| | |||||
* | Bugfixes und checkConection implementiert | Dirk Riestere | 2017-03-01 | 1 | -0/+5 |
| | |||||
* | Bugfixes and Errorcode implementation | Dirk Riestere | 2017-02-27 | 1 | -2/+3 |
| | |||||
* | Bugfixes and Errorcode implementation | Dirk Riestere | 2017-02-27 | 1 | -0/+2 |
| | |||||
* | Bugfixes und Caching wie besprochen verändert | Dirk Riestere | 2017-02-24 | 1 | -1/+1 |
| | |||||
* | die klassen können jetzt ohne parameter erstellt werden, die url und die ↵ | Dirk Riestere | 2017-02-22 | 1 | -0/+32 |
serverID wird jetzt in setCredentials gesetzt |