Commit graph

922 commits

Author SHA1 Message Date
Alexandre Aubin
f7d7bcec2d update view: add a note to encourage people to check the release note on the forum when there's a major yunohost upgrade before yoloupgrading 2022-10-17 16:49:58 +02:00
axolotle
55dae217e3 partials: rm no longer used PasswordForm 2022-10-10 22:54:59 +02:00
axolotle
de0877b2d7 postinstall: add first admin user form 2022-10-10 22:49:13 +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
Alexandre Aubin
a7e184247a
Merge pull request #473 from YunoHost/root-password-change-as-virtual-global-setting
Drop 'change admin password' view, now part of the global setting panel
2022-10-10 19:44:12 +02:00
Alexandre Aubin
c1395df89d
Merge pull request #436 from YunoHost/enh-domains
Rework domain list and domain info view (using tree-structure and new config panel for domain)
2022-10-10 17:00:27 +02:00
axolotle
47fa27b085 domain: remove no longer used DomainConfig view 2022-10-10 17:09:43 +02:00
axolotle
c2a62c6796 domaininfo: move "main domain" info in card header 2022-10-10 17:04:08 +02:00
axolotle
7de1419606 domaininfo: add link to parent domain for registrar info 2022-10-10 16:58:52 +02:00
Alexandre Aubin
31a99eab05 domain views: cosmetics 2022-10-10 16:58:52 +02:00
axolotle
fa3deeffda domaindns: update DomainDns view to be included in DomainInfo dns panel 2022-10-10 16:58:52 +02:00
axolotle
3a3846bdac configpanels: allow slots to be passed to ConfigPanel views 2022-10-10 16:58:52 +02:00
axolotle
a216d59098 configpanels: do not display "save" button when non editable 2022-10-10 16:58:52 +02:00
axolotle
69d1d7ec1e domaininfo: remove some info and update view with action handling 2022-10-10 16:58:52 +02:00
axolotle
7f5392389e add variant prop to Icon 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
b7bc950719 add ExplainWhat component to display a little help popup 2022-10-10 16:58:52 +02:00
axolotle
6d659322b5 add DescriptionRow component 2022-10-10 16:58:52 +02:00
axolotle
8fb7cc8469 update DomainList with RecursiveListGroup 2022-10-10 16:58:52 +02:00
axolotle
dd35c097c8 Add RecursiveListGroup component that display trees 2022-10-10 16:58:52 +02:00
axolotle
b0077f815d add domains as tree getters 2022-10-10 16:58:52 +02:00
axolotle
df9ccf3dff add tree utilities 2022-10-10 16:58:52 +02:00
axolotle
76895be395 locales: wait locales loading before mounting the vue app 2022-10-10 17:27:36 +02:00
Alexandre Aubin
2a80097612 Merge firstname and lastname info 2022-10-09 17:00:48 +02:00
Alexandre Aubin
e3cad1c2b3 i18n: wording for global setting route 2022-10-08 18:56:42 +02:00
Alexandre Aubin
5b3f6900b0 Drop 'change admin password' view, now part of the global setting panel 2022-10-08 18:42:51 +02:00
Alexandre Aubin
ce1247e001
Merge pull request #472 from YunoHost/move-service-view
Move service view to 'Tools' section (+ tweak icons)
2022-10-07 20:17:44 +02:00
axolotle
8a91045f0d globalsettings: update apply call to actions changes 2022-10-07 21:04:47 +02:00
Alexandre Aubin
16cc8373b8 Move service views to 'Tools' + tweak icons 2022-10-07 17:40:09 +02:00
Alexandre Aubin
2708b98d20 i18n fr: Sauvegarde -> Sauvegardes for consistency in the home screen (Users, Domains, Applications, ...) 2022-10-07 16:54:02 +02:00
Alexandre Aubin
d4cb85a9fd groups/permissions: wording for user-specific permissions 2022-10-07 16:36:16 +02:00
Alexandre Aubin
bc3131c826 Tweaks for new 'admins' group 2022-10-07 16:09:42 +02:00
axolotle
7791216be6 login: add card-form with admin username input to login 2022-10-07 13:48:13 +02:00
Jose Riha
b63bf7287e Translated using Weblate (Slovak)
Currently translated at 99.8% (503 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/sk/
2022-10-05 13:42:41 +02:00
Alexandre Aubin
f624963458
Merge pull request #438 from YunoHost/enh-config-actions
add action
2022-10-04 23:33:37 +02:00
axolotle
75f1fae1d6 certinstall: remove independant view 2022-10-04 20:11:11 +02:00
Alexandre Aubin
52f433d751 Remove stale string about certificates, now handled by the core 2022-10-04 17:34:09 +02:00
axolotle
8b6db431d6 formitems: add DisplayTextItem for simple text & fix ButtonItem style 2022-10-03 17:41:02 +02:00
axolotle
1bacb6c1df appinstall: update form building with new component handling 2022-10-03 17:18:18 +02:00
axolotle
af2b50d2c0 configpanel: remove args props and handling for now 2022-10-03 17:18:18 +02:00
axolotle
368f890ff1 update DomainConfig & AppConfigPanel with new API calls for apply and action 2022-10-03 17:18:18 +02:00
axolotle
fd60748301 add config action mecanism and filter form without action args in config apply 2022-10-03 17:18:18 +02:00
axolotle
8845451039 rework arg to component parsing to allow a component to render whitout a form group or using another wrapper than 'FormField' 2022-10-03 17:18:18 +02:00
axolotle
52c8fad43a misc form items style and linting fixes 2022-10-03 17:18:18 +02:00
axolotle
9d02438348 add ReadOnlyField to display config readonly values 2022-10-03 17:18:18 +02:00
axolotle
97bd1564c4 Fix FileItem value 'current' prop 2022-10-03 17:18:18 +02:00
axolotle
76c6a0eb70 rework form parsing to properly handle async values 2022-10-03 17:18:18 +02:00
axolotle
82aab9a984 rework expression evaluations with dyn getter and more generic evaluation function 2022-10-03 17:18:18 +02:00
axolotle
fd19dcebf6 update FileItem context strategy by reading File content on File change 2022-10-03 17:18:18 +02:00
axolotle
9b57063572 remove edge case arg injection in formatYunohostArguments 2022-10-03 17:18:18 +02:00
Quentí
0b338e4cf3 Translated using Weblate (Occitan)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/oc/
2022-10-01 22:19:30 +02:00
ppr
e4c8fb0de4 Translated using Weblate (French)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/fr/
2022-10-01 22:19:29 +02:00
Quentí
27c904ff0b Translated using Weblate (Occitan)
Currently translated at 99.4% (501 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/oc/
2022-09-30 22:05:37 +02:00
Alexandre Aubin
fc8a4c9d19
Merge pull request #432 from Tagadda/enh-global-settings-configpanel
Global settings using ConfigPanel
2022-09-30 15:25:32 +02:00
Alexandre Aubin
f2cb4fa0a0
Merge pull request #467 from yunohost-bot/weblate-yunohost-admin
Translations update from Weblate
2022-09-28 16:05:17 +02:00
tonyleelyy
8eb6824671 Translated using Weblate (Chinese (Simplified))
Currently translated at 95.0% (479 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/zh_Hans/
2022-09-28 09:58:32 +02:00
ButterflyOfFire
8f07c057c0 Translated using Weblate (Arabic)
Currently translated at 73.4% (370 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/ar/
2022-09-16 12:42:49 +02:00
marty hiatt
16ff84d4dc edit "pending_migrations" string in en.json 2022-09-13 16:39:06 +02:00
Sedat Albayrak
62ea9d7983 Translated using Weblate (Turkish)
Currently translated at 99.6% (502 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/tr/
2022-09-12 13:54:53 +02:00
Sedat Albayrak
376ef7c25a Translated using Weblate (Turkish)
Currently translated at 75.9% (383 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/tr/
2022-09-12 06:42:10 +02:00
ButterflyOfFire
4aa6c6d606 Translated using Weblate (Arabic)
Currently translated at 70.6% (356 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/ar/
2022-09-04 21:48:20 +00:00
Jose Riha
c422656f75 Translated using Weblate (Slovak)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/sk/
2022-09-02 18:33:14 +00:00
xabirequejo
e9dd75dd00 Translated using Weblate (Basque)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/eu/
2022-09-01 16:56:32 +00:00
xabirequejo
3afbf3283d Translated using Weblate (Basque)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/eu/
2022-09-01 13:56:03 +00:00
ButterflyOfFire
f1b1f2f28e Translated using Weblate (Arabic)
Currently translated at 68.8% (347 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/ar/
2022-08-31 20:18:20 +00:00
Tomas
1826a50b4b Translated using Weblate (Swedish)
Currently translated at 30.7% (155 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/sv/
2022-08-28 17:02:14 +00:00
Leandro Noferini
b90f964abf Translated using Weblate (Italian)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/it/
2022-08-22 01:25:01 +00:00
Bob
86b3db5155 Translated using Weblate (Swedish)
Currently translated at 27.9% (141 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/sv/
2022-08-17 00:32:22 +00:00
Quentí
c0f58be85f Translated using Weblate (Occitan)
Currently translated at 98.6% (497 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/oc/
2022-08-16 02:42:50 +00:00
Christian Wehrli
566b4a4ce4 Translated using Weblate (German)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/de/
2022-08-15 18:42:01 +00:00
Alexandre Aubin
6feef1debf
Merge pull request #459 from yunohost-bot/weblate-yunohost-admin
Translations update from Weblate
2022-08-15 20:41:58 +02:00
Tagada
dc9f331754
[fix] dirty fix when there's choices and the type is string 2022-08-15 20:12:26 +02:00
Grzegorz Cichocki
4c4c3c70d5 Translated using Weblate (Polish)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/pl/
2022-08-13 18:23:45 +00:00
Quentí
ff838600e0 Translated using Weblate (Occitan)
Currently translated at 95.6% (482 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/oc/
2022-08-13 18:23:44 +00:00
punkrockgirl
18eaf954a1 Translated using Weblate (Basque)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/eu/
2022-08-13 18:23:43 +00:00
Quentí
ac0886249d Translated using Weblate (Occitan)
Currently translated at 95.0% (479 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/oc/
2022-08-12 05:14:11 +00:00
Quentí
e897970784 Translated using Weblate (French)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/fr/
2022-08-12 05:14:11 +00:00
Quentí
0239707d00 Translated using Weblate (Occitan)
Currently translated at 94.8% (478 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/oc/
2022-08-10 16:12:37 +00:00
Éric Gaspar
68d41e0e14 Translated using Weblate (French)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/fr/
2022-08-07 21:31:10 +00:00
Tagada
e2dcc0a797 Translated using Weblate (French)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/fr/
2022-08-07 21:31:10 +00:00
Christian Wehrli
566ac2e940 Translated using Weblate (German)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/de/
2022-08-07 21:31:10 +00:00
AnaLora
821d2c387c Translated using Weblate (Slovenian)
Currently translated at 26.3% (133 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/sl/
2022-08-07 21:31:10 +00:00
AnaLora
eacec2c899 Translated using Weblate (Slovenian)
Currently translated at 23.6% (119 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/sl/
2022-08-07 21:31:10 +00:00
Alexandre Aubin
2671fd32d3 global settings: fix i18n 2022-08-06 13:50:40 +02:00
Alexandre Aubin
dd039b30c4 Merge branch 'dev' into enh-global-settings-configpanel 2022-08-06 12:14:56 +02:00
ButterflyOfFire
4539a53fe0 Translated using Weblate (Arabic)
Currently translated at 68.0% (343 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/ar/
2022-08-05 15:05:50 +00:00
José M
330a1134b5 Translated using Weblate (Galician)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/gl/
2022-08-05 04:52:16 +00:00
Alexandre Aubin
a1dd92da6f
Merge pull request #452 from dagababaev/patch-1
Update ru.json
2022-08-03 22:24:30 +02:00
Alexandre Aubin
ca5e86d80b
Merge pull request #450 from ericgaspar/languages
Add Slovak and Telugu languages
2022-08-03 22:24:17 +02:00
Gregor
056ef0b0ed Translated using Weblate (German)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/de/
2022-07-22 02:15:10 +00:00
Grzegorz Cichocki
df29a0dc05 Translated using Weblate (Polish)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/pl/
2022-07-20 07:08:56 +00:00
Grzegorz Cichocki
230ec1ad5f Translated using Weblate (Polish)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/pl/
2022-07-18 19:35:14 +00:00
punkrockgirl
278de0c1f9 Translated using Weblate (Basque)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/eu/
2022-07-15 16:16:11 +00:00
punkrockgirl
08477ce2c9 Translated using Weblate (Basque)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/eu/
2022-07-15 12:39:38 +00:00
Radek Raczkowski
26bc189c51 Translated using Weblate (Polish)
Currently translated at 80.7% (407 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/pl/
2022-07-10 13:50:40 +00:00
agdsign
eeaab84500
Update ru.json
fix error in ru locale ("1" deleted)
2022-07-09 12:45:41 +03:00
Christian Wehrli
dbec56401b Translated using Weblate (German)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/de/
2022-07-05 03:00:39 +00:00
Christian Wehrli
3a6358ce77 Translated using Weblate (German)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/de/
2022-07-01 20:16:14 +00:00
Éric Gaspar
6b75a7e6da Translated using Weblate (French)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/fr/
2022-06-28 20:37:44 +00:00
Jose Riha
c065ffbbea Translated using Weblate (Slovak)
Currently translated at 100.0% (504 of 504 strings)

Translation: YunoHost/admin
Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/sk/
2022-06-23 12:21:55 +00:00