Commit graph

806 commits

Author SHA1 Message Date
Alexandre Aubin
8dd590e6fc Implement explicit and implicit migrations 2019-08-17 18:47:24 +02:00
Alexandre Aubin
050750b7c9 Propagate the changes on other parts of the code relying on the appslist system 2019-08-17 17:43:38 +02:00
Alexandre Aubin
65b81e8677 Rewrite appslist system 2019-08-17 17:31:51 +02:00
Alexandre Aubin
a6607eaf30 Buuuuurn the appslist system 2019-08-17 15:47:11 +02:00
Bram
a19df2c09c
Merge pull request #764 from YunoHost/actions_and_config_operation_logs
[enh] integrate actions/config-panel into operation_logs
2019-08-12 13:51:44 +02:00
Bram
268abdfbbd
Merge pull request #767 from YunoHost/ux_better_not_installed_apps
[ux] better error message for not installed app
2019-08-09 16:47:32 +02:00
Bram
82631c1dc7
Merge pull request #748 from YunoHost/manifest-in-toml
Manifest in toml
2019-08-09 16:46:38 +02:00
Alexandre Aubin
817358ade4 [yolo] Improve handling of situation where applist can't be fetched somehow... 2019-08-04 22:18:32 +02:00
Laurent Peuch
98d6735586 [ux] better error message for not installed app 2019-07-30 01:27:50 +02:00
Laurent Peuch
96764fc03d [mod] BREAKING (but should be fine) apps without path aren't considering using the domain anymore 2019-07-29 23:03:57 +02:00
Laurent Peuch
2978df56fb [enh] integrate actions/config-panel into operation_logs 2019-07-29 22:58:05 +02:00
Laurent Peuch
933bf99052 [mod] pep8 2019-07-29 03:44:40 +02:00
Laurent Peuch
5c02dec59c [fix] retreive the actual value 2019-07-21 17:18:12 +02:00
Laurent Peuch
a7e49cd184 [fix] retreive the actual value 2019-07-21 17:16:56 +02:00
Laurent Peuch
ca9cb79935 [enh] add support for manifest in toml 2019-07-07 05:53:02 +02:00
Laurent Peuch
9b86a9dd8b [mod] remove overkill exception catching 2019-07-07 04:49:44 +02:00
Laurent Peuch
506aaf7472 [mod] negative index are more readable 2019-07-07 04:08:09 +02:00
Alexandre Aubin
4ef30b7f10 Also redact percent-escaped passwords which may appear in the metadata for webadmin installs 2019-07-06 19:36:34 +02:00
Alexandre Aubin
a1c228930f Also redact percent-escaped passwords which may appear in the metadata for webadmin installs 2019-07-06 19:30:57 +02:00
Alexandre Aubin
59e2db99ba
Merge branch 'stretch-unstable' into group_permission 2019-07-05 20:59:10 +02:00
Alexandre Aubin
3c0e0ca6c9
Merge pull request #742 from YunoHost/redact-secrets-from-logs
[enh] Redact secrets from logs
2019-07-02 22:02:03 +02:00
Alexandre Aubin
8917238159
Merge pull request #739 from YunoHost/proper-return-interface-for-app-config
[mod] Proper return interface for app config
2019-07-02 22:01:18 +02:00
Alexandre Aubin
e987ae546b
Merge pull request #744 from YunoHost/actions-dot-toml
[enh] allows actions.toml
2019-07-02 22:00:23 +02:00
Alexandre Aubin
9b3a523a81
Merge pull request #734 from YunoHost/config_panel_ynh_args
use manifest.json/actions.json args format for the config_panel.toml
2019-07-02 21:58:58 +02:00
Laurent Peuch
a083cba149 [enh] allows actions.toml 2019-06-30 07:37:14 +02:00
Laurent Peuch
a18f1f784e [mod] remove debug stuff 2019-06-29 06:03:05 +02:00
Laurent Peuch
b23296be3c [fix] remove useless line that could generate bugs 2019-06-25 05:37:12 +02:00
Laurent Peuch
7db63b8221 [enh] handle other kinds of type than boolean in config panel 2019-06-25 05:19:30 +02:00
Alexandre Aubin
b1f59148ae
Merge pull request #732 from YunoHost/config_panel_toml
[enh] support config_panel in TOML format
2019-06-24 17:38:42 +02:00
Alexandre Aubin
e42ce99660 Add all password-type argument as data to redact in app install 2019-06-19 22:24:06 +02:00
Alexandre Aubin
b01bf43475 Change _parse_action_args to also return the arg type :/ 2019-06-19 22:23:05 +02:00
Alexandre Aubin
b1634785fb Add a new 'plain_dict' return type for hook_exec, and use it for app config 2019-06-18 15:10:43 +02:00
Laurent Peuch
8027e92683 [mod] using yunohost format for config-panel arguments 2019-06-04 19:47:16 +02:00
Laurent Peuch
e2f43b43a5 [fix] make function name clearer, it's not only for actions 2019-06-02 04:45:49 +02:00
Laurent Peuch
4084bddb54 [enh] support config_panel in TOML format 2019-06-01 01:44:33 +02:00
Alexandre Aubin
06a5e29786 Reclassify success messages as debug ? 2019-05-31 18:59:23 +02:00
Alexandre Aubin
24cfc15536 Merge branch 'stretch-unstable' into group_permission 2019-05-31 18:15:09 +02:00
Kayou
97695f6afb
delete an unnecessary "if" 2019-05-28 17:51:05 +02:00
Kay0u
bd43e5cde3
add current version in app_info 2019-05-25 15:13:24 +02:00
Alexandre Aubin
331bdb53aa
Merge branch 'stretch-unstable' into authenticate-as-root 2019-05-16 17:08:48 +02:00
Josué Tille
fde8cafa4e
Merge remote-tracking branch 'upstream/stretch-unstable' into group_permission 2019-05-10 22:53:06 +02:00
Josué Tille
d0f422ee39
Don't force ldap_sync in app install 2019-05-10 22:11:31 +02:00
Alexandre Aubin
f010f49528 Get rid of all those crazy 'auth' arguments. Instead : directly fetch the ldap interface when and where it's actually needed 2019-05-10 02:11:40 +02:00
Alexandre Aubin
d0faff609e Remove weird API behavior for app upgrade, will adapt the webadmin 2019-04-24 17:21:29 +02:00
Kayou
18947adf43
[FIX] Config Panel 2019-04-12 22:29:28 +02:00
Alexandre Aubin
bf3ffc3e7d [fix] service_status returns different type of data if you one or multiple services 2019-04-03 12:22:47 +02:00
Alexandre Aubin
b6cff68d73 [fix] Do not miserably crash if status.json can't be decoded 2019-04-02 18:15:16 +02:00
Alexandre Aubin
1c7aaddbe4
Merge pull request #697 from YunoHost/manifest_texte_argument
[mod] use ask key for display_text instead and support i18n
2019-04-02 02:04:43 +02:00
Laurent Peuch
0a3f12ed58 [mod] use ask key for display_text instead and support i18n 2019-03-31 04:10:23 +02:00
Alexandre Aubin
df63d17805
Merge branch 'stretch-unstable' into check-service-up-before-app-scripts 2019-03-28 01:56:16 +01:00