Commit graph

41 commits

Author SHA1 Message Date
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
Tagada
dc9f331754
[fix] dirty fix when there's choices and the type is string 2022-08-15 20:12:26 +02:00
axolotle
43637ea7ae add 'serveurError' prop to panels data 2022-02-06 20:47:39 +01:00
axolotle
14194c90d5 temp fix for string ynh args having empty "choices" property 2022-01-31 15:36:25 +01:00
axolotle
8f7ebbbb26 add ConfigPanels component and config panels utilities 2022-01-31 15:28:32 +01:00
Alexandre Aubin
e685fd55a8 Merge branch 'dev' into enh-domain-default-app 2022-01-24 18:28:05 +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
Tagada
37a83eeab9 Manage default application using DomainConfig 2022-01-19 23:51:09 +00:00
axolotle
fd21c9f406 allow i18n error messages with pattern validation 2022-01-05 15:56:14 +01:00
axolotle
0638866838 make sure FormatFormData always return a promise and update views using it accordingly 2021-09-29 21:42:47 +02:00
Alexandre Aubin
fea47d1609
Merge pull request #401 from YunoHost/fix-1881-filename-too-long
[fix] Unable to import user from csv anymore
2021-09-29 16:02:30 +02:00
Eauchat
bf4d4d9266
Avoid formatI18nField to fail if field is undefined
At the moment, it seems that if an app manifest custom argument is missing the "ask" property, the display of app install page is blank.
2021-09-29 09:09:01 +00:00
ljf
64ae24facd [fix] type string with choices need to be displayed with select #1880 2021-09-28 16:48:33 +02:00
ljf
12dc0531e0 [fix] Unable to import user from csv anymore 2021-09-28 16:26:18 +02:00
ljf
9715414e7a [fix] No pattern validation client side for tags 2021-09-17 04:35:30 +02:00
ljf
338c679287 [enh] Support file in match regexp 2021-09-15 21:59:29 +02:00
ljf
abfd018a46 [enh] Improve UX in validation 2021-09-13 02:36:16 +02:00
ljf
6c12feac62 [fix] Repair app install 2021-09-12 23:53:59 +02:00
ljf
30fe4e7991 [fix] Visible properties not working anymore on question 2021-09-06 17:57:35 +02:00
ljf
ad04197287 [enh] Remote validation error displayed on field 2021-08-31 16:05:40 +02:00
ljf
5e554bb4a2 [enh] Be able to delete source file 2021-08-31 04:21:10 +02:00
ljf
358e6978a4 [enh] Add default icon for alert 2021-08-30 15:24:15 +02:00
ljf
f0637c7dd7 [enh] Tags choices, textarea from files 2021-08-30 13:16:20 +02:00
ljf
5557c57252 [enh] display errors if pattern doesn't match 2021-08-27 20:17:34 +02:00
ljf
927886334b [enh] Add some step, autocomplete, trim, visibleIf properties 2021-08-27 01:09:36 +02:00
ljf
56df38d999 [enh] Icons in alert config panel 2021-08-26 19:48:49 +02:00
ljf
911c5deeb0 [fix] No value displayed in config panel 2021-08-26 19:33:50 +02:00
ljf
d95f6175f0 [enh] Rename error in danger type 2021-08-20 16:40:28 +02:00
ljf
1781a4de65 [fix] Missing vue showdown 2021-08-14 14:37:19 +02:00
ljf
36a4a21d57 [enh] Adapt the new config panel mechanism to vuejs webadmin 2021-07-30 18:05:13 +02:00
axolotle
40ef5b4c26 fix several user errors when no users created 2021-04-17 19:23:20 +02:00
axolotle
562fd3d1fe Fix AppConfigPanel and use helper components 2021-02-19 18:56:26 +01:00
Axolotle
1a19f9ef21 update DomainAdd views with validation 2020-10-30 13:59:15 +01:00
Axolotle
8f3180031c add more helpers for forms and validations 2020-10-28 16:46:06 +01:00
Axolotle
1346197605 add helper to format all manifest args and to reformat a form 2020-10-23 18:14:09 +02:00
Axolotle
19ae0ccada add 'display_text' arg as an alert 2020-10-16 13:10:23 +02:00
Axolotle
67dc725385 set 'required' only for 'InputItem', set base value as null, removed test 2020-10-14 16:59:39 +02:00
Axolotle
a12dc45229 add AppActions view/route 2020-10-14 16:59:39 +02:00
Axolotle
b1b9e65b7b add AppInstall view/route 2020-10-14 16:59:39 +02:00