aboutsummaryrefslogtreecommitdiffstats
path: root/apps/weather_status/lib
Commit message (Collapse)AuthorAgeFilesLines
* refactor(weather_status): Replace security annotations with respective ↵provokateurin2024-07-271-14/+8
| | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-306-115/+12
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix!: Remove deprecated `RegisterWidgetEvent`Ferdinand Thiessen2024-02-092-9/+58
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(weather_status): Fix location format for OpenAPIprovokateurin2024-01-213-15/+42
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(weather_status): Fix forecast format in OpenAPIprovokateurin2024-01-101-26/+10
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-233-3/+4
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Add single status code descriptions for OpenAPIjld31032023-09-271-0/+12
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-212-85/+23
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* weather_status: Add OpenAPI specjld31032023-07-104-11/+107
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-031-3/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix(weather_status): Pass address as paramFerdinand Thiessen2023-06-061-2/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix psalm spotted errors with new requirementsCôme Chilliet2023-01-021-9/+9
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* 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>