summaryrefslogtreecommitdiffstats
path: root/apps/weather_status/lib
Commit message (Collapse)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-26/+29
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Always use the cacheRoeland Jago Douma2021-02-111-23/+18
| | | | | | | | If there is no cache available we will use the null cache. Which (you guessed it) just doesn't do anything. This makes the code flow a bit nicer and psalm a bit happier. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* add favorite weather locationsJulien Veyssier2020-10-082-0/+43
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* avoid crash when unauthenticated users make weather-related requests, ↵Julien Veyssier2020-09-282-2/+2
| | | | | | mention it in UI Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* new weather status used in dashboardJulien Veyssier2020-08-204-0/+680
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>