Commit Graph

1096 Commits

Author SHA1 Message Date
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
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
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 330d812bfd
🛡️ Deletes rogue font import (#521) 2022-06-10 14:36:17 +01:00
Alicia Sykes 2ef5b66e9e 🥅 Adds an option to surpress widget errors 2022-06-09 01:26:45 +01:00
Marcell Fülöp 2d6c499192 Optionally allow the widget to filter on StatPing Group and to display in a more compact view.
* Add widget option: `groupId`. StatPing services are filtered for the given group.
* Add widget options: `showChart` and `showInfo`. Initially hide the chart and info summary.
* Add buttons to show/hide chart and info sections.
* Update widget documentation.
2022-06-08 19:50:15 +00:00
Alicia Sykes 41fd411769
💡 Just updates comment Bulgarian --> Korean 2022-06-08 15:25:46 +01:00
bogyeong 8a703cf434 edit languages.js
translation complete
2022-06-08 18:57:29 +09:00
bogyeong 814a8a73c3 Translate complete 2022-06-08 18:46:44 +09:00
bogyeong e51464cf01 Create ko.json
file creation for korean language_support
2022-06-08 17:32:40 +09:00
zcq100 9085c105b8
Update Chinese translation. 2022-06-05 22:32:02 +08:00
Alicia Sykes b98b85dd50
🔀 🇧🇬 Merge pull request #701 from asenov/bg-translation
Add 🇧🇬  Bulgarian translations
2022-06-04 22:10:55 +01:00
Alicia Sykes ac97be20be 🥅 Catch error, if clipboard not enabled (#681) 2022-06-04 21:12:26 +01:00
Alicia Sykes 972e3f7571 Removes obsolete always-true null check 2022-06-04 21:12:26 +01:00
Alicia Sykes 5c896fded5 Remove unused computed val 2022-06-04 21:12:26 +01:00
Alicia Sykes c823a2e9bd Show total query and block count 2022-06-04 21:12:26 +01:00
Alicia Sykes f7bba8068a 🛂 Adds auth to AdGuard widgets 2022-06-04 21:12:26 +01:00
Alicia Sykes b931d4e6cd Adds new AdGuard widgets to base 2022-06-04 21:12:26 +01:00
Alicia Sykes 577de74ac4 AdGuard DNS info widget (#493) 2022-06-04 21:12:26 +01:00
Alicia Sykes dcd72e7763 AdGuard top domains widget (#493) 2022-06-04 21:12:25 +01:00
Alicia Sykes 1c252cc76d Only render non-zero values to chart 2022-06-04 21:12:25 +01:00
Alicia Sykes 072ebbd68a AdGuard filter list widget (#493) 2022-06-04 21:12:25 +01:00
Alicia Sykes 3a65d12e67 Removed unused CSS 2022-06-04 21:12:25 +01:00
Alicia Sykes 7b99e9092b AdGuard block percent widget (#493) 2022-06-04 21:12:25 +01:00
Alicia Sykes 83dcc37985 🥅 Catch errors caused by null config (#682)
Fixes #682
2022-06-04 21:12:25 +01:00
Alicia Sykes c8acd6e1bc Adds domain name monitor widget 2022-06-04 21:12:25 +01:00
M Asenov 0ca5540372 Add 🇧🇬 Bulgarian translations 2022-06-04 20:33:59 +01:00
Alejandro Pinar Ruiz 8650b8cfb0 Remove unused properties and fix descriptions 2022-06-02 14:12:39 +02:00
Alejandro Pinar Ruiz d1706689a5 Fix: remove duplicate code 2022-06-01 22:50:01 +02:00
Alejandro Pinar Ruiz 3bc80cfaad Add comment 2022-06-01 21:25:28 +02:00
Alejandro Pinar Ruiz cd72ff06ec Add visible section items 2022-06-01 21:24:10 +02:00
Alejandro Pinar Ruiz c33e03f4f5 Use item visibility to filterTiles 2022-06-01 21:13:00 +02:00
Alejandro Pinar Ruiz 04774c23ed Add displayData on items 2022-06-01 20:50:33 +02:00
Alejandro Pinar Ruiz 18776bd8cb Add CheckItemVisibility util templated from CheckSectionVisibility 2022-06-01 20:33:02 +02:00
Alicia Sykes 8b5a6054d6 🗃️ Adds ub-items to schema 2022-05-20 12:50:19 +01:00
Alicia Sykes abc102df9f 🐛 Removes dupplicate CSS prop, transition 2022-05-19 13:21:52 +01:00
Alicia Sykes 00b872e671 Removes usage of nullish coalescing operator 2022-05-19 13:19:13 +01:00
Alicia Sykes 7e547e7463 Expand collapse section from context menu (#660) 2022-05-19 01:32:55 +01:00
Alicia Sykes 0ed084c147 Improved collapsible logic 2022-05-19 01:31:02 +01:00
Alicia Sykes 0d66e54b59 🐛 Fixes theme read err 2022-05-18 20:54:46 +01:00
Alicia Sykes 16acf36528 🗑️ Removes KeyboardShortcutInfo tips 2022-05-18 20:07:05 +01:00
Alicia Sykes 4f04e01aec Increased overridden timeout 2022-05-17 19:32:16 +01:00
Alicia Sykes e2b9c15360 🐛 Fixes collapsible sections (#626) 2022-05-17 19:31:50 +01:00
Alicia Sykes 333ee83890 Adds page identifier to secion ID 2022-05-17 19:31:02 +01:00
Alicia Sykes 8c43442b39 🎨 Adds option to hide sports thumbnail (#654) 2022-05-16 21:46:19 +01:00
Alicia Sykes 19b71313d5 🛂 Legacy support op for Keycloak v17 (#564) 2022-05-16 21:45:13 +01:00
Alicia Sykes 33a2693c7f 🔒 Fix, correct call of `isUserAdmin()` M(#590) 2022-05-15 20:48:31 +01:00
Alicia Sykes 9eda048842 Refactored request in RSS widget (#632) 2022-05-15 20:46:19 +01:00
Alicia Sykes 2fe0110762 🐛 Updates mdi text in schema (#640) 2022-05-14 14:30:08 +01:00
Alicia Sykes 3417b46eee 🎨 Adds option to use Adventure theme with own img (#655) 2022-05-14 13:51:28 +01:00
Alicia Sykes 9b33a6e277 Fixes pageInfo not being read in router (#645) 2022-05-14 13:20:53 +01:00
Alicia Sykes 24e487cde5 🐛 Fixes item size/ layout buttons (#629) 2022-05-14 13:12:29 +01:00
Alicia Sykes 7b39bde573 🐛 Fixes status check inheritance (#651) 2022-05-13 10:56:24 +01:00
Alicia Sykes 4287092ea2 Option to hide seconds in Clock (#644) 2022-05-11 10:52:16 +01:00
stanly0726 3fd62e0f48
translation modification 2022-05-09 12:25:53 +08:00
stanly0726 afa3b55061
add in language.js 2022-05-09 12:07:07 +08:00
stanly0726 0b320bc38d
add zh-TW(traditional chinese) localization 2022-05-09 11:54:09 +08:00
Alicia Sykes 6ec0bd20a1 🐛 Removed default empty stylesheet, Firefox warning 2022-05-06 12:44:29 +01:00
Alicia Sykes 7165a9a913 🚑 Fix section error in Firefox (#633) 2022-05-06 12:43:30 +01:00
Alicia Sykes decd3be6b0 🚑 Adds null check for appConfig (#627) 2022-05-03 20:40:30 +01:00
Alicia Sykes c87e13cb70 🥅 Catch error if URL not specificed 2022-05-01 22:27:21 +01:00
Alicia Sykes 437ec2eac6 💄 Applies max-width to page path when in footer 2022-05-01 22:06:05 +01:00
Alicia Sykes 7d91d51fa6 🚩 Adds warning and note for local save 2022-05-01 22:05:37 +01:00
Alicia Sykes 138003c9b4 💄 Updates themes 2022-05-01 22:02:42 +01:00
Alicia Sykes 854d04afca Merge branch 'master' of github.com:Lissy93/dashy into FEATURE/multi-page-support-2 2022-05-01 21:30:37 +01:00
Leonardo Colman Lopes cf5d872703 Finish PT translation 2022-05-01 10:55:31 -03:00
Alicia Sykes eb9a5abec5 👔 Logic work for multi-page support 2022-04-30 23:28:58 +01:00
Alicia Sykes 52a0ba5a6c 🍱 Adds icon for multi-page editor form 2022-04-30 23:27:30 +01:00
Alicia Sykes 238c51ae64 Merge branch 'master' of github.com:Lissy93/dashy into FEATURE/multi-page-support-2 2022-04-30 23:26:37 +01:00
Alicia Sykes a7a7032b1d 🗃️ Adds pages to schema 2022-04-30 23:25:49 +01:00
Alicia Sykes a9496391cd Use page name for making nav-bar path slug 2022-04-30 23:24:52 +01:00
Alicia Sykes 6bf0ecba34 Adds option for page-specific custom styling 2022-04-30 23:22:02 +01:00
Alicia Sykes 1aecf32466 💬 Adds copy for the multi-page support editor 2022-04-30 22:51:17 +01:00
Erwan Miran cb35676251 Make user-defined themes appear in drop-down list 2022-04-28 13:51:36 +02:00
Alicia Sykes 45fa35a384
🐛 Fixes CVE description not showing (#609) 2022-04-26 19:57:28 +01:00
Alicia Sykes 3347dc9f61 🚧 Working on `pages` form in interactive editor 2022-04-25 21:45:14 +01:00
Alicia Sykes 9ca11a5f63 Merge branch 'master' of github.com:Lissy93/dashy into FEATURE/multi-page-support-2 2022-04-24 16:28:28 +01:00
Alicia Sykes dd49ad77a5 Adds store value to determine which view being edited 2022-04-24 16:05:05 +01:00
Alicia Sykes 7706041d61 Improved props for router 2022-04-24 16:04:31 +01:00
Alicia Sykes 61761e750a 💄 Displays which config file is being edited 2022-04-24 16:03:45 +01:00
Alicia Sykes f5a8c30257 🚚 Refactored saving logic into mixin 2022-04-24 16:01:30 +01:00
Alicia Sykes c678bc5655
🔀 Merge pull request #610 from remygrandin/FEATURE/widget-synology-download
Feature/widget synology download
2022-04-23 22:54:07 +01:00
CHAIYEON CHO 9d627b1c86 🐛Prevent line breaks in search-label. 2022-04-24 01:51:47 +09:00
Rémy GRANDIN 5aab049a43 🚨 Fix b =>strong as recommendedn by sonarcloud 2022-04-23 14:05:57 +02:00
Rémy GRANDIN 6e7b0e4dd5 Add Synology Download Widget 2022-04-23 02:44:49 +02:00
Rémy GRANDIN 1d69fc8617 Add extra option to hide legend in percentageChart 2022-04-23 02:43:38 +02:00
Alicia Sykes 1bc9964374 Updates view switcher to support multiple pages (#584) 2022-04-20 15:52:17 +01:00
Alicia Sykes 036bc008c5 Basic multi-page support working (#584) 2022-04-19 21:16:27 +01:00
Alicia Sykes cf7587b4ee Merge branch 'master' of github.com:Lissy93/dashy into FEATURE/multi-page-support-2 2022-04-18 19:42:30 +01:00
Alicia Sykes 07f6bfeddc 🚧 Display additional routes based on pages object 2022-04-15 14:02:07 +01:00
Alicia Sykes a784a2fe30
🚨 Hotfix: Item target not honored (#581) 2022-04-15 12:06:44 +01:00
Alicia Sykes 252bc164cc 🔥 Removes commented out code 2022-04-14 19:17:35 +01:00