julienmalik

Results 17 comments of julienmalik

+1 I would also love to have this feature

confirmed here. in fact you don't even need step 6. you can disconnect from sso, and still be logged in in nextcloud with user1

this means it is error prone when two different users use the same machine for accessing their nextcloud. quite critical imho. but no idea how to fix this... maybe the...

doesn't work for menu (yet)

now it works for menus too with : ``` menu: - about: en : "About" fr : "A propos" - first_gallery: en : "My first gallery" fr : "Ma première...

Understood, and that was my opinion too. Currently the number of dependencies is so small that it seems useful to me to at least mention it. I'll do the appropriate...

Hum since your latest code split, this does not work anymore... ``` /usr/bin/python ../prosopopee/prosopopee/prosopopee.py Traceback (most recent call last): File "../prosopopee/prosopopee/prosopopee.py", line 10, in from .cache import CACHE ValueError: Attempted...

Not sure it is clean-pip-compliant, but in the root of the repo, adding a prosopopee.py file with : ``` #!/usr/bin/env python from prosopopee import prosopopee if __name__ == '__main__': prosopopee.main()...