Commit Graph

382 Commits

Author SHA1 Message Date
Alicia Sykes
718a03dce6 🔀 Merge pull request #1344 from bubylou/master
Update generative icon API
2023-11-17 14:53:54 +00:00
Alicia Sykes
6a39aaac6b 🔀 Merge pull request #1351 from deneor/issue_1343
[FIX] #1343 Search for items with cyrillic titles dosnt work
Fixes ##1343
2023-11-14 20:19:38 +00:00
Sacha FROMENT
5adf9efa17 fix(weather forecast): updated widget
Updated the widget and api route to work with the new (why ?) OpenWeater response format.
2023-10-28 13:52:38 +02:00
Denis Savosin
84454b0502 Fix for Search for items with cyrillic titles dosnt work 2023-10-18 11:55:38 +03:00
kt-alt
cf57efb8b1 add tama theme 2023-10-17 02:24:57 -07:00
Nicholas Malcolm
9bbd8f4ae4 Update generative icon API
Dicebear API has been reorganized and previous endpoint only provides the same generic icon
2023-10-14 15:52:41 -04:00
rokiden
dec5a0820a Fix Vue's PWA manifestCrossorigin, remove second mainfest from head 2023-10-11 16:38:37 +06:00
allozavrr
3a32cc4341 Add: Ukrainian language 2023-08-26 09:04:46 +02:00
wozboz
f7a0fb24a9 Added basic RescueTime widget to see time spent on activities 2023-08-10 15:43:05 +02:00
Alicia Sykes
1fd7e6b15c 🔀 Merge pull request #1194 from josuablejeru/feature/hackernews-widget
hackernews widget
2023-07-15 12:14:42 +01:00
Alicia Sykes
d718905779 🔀 Merge pull request #1217 from altearius/FEATURE/temporal-plurality
🩹 Singular/plural forms for time counts.
2023-06-10 12:21:13 +01:00
Andreas Violaris
de33ac2a72 Registered Greek language 2023-06-10 12:46:33 +03:00
Chris Nielsen
03ae38577e Support for month 2023-06-08 23:39:20 +00:00
Chris Nielsen
f46bcc2edd 🐛 Correct DeepScan issue. 2023-06-08 23:37:57 +00:00
Chris Nielsen
7280820ba5 🩹 Singular/plural forms for time counts. 2023-06-08 23:16:41 +00:00
Josua Blejeru
1a42a41a53 🚧 Register a Widget to display stories from HN 2023-05-22 21:57:09 +02:00
Chris Nielsen
e3360349bb Permit users to choose Celsius or Fahrenheit. 2023-05-12 19:06:32 +00:00
ssrangisetti
3f3ffac63b Fixing issues raised by SonarCloud 2023-05-03 23:54:56 +05:30
ssrangisetti
13775b3f57 Add support searching multiple words. 2023-05-03 22:52:49 +05:30
Alicia Sykes
45e06d2e66 👽️ Updates path to currency-flag assets
Data fetched from: https://github.com/Lissy93/currency-flags
2023-03-19 16:02:40 +00:00
Alicia Sykes
6651333253 🐛 Updates the endpoint for currency flags (#1096) 2023-02-26 22:41:49 +00:00
Alicia Sykes
2e053064d3 🌐 Adds Turkish (thanks @imsakg 🙌 #1188) 2023-02-21 18:27:18 +00:00
Alicia Sykes
7200d87d6a 🌐 Adds Bengali (thanks @Soaibuzzaman 🙌 #1107) 2023-02-21 18:26:08 +00:00
Alicia Sykes
70a6cc6b64 🚚 Sorts languages alphabetically, by code 2023-02-21 18:23:45 +00:00
Marcell Fülöp
d9740427eb 🩹 Allow Keycloak authentication to pass 'IdP Hint'
* add App Config option for 'IdP Hint' under Keycloak Authentication
* refactor the authentication trigger mechanism to allow direct call
  to keyjclaok-js adapter login() function
* remove `onLoad` from construction options (as it belongs to init())
2023-02-09 12:47:10 +00:00
Matthias Bilger
b404bb09be Added Mvg Widget
Display mvg departure times for MVG station.
2023-01-10 09:11:04 +01:00
Tuzi555
15a09cd83b Added import statement for json with translations 2022-12-20 16:20:16 +01:00
Tuzi555
9682446b95 🌐 Added cs locale 2022-12-20 14:33:00 +01:00
Alicia Sykes
9f07ba0843 🗃 Adds defaultIcon to schema and config list (#925) 2022-10-30 13:53:26 +00:00
Magnus Sundström
c8de78adf0 Registered danish locale 2022-10-17 08:56:43 +02:00
Alicia Sykes
723da99d58 🔀 Merge pull request #900 from Cereal916/disableConfigurationForNonAdmin
Add config option to disable all UI config features for non admin users.
2022-09-18 20:51:11 +01:00
kristian
6d644f5459 Add config option to disable all UI config features for non admin users. 2022-09-11 16:12:10 -07:00
Alicia Sykes
c0677c46ea 🔀 Merge pull request #895 from Smexhy/slovak
Add Slovak language
2022-09-11 22:43:27 +01:00
kristian
46420d4f15 Stop checking users once match is found. 2022-09-10 22:04:17 -07:00
kristian
5a3fbe5672 Set user in localStorage when matching auth token is found. When checking guest access, consider if a username is set. Fixes username local storage exploits. 2022-09-10 21:33:45 -07:00
Smexhy
ae2e741f6e Add Slovak language 2022-09-10 23:47:20 +02:00
Alicia Sykes
32c857504f 🔀 Merge pull request #874 from nealian/update_icons_versions
⬆️ Updates optional external icons
2022-09-10 22:30:20 +01:00
Alicia Sykes
e2fb5fcaf5 🔀 Merge pull request #887 from Cereal916/master
with built in auth, if user adds a capital letter to username they ca…
2022-09-10 21:52:41 +01:00
kristian
a9adddc0ce Make auth cookie key more unique to avoid collisions with other apps running on the same server. 2022-09-08 07:33:46 -07:00
kristian
9c15314af8 with built in auth, if user adds a capital letter to username they can see all items. 2022-09-05 20:40:56 -07:00
Ian Neal
ae8a050337 ⬆️ Updates optional external icons 2022-08-24 20:03:55 -07:00
Bjorn Lammers
71e6cf0f3d 🚚 Changes Dashboard Icons URL to new location 2022-08-17 00:00:13 +02:00
Doug Lock
4b65fedfe4 Update tflStatus API endpoint to include all modes of transport from the "normal" TFL status updates page here: https://tfl.gov.uk/tube-dlr-overground/status/ 2022-06-26 17:12:57 +01:00
Marcell Fülöp
2933df20dd Allow pages to override theme 2022-06-22 17:13:42 +00:00
k073l
bbb0f16ead Change APOD API endpoint 2022-06-21 13:02:26 +02: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
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
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
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