Alicia Sykes
25e774ca79
🔒 Enables sensetive data to be passed by env var
2024-04-14 20:50:03 +01:00
Marcell Fülöp
c9cd8da2d9
💄 Missed style update
2022-06-20 18:59:47 +00:00
Marcell Fülöp
278a6fc7b7
♻️ Style optimisation + minor refactor
...
- use consistent css units
- replace hard-coded color values with variables
- update disk quota chart render (to allow for variable colors)
- small style update to the notifications widget
2022-06-20 17:42:45 +00:00
Marcell Fülöp
ee46f2a33e
♻️ Simplify expressiono
2022-06-19 21:04:29 +00:00
Marcell Fülöp
db0fc0454d
🔥 Remove references to mock data
2022-06-19 16:20:16 +00:00
Marcell Fülöp
4c015bb25d
✨ Add limit option for NextcloudNotifications widget
...
Limit displayed notifications either by count or by age.
An integer value is interpeted as count limit, a number suffixed
with 'm', 'h' or 'd' is converted to minutes, hours or days,
respectively, and older notifications are not shown.
2022-06-19 13:51:40 +00:00
Marcell Fülöp
821af62426
🚧 Refactor + more widgets
...
* ♻️ segment into smaller widgets, improve mixin
* ♻️ change NextcloudInfo to NextcloudUser
* a small widget showing branding and uesr info, including quota
* ✨ add NextcloudNotifications widget
* show and delete Nextcloud notifications
* ✨ add NextcloudUserStatus widget
* display user statuses of selected users
* ✨ add NextcloudStats widget (admin only)
* display Nextcloud usage statistics (users, files, shares)
* ✨ add NextcloudSystem widget (admin only)
* visualise cpu load and memory utilisation, show server versions
* ✨ add NextcloudPhpOpcache widget (admin only)
* show statistics about php opcache performance
* ✨ add a misc helper for formatting nunbers
* 🌐 add translations to widget templates
* 🌐 add translation entries for en
* 🍱 add scss styles file, shared by all widgets
2022-06-19 12:06:43 +00:00