ljf
f2d0732825
[fix] Missing call to --after args
2021-09-06 04:28:30 +02:00
ljf
60c2e146a1
Merge branch 'enh-config-panel-file' of github.com:YunoHost/yunohost into enh-config-panel-file
2021-09-06 04:21:46 +02:00
ljf
060d5b6dc5
[fix] ynh_write_var_in_file and after option
2021-09-06 04:20:35 +02:00
Alexandre Aubin
0789eca4e0
config: Tweak logic to return a validation error when custom validation fails
2021-09-06 02:10:45 +02:00
Alexandre Aubin
e60804a69f
config helpers: misc syntax issues
2021-09-06 02:07:56 +02:00
ljf
4a3d6e53c6
[fix] ynh_read_var_in_file with ini file
2021-09-06 00:58:46 +02:00
Alexandre Aubin
552db2e21d
config helpers: misc style + check if file exists
2021-09-06 00:01:14 +02:00
Alexandre Aubin
74714d0a62
config panels: bind='' -> bind='null'
2021-09-05 23:59:41 +02:00
Alexandre Aubin
c55b96b94b
config panel: rename source into bind
2021-09-05 23:08:48 +02:00
Alexandre Aubin
ee55b9bf42
config helpers: Semantics / comments on the validation-apply workflow
2021-09-05 19:15:52 +02:00
Alexandre Aubin
62eecb28db
--mode full/export -> --full / --export
2021-09-05 18:53:39 +02:00
ljf
6aead55c1c
[enh] Add a comment
2021-09-05 16:34:18 +02:00
ljf
0a1e64d88f
Merge branch 'enh-config-panel-file' of github.com:YunoHost/yunohost into enh-config-panel-file
2021-09-05 16:08:30 +02:00
ljf
1207b54de6
[fix] ynh_read_var_in_file with endline
2021-09-05 16:08:23 +02:00
Alexandre Aubin
57b8845a22
Merge branch 'dev' into enh-config-panel-file
2021-09-05 15:38:02 +02:00
Alexandre Aubin
2413c378df
Gotta mkdir data/bash-completion.d at build time
2021-09-05 01:04:22 +02:00
yunohost-bot
a289f081d9
[CI] Format code
2021-09-04 22:52:35 +00:00
Alexandre Aubin
163ee759fc
Merge branch 'dev' into diagnose-suspicious-auth-failure
2021-09-05 00:25:46 +02:00
Alexandre Aubin
73e68b4c28
Merge branch 'dev' into https_redirect
2021-09-05 00:22:27 +02:00
Alexandre Aubin
d19c8f7632
Merge branch 'dev' into enh-config-panel-file
2021-09-04 19:07:48 +02:00
ljf
fd5b2e8953
[enh] Several fixes in domain config
2021-09-04 19:05:13 +02:00
Alexandre Aubin
0a52430186
Black
2021-09-04 18:39:39 +02:00
ljf
a0f471065c
[fix] Fix yunohost domain config get
2021-09-03 19:05:58 +02:00
Alexandre Aubin
3163179464
config helpers: get_var / set_var -> read/write_var_in_file
2021-09-03 17:13:31 +02:00
ljf
0874e9a646
[wip] Config Panel for domain
2021-09-03 17:07:34 +02:00
ljf
0da2f137ca
Merge branch 'enh-config-panel-file' into enh-dns-autoconf
2021-09-03 14:36:07 +02:00
ljf
b28cf8cbce
[enh] Prepare config panel for domain
2021-09-03 14:26:34 +02:00
ljf
c5885000ec
[enh] Better upgrade management
2021-09-02 19:46:33 +02:00
ljf
ea2026a029
(enh] Config panel helpers wording
2021-09-02 17:15:38 +02:00
ljf
60564d55c8
(enh] Config panel helpers wording
2021-09-02 17:14:27 +02:00
Alexandre Aubin
94b1bdebb3
Merge pull request #1089 from YunoHost/enh-csv
...
[enh] Import users with a CSV
2021-09-02 15:48:49 +02:00
ljf
7d26b1477f
[enh] Some refactoring for config panel
2021-09-02 02:27:22 +02:00
Alexandre Aubin
e4783aa00a
Various fixes after tests on OVH
2021-09-01 21:13:22 +02:00
Alexandre Aubin
01bc6762aa
registrars: remove unimplemented or unecessary stuff
2021-09-01 17:13:15 +02:00
Alexandre Aubin
b2a67c4f86
https redirect: don't include app conf snippets if https redirect is enabled
2021-08-31 23:12:56 +02:00
Alexandre Aubin
4ee759855a
Implement global settings for https redirect
2021-08-31 21:42:27 +02:00
ljf
bb11b5dcac
[enh] Be able to delete source file
2021-08-31 04:20:21 +02:00
ljf
969564eec6
[fix] simple/double quotes into source
2021-08-30 19:41:07 +02:00
ljf
8e2cf58862
Merge branch 'dev' into enh-config-panel-file
2021-08-30 13:21:53 +02:00
ljf
f1e5309d40
Multiline, file, tags management + prefilled cli
2021-08-30 13:14:17 +02:00
Alexandre Aubin
5a93e0640d
domain_push_config -> domain_registrar_push
2021-08-28 21:53:19 +02:00
Alexandre Aubin
1eb059931d
Savagely split the dns/registrar stuff in a new dns.py
2021-08-28 21:02:13 +02:00
Alexandre Aubin
8438efa680
Move dig() to utils.dns
2021-08-28 20:20:22 +02:00
Alexandre Aubin
46b51b84f3
Merge branch 'dev' into enh-dns-autoconf
2021-08-28 17:39:59 +02:00
yunohost-bot
d0cd3437ba
[CI] Format code
2021-08-28 00:45:56 +00:00
Gregor Lenz
ea76895fdf
remove offensive language in package ban config ( #1226 )
...
* remove offensive language in package ban config
I understand that some users do silly things with their system configuration and this ban is supposed to prevent that. I just improved the wording for any user who like me stumbles across this file on their system...
* [enh] Imrpove warnings
* fix spelling mistakes
Co-authored-by: ljf (zamentur) <zamentur@users.noreply.github.com>
2021-08-28 02:09:20 +02:00
Alexandre Aubin
c35d25c14d
Merge pull request #1217 from YunoHost/app-diagnosis
...
Add diagnosis section to check that app are in catalog with good quality, check for deprecated practices
2021-08-28 02:08:08 +02:00
Alexandre Aubin
c3955f7aed
Merge pull request #1183 from YunoHost/rework-authenticator-system
...
Rework the authenticator system, split the LDAP stuff into auth part and utils part
2021-08-27 18:44:22 +02:00
Alexandre Aubin
3c9f812950
Merge pull request #1284 from YunoHost-Apps/mysql-sort_buffer_size
...
Update mysql sort_buffer_size value
2021-08-27 17:27:53 +02:00
Alexandre Aubin
035648d001
Merge pull request #1291 from YunoHost/simplify-service-yaml-management
...
Trash ugly hack that merge services.yml every regenconf
2021-08-27 17:20:49 +02:00