Thursday, July 30, 2026
dev@conference.yunohost.org
July
Mon Tue Wed Thu Fri Sat Sun
    1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 16 17 18 19
20 21
22
23
24
25
26
27
28
29
30
31
   
             

[07:27:50] <Yunohost Git/Infra notifications> [issues] n​ojhan [commented](https://github.com/YunoHost/issues/issues/2824#issuecomment-5127921234) on [issue #2824](https://github.com/YunoHost/issues/issues/2824) yunohost tools upgrade & --continue-on-failure: As a naive user, my expectations with --continue-on-failure would be that it would allow me to upgrade all packages, e...
[09:27:40] <Yunohost Git/Infra notifications> [syncstorage-rs-build] o​rhtej2 pushed to main: Automatic publish ([466e4545](https://github.com/YunoHost-Apps/syncstorage-rs-build/commit/466e45454f3c1fd5a8a1721292f4fc37464080df))
[09:27:41] <Yunohost Git/Infra notifications> [syncstorage-rs-build] o​rhtej2 pushed to main: Optional publish ([992a6fb7](https://github.com/YunoHost-Apps/syncstorage-rs-build/commit/992a6fb7390d395df638aab0abe14a39d1062b8d))
[09:27:42] <Yunohost Git/Infra notifications> [syncstorage-rs-build] o​rhtej2 pushed to main: Strip debug symbols ([959100a8](https://github.com/YunoHost-Apps/syncstorage-rs-build/commit/959100a88bf47507cde0530b39894a92d5c0f8fd))
[10:52:16] <Yunohost Git/Infra notifications> [issues] z​amentur [commented](https://github.com/YunoHost/issues/issues/2824#issuecomment-5129891983) on [issue #2824](https://github.com/YunoHost/issues/issues/2824) yunohost tools upgrade & --continue-on-failure: yunohost app install and yunohost backup restore commands have --no-remove-on-failure options.

But yunohost app...
[14:22:52] <Yunohost Git/Infra notifications> [yunohost] z​amentur [commented](https://github.com/YunoHost/yunohost/pull/2309#discussion_r3683488914) on pull request #2309 User invitations and self-registration: This function might be dangereous cause it generates only hex chars between 0 and f... So its not totally random as...
[14:44:54] <Yunohost Git/Infra notifications> [yunohost] z​amentur pushed to enh-random-ascii: [enh] Generate random ascii between a-zA-Z0-9 instead of a-f0-9 ([c84b389b](https://github.com/YunoHost/yunohost/commit/c84b389b2eb8ba7cf5354ba14be6142a17bcf1ed))
[15:02:52] <Yunohost Git/Infra notifications> [yunohost] z​amentur opened [pull request #2329](https://github.com/YunoHost/yunohost/pull/2329) : [enh] Generate random ascii between a-zA-Z0-9 instead of a-f0-9
[15:10:06] <Yunohost Git/Infra notifications> [yunohost] z​amentur pushed to enh-random-ascii: Linter ([581f1387](https://github.com/YunoHost/yunohost/commit/581f1387eb4e8306e025f243b0079f1f8364b781))
[15:35:02] <Yunohost Git/Infra notifications> [yunohost] D​eMiro5001 [commented](https://github.com/YunoHost/yunohost/pull/2309#discussion_r3684028228) on pull request #2309 User invitations and self-registration: https://stackoverflow.com/questions/54672594/why-is-random-random-not-secure-in-python
[15:41:54] <Yunohost Git/Infra notifications> [yunohost] S​alamandar approved [pull request #2329](https://github.com/YunoHost/yunohost/pull/2329#pullrequestreview-4820570696) [enh] Generate random ascii between a-zA-Z0-9 instead of a-f0-9: Im pretty sure black/ruff doesnt agree with the coding style, but appart from that LGTM.
[16:17:57] <Yunohost Git/Infra notifications> [yunohost] S​alamandar edited review [pull request #2329](https://github.com/YunoHost/yunohost/pull/2329#pullrequestreview-4820570696) : [enh] Generate random ascii between a-zA-Z0-9 instead of a-f0-9
[17:12:06] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin [commented](https://github.com/YunoHost/yunohost/pull/2309#discussion_r3684749871) on pull request #2309 User invitations and self-registration: Security is a function of threat and context ... In this specific example, we are just generating a random unique ID use...
[17:12:06] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin edited a [comment](https://github.com/YunoHost/yunohost/pull/2309#discussion_r3684749871) on pull request #2309 User invitations and self-registration: Security is a function of threat and context ... In this specific example, we are just generating a random unique ID use...
[17:12:06] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin edited a [comment](https://github.com/YunoHost/yunohost/pull/2309#discussion_r3684749871) on pull request #2309 User invitations and self-registration: Security is a function of threat and context ... In this specific example, we are just generating a random unique ID use...
[17:18:33] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin [commented](https://github.com/YunoHost/yunohost/pull/2309#discussion_r3684773176) on pull request #2309 User invitations and self-registration: Also random_ascii does not uses random.random() which is "deterministic", it uses os.urandom which is designed to ...