Commit graph

78 commits

Author SHA1 Message Date
axolotle
317bf7fbb6 refactor: use useForm + rework mapStoreGetSet of ToolWebadmin 2024-08-13 11:52:06 +02:00
axolotle
00fe9f42bc ts: add i18n typing 2024-08-13 11:52:06 +02:00
axolotle
7123ba6cdc refactor: quickly turn components to script setup + ts 2024-08-13 11:52:00 +02:00
axolotle
c28d6ddeab rename js files to ts 2024-05-17 16:39:10 +02:00
axolotle
4b33e67514 fix: misc component issues 2024-03-27 00:43:51 +01:00
axolotle
6be1609f10 migration(vuex): currentRoute is now a ref 2024-03-27 00:43:51 +01:00
axolotle
5892842cec migration: rework dark theme enabling 2024-03-27 00:43:51 +01:00
axolotle
23594bc338 fix: temp fix for reactivity problems on nested obj request 2024-03-27 00:34:23 +01:00
axolotle
547d0ed734 refactor: vue-router currentRoute is now a ref 2024-03-27 00:34:23 +01:00
axolotle
f6adc87691 migration: vue3 GLOBAL_DELETE INSTANCE_DELETE GLOBAL_SET INSTANCE_SET 2024-03-27 00:34:23 +01:00
axolotle
81707bb11a refactor: upgrade to i18n9 2024-03-27 00:33:33 +01:00
axolotle
dd9ae21472 refactor: upgrade to vuex4 2024-03-27 00:33:33 +01:00
axolotle
1d892350cd do not logout when trying to reconnect to the server since the session should still be valid 2024-03-27 00:32:16 +01:00
axolotle
8479fe4a20 fix: use api instead of store action to query domains 2024-03-26 23:17:17 +01:00
axolotle
a5e0022fb5 fix(login): return proper Promise on login action 2024-03-26 23:16:19 +01:00
axolotle
4101310b89 chore: lint 2024-03-02 03:09:15 +01:00
axolotle
e5a3f5df2b header sso link based on main domain or fallback to hostname 2024-03-02 00:20:28 +01:00
axolotle
237b36e2e2 centralize a bit moar app init stuff (installed/connected) 2024-03-02 00:20:10 +01:00
axolotle
91074f4e31 misc fix 2023-03-24 21:38:33 +01:00
axolotle
19e5a1a214 fix main_domain api call with ugly cache override from domain list 2023-01-06 18:32:39 +01:00
axolotle
263d1cb2d7 fix dark mode initialization & default to light theme 2022-10-26 15:36:25 +02:00
Kay0u
90231ef84d rename data-theme to dark-theme 2022-10-19 15:13:51 +02:00
Kay0u
ee304249fb add some color scheme 2022-10-19 15:13:51 +02:00
Kay0u
90806206f5 wip: add dark theme setting 2022-10-19 15:13:51 +02:00
Alexandre Aubin
dd652296dc
Merge pull request #474 from YunoHost/merge-firstname-and-lastname
Merge firstname and lastname info
2022-10-10 19:44:30 +02:00
axolotle
69d1d7ec1e domaininfo: remove some info and update view with action handling 2022-10-10 16:58:52 +02:00
axolotle
dcb9534e77 update DomainInfo page with moar data and config panel 2022-10-10 16:58:52 +02:00
axolotle
b0077f815d add domains as tree getters 2022-10-10 16:58:52 +02:00
Alexandre Aubin
2a80097612 Merge firstname and lastname info 2022-10-09 17:00:48 +02:00
axolotle
7791216be6 login: add card-form with admin username input to login 2022-10-07 13:48:13 +02:00
axolotle
fa63687cd6 externalize main RouterLink transition name computation to store 2022-02-06 21:04:53 +01:00
axolotle
b3e1860b6a merge and externalize breadcrumb computation into the store 2022-02-06 21:03:31 +01:00
axolotle
4531433d60 rework main RouterLink so that only a route with params receives a key 2022-02-06 20:57:47 +01:00
axolotle
6c1b5359cf fix '\n' replace with replaceAll 2022-01-31 17:20:26 +01:00
Alexandre Aubin
101be80d7e configpanels: logic regarding dynamic-choices questions such as domain, user, should be handled by the core 2022-01-21 20:07:11 +01:00
axolotle
f5853f2040 update reconnecting as args to be passed to ReconnectingDisplay 2021-11-10 20:38:34 +01:00
axolotle
c259a97a74 add ReconnectingDisplay and reconnection mecanism 2021-11-10 19:14:50 +01:00
axolotle
246c001f84 update Login to be able to force-reload the page 2021-11-10 19:10:59 +01:00
axolotle
827cca6273 delay locales setup to avoid import error 2021-11-10 18:40:42 +01:00
axolotle
9b3ac1fcaf limit ws messages updates to batch of messages & limit number of displayed messages in waiting modal 2021-10-01 17:14:50 +02:00
Alexandre Aubin
369252503c
Merge pull request #357 from YunoHost/enh-csv2
Import users by CSV file + Upload file management
2021-09-06 19:32:24 +02:00
Alexandre Aubin
63524be319 New auth mecanism require to pass credentials as arg instead of password 2021-08-27 18:45:07 +02:00
axolotle
5b6a1cdd74 Fix UserImport validation and use component helpers in UserImport and UserList
(cherry picked from commit c80aad223e640d4d078c7cbe78acae3b0175b6fe)
2021-05-08 22:36:23 +02:00
axolotle
d655e679d9 replace websocket messages's \n with <br> 2021-05-01 12:50:15 +02:00
axolotle
40ef5b4c26 fix several user errors when no users created 2021-04-17 19:23:20 +02:00
axolotle
fc5f20b442 fix store not being updated on permissions changes 2021-04-16 23:12:23 +02:00
axolotle
bc41d0ad9d normalize store params & allow extra params passed to the commit function 2021-04-16 23:02:11 +02:00
Alexandre Aubin
e15956c3fe
Merge branch 'dev' into uniformize-actionmap-api 2021-04-12 17:54:32 +02:00
axolotle
47d71a6022 add warning modal if last ws message is a warning 2021-04-10 14:16:47 +02:00
axolotle
f5b5ba5905 add a key to every api action 2021-04-09 22:19:48 +02:00