]> source.dussan.org Git - nextcloud-server.git/commit
new weather status used in dashboard
authorJulien Veyssier <eneiluj@posteo.net>
Thu, 6 Aug 2020 08:43:26 +0000 (10:43 +0200)
committerJan C. Borchardt <hey@jancborchardt.net>
Wed, 19 Aug 2020 22:21:08 +0000 (00:21 +0200)
commit70d1d1997af5fe8d18f2d0ed06680bdbef76e304
tree57c8e87b0737778e9fcd86a25e7b3627430c1785
parentd8bdb439a4ed31bc3d13d11fef6c046118867d08
new weather status used in dashboard

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
42 files changed:
.gitignore
apps/weather_status/appinfo/info.xml [new file with mode: 0644]
apps/weather_status/appinfo/routes.php [new file with mode: 0644]
apps/weather_status/img/app-dark.svg [new file with mode: 0644]
apps/weather_status/img/app.svg [new file with mode: 0644]
apps/weather_status/img/cloud-cloud.svg [new file with mode: 0644]
apps/weather_status/img/cloud-dots.svg [new file with mode: 0644]
apps/weather_status/img/cross.svg [new file with mode: 0644]
apps/weather_status/img/drop.svg [new file with mode: 0644]
apps/weather_status/img/fog.svg [new file with mode: 0644]
apps/weather_status/img/half-sun.svg [new file with mode: 0644]
apps/weather_status/img/heavy-rain.svg [new file with mode: 0644]
apps/weather_status/img/light-rain.svg [new file with mode: 0644]
apps/weather_status/img/moon-cloud-heavy-rain.svg [new file with mode: 0644]
apps/weather_status/img/moon-cloud-light-rain.svg [new file with mode: 0644]
apps/weather_status/img/moon-cloud-rain.svg [new file with mode: 0644]
apps/weather_status/img/moon-cloud.svg [new file with mode: 0644]
apps/weather_status/img/moon-small-cloud.svg [new file with mode: 0644]
apps/weather_status/img/moon.svg [new file with mode: 0644]
apps/weather_status/img/rain.svg [new file with mode: 0644]
apps/weather_status/img/snow.svg [new file with mode: 0644]
apps/weather_status/img/sun-cloud-heavy-rain.svg [new file with mode: 0644]
apps/weather_status/img/sun-cloud-light-rain.svg [new file with mode: 0644]
apps/weather_status/img/sun-cloud-rain.svg [new file with mode: 0644]
apps/weather_status/img/sun-cloud.svg [new file with mode: 0644]
apps/weather_status/img/sun-small-cloud.svg [new file with mode: 0644]
apps/weather_status/img/sun.svg [new file with mode: 0644]
apps/weather_status/img/thunder.svg [new file with mode: 0644]
apps/weather_status/img/umbrella.svg [new file with mode: 0644]
apps/weather_status/js/weather-status.js [new file with mode: 0644]
apps/weather_status/js/weather-status.js.map [new file with mode: 0644]
apps/weather_status/lib/AppInfo/Application.php [new file with mode: 0644]
apps/weather_status/lib/Capabilities.php [new file with mode: 0644]
apps/weather_status/lib/Controller/WeatherStatusController.php [new file with mode: 0644]
apps/weather_status/lib/Service/WeatherStatusService.php [new file with mode: 0644]
apps/weather_status/src/App.vue [new file with mode: 0644]
apps/weather_status/src/services/weatherStatusService.js [new file with mode: 0644]
apps/weather_status/src/weather-status.js [new file with mode: 0644]
apps/weather_status/webpack.js [new file with mode: 0644]
build/integration/features/provisioning-v1.feature
core/shipped.json
webpack.common.js