Alexandre Aubin

Results 52 issues of Alexandre Aubin

Hellow, thank you for your work on this module I was trying to use this with Django >= 2, and it was complaining that ForeignKeys don't have any on_delete attribute...

## The problem c.f. https://github.com/YunoHost/issues/issues/1614#issuecomment-898914769 ## Solution - [x] (The following items are supposed to be only effective if manifest is explicitly declared with `packaging_format = 2`. Everything should be...

:building_construction: Major project

## The problem For many reasons, the fact that 'admin' is a special user is annoying Fix https://github.com/YunoHost/issues/issues/1110 ## Solution Create a special 'admins' group composed of yunohost users This...

:building_construction: Major project

## The problem - SSOwat should be partially reworked to get rid of some lua madness (c.f. cookie management / authentication, ldap interfacing, ..) and allow for more flexibility regarding...

:building_construction: Major project

## The problem - We need actions in the config panel for many reasons ## Solution - Add an action mechanism @_@ ## PR Status - This is mainly a...

## The problem c.f #1018 ## Solution Once no more apps is using these, we shall remove them entirely... ## PR Status ... ## How to test ... ## Validation...

opinion needed
tests needed

## The problem c.f. https://github.com/YunoHost/issues/issues/947 This is not easy to configure an app to send emails. While packaging an app (transpay), it explicitly required to be able to auth on...

work needed
duplicate

c.f. the project to separate : - the portal API (login, changing the user stuff like first/last name, mail aliases/forward, password) - the SSO logic (app permissions, injecting the basic...

Soooo today I got fed up of seeing again stuff about having to "unprotect" an app to be able to run some curl requests, then having to protect-it-again-but-we-dont-really-know-if-it-was-protected-or-not-in-the-first-place That turns...

c.f. the install script which adds a skipped_regex for domain.tld/.well-known But today an user came with a story where they changed the install domain using `change_url` ... but the script...

bug