Commit graph

3345 commits

Author SHA1 Message Date
yunohost-bot
e1ffe57282 [CI] Format code with Black 2022-01-29 17:48:05 +00:00
Alexandre Aubin
adb0e67b25 Aaand hasattr not working as expected 2022-01-29 18:28:07 +01:00
Alexandre Aubin
e46fe6b77b Typo: self.hasattr is not a thing /o\ 2022-01-29 18:05:23 +01:00
Alexandre Aubin
7377798385 Revert "Tmp fix to try to debug the CI @_@"
This reverts commit 3ca302b85d.
2022-01-29 17:50:03 +01:00
Alexandre Aubin
74e73c470f Revert "Moar tmp tweaks to try to debug the CI"
This reverts commit 16946372cc.
2022-01-29 17:49:59 +01:00
Alexandre Aubin
bf6252ac1d configpanels: optimize _get_toml for domains to not load the whole DNS section stuff when just getting a simple info from another section 2022-01-29 17:49:45 +01:00
Alexandre Aubin
16946372cc Moar tmp tweaks to try to debug the CI 2022-01-29 17:18:24 +01:00
Alexandre Aubin
3ca302b85d Tmp fix to try to debug the CI @_@ 2022-01-29 16:54:27 +01:00
Alexandre Aubin
3a85b5201a
Merge pull request #1427 from Tagadda/fix-appinstall
[fix] Compute choices for the yunohost admin when installing an app
2022-01-29 15:45:38 +01:00
Alexandre Aubin
49b444e480 tools_upgrade: raise a Yunohost error, not a raw exception, when misusing args 2022-01-29 14:36:49 +01:00
Tagadda
9486931674 Hydrate manifest with choices 2022-01-28 02:39:20 +00:00
Tagadda
740eaa43ae typos 2022-01-28 02:39:02 +00:00
Alexandre Aubin
4b78e8e327 [mod] certificate: drop unused 'staging' LE mode 2022-01-26 14:29:04 +01:00
Alexandre Aubin
07396b8b34 [fix] When no main app permission found, fallback to default label instead of having a 'None' label to prevent the webadmin from displaying an empty app list 2022-01-25 13:04:06 +01:00
yunohost-bot
71e73c7cf2 [CI] Format code with Black 2022-01-24 18:16:08 +00:00
Alexandre Aubin
fde01fafd7 app questions in config panel: handle choices with nice display names for webadmin 2022-01-24 18:40:20 +01:00
Alexandre Aubin
8836fdeeaa Merge branch 'dev' into enh-domain-default-app 2022-01-24 18:40:10 +01:00
Alexandre Aubin
3543821df0
Merge pull request #1420 from YunoHost/config-panel-choices
configpanels: config_get should return possible choices for domain, user questions (and other dynamic-choices questions)
2022-01-24 18:12:45 +01:00
Alexandre Aubin
dfa021fbf7 Fix tests 2022-01-22 15:46:14 +01:00
Alexandre Aubin
2f7ec5b368 configpanels: config_get should return possible choices for domain, user questions (and other dynamic-choices questions) 2022-01-22 15:44:28 +01:00
Alexandre Aubin
d23b54422b
Merge pull request #1418 from Tagadda/fix-diagnosis-order
[fix] reorder diagnosers
2022-01-21 18:34:15 +01:00
Tagadda
d5008bc656 [fix] reorder diagnosers
un-funkify the order 8)
2022-01-21 17:29:31 +00:00
Alexandre Aubin
5d0f8021b8 [fix] Do not save php-fpm services in services.yml 2022-01-21 18:28:16 +01:00
yunohost-bot
5b30347dfa [CI] Format code with Black 2022-01-21 15:06:31 +00:00
Alexandre Aubin
4571c5b22f
services: fix a couple edge cases 2022-01-21 15:56:08 +01:00
Tagadda
cb7bfe7a66 fix for bullseye 2022-01-20 22:54:48 +00:00
yunohost-bot
b9060da750 [CI] Format code with Black 2022-01-20 18:43:33 +00:00
Tagada
30983a4efd [enh] Manage default applications with DomainConfigPanel
[enh] makedefault with domain_config_set()

[enh] Allow webadmin to reverse makedefault

[legacy] translate legacy redirections to new domain config
2022-01-19 23:04:24 +00:00
Alexandre Aubin
e109f34a6b Merge branch 'dev' into bullseye 2022-01-19 20:50:40 +01:00
Alexandre Aubin
d07cf83d93 migrate_to_bullseye: tweaks to point to the current beta-testing forum thread 2022-01-19 20:44:51 +01:00
Alexandre Aubin
9c1f3c4be8 Revert "Tmp remove bullseye migration for stable release"
This reverts commit 383e540ee0.
2022-01-19 20:34:59 +01:00
Alexandre Aubin
383e540ee0 Tmp remove bullseye migration for stable release 2022-01-19 20:08:34 +01:00
Alexandre Aubin
1e61883b2f Merge branch 'dev' into bullseye 2022-01-18 00:16:49 +01:00
Alexandre Aubin
89dda11b56 postgresql migration: Attempt to fix cluster upgrade, complaining that cluster for 13 already existed, suspecting a race condition maybe 2022-01-17 23:58:04 +01:00
yunohost-bot
7373971573 [CI] Format code with Black 2022-01-17 22:03:13 +00:00
Alexandre Aubin
deda909eba typoe / Aaaand ofc I forgot to pass the var as argument ∕o\ 2022-01-17 22:48:45 +01:00
Alexandre Aubin
019839dbf9 certificates: fix edge case where None is returned, triggering 'NoneType has no attribute get' 2022-01-17 22:06:49 +01:00
Alexandre Aubin
ecb8419ee0 dyndns: fix dyndns_update, needs to construct the update object using the target zone, not the domain itself 2022-01-17 21:21:46 +01:00
Alexandre Aubin
ac5718c666 migrate_to_bullseye: add super ugly and boring hack to tools_upgrade to run some commands needed after migrations é_è 2022-01-17 20:38:43 +01:00
Alexandre Aubin
c2c0358781 Moar boring apt warnings to filter 2022-01-17 16:23:27 +01:00
Alexandre Aubin
2612df97d0 hmpf 2022-01-17 15:47:19 +01:00
Alexandre Aubin
b80158befe typo, in bash return is only inside functions... 2022-01-17 14:31:06 +01:00
Alexandre Aubin
938d08134e migrate_to_bullseye: Try to tell the system to not yolorestart nginx in the middle of the big upgrade because of nginx-common... 2022-01-17 14:12:53 +01:00
Alexandre Aubin
08efbbb904 Revert "Tmp remove bullseye migration for minor release"
This reverts commit f322783d15.
2022-01-14 01:37:17 +01:00
Alexandre Aubin
f322783d15 Tmp remove bullseye migration for minor release 2022-01-14 01:34:47 +01:00
Alexandre Aubin
b1fe61ed68 codequality: fstring all the things! (well, not all but a lot :P) 2022-01-11 21:37:21 +01:00
Alexandre Aubin
ea6500ebfd ldap: having to repeat the base dn everytime we call search() is boring and inconsistent with other methods, let's use relative dns instead 2022-01-11 17:10:07 +01:00
Alexandre Aubin
04a92e547d Merge branch 'dev' into bullseye 2022-01-11 16:10:51 +01:00
Alexandre Aubin
fedcf6dabb migrate_to_bullseye: mark the base php7.4 packages as auto 2022-01-11 16:04:25 +01:00
Alexandre Aubin
6315166749
Merge pull request #1394 from YunoHost/moar_session_management_changes
api: Move cookie session management logic to the authenticator for more flexibility
2022-01-11 12:58:38 +01:00