Marcell Fülöp
91d4fd55c0
🩹 Ensure stat finished before startSSLServer()
...
The two chained stat() promises may not have finished by the time
`enableSSL` is evaluated in case of a slow file system (e.g. on a
Raspberry Pi where the only block device is an SD card).
2022-06-24 19:36:00 +00:00
Alicia Sykes
a3a26ce063
🔀 Merge pull request #759 from patrickheeney/FIX/Improve-Failed-Load
...
🩹 Handle failed component load.
2022-06-24 17:12:36 +01:00
patrickheeney
542a9fe9bd
🩹 Handle failed component load.
2022-06-24 08:00:50 -07:00
Alicia Sykes
a877ff2f8e
🔀 Merge pull request #758 from patrickheeney/FEATURE/Improve-Widget-Base
...
✨ Remove component repetition
2022-06-24 14:23:17 +01:00
patrickheeney
4c87092be5
✨ Remove component repetition
2022-06-23 20:02:19 -07:00
Alicia Sykes
90163dd612
🔀 Merge pull request #752 from marekful/FEATURE/page-theme-override
...
✨ Allow pages to override theme
2022-06-23 12:17:57 +01:00
Alicia Sykes
7bb66953d1
🔀 Merge pull request #751 from marekful/FIX/nextcloudstats-and-phpopcache-style-fix
...
🩹 Add back some styling
2022-06-22 18:40:02 +01:00
Marcell Fülöp
2933df20dd
✨ Allow pages to override theme
2022-06-22 17:13:42 +00:00
Marcell Fülöp
f21f44ce21
🩹 Add back some styling
...
These weren't correctly updated afeter the style refactor
(Stats and PhpOpcache widgets).
2022-06-21 19:22:01 +00:00
Alicia Sykes
0674ad8fe8
🔀 Merge pull request #745 from k073l/FEATURE/735_apod_update
...
Replace APOD API with new one
Fixes #735
2022-06-21 14:30:24 +01:00
k073l
45900da025
💄 Update Apod.vue to new API
2022-06-21 14:13:24 +02:00
k073l
bbb0f16ead
Change APOD API endpoint
2022-06-21 13:02:26 +02:00
Alicia Sykes
dbb261c859
🔀 Merge pull request #740 from marekful/FEATURE/nextcloud-widgets
...
Feature/nextcloud widgets
Credit to @marekful
2022-06-20 21:34:32 +01:00
Marcell Fülöp
c9cd8da2d9
💄 Missed style update
2022-06-20 18:59:47 +00:00
Marcell Fülöp
2ee853d33f
📝 Add widget documentation
2022-06-20 18:49:22 +00:00
Marcell Fülöp
f00b76299d
💄 Facelifto
2022-06-20 18:43:29 +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
7d8d3078b2
🔒 Feed input through parseFlot() as means of sanitisation
2022-06-20 17:38:23 +00:00
Marcell Fülöp
ee46f2a33e
♻️ Simplify expressiono
2022-06-19 21:04:29 +00:00
Marcell Fülöp
168fe94391
♻️ Remove MiscHelpers direct dependency
2022-06-19 21:01:59 +00:00
Alicia Sykes
6443d5b6c0
🔁 Merge pull request #741 from markusdd/fix-TLDR-doc
...
Update readme.md - fix TDLR to TLDR ;)
2022-06-19 20:28:08 +01:00
Markus Krause
6cddee4f8c
Update readme.md
...
it ain't much, but it's honest work ;)
2022-06-19 19:38:17 +02:00
Marcell Fülöp
3ac0585c5c
🩹 Address Sonar code smell report findings
2022-06-19 16:47:40 +00:00
Marcell Fülöp
cf25dbce4a
Remove unnecessary null check
2022-06-19 16:39:46 +00:00
Marcell Fülöp
991cf0bf5a
🩹 Move schema to Component.data + remove unnecessary null checks
2022-06-19 16:31:54 +00:00
Marcell Fülöp
db0fc0454d
🔥 Remove references to mock data
2022-06-19 16:20:16 +00:00
Marcell Fülöp
4b930939c7
✏️ Fix typo in translation
2022-06-19 15:21:38 +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
e76f552830
✨ Add showEmpty option for NextcloudUserStatus widget
...
When a user status doesn't include a status message, it still
may have a status emoji and it always has a status indicator
(e.g. online). When {showEmpty=true} then statuses without
a message are shown, otherwise hidden. Defaults to {false}.
2022-06-19 13:39:23 +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
repo-visualizer
10bfacb492
💛 Updates repo diagram
2022-06-19 01:33:48 +00:00
Alicia Bot
752a00bbb3
💙 Makes author list
2022-06-19 02:29:20 +01:00
Alicia Bot
3ef80fc132
💙 Updates contributor SVG
2022-06-19 02:29:18 +01:00
liss-bot
8c416bde24
💛 Updates sponsors table
2022-06-19 02:29:12 +01:00
liss-bot
192312e11f
💜 Updates contributors list
2022-06-19 02:29:12 +01:00
Marcell Fülöp
a43988f3cd
🚧 Move user processing from widget to mixin
...
plus
* some template and style tweaking
* improve tooltips
* enforce Nextcloud app-password instead of login password
2022-06-12 12:33:56 +00:00
repo-visualizer
ab83d124bd
💛 Updates repo diagram
2022-06-12 01:33:59 +00:00
Alicia Bot
ec6207d4e0
💙 Makes author list
2022-06-12 02:30:09 +01:00
Alicia Bot
28f667ba74
💙 Updates contributor SVG
2022-06-12 02:29:58 +01:00
liss-bot
0d71fd818c
💛 Updates sponsors table
2022-06-12 02:29:54 +01:00
liss-bot
07bf39af45
💜 Updates contributors list
2022-06-12 02:29:53 +01:00
Marcell Fülöp
caf131df23
🎨 Add HTML comments
2022-06-12 01:10:14 +00:00
Marcell Fülöp
ff1bcdbab8
🩹 Handle plural/singular for availabel updates
2022-06-12 00:18:17 +00:00
Marcell Fülöp
0bf6fee180
🎉 Add Nextcloud widget
...
Add a widget supporting the `capabilites`, `user`
and `serverinfo` Nextcloud APIs.
Basic branding, user and quota information is always displayed
and when the provided credentials are for and admin user then
server information is also displayed.
APIs:
* [capabilities](https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-api-overview.html#capabilities-api )
* [user](https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-api-overview.html#user-metadata )
* [serverinfo](https://github.com/nextcloud/serverinfo )
2022-06-11 23:41:40 +00:00
Alicia Sykes
9786c8b554
🤖 Updates bot action for new users
2022-06-11 21:24:19 +01:00
Alicia Sykes
e24fa10f0f
↪ REVERT: Heroku set OpenSSL Provider ( #723 )
2022-06-11 14:21:53 +01:00
Alicia Sykes
da72f680b3
🏗 Heroku set OpenSSL Provider ( #723 )
2022-06-11 14:16:22 +01:00
Alicia Sykes
b10b587442
🏗 Updates Heroku build files ( #723 )
2022-06-11 14:06:31 +01:00
Alicia Sykes
330d812bfd
🛡️ Deletes rogue font import ( #521 )
2022-06-10 14:36:17 +01:00
Alicia Sykes
9faab35a57
🔀 Merge pull request #714 from marekful/FEATURE/StatPing-widget-group-filter-and-compact-view
...
✨ Optionally allow StatPing widget to filter on group
2022-06-08 23:35:30 +01:00