Saturday, September 09, 2023
dev@conference.yunohost.org
September
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
 
             

[03:14:52] <Yunohost Git/Infra notifications> [issues] @OniriCorpe labeled :space_invader: bug on [issue #2242](https://github.com/YunoHost/issues/issues/2242): Wrong logrotate config perms
[03:14:53] <Yunohost Git/Infra notifications> [issues] @OniriCorpe opened [issue #2242](https://github.com/YunoHost/issues/issues/2242): Wrong logrotate config perms
[09:11:00] <selfhoster1312> Aleks (he/him/il/lui), i think POSIX regex does not support ^$ and backtracking... which we probably don't need
[09:11:36] <selfhoster1312> my guess is most apps need to check the request path that concerns them (stripping their own base path), and starts_with/ends_with is more than enough... eg. starts_with 'wp-admin/'
[09:37:24] <Yunohost Git/Infra notifications> [SSOwat] @selfhoster1312 edited [pull request #220](https://github.com/YunoHost/SSOwat/pull/220): portal-api: Optimization by caching & no check on public routes
[10:11:23] <Yunohost Git/Infra notifications> [issues] @selfhoster1312 [commented](https://github.com/YunoHost/issues/issues/2240#issuecomment-1712475640) on [issue #2240](https://github.com/YunoHost/issues/issues/2240) Replacing SSOWat: So about the idea to replace SSOWat, ive been running very unscientific benchmarks. Ive tried to disable authenticatio...
[10:13:27] <Yunohost Git/Infra notifications> [issues] @selfhoster1312 [commented](https://github.com/YunoHost/issues/issues/2240#issuecomment-1712475640) on [issue #2240](https://github.com/YunoHost/issues/issues/2240) Replacing SSOWat: So about the idea to replace SSOWat, ive been running very unscientific benchmarks. Ive tried to disable authenticatio...
[10:20:18] <orhtej2> > <selfhoster1312> Aleks (he/him/il/lui), i think POSIX regex does not support ^$ and backtracking... which we probably don't need

The whole Posix regex idea was a misunderstanding on my part
[10:26:09] <selfhoster1312> :)