[06:36:01]
<Yunohost Git/Infra notifications> [issues] NiklasMM labeled :space_invader: bug on [issue #2531](https://github.com/YunoHost/issues/issues/2531): No error message after failed login attempt
[06:36:01]
<Yunohost Git/Infra notifications> [issues] NiklasMM opened [issue #2531](https://github.com/YunoHost/issues/issues/2531): No error message after failed login attempt
[12:28:26]
<Yunohost Git/Infra notifications> [yunohost] Salamandar [commented](https://github.com/YunoHost/yunohost/pull/2026#issuecomment-2639693180) on [issue #2026](https://github.com/YunoHost/yunohost/pull/2026) Change default value of show_other_domains_apps to True: > i have to relogin Yes, indeed, that might be something nice to fix. But… At least people can *see* the tile for the ...
[13:31:03]
<Yunohost Git/Infra notifications> [yunohost] alexAubin labeled 🚧 refactoring on [pull request #1917](https://github.com/YunoHost/yunohost/pull/1917): WIP: app/permissions: Move permissions data out of LDAP
[13:31:29]
<Yunohost Git/Infra notifications> [yunohost] alexAubin edited [pull request #1917](https://github.com/YunoHost/yunohost/pull/1917): WIP: app/permissions: Move permissions data out of LDAP
[15:02:14]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 1 commit to move-perm-data-out-of-ldap: app/permissions: more refactoring to also move the allowed perm info out of LDAP ([c2a3fc40](https://github.com/YunoHost/yunohost/commit/c2a3fc40b9737bd06859029b3dc05ff22b5f5f83))
[15:03:58]
<Yunohost Git/Infra notifications> [yunohost] github-advanced-security[bot] [commented](https://github.com/YunoHost/yunohost/pull/1917#discussion_r1944888593) on pull request #1917 WIP: app/permissions: Move permissions data out of LDAP: ## Commented-out code
This comment appears to contain commented-out code.
[Show more details](https://github.com/YunoH...
[15:18:11]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 1 commit to move-perm-data-out-of-ldap: app/permissions: more refactoring to also move the allowed perm info out of LDAP ([935bad3b](https://github.com/YunoHost/yunohost/commit/935bad3b020889b07ec4ffb590e8ca6cd7785741))
[15:39:05]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 1 commit to move-perm-data-out-of-ldap: app/permissions: more refactoring to also move the allowed perm info out of LDAP ([d20123d3](https://github.com/YunoHost/yunohost/commit/d20123d31d7103fa0665f8d7c679b6244d76bc74))
[16:03:48]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 1 commit to move-perm-data-out-of-ldap: app/permissions: more refactoring to also move the allowed perm info out of LDAP ([c6522f8f](https://github.com/YunoHost/yunohost/commit/c6522f8fcb10a653f8a15295e7d58c6488c6fc43))
[16:22:45]
<Aleks (he/him/il/lui)> ```
Warning: Traceback (most recent call last):
Warning: File "<string>", line 7, in <module>
Warning: KeyError: 'tcp'
Error: Could not run script: /usr/share/yunohost/hooks/conf_regen/40-nftables
```
(on the CI)
[16:22:45]
<Aleks (he/him/il/lui)> hmmm
[16:22:57]
<Aleks (he/him/il/lui)> that's in fact because the regen conf runs before the migration, meh
[16:49:11]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 1 commit to move-perm-data-out-of-ldap: app/permissions: more refactoring to also move the allowed perm info out of LDAP ([6914ee15](https://github.com/YunoHost/yunohost/commit/6914ee15e43b00a74f681f216d9d9653e5351662))
[19:07:50]
<Salamandar> > <@Alekswag:matrix.org> that's in fact because the regen conf runs before the migration, meh
ooooops
[19:08:02]
<Salamandar> how can we do ?
[19:16:36]
<Aleks (he/him/il/lui)> Did some stuff in the past where the code was checking at the beginning of tools_regen_conf if some specific migration already ran and otherwise run it first
[19:16:40]
<Aleks (he/him/il/lui)> Cant check right now but it's probably in the old bullseye code