Commit graph

4018 commits

Author SHA1 Message Date
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
Alexandre Aubin
af1937c596
Typo 2022-01-11 12:57:53 +01:00
Alexandre Aubin
b63136da52 certificate: don't attempt to restart metronome if not installed 2022-01-09 18:41:44 +01:00
yunohost-bot
bbcbc411ea [CI] Format code with Black 2022-01-07 22:02:58 +00:00
Alexandre Aubin
7aa840a956
Typo: grep doesn't like args starting with dashes 2022-01-07 22:46:15 +01:00
Kay0u
beadea5305
remove unused import 2022-01-07 10:47:03 +01:00
Alexandre Aubin
26b837b085 Merge branch 'dev' into bullseye 2022-01-07 02:54:55 +01:00
Alexandre Aubin
9cfbbd122b migrate_to_bullseye: add sury before running apt update otherwise we end up in an inconsistent state 2022-01-07 02:26:18 +01:00
Alexandre Aubin
79c70b7629 migrate_to_bullseye: add the list of app-ynh-deps in the php7.4 install trick, because that seem to solve some stupid dependency blocage issues... 2022-01-07 01:01:19 +01:00
Kayou
2b3138ef80
remove args for metadata (#1405)
* remove args for metadata

* Add explanation for removing 'args' from log metadata

Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2022-01-06 17:37:05 +01:00
Tagada
b5e04df398 [fix] Force install certificate on yunohost domain add 2022-01-06 11:50:10 +01:00
Alexandre Aubin
fa163cbc2e migrate_to_bullseye: zblerg, more constrains to not yoloremove app-ynh-deps ... 2022-01-05 19:50:50 +01:00
Alexandre Aubin
17ad3c8581 migrate_to_bullseye: fix typo + reorganize a couple steps 2022-01-05 17:45:23 +01:00
Alexandre Aubin
3cc1a0a59d tools_upgrade: filter more boring apt messages 2022-01-05 17:44:15 +01:00
Alexandre Aubin
e12a0153bb Unused imports 2022-01-03 20:07:32 +01:00
Alexandre Aubin
63a84f5398 dyndns: replace dnssec-keygen and nsupdate with python code, drop legacy md5 stuff, drop unecessary dyndns 'private' key 2022-01-03 20:02:56 +01:00
yunohost-bot
05b93aaaf1 [CI] Format code with Black 2022-01-03 16:01:49 +00:00
Alexandre Aubin
b552b792df
Merge pull request #1388 from YunoHost/enh-ssh-password-authentication-setting
[enh] Manage SSH PasswordAuthentication setting
2022-01-03 16:35:45 +01:00
Alexandre Aubin
e98ba46e4b
postinstall: don't skip migrate_to_bullseye migration when installing a fresh buster 2022-01-03 16:32:34 +01:00
Alexandre Aubin
fa9365d5fa
Yolotweaking for the bullseye migration mecanism to also install, for example, php7.4-zip if an app is gonna need it 2022-01-03 16:28:35 +01:00
Alexandre Aubin
dfc37a48c3 manifestv2: forget about webpath ressource, replace with permissions ressource 2022-01-02 03:30:57 +01:00
Alexandre Aubin
364a3bc70a manifestv2: fix many things, have resource system somewhat working for install/remove 2021-12-31 19:02:19 +01:00
Alexandre Aubin
858370dced Merge branch 'bullseye' into manifestv2 2021-12-31 15:27:42 +01:00
Alexandre Aubin
adb029eb98
Merge pull request #1400 from YunoHost/lgtm-warnings
Lgtm warnings
2021-12-30 18:49:01 +01:00
Kay0u
fc0cf79123
Merge branch 'dev' into bullseye 2021-12-30 15:29:16 +01:00
Kay0u
270c2eb9c0
Trying to fix some lgtm warnings 2021-12-30 15:08:58 +01:00
Kay0u
ef44abae6e
some improvements 2021-12-30 15:08:58 +01:00
Kay0u
acd96f1382
remove unused lines 2021-12-30 15:08:58 +01:00
Kay0u
7cb96c6652
fix ldap_migration decorator 2021-12-30 00:25:54 +01:00
Kay0u
bbe0486935
Trying to fix some lgtm warnings 2021-12-30 00:08:49 +01:00
Kay0u
2cc09aca91
some improvements 2021-12-29 22:45:25 +01:00
Kay0u
f92c88aff7
remove unused lines 2021-12-29 22:41:57 +01:00
yunohost-bot
94bf107838 [CI] Format code with Black 2021-12-29 00:44:22 +00:00
Alexandre Aubin
2f38639a2e Revert "Tmp removal of bullseye migration for small release"
This reverts commit 76b9838bfd.
2021-12-29 01:07:34 +01:00
Alexandre Aubin
76b9838bfd Tmp removal of bullseye migration for small release 2021-12-29 01:06:45 +01:00
Alexandre Aubin
377ccd8acf Typo /o\ 2021-12-27 15:19:48 +01:00
Alexandre Aubin
7112deb167 f-string all the things! 2021-12-27 14:59:08 +01:00
Laurent Peuch
77058ab356 [mod] stop using old style class 2021-12-24 01:16:52 +01:00
Laurent Peuch
ad56275801 [mod] run pyupgrade on source code 2021-12-24 01:16:41 +01:00
Alexandre Aubin
6aaf47493d Not sure when that started to happen, but bottle will return an empty dict if no valid session cookie found, this shall trigger an exception 2021-12-23 16:55:12 +01:00
Alexandre Aubin
f49f03d11e api: Move cookie session management logic to the authenticator for more flexibility 2021-12-22 19:07:19 +01:00
tituspijean
4decdfc07c
Fix typo in deleting superfluous question keys
Co-authored-by: jacen05 <jacen05@users.noreply.github.com>
2021-12-21 10:32:19 +01:00
yunohost-bot
6cc7978b4a [CI] Format code with Black 2021-12-09 19:18:07 +00:00
Alexandre Aubin
451ee7a8ae
Merge pull request #1242 from YunoHost/migrate_to_bullseye
WIP: buster -> bullseye migration
2021-12-09 20:01:16 +01:00
Alexandre Aubin
8abd843fdd Aaaand typo T_T 2021-12-09 17:31:07 +01:00
Alexandre Aubin
c4732b776e migrate_to_bullseye: Remove legacy postgresql service record added by helpers, will now be dynamically handled by the core in bullseye 2021-12-09 17:13:06 +01:00
Alexandre Aubin
107bd854eb migrate_to_bullseye: fix PHP dependencies issues 2021-12-09 16:47:57 +01:00
Alexandre Aubin
83f7721fdd [fix] services: small issue when parsing installed php-fpm versions during buster->bullseye migration (or more generally, there could be no php-fpm installed) 2021-12-09 16:24:22 +01:00
Kayou
e3015765b3
Merge pull request #1381 from YunoHost/fix-backup_delete
fix backup_delete when compress_tar_archives is True
2021-12-09 11:09:24 +01:00
Alexandre Aubin
dc426510f5 Merge branch 'migrate_to_bullseye' into bullseye 2021-12-08 22:19:03 +01:00