tituspijean
|
d27e9a9eea
|
Add ynh_load_app_environment helper
|
2023-05-18 16:14:49 +00:00 |
|
tituspijean
|
3bb32dc1e4
|
Init app_shell
|
2023-05-18 16:14:49 +00:00 |
|
axolotle
|
097cba4b56
|
tests:options: fix missing data
patching
|
2023-05-18 14:47:09 +02:00 |
|
Alexandre Aubin
|
ecc4c2bd1c
|
tests: flake8 not happy about escape sequence in comment @_@
|
2023-05-15 16:23:09 +02:00 |
|
Alexandre Aubin
|
8fa823b414
|
appsv2: fix funky current_version not being defined when hydrating pre-upgrade notifications
|
2023-05-13 19:07:34 +02:00 |
|
yunohost-bot
|
74f4c1660c
|
[CI] Format code with Black
|
2023-05-08 14:27:54 +00:00 |
|
Alexandre Aubin
|
a7350a7eae
|
appsv2/regenconf: prevent set -u to be enabled during regen-conf triggered from inside appsv2 scripts
|
2023-05-04 17:02:35 +02:00 |
|
tituspijean
|
328d9276f0
|
Fix str(current_version)
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
|
2023-05-02 13:16:38 +02:00 |
|
tituspijean
|
667612619b
|
Fix current_version parsing for notifications
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
|
2023-05-01 18:04:31 +02:00 |
|
Alexandre Aubin
|
8fbdd228ab
|
appsv2: in perm resource, fix handling of additional urls containing vars to replace
|
2023-04-28 22:40:40 +02:00 |
|
axolotle
|
fe5c73b4ed
|
form+configpanel: sort imports
|
2023-04-19 20:27:17 +02:00 |
|
axolotle
|
ba32078180
|
configpanel: rename data methods
|
2023-04-19 20:27:17 +02:00 |
|
axolotle
|
67687b7cff
|
configpanel: reorder ConfigPanel methods
|
2023-04-19 20:27:17 +02:00 |
|
axolotle
|
dc99febe4c
|
form: add fancy separators
|
2023-04-19 20:27:17 +02:00 |
|
axolotle
|
e4a0ad35ce
|
form: reorder Option methods
|
2023-04-19 20:27:17 +02:00 |
|
axolotle
|
5f4c83a4eb
|
form: rename _prevalidate() to _value_pre_validator() + _post_parse_value() to _value_post_validator()
|
2023-04-19 20:27:17 +02:00 |
|
axolotle
|
9c238f00c3
|
form: reorder Options
|
2023-04-19 20:27:17 +02:00 |
|
axolotle
|
5351698230
|
form: rename ARGUMENTS_TYPE_PARSERS to OPTIONS
|
2023-04-19 20:27:17 +02:00 |
|
axolotle
|
f9fd379997
|
form: rename Questions to Options
|
2023-04-19 20:27:17 +02:00 |
|
tituspijean
|
c96b378d3e
|
[enh] app id in settings
|
2023-04-12 21:30:28 +02:00 |
|
tituspijean
|
109375c83f
|
User .ssh directory should be executable
|
2023-04-12 09:54:52 +02:00 |
|
tituspijean
|
fb9e892019
|
Set out-of-catalog, broken, bad quality apps diagnosis as warnings
|
2023-04-11 20:50:06 +02:00 |
|
Alexandre Aubin
|
b489d8bd99
|
Merge pull request #1637 from YunoHost/enh-perms-declaration
Support variables in permissions declaration
|
2023-04-11 13:58:19 +02:00 |
|
Alexandre Aubin
|
8ca756dbd3
|
appsv2: simplify code to hydrate url/additional_urls with app settings
|
2023-04-11 13:57:50 +02:00 |
|
Alexandre Aubin
|
f9deb1d835
|
Merge pull request #1636 from YunoHost/ci-format-debian/11.1.17
[CI] Format code with Black
|
2023-04-11 13:38:19 +02:00 |
|
Alexandre Aubin
|
aa43e6c22b
|
appsv2: fix edge-case when validating packager-provided infos for permissions resource
|
2023-04-10 14:34:10 +02:00 |
|
tituspijean
|
fa26574b51
|
Ooops
|
2023-04-06 23:32:46 +02:00 |
|
tituspijean
|
a66fccbd5b
|
Support variables in permissions declaration
|
2023-04-06 23:21:57 +02:00 |
|
yunohost-bot
|
58cd08e60d
|
[CI] Format code with Black
|
2023-04-05 15:32:22 +00:00 |
|
Alexandre Aubin
|
9a4267ffa4
|
appsv2: for the dir/subdirs of data_dir, create parent folders if they don't exist
|
2023-04-05 15:58:26 +02:00 |
|
axolotle
|
bee218e560
|
fix configpanel.py and form.py imports
|
2023-04-04 16:05:36 +02:00 |
|
axolotle
|
f79cfcc067
|
Merge branches 'split-config-form' and 'split-config-cp' into split-config
|
2023-04-04 15:55:08 +02:00 |
|
axolotle
|
b688944d11
|
remove form related code from configpanel.py
|
2023-04-04 15:54:28 +02:00 |
|
axolotle
|
478291766e
|
mv config.py to configpanel.py
|
2023-04-04 15:51:55 +02:00 |
|
axolotle
|
d8cb2139a9
|
remove ConfigPanel code from form.py
|
2023-04-04 15:50:56 +02:00 |
|
axolotle
|
9c6a7fdf04
|
mv config.py to form.py
|
2023-04-04 15:43:46 +02:00 |
|
Alexandre Aubin
|
17e0a11547
|
Merge pull request #1629 from YunoHost/tests-cp
[tests] Rework questions/options tests
|
2023-04-04 13:01:35 +02:00 |
|
Alexandre Aubin
|
b5f3662627
|
Misc syntax
|
2023-04-04 13:01:25 +02:00 |
|
Alexandre Aubin
|
d5469b77c5
|
Merge pull request #1633 from YunoHost/ci-format-debian/11.1.16
[CI] Format code with Black
|
2023-04-04 12:27:01 +02:00 |
|
Kayou
|
74213c6ce9
|
Typo
|
2023-04-04 11:40:02 +02:00 |
|
Kayou
|
a16a164e20
|
Fix autodns for gandi root domain
|
2023-04-04 11:36:35 +02:00 |
|
yunohost-bot
|
4e799bfbc3
|
[CI] Format code with Black
|
2023-04-02 18:52:32 +00:00 |
|
Alexandre Aubin
|
821aedefa7
|
users: fix quota parsing being wrong by a factor 1000 ... doveadm returns kilos, not bytes
|
2023-03-31 20:45:14 +02:00 |
|
Alexandre Aubin
|
4b46f32201
|
appv2: add support for subdirs property in data_dir
|
2023-03-31 20:26:08 +02:00 |
|
Alexandre Aubin
|
306c5e0e10
|
app resources: add documentation about latest_github_commit strategy for source autoupdate + autoupdate.upstream
|
2023-03-31 20:11:25 +02:00 |
|
Alexandre Aubin
|
63981aacf9
|
appsv2: Add documentation about the new 'autoupdate' mechanism for app sources
|
2023-03-27 20:34:49 +02:00 |
|
axolotle
|
2d03176c7f
|
fix i18n panel+section names
|
2023-03-22 15:37:39 +01:00 |
|
axolotle
|
f8c1e7c168
|
options: misc option quick fixes
|
2023-03-22 14:20:50 +01:00 |
|
axolotle
|
8e6178a863
|
options:tests: add missing types tests
|
2023-03-22 14:11:00 +01:00 |
|
axolotle
|
f4b7906811
|
options:tests: replace file tests
|
2023-03-21 21:15:29 +01:00 |
|