[12:28:48]
<eric_G> Do we need to add Collabora to this list? https://github.com/YunoHost/yunohost/blob/d3f9ed9fbe503b2b9456d01e53ce69c6f926751a/src/app.py#L1729
https://forum.yunohost.org/t/collabora-not-possible-to-connect-to-the-administrator-area/34878
[12:31:21]
<Aleks (he/him/il/lui)> hmm maybe if it does fix the issue ?
[12:32:51]
<Aleks (he/him/il/lui)> according to the folk in the thread it does not ?
[12:33:12]
<Aleks (he/him/il/lui)> ```
the ending is changed - meaning (showing the last few letters of my password):
mylongpasswordendingon_C_&Xv
is shown as
mylongpasswordendingon_C___PASSWORD__Xv
```
sounds like the password var that didnt get replaced for some reason ?
[12:33:25]
<Aleks (he/him/il/lui)> (maybe it ain't saved during install)
[12:34:58]
<eric_G> bummer, is misread the thread
[13:14:12]
<Yunohost Git/Infra notifications> [issues] zamentur opened [issue #2529](https://github.com/YunoHost/issues/issues/2529): Order the tiles in the User Portal and edit description
[13:14:12]
<Yunohost Git/Infra notifications> [issues] zamentur labeled :birthday: feature on [issue #2529](https://github.com/YunoHost/issues/issues/2529): Order the tiles in the User Portal and edit description
[17:24:14]
<Salamandar> > <@Salamandar:matrix.org> Hmmmmmm i'd say it's a migration issue, meaning the firewall.yml is still in the previous version. Maybe i didn"t understand how to write migrations that will run automagically.
actually, no, that's a real bug.
[17:29:28]
<Yunohost Git/Infra notifications> [yunohost/fix_firewall] firewall: fix upnp refresh status logic - Félix Piédallu
[17:29:28]
<Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 2 commits to fix_firewall ([2e835565ab25^...7efc2b07a702](https://github.com/YunoHost/yunohost/compare/2e835565ab25^...7efc2b07a702))
[17:29:28]
<Yunohost Git/Infra notifications> [yunohost] Salamandar created new branch fix_firewall
[17:29:29]
<Yunohost Git/Infra notifications> [yunohost/fix_firewall] firewall: fix YunoUPnP.refresh(), we should not iterate on config - Félix Piédallu
[17:29:47]
<Yunohost Git/Infra notifications> [yunohost] Salamandar opened [pull request #2038](https://github.com/YunoHost/yunohost/pull/2038): Fix firewall
[17:41:44]
<Yunohost Git/Infra notifications> [yunohost] alexAubin [commented](https://github.com/YunoHost/yunohost/pull/2038#discussion_r1943395383) on pull request #2038 Fix firewall: Hmmm that kind of stuff makes me paranoid about wether or not the expected keys does exist in the file ... Weve seen in...
[17:46:26]
<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 ([f1cab97a](https://github.com/YunoHost/yunohost/commit/f1cab97a0f85ee6af99d2bb374e45bc3e260edd9))
[17:46:58]
<Aleks (he/him/il/lui)> get ready for the pipeline fireworks
[17:48:11]
<Yunohost Git/Infra notifications> [yunohost] github-advanced-security[bot] [commented](https://github.com/YunoHost/yunohost/pull/1917#discussion_r1943404487) on pull request #1917 WIP: app/permissions: Move permissions data out of LDAP: ## Unused local variable
Variable all_gids is not used.
[Show more details](https://github.com/YunoHost/yunohost/secur...
[17:48:12]
<Yunohost Git/Infra notifications> [yunohost] github-advanced-security[bot] [commented](https://github.com/YunoHost/yunohost/pull/1917#discussion_r1943404486) on pull request #1917 WIP: app/permissions: Move permissions data out of LDAP: ## Potentially uninitialized local variable
Local variable attr_dict may be used before it is initialized.
[Show mor...
[17:48:12]
<Yunohost Git/Infra notifications> [yunohost] github-advanced-security[bot] [commented](https://github.com/YunoHost/yunohost/pull/1917#discussion_r1943404482) 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...
[17:48:44]
<Yunohost Git/Infra notifications> [yunohost] Salamandar [commented](https://github.com/YunoHost/yunohost/pull/2038#discussion_r1943405351) on pull request #2038 Fix firewall: > Can we iterate on the def read(...) method for YunoFirewall adding failsafes such as returning a dict with the appropr...
[17:49:10]
<Aleks (he/him/il/lui)> Salamandar: btw don't you have a gazillion errors in vscode because of `Cannot find implementation or library stub for module named 'foobar'` in yunohost code ?
[17:49:20]
<Aleks (he/him/il/lui)> i suppose there's a way to ignore them
[17:49:28]
<Salamandar> yes i do
[17:49:35]
<Salamandar> not thank you mypy
[17:49:40]
<Salamandar> (also the dev branch is broken on ci…)
[17:49:46]
<Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 1 commit to fix_mypy: To fix mypy, move log_list.cache to a global variable log_list_cache instead ([06c35da8](https://github.com/YunoHost/yunohost/commit/06c35da8ae7987e8f8b1be1b4d0c277aa279e1eb))
[17:49:46]
<Yunohost Git/Infra notifications> [yunohost] Salamandar created new branch fix_mypy
[17:50:11]
<Yunohost Git/Infra notifications> [yunohost] alexAubin [commented](https://github.com/YunoHost/yunohost/pull/2038#discussion_r1943408095) on pull request #2038 Fix firewall: Hmyeah Id say return an error (or a warning and then some failsafe values) if for some reason were unable to read the ...
[17:50:22]
<Salamandar> > <@Alekswag:matrix.org> Salamandar: btw don't you have a gazillion errors in vscode because of `Cannot find implementation or library stub for module named 'foobar'` in yunohost code ?
https://github.com/python/mypy/issues/16913
[17:50:33]
<Yunohost Git/Infra notifications> [yunohost] Salamandar opened [pull request #2039](https://github.com/YunoHost/yunohost/pull/2039): To fix mypy, move log_list.cache to a global variable log_list_cache instead
[17:50:58]
<Aleks (he/him/il/lui)> hmm i guess there's a way to add `--disable-error-code import-untyped` in the extension settings then
[17:51:21]
<Aleks (he/him/il/lui)> the option doesnt seem to match the "missing stub" stuff tho 🤔
[17:51:42]
<Salamandar> yeah
[17:53:00]
<Salamandar> in your .vscode/settings.json:
[17:53:05]
<Salamandar> ```
"mypy.extraArguments": [
"--disable-error-code=import-untyped"
]
```
[17:53:30]
<Salamandar> (that way its' not configured system-wide on your machine)
[17:53:46]
<Aleks (he/him/il/lui)> i'm gonna add `--ignore-missing-import --install-types --non-interactive --follow-imports silent src/ --exclude (acme_tiny|migrations|tests)` like we have in tox.ini i guess
[17:55:37]
<Aleks (he/him/il/lui)> meh ok it doesnt like this, only `--ignore-missing-import`
[17:56:51]
<Aleks (he/him/il/lui)> `mypy failed with error: "mypy-daemon: error: Invalid error code(s): import-untyped"`
[17:56:52]
<Aleks (he/him/il/lui)> dafuk
[17:58:26]
<Aleks (he/him/il/lui)> hmkay at least with `--ignore-missing-import` it's not reporting a gazillion stuff
[17:59:57]
<Aleks (he/him/il/lui)> the bot reporting that pipelines are broken, is broken 😭
[18:27:46]
<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 ([07d43bfb](https://github.com/YunoHost/yunohost/commit/07d43bfb2b5bab0758ebb2c58b7ef6e1898d5dd8))
[18:29:57]
<Yunohost Git/Infra notifications> [yunohost] alexAubin merged [pull request #2039](https://github.com/YunoHost/yunohost/pull/2039): To fix mypy, move log_list.cache to a global variable log_list_cache instead
[18:30:00]
<Yunohost Git/Infra notifications> [yunohost] alexAubin deleted branch fix_mypy
[18:30:09]
<Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/12.0.11+202502051930 for bookworm/unstable/all ...
[18:31:25]
<Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/12.0.11+202502051930 for bookworm/unstable/all.
[18:52:20]
<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
[19:00:41]
<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
[19:02:38]
<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 ([01d791d5](https://github.com/YunoHost/yunohost/commit/01d791d5fc2bb3118c892adcad82ded772f8178b))
[19:46:50]
<@rosbeefandino:3cmr.fr> [phanpy]
added_date = 1731399581 # 2024/11/12
category = "social_media"
level = 7
potential_alternative_to = [ "Bluesky", "Mastodon", "Threads", "Twitter", "X" ]
state = "working"
url = "https://github.com/YunoHost-Apps/phanpy_ynh"
[19:46:59]
<@rosbeefandino:3cmr.fr> time ago.
[19:47:34]
<@rosbeefandino:3cmr.fr> but when i search fot mastodon or X catalogue does not return me phanpy
[19:48:30]
<@rosbeefandino:3cmr.fr> https://aria.im/_bifrost/v1/media/download/AWVpkVL9tfj5pNPRLVpu_E-JLL3LwhzimGQ7_GX3Ep-DA1QfBYS7XHuM62i8eHV3_qseshjp654Wd2f_agsa47RCeU3M6H2wADNjbXIuZnIvTnlFVHpsZE5mQnd5S2tDdE92ZWl5am10
[19:48:51]
<@rosbeefandino:3cmr.fr> hi i put the next in app description
[19:49:19]
<@rosbeefandino:3cmr.fr> any indication to make it works ?
[19:53:32]
<orhtej2> https://apps.yunohost.org/catalog?search=masto wfm?
[19:54:15]
<orhtej2> ahh you mean in web admin
[19:54:39]
<orhtej2> https://aria.im/_bifrost/v1/media/download/AXiBxvZeoElmqIGQKYiNClmwdyQ6FtazpyRgKgdkfVHM-Im7_RfSRW6Jbdmf-_42cvH0ldnbumlpf7IdOOl3T0VCeU3NQrgwAGNpcmNsZWRzcXVhcmVyb290Lm92aC82M2E0MDI5Yjk3NTJhYzkyZGRjZjNjN2QyMTc1YzE3ZGIzNTQzMDJjNmRiOTkyZDQyZjlhYWFmNWYzOTc4ZDBi
[19:54:43]
<orhtej2> still works 🤷
[19:55:51]
<@rosbeefandino:3cmr.fr> yes in web admin
[19:56:28]
<@rosbeefandino:3cmr.fr> damn
[19:56:44]
<@rosbeefandino:3cmr.fr> maybe browser cache 😕
[19:58:36]
<@rosbeefandino:3cmr.fr> 😐️sorry it was a cache
[19:58:53]
<@rosbeefandino:3cmr.fr> thankyou 😄
[21:43:03]
<Yunohost Git/Infra notifications> [issues] zamentur labeled User portal on [issue #501](https://github.com/YunoHost/issues/issues/501): SSO doesnt explicitly log out people from apps (when logging out from SSO)
[21:43:03]
<Yunohost Git/Infra notifications> [issues] zamentur labeled :key: Authentication on [issue #501](https://github.com/YunoHost/issues/issues/501): SSO doesnt explicitly log out people from apps (when logging out from SSO)
[21:50:25]
<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 ([f54afd11](https://github.com/YunoHost/yunohost/commit/f54afd112d82e2dc3dd155827d97cf1173a2466f))
[21:53:15]
<Aleks (he/him/il/lui)> zgrmbl mypy not infering that if you're in an `if var is not None` then var cannot be None ~_~
[21:55:04]
<Yunohost Git/Infra notifications> [yunohost] yunohost-bot opened [pull request #2040](https://github.com/YunoHost/yunohost/pull/2040): Translations update from Weblate
[21:56:03]
<Aleks (he/him/il/lui)> hmkay apparently it's happy with "assert var" before the instruction
[22:27:46]
<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 ([a05f9bee](https://github.com/YunoHost/yunohost/commit/a05f9beee0fabcff3886653b510b60920ce40e5d))
[22:41:18]
<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 ([eb9356aa](https://github.com/YunoHost/yunohost/commit/eb9356aadde738c151ae107b4b21219e6d54b023))
[22:56:17]
<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 ([9117c818](https://github.com/YunoHost/yunohost/commit/9117c818b2ebb0b38f375c578ad80db70913eb4f))
[22:56:54]
<Yunohost Git/Infra notifications> [yunohost/move-perm-data-out-of-ldap] app/permissions: Move permissions data out of LDAP - Alexandre Aubin
[22:56:54]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 2 commits to move-perm-data-out-of-ldap ([9117c818b2eb...77d78fc91b02](https://github.com/YunoHost/yunohost/compare/9117c818b2eb...77d78fc91b02))
[22:56:55]
<Yunohost Git/Infra notifications> [yunohost/move-perm-data-out-of-ldap] app/permissions: more refactoring to also move the allowed perm info out of LDAP - Alexandre Aubin
[23:06:51]
<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 ([07702772](https://github.com/YunoHost/yunohost/commit/07702772384953a55a86bd6191d5949ea4beaa23))
[23:15:02]
<Yunohost Git/Infra notifications> [issues] zamentur labeled :key: Authentication on [issue #2530](https://github.com/YunoHost/issues/issues/2530): /yunohost/sso/?action=logout has no effect
[23:15:02]
<Yunohost Git/Infra notifications> [issues] zamentur labeled :door: SSO on [issue #2530](https://github.com/YunoHost/issues/issues/2530): /yunohost/sso/?action=logout has no effect
[23:15:03]
<Yunohost Git/Infra notifications> [issues] zamentur labeled User portal on [issue #2530](https://github.com/YunoHost/issues/issues/2530): /yunohost/sso/?action=logout has no effect
[23:15:03]
<Yunohost Git/Infra notifications> [issues] zamentur labeled :space_invader: bug on [issue #2530](https://github.com/YunoHost/issues/issues/2530): /yunohost/sso/?action=logout has no effect
[23:15:03]
<Yunohost Git/Infra notifications> [issues] zamentur opened [issue #2530](https://github.com/YunoHost/issues/issues/2530): /yunohost/sso/?action=logout has no effect
[23:15:28]
<Yunohost Git/Infra notifications> [issues] zamentur edited [issue #2530](https://github.com/YunoHost/issues/issues/2530): /yunohost/sso/?action=logout has no effect anymore